30 class DtWindowTextAgent;
32 class DtEventProcessorInterface;
41 const static unsigned int overlayLayerId = 33;
49 void addLabel(
const std::string& group,
const std::string& name);
51 void removeLabel(
const std::string& group,
const std::string& name);
57 virtual void updateCallback();
60 void updateGroupNodeList();
61 void updateFrameTimes();
62 DtWindowTextAgent* makeLine(
double x,
double y);
63 void printLine(
const std::string& line);
64 bool findNodes(
DtProfileNode* parent, std::string name, std::vector<DtProfileNode*>& found );
73 std::vector<DtProfileNode*>
nodes;
78 typedef std::map<std::string, StatList*>
GroupMap;