![]() |
VR-Forces 4.8 Class Documentation
|
A stats which shows the osg profiler. More...
Public Member Functions | |
| DtOsgProfilerStats (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtOsgProfilerStats () |
| DTOR. More... | |
| virtual void | updateCallback () |
| Function called via update callback registered with the de. More... | |
| virtual void | reset () |
| virtual void | enterParent () |
| virtual void | enterChild (int child) |
| virtual void | handleKeyEvent (int key, int modifier) |
| handle the key event passed from DtStatsHandler More... | |
Public Attributes | |
| boost::signal< void(const std::string &, int)> | signal_statsChanged |
| Signals when the stats string changed, the int is the numOfLines in the string. More... | |
Protected Member Functions | |
| void | appendToString (const std::string &str) |
| append a string to myStatsInString, will add ' ' in the end. More... | |
Protected Attributes | |
| DtProfileIterator * | myProfileIter |
| DtDe & | myDe |
| DtUInt64 * | myFrameHistory |
| DtUInt64 | myPreviousTimestamp |
| int | myCurrentFrameIndex |
| std::string | myStatsInString |
| int | myNumOfLines |
| int | myMaximumLines |
A stats which shows the osg profiler.
| makVrv::DtOsgProfilerStats::DtOsgProfilerStats | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Function called via update callback registered with the de.
|
virtual |
|
virtual |
|
virtual |
handle the key event passed from DtStatsHandler
|
protected |
append a string to myStatsInString, will add '
' in the end.
| boost::signal<void(const std::string&, int)> makVrv::DtOsgProfilerStats::signal_statsChanged |
Signals when the stats string changed, the int is the numOfLines in the string.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |