Torque3D Documentation / _generateds / CreatorTree::Node

CreatorTree::Node

Engine/source/gui/worldEditor/creator.h

More...

Public Types

enum
_Anonymous_ {
  Group = BIT(0)
  Expanded = BIT(1)
  Selected = BIT(2)
  Root = BIT(3)
}

Public Functions

Node()
expand(bool exp)
Node *
find(S32 id)
bool
bool
bool
bool
bool
bool
bool
select(bool sel)

Detailed Description

Public Types

@104

Enumerator

Group = BIT(0)
Expanded = BIT(1)
Selected = BIT(2)
Root = BIT(3)

Public Attributes

Vector< Node * > mChildren 
BitSet32 mFlags 
S32 mId 
StringTableEntry mName 
Node * mParent 
U32 mTab 
StringTableEntry mValue 

Public Functions

Node()

~Node()

expand(bool exp)

find(S32 id)

getId()

getSelected()

hasChildItem()

isExpanded()

isFirst()

isGroup()

isLast()

isRoot()

isSelected()

select(bool sel)