27 #ifndef SALOMEDS_AttributeTreeNode_HeaderFile
28 #define SALOMEDS_AttributeTreeNode_HeaderFile
35 #include <SALOMEconfig.h>
36 #include CORBA_SERVER_HEADER(SALOMEDS)
37 #include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
52 virtual void SetNext(
const _PTR(AttributeTreeNode)& value);
55 virtual void SetFirst(
const _PTR(AttributeTreeNode)& value);
58 virtual void SetTreeID(
const std::string& value);
60 virtual void Append(
const _PTR(AttributeTreeNode)& value);
61 virtual void Prepend(
const _PTR(AttributeTreeNode)& value);
68 virtual bool IsFather(
const _PTR(AttributeTreeNode)& value);
69 virtual bool IsChild(
const _PTR(AttributeTreeNode)& value);
70 virtual std::string
Label();