osg::ChildrenList::ChildrenListEntry Class Reference

List of all members.

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


Detailed Description

Definition at line 127 of file OSGChildrenList.h.


Constructor & Destructor Documentation

osg::ChildrenList::ChildrenListEntry::ChildrenListEntry ( void   )  [inline]

Definition at line 52 of file OSGChildrenList.inl.

00053     : _active  (true                                ),
00054       _priority(PriorityTypeTraits::getZeroElement())
00055 {
00056 }

osg::ChildrenList::ChildrenListEntry::ChildrenListEntry ( bool  active,
PriorityType  prio 
) [inline]

Definition at line 59 of file OSGChildrenList.inl.

00061     : _active  (active),
00062       _priority(prio  )
00063 {
00064 }


Member Function Documentation

bool osg::ChildrenList::ChildrenListEntry::getActive ( void   )  const [inline]

Definition at line 67 of file OSGChildrenList.inl.

References _active.

00068 {
00069     return _active;
00070 }

void osg::ChildrenList::ChildrenListEntry::setActive ( bool  active  )  [inline]

Definition at line 73 of file OSGChildrenList.inl.

References _active.

00074 {
00075     _active = active;
00076 }

ChildrenList::PriorityType osg::ChildrenList::ChildrenListEntry::getPriority ( void   )  const [inline]

Definition at line 79 of file OSGChildrenList.inl.

References _priority.

00080 {
00081     return _priority;
00082 }

void osg::ChildrenList::ChildrenListEntry::setPriority ( PriorityType  prio  )  [inline]

Definition at line 85 of file OSGChildrenList.inl.

References _priority.

00086 {
00087     _priority = prio;
00088 }


Member Data Documentation

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().


The documentation for this class was generated from the following files:

Generated on Mon Mar 17 12:21:26 2008 for OpenSG by  doxygen 1.5.5