VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOsgProfilerStats.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsg/vrvOsg.h>
13 
15 #include <string>
16 #include <boost/signals.hpp>
17 
18 namespace makVrv
19 {
23  {
24  public:
27 
29  virtual ~DtOsgProfilerStats();
30 
32  virtual void updateCallback();
33 
34  virtual void reset();
35  virtual void enterParent();
36  virtual void enterChild(int child);
37 
39  virtual void handleKeyEvent(int key, int modifier);
40 
42  boost::signal<void(const std::string&, int)> signal_statsChanged;
43 
44  protected:
46  void appendToString(const std::string& str);
47 
48  protected:
51 
55 
56  std::string myStatsInString;
59 
60  };
61 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)