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
vrfGuiCore
vrfWeatherManipulationHandler.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrfGuiCore/vrfGuiCore.h
>
12
#include <
vrfGuiCore/vrfBoxManipulationHandler.h
>
13
#include <
vrfplan/changeWeatherCommand.h
>
14
15
namespace
makVrf
16
{
19
class
DT_DLL_VRFGUICORE
DtVrfWeatherManipulationHandler
:
public
DtVrfBoxManipulationHandler
20
{
21
22
public
:
23
24
DtVrfWeatherManipulationHandler
(
makVrv::DtDe
& );
25
virtual
~
DtVrfWeatherManipulationHandler
();
26
29
virtual
void
setWeatherCreationCommand(
const
DtChangeWeatherCommand
&);
30
const
DtChangeWeatherCommand
& weatherCommand()
const
31
{
32
return
myWeatherCommand;
33
}
34
35
virtual
HandlerType
type
()
const
{
return
Weather
; };
36
37
protected
:
39
virtual
bool
createVrfObject(
DtVrfObjectFacadeInterface
*);
40
41
virtual
void
postCreateInitialize(
DtVrfObjectFacadeInterface
*);
42
43
protected
:
44
DtChangeWeatherCommand
myWeatherCommand
;
45
};
46
47
typedef
DtVrfObjectManipulationHandlerCreator<DtVrfWeatherManipulationHandler>
48
DtVrfWeatherManipulationHandlerCreator
;
49
}
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
)