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