#include <OSGSimpleStatisticsForeground.h>
Inheritance diagram for osg::SimpleStatisticsForeground:


Public Methods | |
Sync | |
| virtual void | changed (BitVector whichField, UInt32 origin) |
| react to field changes | |
Output | |
| virtual void | dump (UInt32 uiIndent=0, const BitVector bvFlags=0) const |
| output the instance for debug purposes | |
Draw | |
| virtual void | draw (DrawActionBase *action, Viewport *port) |
| draw the statistics | |
Convenience Functions | |
| void | addElement (StatElemDescBase &desc, char *format=NULL) |
| Convenience function for access. | |
| void | addElement (UInt32 id, char *format=NULL) |
| Convenience function for access. | |
Protected Methods | |
Constructors | |
| SimpleStatisticsForeground (void) | |
| Constructor. | |
| SimpleStatisticsForeground (const SimpleStatisticsForeground &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~SimpleStatisticsForeground (void) |
| Destructor. | |
Private Types | |
| typedef SimpleStatisticsForegroundBase | Inherited |
Private Methods | |
| void | operator= (const SimpleStatisticsForeground &source) |
Static Private Methods | |
| void | initMethod (void) |
| initialize the static features of the class, e.g. action callbacks | |
| void | initText (void) |
| initialize the text | |
Static Private Attributes | |
| ImageP | _textimage = NULL |
| Text | _text |
| TextureChunkPtr | _texchunk |
Friends | |
| class | FieldContainer |
| class | SimpleStatisticsForegroundBase |
Background is the base class for all background clearing.
|
|
Reimplemented from osg::SimpleStatisticsForegroundBase. |
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
react to field changes
Reimplemented from osg::StatisticsForeground. |
|
||||||||||||
|
output the instance for debug purposes
Reimplemented from osg::StatisticsForeground. |
|
||||||||||||
|
draw the statistics
Implements osg::StatisticsForeground. |
|
||||||||||||
|
Convenience function for access.
|
|
||||||||||||
|
Convenience function for access.
|
|
|
initialize the static features of the class, e.g. action callbacks
Reimplemented from osg::StatisticsForeground. |
|
|
initialize the text
|
|
|
|
|
|
Reimplemented from osg::SimpleStatisticsForegroundBase. |
|
|
|
|
|
|
|
|
|
|
|
|
1.2.16