VR-Forces 4.1.1 Class Documentation
bhaveDebugLinesSetting.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: bhaveDebugLinesSetting.h,v $ $Revision: 1.1 $ $State: Exp $
7 ** Created: 12/16/09 MEM
8 ******************************************************************************/
9 
11 
12 #ifndef bhaveDebugLinesSetting_H_
13 #define bhaveDebugLinesSetting_H_
14 
17 
18 #include <QtGui/QWidget>
19 
20 class QCheckBox;
21 class QAction;
22 
23 namespace BHAVE
24 {
25  namespace BHAVE3DGui
26  {
30  {
31  public:
33  virtual ~DtBhaveDebugLinesItem();
34 
36  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
37 
38  protected:
39  //Set the value due to being triggered.
40  virtual void setValue(bool value);
41 
42  //Get the current value.
43  virtual bool getValue() const;
44 
46  virtual void on_aboutToShow();
47  };
48  }
49 }
50 
51 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)