VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCoreQt
DtDockWidgetItem.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtDockWidgetItem.h,v $ $Revision: 1.6 $ $State: Exp $
7
******************************************************************************/
8
12
13
#ifndef DtDockWidgetItem_H_
14
#define DtDockWidgetItem_H_
15
16
#include <
vrvCoreQt/vrvCoreQt.h
>
17
#include <
vrvCoreQt/DtMenuItem.h
>
18
19
20
namespace
makVrv
21
{
22
class
DtDockable;
23
26
class
DT_DLL_VRVCOREQT
DtDockWidgetItem
:
public
DtMenuItem
27
{
28
Q_OBJECT
29
30
public
:
32
DtDockWidgetItem
(
const
std::string& dockName,
DtDockable
* dockable);
33
35
virtual
~
DtDockWidgetItem
();
36
38
virtual
QAction
* createAction(
DtDe
&,
QWidget
* parent);
39
40
protected
:
41
virtual
void
on_triggered();
42
43
virtual
void
on_checkStateChanged(
bool
);
44
45
protected
:
46
47
DtDockable
*
myDockable
;
48
QAction
*
myAction
;
49
50
};
51
}
52
53
#endif
54
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)