This reference page is linked to from the following overview topics: Using the C++ Classes.
#include <Group.h>

Public Types |
|
| enum | { kLastDirty = Node::kLastDirty } |
Public Member Functions |
|
| Group () | |
| Group (const Group &nodeToCopy) | |
| virtual int | insertChildAtIndex (NodeRef, int at) |
| virtual int | insertChild (NodeRef) |
| virtual int | removeChild (NodeRef) |
| virtual int | removeAllChildren () |
| virtual bool | isLeafNode () const |
| virtual void | accept (NodeVisitor &) |
| virtual void | setDirty (int, bool dirty, bool propagate=true, Node *dirtySource=NULL) |
| virtual bool | getIsRelativeToOriginal () const |
| virtual void | setCollapseRoot (Group *root) |
Protected Member Functions |
|
| virtual | ~Group () |
| Reference counted objects shouldn't exist on
the stack. |
|
| anonymous enum |
{
kLastDirty = Node::kLastDirty
};
| Group | ( | ) |
| virtual ~Group | ( | ) | [protected, virtual] |
Reference counted objects shouldn't exist on the stack.
| virtual int insertChildAtIndex | ( | NodeRef | , |
| int | at | ||
| ) | [virtual] |
Reimplemented in LodCollapse, and LodGroup.
| virtual int insertChild | ( | NodeRef | ) | [virtual] |
| virtual int removeChild | ( | NodeRef | ) | [virtual] |
Reimplemented in LodCollapse, and LodGroup.
| virtual int removeAllChildren | ( | ) | [virtual] |
Reimplemented in LodCollapse, and LodGroup.
| virtual bool isLeafNode | ( | ) | const [virtual] |
| virtual void accept | ( | NodeVisitor & | ) | [virtual] |
Reimplemented from Node.
Reimplemented in Import, LodCollapse, and LodGroup.
| virtual void setDirty | ( | int | , |
| bool | dirty, | ||
| bool | propagate = true, |
||
| Node * | dirtySource =
NULL |
||
| ) | [virtual] |
| virtual bool getIsRelativeToOriginal | ( | ) | const [virtual] |
| virtual void setCollapseRoot | ( | Group * | root | ) | [virtual] |