VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
uiPropertiesDisplayContainer.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
13 
14 class QScrollArea;
15 class QVBoxLayout;
16 class QGridLayout;
17 
19 {
20  Q_OBJECT
21 
22 public:
25 
28 
30 
31  virtual void setEnabled(bool);
32 
33 protected:
35  virtual void createControls(QWidget* widget);
36 
39  virtual void existingContainedParameters(DtReaderWriter* rw, QWidget* parent, QStringList& contained) const;
40 
42  virtual bool addControlFor(const QString& container, DtReaderWriter*);
43 
44 protected:
45  QScrollArea* myScrollArea;
47  QGridLayout* myGridLayout;
48  std::vector<DtUiElement*> myElements;
49 };

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)