VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
issueEntityPlanWidgetLogic.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2011 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
#pragma once
11
12
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
13
#include <
vrfGuiCoreQt/DtEditEntityPlanWidgetLogic.h
>
14
15
namespace
makVrf
16
{
17
class
DtSimCommandObjectWrapper;
18
19
class
DT_DLL_VRFGUICOREQT
DtIssueEntityPlanWidgetLogic
:
public
DtEditEntityPlanWidgetLogic
20
{
21
public
:
22
24
DtIssueEntityPlanWidgetLogic
(
makVrv::DtDe
& de,
DtPlanWidgetInterface
* iFace );
25
27
virtual
~
DtIssueEntityPlanWidgetLogic
();
28
32
virtual
bool
sendPlan(
bool
reregister =
true
);
33
virtual
void
close();
34
35
virtual
const
DtPlan
* plan()
const
;
39
virtual
void
setPlan(
DtPlan
* plan);
40
41
42
protected
:
43
44
virtual
void
processReceiveMultiPlan(
DtIfMultiplePlanResponse
* rsp);
46
virtual
void
requestPlan(
const
std::vector<std::string>& names);
48
virtual
bool
isWatching(
const
std::string&)
const
;
52
virtual
void
displayPlanStatusString(
DtPlanStatus
status);
53
};
54
55
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)