nux-1.16.0
|
Public Member Functions | |
NodeNetCom * | FindNodeID (int id) |
Search the ID in the whole tree below this node. Search also this node. | |
NodeNetCom * | FindChildNodeID (int id) |
Search the ID in the immediate children of this node. | |
virtual TiXmlElement * | ToXML () const |
virtual bool | FromXML (const TiXmlElement *elementxml) |
virtual bool | CreateFromXML (const TiXmlElement *elementxml) |
Used by client to create node from XML after initialization. | |
virtual bool | SkipChild () const |
By default, when generating xml (ToXML) or creating from xml (FromXML), it may be necessary to skip the child of some elements because they. | |
void | DeleteChildren () |
const TCHAR * | GetName () const |
void | SetName (const TCHAR *str) |
Protected Member Functions | |
void | SetNodeXMLAttributes (TiXmlElement *elementxml) const |
void | GetNodeXMLAttributes (const TiXmlElement *elementxml) |
NodeNetCom (const TCHAR *Name, NodeParameterType type=NODE_TYPE_UNDEFINED) | |
void | SetParameterType (NodeParameterType t) |
NodeParameterType | GetParameterType () const |
int | GetID () const |
void | SetID (int id) |
void | SetEnable (bool b) |
int | IsEnable () const |
void | SetVisible (bool b) |
int | IsVisible () const |
Friends | |
class | ParameterManagerImpl |
Definition at line 105 of file NodeNetProtocol.h.