CreatorTree::Node
Engine/source/gui/worldEditor/creator.h
Public Types
enum
_Anonymous_ { Group = BIT(0) Expanded = BIT(1) Selected = BIT(2) Root = BIT(3) }
Public Attributes
Public Functions
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)