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
vrfGuiCoreQt
simulationCommandAbandonPlan.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrfGuiCoreQt/simulationCommandDialogInterface.h
>
15
16
class
DtAbandonPlanCommand
;
17
18
namespace
makVrf
19
{
20
class
DT_DLL_VRFGUICOREQT
DtAbandonPlanObjectWrapper
:
public
DtSimCommandObjectWrapper
21
{
22
public
:
23
DtAbandonPlanObjectWrapper
(
makVrv::DtDe
&,
const
DtAbandonPlanCommand
&);
24
DtAbandonPlanObjectWrapper
(
const
DtAbandonPlanObjectWrapper
&);
25
26
virtual
void
setObject(
const
DtUUID
&);
27
virtual
DtUUID
object()
const
;
28
29
virtual
DtSimCommandObjectWrapper
* clone()
const
;
30
};
31
32
class
DT_DLL_VRFGUICOREQT
DtSimulationCommandAbandonPlanDialog
:
public
DtSimulationCommandDialogInterface
33
{
34
Q_OBJECT
35
public
:
36
//CTOR
37
DtSimulationCommandAbandonPlanDialog
(
makVrv::DtDe
& de,
QWidget
* parent,
const
Qt::WindowFlags& flags = 0);
38
39
//DTOR
40
virtual
~
DtSimulationCommandAbandonPlanDialog
();
41
42
protected
:
43
virtual
void
onCancel()
44
{
45
}
46
47
virtual
void
sendRequest();
48
49
protected
:
50
virtual
void
run(
const
std::vector<makVrv::DtSimEntry*>&);
51
virtual
bool
editStatement(
const
std::vector<makVrv::DtSimEntry*>& data,
const
DtSimStatement
* s);
52
};
53
54
class
DT_DLL_VRFGUICOREQT
DtSimulationCommandAbandonPlanCreator
:
public
DtVrfSimulationCommandDialogCreator
55
{
56
public
:
57
virtual
DtSimulationCommandDialogInterface
* create(
makVrv::DtDe
&,
QWidget
* parent);
58
virtual
bool
supportsType(
makVrv::DtDe
&,
const
DtSimCommandMessageType
&,
const
DtSimStatement
*)
const
;
59
virtual
DtUUID
objectFromStatement(
makVrv::DtDe
&,
const
DtSimCommand
*)
const
;
60
};
61
}
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
)