VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
bhave3DGui
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
15
#include <
bhave3DGui/bhave3DGuiDefines.h
>
16
#include <vrvCoreQt/DtCheckedItem.h>
17
18
#include <QtGui/QWidget>
19
20
class
QCheckBox
;
21
class
QAction
;
22
23
namespace
BHAVE
24
{
25
namespace
BHAVE3DGui
26
{
28
class
DT_DLL_bhave3DGui
DtBhaveDebugLinesItem
:
29
public
makVrv::DtCheckedItem
30
{
31
public
:
32
DtBhaveDebugLinesItem
(makVrv::DtDe& de);
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)