VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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>
16 
17 namespace makVrf
18 {
22  {
23 
24  public:
25 
28 
31  virtual void setWeatherCreationCommand(const DtChangeWeatherCommand&);
32  const DtChangeWeatherCommand& weatherCommand() const
33  {
34  return myWeatherCommand;
35  }
36 
37  virtual HandlerType type() const { return Weather; };
38 
39  protected:
41  virtual bool createVrfObject(DtVrfObjectFacadeInterface*);
42 
43  virtual void postCreateInitialize(DtVrfObjectFacadeInterface*);
44 
45  virtual DtVrfObjectFacadeInterface* createLocalRepresentation( DtVrlinkSimulatedBaseStateView* editStateView,
46  makVrv::DtUniqueID sceneObjectId, DtVrlinkSimulatedBaseStateView* principalStateView );
47 
48  virtual DtVrfObjectFacadeInterface* createLocalRepresentation(DtVrlinkSimulatedBaseStateView* editStateView);
49 
50  protected:
52  };
53 
56 
59  {
60 
61  public:
62 
65 
68  virtual void setWeatherCreationCommand(const DtChangeWeatherCommand&);
69  const DtChangeWeatherCommand& weatherCommand() const
70  {
71  return myWeatherCommand;
72  }
73 
74  virtual HandlerType type() const { return Weather; };
75 
76  protected:
78  virtual bool createVrfObject(DtVrfObjectFacadeInterface*);
79 
80  virtual void postCreateInitialize(DtVrfObjectFacadeInterface*);
81 
82  virtual DtVrfObjectFacadeInterface* createLocalRepresentation( DtVrlinkSimulatedBaseStateView* editStateView,
83  makVrv::DtUniqueID sceneObjectId, DtVrlinkSimulatedBaseStateView* principalStateView );
84 
85  virtual DtVrfObjectFacadeInterface* createLocalRepresentation(DtVrlinkSimulatedBaseStateView* editStateView);
86 
87  protected:
89  };
90 
93 
96  {
97 
98  public:
99 
102 
105  virtual void setWeatherCreationCommand(const DtChangeWeatherCommand&);
106  const DtChangeWeatherCommand& weatherCommand() const
107  {
108  return myWeatherCommand;
109  }
110 
111  virtual HandlerType type() const { return Weather; };
112 
113  protected:
115  virtual bool createVrfObject(DtVrfObjectFacadeInterface*);
116 
117  virtual void postCreateInitialize(DtVrfObjectFacadeInterface*);
118 
119  virtual DtVrfObjectFacadeInterface* createLocalRepresentation( DtVrlinkSimulatedBaseStateView* editStateView,
120  makVrv::DtUniqueID sceneObjectId, DtVrlinkSimulatedBaseStateView* principalStateView );
121 
122  virtual DtVrfObjectFacadeInterface* createLocalRepresentation(DtVrlinkSimulatedBaseStateView* editStateView);
123 
124  protected:
126  };
127 
130 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)