VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
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
9
10
#ifndef DtCigiItems_H_
11
#define DtCigiItems_H_
12
13
#include <
vrvCigiQt/vrvCigiQt.h
>
14
15
#include <
vrvCoreQt/DtMenuItem.h
>
16
#include <
vrvCoreQt/DtMenu.h
>
17
18
namespace
makVrv
19
{
22
class
DT_DLL_VRVCIGIQT
DtCigiConnectionsItem
:
public
DtMenuItem
23
{
24
public
:
26
DtCigiConnectionsItem
(
DtDe
&);
27
29
virtual
~
DtCigiConnectionsItem
();
30
32
virtual
QAction
* createAction(
DtDe
&, QWidget* parent);
33
34
protected
:
36
virtual
void
on_triggered();
37
38
protected
:
39
DtDe
&
myDe
;
40
};
41
44
class
DT_DLL_VRVCIGIQT
DtCigiMappingsMenuItem
:
public
DtMenuItem
45
{
46
public
:
48
DtCigiMappingsMenuItem
(
DtDe
&);
49
51
virtual
~
DtCigiMappingsMenuItem
();
52
54
virtual
QAction
* createAction(
DtDe
&, QWidget* parent);
55
56
protected
:
58
virtual
void
on_triggered();
59
60
protected
:
61
DtDe
&
myDe
;
62
};
63
}
64
65
#endif
66
makVrv::DtMenuItem
Builder for menu items.
Definition:
DtMenuItem.h:23
makVrv::DtCigiMappingsMenuItem
The menu item for the CIGI mappings menu item.
Definition:
DtCigiItems.h:44
makVrv::DtCigiConnectionsItem
The menu item for the CIGI connection page.
Definition:
DtCigiItems.h:22
DT_DLL_VRVCIGIQT
#define DT_DLL_VRVCIGIQT
Definition:
vrvCigiQt.h:19
makVrv::DtCigiConnectionsItem::myDe
DtDe & myDe
Definition:
DtCigiItems.h:39
DtMenu.h
DtMenuItem.h
vrvCigiQt.h
Contains DLL export macros.
makVrv::DtCigiMappingsMenuItem::myDe
DtDe & myDe
Definition:
DtCigiItems.h:61
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition:
DtDe.h:72
QAction
Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)