VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stealthViewModesWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 
16 
17 class QComboBox;
18 class QHBoxLayout;
19 
20 namespace makVrf
21 {
25  {
26  public:
27  DtStealthViewModesWidget(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
28 
29  //DTOR
30  virtual ~DtStealthViewModesWidget();
31 
34  virtual void setLabel(const std::string&);
35 
38  virtual void setRange(double, double) {};
39 
41  virtual void setDefaultValue(const std::string&);
42 
44  virtual void setVariableData(const std::string&);
46 
48  virtual std::string viewMode() const;
49 
51  virtual void setViewMode(const std::string&);
52 
54  virtual DtReaderWriter* createBoundVariable(const std::string& variableName);
55 
57  virtual void setupFromBoundVariable(const DtReaderWriter* variableName);
58 
59  static makVrv::DtUnicode codeVariableType()
60  {
61  return makVrv::DtUnicode::tr("String");
62  }
63 
64  public:
67  QHBoxLayout* myContentLayout;
68  };
69 
71 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)