VR-Forces 4.10 Class Documentation
 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 
41  virtual QString title();
42 
44  virtual const std::string& pageClassName() const;
45 
47  static const std::string& thePageClassName();
48 
49  virtual DtInformationDialogPageLogic* createLogic();
50 
51  protected slots:
52 
53  protected:
55 
56  virtual void activate();
57 
58 
59  virtual QWidget* createPageContents(ShowStatus& status);
60 
61  public:
62  };
63 
66  }
67 }
Definition: DtPage.h:143
makVrv::DtPageCreatorTemplate< DtSystemsInformationPage > DtSystemsInformationPageCreator
Definition: systemsInformationPage.h:65
Contains makVrv::DtInformationDialogPage class.
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:25
ShowStatus
Definition: informationDialogPage.h:265
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)