LibCT 2.0
|
AddChild(Node *pNode, int index=-1) | LibCT::Node | |
ConnectTo(Node *pNode, unsigned int index) | LibCT::Node | |
Create(InputStream *pInput, Node *pParent) | LibCT::Node | [static] |
FireEvent(unsigned int index) const | LibCT::Node | [protected] |
GetChildById(NodeId) const | LibCT::Node | |
GetChildByIndex(unsigned int index) const | LibCT::Node | |
GetChildIndex(Node *) const | LibCT::Node | |
GetConnection(unsigned int index) const | LibCT::Node | |
GetEvent(unsigned int index) const | LibCT::Node | |
GetId() const | LibCT::Node | [inline] |
GetNext() | LibCT::Node | [virtual] |
GetNumChildren() const | LibCT::Node | [inline] |
GetParent() const | LibCT::Node | [inline] |
GetParsedText() | LibCT::Node | |
GetRoot() const | LibCT::Node | [inline] |
GetText() const | LibCT::Node | [inline] |
GetType() const | LibCT::Node | [inline] |
IsChildNode(Node *pNode) const | LibCT::Node | |
m_Children | LibCT::Node | [protected] |
m_Id | LibCT::Node | [protected] |
m_ParsedText | LibCT::Node | [protected] |
m_pConnected | LibCT::Node | [protected] |
m_pEvents | LibCT::Node | [protected] |
m_pParent | LibCT::Node | [protected] |
m_pRoot | LibCT::Node | [protected] |
m_Text | LibCT::Node | [protected] |
m_Type | LibCT::Node | [protected] |
MAX_CONNECTIONS | LibCT::Node | [static] |
MAX_EVENTS | LibCT::Node | [static] |
Node(Node *pParent, NodeType type, const std::string text) | LibCT::Node | |
RemoveChild(Node *pNode) | LibCT::Node | |
Serialise(InputStream *pInput) | LibCT::Node | |
Serialise(OutputStream *pOutput) | LibCT::Node | |
SerialiseConnections(InputStream *pInput) | LibCT::Node | [protected] |
SerialiseConnections(OutputStream *pOutput) | LibCT::Node | [protected] |
SerialiseImpl(InputStream *pInput) | LibCT::Node | [virtual] |
SerialiseImpl(OutputStream *pOutput) | LibCT::Node | [virtual] |
SetEvent(unsigned int index, const std::string &eventName) | LibCT::Node | |
SetId(NodeId id) | LibCT::Node | [inline, protected] |
SetParent(Node *pNode) | LibCT::Node | [protected] |
SetText(const std::string &text) | LibCT::Node | [inline] |
~Node() | LibCT::Node | [virtual] |