VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtSessionMenuItems.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtSessionMenuItems.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
13
14
#pragma once
15
16
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
17
#include <
vrfGuiCoreQt/DtVrfSimulationMenuItem.h
>
18
19
namespace
makVrf
20
{
23
class
DT_DLL_VRFGUICOREQT
DtJoinSessionMenuItem
:
public
makVrv::DtMenuItem
24
{
25
Q_OBJECT
26
public
:
27
//CTOR
28
DtJoinSessionMenuItem
(
makVrv::DtDe
& de);
29
30
//DTOR
31
virtual
~
DtJoinSessionMenuItem
();
32
34
virtual
QAction
* createAction(
makVrv::DtDe
&,
QWidget
* parent);
35
36
protected
:
37
virtual
void
on_triggered();
38
39
protected
:
40
makVrv::DtDe
&
myDe
;
41
};
42
44
class
DT_DLL_VRFGUICOREQT
DtResignFromSessionMenuItem
:
public
makVrv::DtMenuItem
45
{
46
Q_OBJECT
47
public
:
48
//CTOR
49
DtResignFromSessionMenuItem
(
makVrv::DtDe
& de);
50
51
//DTOR
52
virtual
~
DtResignFromSessionMenuItem
();
53
55
virtual
QAction
* createAction(
makVrv::DtDe
&,
QWidget
* parent);
56
57
protected
:
58
virtual
void
on_triggered();
59
60
protected
:
61
makVrv::DtDe
&
myDe
;
62
};
63
66
class
DT_DLL_VRFGUICOREQT
DtCommModelSettingsItem
:
public
makVrv::DtMenuItem
67
{
68
Q_OBJECT
69
public
:
70
//CTOR
71
DtCommModelSettingsItem
(
makVrv::DtDe
& de);
72
73
//DTOR
74
virtual
~
DtCommModelSettingsItem
();
75
77
virtual
QAction
* createAction(
makVrv::DtDe
&,
QWidget
* parent);
78
79
protected
:
80
virtual
void
on_triggered();
81
82
virtual
void
slot_settingReceived(
const
std::string& s,
const
DtVrfBackendState
* state);
83
84
protected
:
85
makVrv::DtDe
&
myDe
;
86
QAction
*
myAction
;
87
};
88
90
class
DT_DLL_VRFGUICOREQT
DtShowScenarioDescriptionDialogItem
:
public
makVrv::DtMenuItem
91
{
92
Q_OBJECT
93
94
public
:
95
//CTOR
96
DtShowScenarioDescriptionDialogItem
(
makVrv::DtDe
& de);
97
98
//DTOR
99
virtual
~
DtShowScenarioDescriptionDialogItem
();
100
102
virtual
QAction
* createAction(
makVrv::DtDe
&,
QWidget
* parent);
103
104
protected
:
105
virtual
void
on_triggered();
106
107
protected
:
108
makVrv::DtDe
&
myDe
;
109
};
110
111
}
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
)