VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setStateMoraleLevelPropertyDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
13 
14 class QSlider;
15 
16 namespace makVrf
17 {
20 
22  {
23  Q_OBJECT
24 
25  public:
26  //CTOR
27  DtSetStateMoraleLevelPropertyDialog(makVrv::DtDe& de, QWidget* parent, const DtString& property,
28  const Qt::WindowFlags& flags = 0);
29 
30  //DTOR
32 
33  protected:
34  virtual bool valuesArePercentages(const std::vector<makVrv::DtSimEntry*>& data) const;
35  virtual bool sendValuesAsPercentages() const;
36  };
37 
39  {
40  public:
42 
43  virtual DtTaskSetDialogInterface* createDialog(makVrv::DtDe&, QWidget* parent);
44  };
45 }
Contains makVrf::DtSetStateMoraleLevelPropertyDialog class.
Definition: setStateMoraleLevelPropertyDialog.h:21
Definition: taskSetDialogInterface.h:83
Definition: setStatePropertyDialog.h:226
Sets up the set dialog to be able to change all state properties.
Definition: setStatePropertyDialog.h:31
Definition: setStateMoraleLevelPropertyDialog.h:38
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

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)