32 virtual void updateCallback();
35 virtual void enterParent();
36 virtual void enterChild(
int child);
39 virtual void handleKeyEvent(
int key,
int modifier);
46 void appendToString(
const std::string& str);
A stats which shows the osg profiler.
Definition: DtOsgProfilerStats.h:22
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
An Iterator for navigating through the function call tree.
Definition: DtProfileIterator.h:23
DtUInt64 myPreviousTimestamp
Definition: DtOsgProfilerStats.h:52
DtProfileIterator * myProfileIter
Definition: DtOsgProfilerStats.h:49
int myMaximumLines
Definition: DtOsgProfilerStats.h:56
boost::signalslib::signal< void(const std::string &, int)> signal_statsChanged
Signals when the stats string changed, the int is the numOfLines in the string.
Definition: DtOsgProfilerStats.h:42
int myNumOfLines
Definition: DtOsgProfilerStats.h:55
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtDe & myDe
Definition: DtOsgProfilerStats.h:50
std::string myStatsInString
Definition: DtOsgProfilerStats.h:54
unsigned long long DtUInt64
unsigned 64 bit integer
Definition: DtProfileIterator.h:18