#include <SlotsNode.h>

Public Member Functions | |
| void | addSlot (SlotNode *sn) |
| virtual void | printNode () |
| virtual int | qualifyNode () |
| SlotsNode (void) | |
Public Attributes | |
| int | node_type |
| NodeGroup | slot |
Definition at line 122 of file SlotsNode.h.
| SlotsNode::SlotsNode | ( | void | ) | [inline] |
Definition at line 125 of file SlotsNode.h.
| void SlotsNode::addSlot | ( | SlotNode * | sn | ) |
Definition at line 133 of file SlotsNode.h.
| void SlotsNode::printNode | ( | ) | [virtual] |
Implements Node.
Definition at line 142 of file SlotsNode.h.
| int SlotsNode::qualifyNode | ( | ) | [virtual] |
Implements Node.
Definition at line 150 of file SlotsNode.h.
Definition at line 125 of file SlotsNode.h.
Definition at line 127 of file SlotsNode.h.