VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtWireframeCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/DtVrvCommand.h>
13 
14 namespace makVrv
15 {
19  {
20  public:
22  virtual ~DtWireframeCommand();
23 
24  virtual bool isEnabled() const;
25  virtual void setEnabled(bool state);
26 
27  virtual void execute(DtDe& de);
28 
29  protected:
30  bool myState;
31  int myLayer;
32  };
33 
37  {
38  public:
41 
42  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
43  };
44 } //makVrv::

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)