Public Member Functions | |
| ChildrenListEntry (void) | |
| ChildrenListEntry (bool active, PriorityType prio) | |
| bool | getActive (void) const |
| void | setActive (bool active) |
| PriorityType | getPriority (void) const |
| void | setPriority (PriorityType prio) |
Private Attributes | |
| bool | _active |
| PriorityType | _priority |
Definition at line 127 of file OSGChildrenList.h.
|
|
Definition at line 52 of file OSGChildrenList.inl.
|
|
||||||||||||
|
Definition at line 59 of file OSGChildrenList.inl.
|
|
|
Definition at line 67 of file OSGChildrenList.inl. References _active. 00068 { 00069 return _active; 00070 }
|
|
|
Definition at line 73 of file OSGChildrenList.inl. References _active. 00074 { 00075 _active = active; 00076 }
|
|
|
Definition at line 79 of file OSGChildrenList.inl. References _priority. 00080 { 00081 return _priority; 00082 }
|
|
|
Definition at line 85 of file OSGChildrenList.inl. References _priority. 00086 { 00087 _priority = prio; 00088 }
|
|
|
Definition at line 140 of file OSGChildrenList.h. Referenced by getActive(), and setActive(). |
|
|
Definition at line 141 of file OSGChildrenList.h. Referenced by getPriority(), and setPriority(). |
1.4.3