VR-Forces 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() override;
36 
38  virtual QIcon icon() override;
39 
42  virtual makVrv::DtQIconConfigurations qIconConfigurations() const override;
43 
45  virtual QString title() override;
46 
48  virtual const std::string& pageClassName() const override;
49 
51  static const std::string& thePageClassName();
52 
53  virtual DtInformationDialogPageLogic* createLogic() override;
54 
55  protected slots:
56 
57  protected:
58  virtual ShowStatus setupGui(DtSimObjectReference) override;
59 
60  virtual void activate() override;
61 
62 
63  virtual QWidget* createPageContents(ShowStatus& status) override;
64 
65  public:
66  };
67 
70  }
71 }
Definition: DtPage.h:181
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:264
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:76
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)