VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtUseGlobalTimeZoneCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/DtVrvCommand.h>
13 
14 namespace makVrv
15 {
20  {
21  public:
23  virtual ~DtUseGlobalTimeZoneCommand();
24 
25  virtual bool useGlobalTimeZone() const;
26  virtual void setUseGlobalTimeZone(const bool& b);
27 
28  virtual void execute(DtDe& de);
29 
30  protected:
32 
33  };
34 
38  {
39  public:
42 
43  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
44  };
45 } //makVrv::

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)