VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
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
14
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
15
#include <
vrfGuiCoreQt/setStatePropertyDialog.h
>
16
#include <
vrfGuiCoreQt/simpleMapVariableWidgets.h
>
17
#include <
readerWriter/rwPropertiesMap.h
>
18
19
namespace
makVrf
20
{
21
struct
DtVrlinkSimulatedAggregateState;
22
23
class
DT_DLL_VRFGUICOREQT
DtSetStateAviationFuelPropertyDialog
:
public
DtSetStatePropertyDialog
24
{
25
Q_OBJECT
26
public
:
27
//CTOR
28
DtSetStateAviationFuelPropertyDialog
(
makVrv::DtDe
& de, QWidget* parent,
const
Qt::WindowFlags& flags = 0);
29
30
//DTOR
31
virtual
~
DtSetStateAviationFuelPropertyDialog
();
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
:
41
DtRwPropertiesMap
myTanks
;
42
};
43
44
class
DT_DLL_VRFGUICOREQT
DtSetStateAviationFuelPropertyDialogCreator
:
public
DtSetStatePropertyDialogCreator
45
{
46
public
:
47
DtSetStateAviationFuelPropertyDialogCreator
(
makVrv::DtDe
&);
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
)