Lines Matching refs:node_
90 Access(components), root_(root), parent_(parent), name_(name), node_(node), in ChildAccess()
99 Access(components), root_(root), node_(node), inTransaction_(false) in ChildAccess()
130 path.append(Data::createSegment(node_->getTemplateName(), name_)); in getRelativePathRepresentation()
135 return node_; in getNode()
139 return node_->getFinalized() != Data::NO_LAYER || in isFinalized()
218 node_ = node; in setNode()
227 switch (node_->kind()) { in setProperty()
230 PropertyNode * prop = dynamic_cast< PropertyNode * >(node_.get()); in setProperty()
271 switch (node_->kind()) { in asValue()
273 return dynamic_cast< PropertyNode * >(node_.get())->getValue( in asValue()
323 return dynamic_cast< LocalizedValueNode * >(node_.get())->getValue(); in asValue()
340 switch (node_->kind()) { in commitChanges()
342 dynamic_cast< PropertyNode * >(node_.get())->setValue( in commitChanges()
346 dynamic_cast< LocalizedValueNode * >(node_.get())->setValue( in commitChanges()