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
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
virtual
bool
hasUserEntry()
const
43
{
44
return
false
;
45
}
46
47
protected
:
48
virtual
void
onCancel()
49
{
50
}
51
52
virtual
void
sendRequest();
53
54
protected
:
55
virtual
void
run(
const
std::vector<makVrv::DtSimEntry*>&);
56
virtual
bool
editStatement(
const
std::vector<makVrv::DtSimEntry*>& data,
const
DtSimStatement
* s);
57
};
58
59
class
DT_DLL_VRFGUICOREQT
DtSimulationCommandAbandonPlanCreator
:
public
DtVrfSimulationCommandDialogCreator
60
{
61
public
:
62
virtual
DtSimulationCommandDialogInterface
* create(
makVrv::DtDe
&, QWidget* parent);
63
virtual
bool
supportsType(
makVrv::DtDe
&,
const
DtSimCommandMessageType
&,
const
DtSimStatement
*)
const
;
64
virtual
DtUUID
objectFromStatement(
makVrv::DtDe
&,
const
DtSimCommand
*)
const
;
65
};
66
}
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
)