VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setGimbalSensorLasingDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 namespace makVrf
17 {
20  {
21  public:
22  //CTOR
23  DtSetGimbalSensorLasingDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
24 
25  //DTOR
27 
28  //\brief Returns whether the user has chosen to turn on lasing
29  virtual bool lasingOn() const;
30 
31  //\brief Sets whether the user has chosen to turn on lasing
32  virtual void setLasingOn(bool);
33 
36  virtual void run(const std::vector<makVrv::DtSimEntry*>&);
37 
38  virtual bool editStatement(const std::vector<makVrv::DtSimEntry*>& data, const DtSimStatement* s);
39 
40  protected:
42  virtual QWidget* contents(const std::vector<makVrv::DtSimEntry*>& data);
43 
45  virtual void setupStatement(const DtSimStatement*);
46 
47  virtual void setupGui(const std::vector<makVrv::DtSimEntry*>& data);
48 
49  virtual void onCancel();
50 
51  virtual void sendRequest();
52  virtual bool wantsSelectionOfObjectInCommandMode() const;
53 
54  virtual void onOK();
55  };
56 
58  {
59  public:
60  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
61 
62  virtual bool supportsType(makVrv::DtDe&, const DtSetMessageType& t, const DtSimStatement*) const;
63  };
64 }
65 

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)