VR-Forces 4.10 Class Documentation
 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)
12 #endif
13 
14 namespace makVrf
15 {
16  namespace makVrfGuiObjectInformationQt
17  {
19  {
20  Q_OBJECT
21 
22  public:
23 
25  DtLaserDesignatorPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
26 
28  virtual ~DtLaserDesignatorPage();
29 
30  public:
31 
33  virtual QIcon icon();
34 
36  virtual QString title();
37 
39  virtual const std::string& pageClassName() const;
40 
42  static const std::string& thePageClassName();
43 
44  virtual DtInformationDialogPageLogic* createLogic();
45 
48  virtual void signalToAddWhenReady(bool, const makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* s);
49 
50  protected:
51  virtual void activate();
52  virtual void deactivate();
53  };
54 
57  }
58 }
makVrv::DtPageCreatorTemplate< DtLaserDesignatorPage > DtLaserDesignatorPageCreator
Definition: laserDesignatorPage.h:56
Definition: DtPage.h:143
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)