VR-Forces Development_Version 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
vrvCigiQt
DtCigiItems.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtCigiItems.h,v $ $Revision: 1.8 $ $State: Exp $
7
******************************************************************************/
8
12
13
#ifndef DtCigiItems_H_
14
#define DtCigiItems_H_
15
16
#include <
vrvCigiQt/vrvCigiQt.h
>
17
18
#include <
vrvCoreQt/DtMenuItem.h
>
19
#include <
vrvCoreQt/DtMenu.h
>
20
21
namespace
makVrv
22
{
25
class
DT_DLL_VRVCIGIQT
DtCigiConnectionsItem
:
public
DtMenuItem
26
{
27
public
:
29
DtCigiConnectionsItem
(
DtDe
&);
30
32
virtual
~
DtCigiConnectionsItem
();
33
35
virtual
QAction
* createAction(
DtDe
&,
QWidget
* parent);
36
37
protected
:
39
virtual
void
on_triggered();
40
41
protected
:
42
DtDe
&
myDe
;
43
};
44
47
class
DT_DLL_VRVCIGIQT
DtCigiMappingsMenuItem
:
public
DtMenuItem
48
{
49
public
:
51
DtCigiMappingsMenuItem
(
DtDe
&);
52
54
virtual
~
DtCigiMappingsMenuItem
();
55
57
virtual
QAction
* createAction(
DtDe
&,
QWidget
* parent);
58
59
protected
:
61
virtual
void
on_triggered();
62
63
protected
:
64
DtDe
&
myDe
;
65
};
66
}
67
68
#endif
69
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)