VR-Forces 4.6.1 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* create(makVrv::DtDe&, QWidget* parent);
44  };
45 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)