VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfSilverliningGroup.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
15 
16 namespace makVrf
17 {
18  class DtVrfSimBackendManager;
19  class DtLocalWeatherManager;
20 
22  {
23  public:
26 
27  virtual ~DtVrfSilverliningGroup();
28 
31  virtual void setDateAndTime( unsigned short year, unsigned char month,
32  unsigned char day, unsigned char hour, unsigned char minutes,
33  double seconds, bool observeDaylightSavings );
34 
35  virtual DtVrfSimBackendManager& backendManager() const;
36  virtual DtLocalWeatherManager& localWeatherManager() const;
37 
38  protected:
41  };
42 
44  {
45  public:
46  virtual makVrv::DtSilverliningGroup* create(makVrv::DtDe&);
47  };
48 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)