List of all members.
Public Member Functions |
| ProcessorListItem (const String &name) |
int | getNumSubItems () |
ProcessorListItem * | getSubItem (int index) |
void | clearSubItems () |
void | addSubItem (ProcessorListItem *newItem) |
void | removeSubItem (int index) |
bool | hasSubItems () |
bool | isOpen () |
void | setOpen (bool) |
bool | isSelected () |
void | setSelected (bool b) |
void | reverseOpenState () |
const String & | getName () |
const String & | getParentName () |
void | setParentName (const String &name) |
Public Attributes |
int | colorId |
Private Attributes |
bool | selected |
bool | open |
const String | name |
String | parentName |
OwnedArray< ProcessorListItem > | subItems |
The documentation for this class was generated from the following file: