VR-Forces 4.3 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();
42 
43  protected:
45  };
46 
49 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)