VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
entityInformationPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 namespace makVrf
16 {
17  namespace makVrfGuiObjectInformationQt
18  {
20  {
21  Q_OBJECT
22  public:
23 
25  DtEntityInformationPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
26 
28  virtual ~DtEntityInformationPage() override;
29 
31  virtual QIcon icon() override;
32 
35  virtual makVrv::DtQIconConfigurations qIconConfigurations() const override;
36 
38  virtual QString title() override;
39 
41  virtual const std::string& pageClassName() const override;
42 
44  static const std::string& thePageClassName();
45 
46  virtual DtInformationDialogPageLogic* createLogic() override;
47 
48  protected:
49  virtual void activate() override;
50 
51  virtual void activate(DtSimObjectReference state) override;
52  };
53 
56 
58  {
59  public:
61  DtEntityInformationSelectedStatusPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
62 
64  virtual ~DtEntityInformationSelectedStatusPage() override;
65  };
66 
69  }
70 }
makVrv::DtPageCreatorTemplate< DtEntityInformationPage > DtEntityInformationPageCreator
Definition: entityInformationPage.h:55
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< DtEntityInformationSelectedStatusPage > DtEntityInformationSelectedStatusPageCreator
Definition: entityInformationPage.h:68
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)