VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
uiDiGuyElement.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
15 
16 
17 class QLabel;
18 class QGridLayout;
20 class DtUiStringElement;
21 
22 
26 
28 {
29  Q_OBJECT
30 
31 public:
32 
35 
37  virtual ~DtUiDiGuyElement();
38 
40 
42 
43 protected:
44  virtual void createControls(QWidget*);
45  virtual void intializeListBox(const DtString& type);
46  virtual int findIndexFromString(const QString & name);
47 
48  protected slots:
49  virtual void setDiGuyString(int index);
50 
51 protected:
52  virtual void setFromParameters(const std::vector<DtReaderWriter*>& parentRw);
53  virtual void updateDiguyBox();
54 
55 protected:
63  QGridLayout* myMainLayout;
64 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)