VR-Forces 4.6.1 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
editGlobalPlanWidgetLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrfGuiCoreQt/editEntityPlanWidgetLogic.h
>
15
16
namespace
makVrf
17
{
18
class
DT_DLL_VRFGUICOREQT
DtEditGlobalPlanWidgetLogic
:
public
DtEditEntityPlanWidgetLogic
19
{
20
21
public
:
22
24
DtEditGlobalPlanWidgetLogic
(
makVrv::DtDe
& de,
DtPlanWidgetInterface
* iFace);
25
27
virtual
~
DtEditGlobalPlanWidgetLogic
();
28
29
protected
:
30
virtual
bool
sendPlan(
bool
);
31
virtual
void
restartPlan();
32
virtual
void
abandonPlan();
33
virtual
void
unregisterPlanCallbacks(
const
std::vector<DtUUID>& names);
34
virtual
void
registerPlanCallbacks(
const
std::vector<DtUUID>& names);
35
36
virtual
void
registerPlanCallbacksWithoutRequest(
const
std::vector<DtUUID>& names);
37
virtual
bool
globalPlan()
const
;
38
39
virtual
void
connectSignals(
const
std::vector<makVrv::DtSimEntry*>& s);
40
41
virtual
bool
isGlobalPlan()
const
;
42
};
43
}
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)