Lines Matching refs:GroupNode
37 GroupNode::GroupNode( in GroupNode() function in configmgr::GroupNode
43 rtl::Reference< Node > GroupNode::clone(bool keepTemplateName) const { in clone()
44 return new GroupNode(*this, keepTemplateName); in clone()
47 NodeMap & GroupNode::getMembers() { in getMembers()
51 rtl::OUString GroupNode::getTemplateName() const { in getTemplateName()
55 void GroupNode::setMandatory(int layer) { in setMandatory()
59 int GroupNode::getMandatory() const { in getMandatory()
63 bool GroupNode::isExtensible() const { in isExtensible()
67 GroupNode::GroupNode(GroupNode const & other, bool keepTemplateName): in GroupNode() function in configmgr::GroupNode
76 GroupNode::~GroupNode() {} in ~GroupNode()
78 Node::Kind GroupNode::kind() const { in kind()
82 void GroupNode::clear() { in clear()