VR-Forces Development_Version 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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)