VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
engineeringObjectInformationPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #if !defined(Q_MOC_RUN)
14 #endif
15 
16 class QComboBox;
17 
18 namespace makVrf
19 {
20  namespace makVrfGuiObjectInformationQt
21  {
23  {
24  Q_OBJECT
25  public:
26 
28  DtEngineeringObjectInformationPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
29 
31  virtual ~DtEngineeringObjectInformationPage() override;
32 
34  virtual QIcon icon() override;
35 
38  virtual makVrv::DtQIconConfigurations qIconConfigurations() const override;
39 
41  virtual QString title() override;
42 
44  virtual const std::string& pageClassName() const override;
45 
47  static const std::string& thePageClassName();
48 
49  virtual DtInformationDialogPageLogic* createLogic() override;
50 
51  protected:
52  virtual void activate() override;
53  };
54 
57  }
58 }
Definition: engineeringObjectInformationPage.h:22
Definition: DtPage.h:181
Contains makVrv::DtInformationDialogPage class.
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
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
makVrv::DtPageCreatorTemplate< DtEngineeringObjectInformationPage > DtEngineeringObjectInformationPageCreator
Definition: engineeringObjectInformationPage.h:56
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)