VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
bhaveDebugLineDriver.h
Go to the documentation of this file.
1 
2 
3 
4 
5 
6 
7 
8 
11 
12 #ifndef DtBhaveDebugLineDriver_H_
13 #define DtBhaveDebugLineDriver_H_
14 
16 #include <vrvCore/DtDriver.h>
17 #include <vrvCore/DtAgentManager.h>
18 #include <vrvUtil/signalslib.h>
19 
21 
22 class DtBhaveDebugLineDrawer;
23 
27 {
28 public:
30  //DtBhaveDebugLineDriver( DtAgentManager& agentManager, const std::string& instanceName );
32  const std::string& instanceName);
33 
35  virtual ~DtBhaveDebugLineDriver();
36 
38  virtual const std::string& className() const;
39 
41  virtual void setDrawDebugLines();
42 
43  virtual bool drawDebugLines();
44 
45 protected:
46 
49  virtual bool onStart();
50 
52  virtual bool onTick();
53 
56  virtual bool onStop();
57 
58 protected:
59 
62 
63 };
64 
65 #endif

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)