VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtDateAndTimePage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/DtPage.h>
13 
14 class QVBoxLayout;
15 
16 namespace makVrv
17 {
18  class DtDateAndTimeLogic;
19  class DtDateAndTimeWidget;
20  class DtPersistenceToolbarWidget;
21 
25  {
26  Q_OBJECT
27 
28  public:
29 
31  DtDateAndTimePage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
32 
34  virtual ~DtDateAndTimePage();
35 
37  virtual QIcon icon();
38 
40  virtual QString title();
41 
43  virtual const std::string& pageClassName() const;
44 
46  static const std::string& thePageClassName();
47 
48  protected:
49 
51  void setupGui();
52 
54  virtual void activate();
55 
57  virtual void deactivate();
58 
59  protected:
60 
62  QVBoxLayout* myMainLayout;
65  };
66 
70 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)