VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setStatePercentCompletePropertyDialog.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
28  const Qt::WindowFlags& flags = 0);
29 
30  //DTOR
32 
33  protected:
34  virtual void setupGui(const std::vector<makVrv::DtSimEntry*>& data);
35 
36  virtual void valueFromWidget(const PropertyItem& item, DtReaderWriter* rw) const;
37  virtual void modifyStateProperty();
38 
39  protected slots:
40  virtual void percentCompleteSliderChanged();
41 
42  public:
44  };
45 
47  {
48  public:
50 
51  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
52  };
53 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)