VR-Forces 4.7 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 
11 
12 namespace makVrf
13 {
14  namespace makVrfGuiObjectInformationQt
15  {
17  {
18  Q_OBJECT
19 
20  public:
21 
23  DtLaserDesignatorPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
24 
26  virtual ~DtLaserDesignatorPage();
27 
28  public:
29 
31  virtual QIcon icon();
32 
34  virtual QString title();
35 
37  virtual const std::string& pageClassName() const;
38 
40  static const std::string& thePageClassName();
41 
42  virtual DtInformationDialogPageLogic* createLogic();
43 
46  virtual void signalToAddWhenReady(bool, const makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* s);
47 
48  protected:
49  virtual void activate();
50  virtual void deactivate();
51  };
52 
55  }
56 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)