VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stealthObserverViewModesWidget.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 QListWidget;
18 
19 namespace makVrf
20 {
26  {
27  public:
28  DtStealthObserverViewModesWidget(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
29 
30  //DTOR
32 
35  virtual void setRange(double, double) {};
36 
38  virtual void setDefaultValue(const std::string&);
39 
41  virtual void setVariableData(const std::string&);
43 
45  virtual std::string viewMode() const;
46 
48  virtual void setViewMode(const std::string&);
49 
51  virtual DtReaderWriter* createBoundVariable(const std::string& variableName);
52 
54  virtual void setupFromBoundVariable(const DtReaderWriter* variableName);
55 
56  static makVrv::DtUnicode codeVariableType()
57  {
58  return makVrv::DtUnicode::tr("String");
59  }
60 
61  public:
62  QListWidget* myStealthModes;
63  };
64 
66 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)