VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
systemsInformationPage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 class QLabel;
16 class QLineEdit;
17 class QIntValidator;
18 class QHBoxLayout;
19 class QPushButton;
20 
21 namespace makVrf
22 {
23  namespace makVrfGuiObjectInformationQt
24  {
26  {
27  Q_OBJECT
28 
29  public:
30 
32  DtSystemsInformationPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
33 
35  virtual ~DtSystemsInformationPage();
36 
38  virtual QIcon icon();
39 
42  virtual makVrv::DtQIconConfigurations qIconConfigurations() const;
43 
45  virtual QString title();
46 
48  virtual const std::string& pageClassName() const;
49 
51  static const std::string& thePageClassName();
52 
53  virtual DtInformationDialogPageLogic* createLogic();
54 
55  protected slots:
56 
57  protected:
59 
60  virtual void activate();
61 
62 
63  virtual QWidget* createPageContents(ShowStatus& status);
64 
65  public:
66  };
67 
70  }
71 }
Definition: DtPage.h:150
makVrv::DtPageCreatorTemplate< DtSystemsInformationPage > DtSystemsInformationPageCreator
Definition: systemsInformationPage.h:69
Contains makVrv::DtInformationDialogPage class.
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
ShowStatus
Definition: informationDialogPage.h:266
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
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)