VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setStateAviationFuelPropertyDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
11 
12 #pragma once
13 
18 
19 namespace makVrf
20 {
21  struct DtVrlinkSimulatedAggregateState;
22 
24  {
25  Q_OBJECT
26  public:
27  //CTOR
28  DtSetStateAviationFuelPropertyDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
29 
30  //DTOR
32 
33  protected:
34  virtual void addProperty(const DtPropertyInterface* iFace, bool merge, bool hasStar);
35  virtual DtRwProperties modifiedProperties() const;
36  virtual void setupStateProperties(DtSetStateProperties* col);
37 
38  virtual void sendRequest();
39 
40  protected:
42  };
43 
45  {
46  public:
48  virtual DtTaskSetDialogInterface* createDialog(makVrv::DtDe&, QWidget* parent);
49 
51  virtual bool isValidFor(makVrv::DtDe& de, const makVrv::DtSelectionManager::IdSet& ids,
52  int partOfPlanDialog) const;
53  };
54 }

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)