VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
bhave3DGui
bhaveDebugLinesItem.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 bhaveDebugLinesItem_H_
13
#define bhaveDebugLinesItem_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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)