VR-Forces 4.10 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 }
File: setStateProperties.h.
Definition: setStateProperties.h:36
Definition: setStateAviationFuelPropertyDialog.h:44
SpecificRwType * addProperty(DtReaderWriter &properties, const DtString &propertyName)
Adds a property with the specified name to the given set of properties.
Definition: taskSetDialogInterface.h:83
Interface class used to define minimal interface for a property.
Definition: propertyInterface.h:48
Definition: setStatePropertyDialog.h:226
Acts as a map for properties.
Definition: rwPropertiesMap.h:41
Sets up the set dialog to be able to change all state properties.
Definition: setStatePropertyDialog.h:31
DtRwPropertiesMap myTanks
Definition: setStateAviationFuelPropertyDialog.h:41
A list of properties.
Definition: rwProperties.h:126
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
std::set< DtUniqueID > IdSet
Definition: DtSelectionManager.h:32
Definition: setStateAviationFuelPropertyDialog.h:23

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)