VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDateAndTimePage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 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 
41  virtual DtQIconConfigurations qIconConfigurations() const;
42 
44  virtual QString title();
45 
47  virtual const std::string& pageClassName() const;
48 
50  static const std::string& thePageClassName();
51 
52  protected:
53 
55  void setupGui();
56 
58  virtual void activate();
59 
61  virtual void deactivate();
62 
63  protected:
64 
66  QVBoxLayout* myMainLayout;
69  };
70 
74 }
A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.
Definition: DtPersistenceToolbarWidget.h:26
The logic for displaying/editing the date and time.
Definition: DtDateAndTimeLogic.h:23
Contains makVrv::DtPage class.
DtPersistenceToolbarWidget * myToolbar
Definition: DtDateAndTimePage.h:65
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
A dialog page for setting the date and time.
Definition: DtDateAndTimePage.h:24
Definition: DtPage.h:150
QVBoxLayout * myMainLayout
Definition: DtDateAndTimePage.h:66
DtDateAndTimeWidget * myWidget
Definition: DtDateAndTimePage.h:68
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
DtPageCreatorTemplate< DtDateAndTimePage > DtDateAndTimePageCreator
A creator for the DtDateAndTimePager.
Definition: DtDateAndTimePage.h:73
A date and time widget.
Definition: DtDateAndTimeWidget.h:33
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
DtDateAndTimeLogic * myLogic
Definition: DtDateAndTimePage.h:67
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)