VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
laserDesignatorPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
8 #if !defined(Q_MOC_RUN)
11 #endif
12 
13 namespace makVrf
14 {
15  namespace makVrfGuiObjectInformationQt
16  {
18  {
19  Q_OBJECT
20 
21  public:
22 
24  DtLaserDesignatorPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
25 
27  virtual ~DtLaserDesignatorPage() override;
28 
29  public:
30 
32  virtual QIcon icon() override;
33 
36  virtual makVrv::DtQIconConfigurations qIconConfigurations() const override;
37 
39  virtual QString title() override;
40 
42  virtual const std::string& pageClassName() const override;
43 
45  static const std::string& thePageClassName();
46 
47  virtual DtInformationDialogPageLogic* createLogic() override;
48 
50  virtual ShowStatus setupGui(DtSimObjectReference s) override;
51 
52  protected:
53  virtual void activate() override;
54  virtual void deactivate() override;
55  virtual void checkReadyToAdd(DtSimObjectReference) override;
56  };
57 
60  }
61 }
makVrv::DtPageCreatorTemplate< DtLaserDesignatorPage > DtLaserDesignatorPageCreator
Definition: laserDesignatorPage.h:59
Definition: DtPage.h:181
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)