VR-Forces 4.1 Class Documentation
DtDateAndTimePage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtDateAndTimePage.h,v $ $Revision: 1.7 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/DtPage.h>
15 
16 class QVBoxLayout;
17 
18 namespace makVrv
19 {
20  class DtDateAndTimeWidget;
21  class DtPersistenceToolbarWidget;
22 
26  {
27  Q_OBJECT
28 
29  public:
30 
32  DtDateAndTimePage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
33 
35  virtual ~DtDateAndTimePage();
36 
38  virtual QIcon icon();
39 
41  virtual QString title();
42 
44  virtual const std::string& pageClassName() const;
45 
47  static const std::string& thePageClassName();
48 
49  protected:
50 
52  void setupGui();
53 
55  virtual void activate();
56 
58  virtual void deactivate();
59 
60  protected:
61 
64  QVBoxLayout* myMainLayout;
66  };
67 
71 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)