VR-Forces 4.1.1 Class Documentation
environmentSettingsDateAndTimePage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: vrfSceneSettingsDateAndTimePage.h,v $ $Revision: 1.7 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 #include <vrvCore/DtDe.h>
18 #include <vrvCoreQt/DtPage.h>
19 
20 namespace makVrv
21 {
22  class DtPersistenceToolbarWidget;
23 }
24 
25 namespace makVrf
26 {
27  class DtEnvironmentSettingsDateAndTimeWidget;
28  class DtEnvironmentSettingsDateAndTimeLogic;
29 
33  {
34  Q_OBJECT;
35 
36  public:
37 
38  DtEnvironmentSettingsDateAndTimePage (makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f);
39 
41 
43  virtual QIcon icon();
44 
46  virtual QString title();
47 
49  virtual const std::string& pageClassName() const;
50 
52  static const std::string& thePageClassName();
53 
54  protected:
55 
56  virtual void setupGui();
57 
59  virtual void activate();
60 
62  virtual void deactivate();
63 
64  protected:
66 
67  public:
70  };
71 
74 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)