VR-Forces Development_Version 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>
14 
15 namespace makVrf
16 {
20  {
21 
22  public:
23 
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:
45  };
46 
49 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)