VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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/DtMenuItem.h
>
17
18
19
namespace
makVrv
20
{
21
class
DtDockable;
22
25
class
DT_DLL_VRVCOREQT
DtDockWidgetItem
:
public
DtMenuItem
26
{
27
Q_OBJECT
28
29
public
:
31
DtDockWidgetItem
(
const
std::string& dockName,
DtDockable
* dockable);
32
34
virtual
~
DtDockWidgetItem
();
35
37
virtual
QAction
* createAction(
DtDe
&, QWidget* parent);
38
39
protected
:
40
virtual
void
on_triggered();
41
42
virtual
void
on_checkStateChanged(
bool
);
43
44
protected
:
45
46
DtDockable
*
myDockable
;
47
QAction
*
myAction
;
48
49
};
50
}
51
52
#endif
53
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)