VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtExtractReferencesWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsgQt/vrvOsgQt.h>
14 #include <QtGui/QWidget>
15 
16 class QCheckBox;
17 class QComboBox;
18 class QLabel;
19 class QLineEdit;
20 class QListWidget;
21 class QListWidgetItem;
22 class QPushButton;
23 class QTreeWidget;
24 
25 namespace makVrv
26 {
27 
28  class DtPropTypeComboBox;
29  class DtModelDefinitionComboBox;
30 
34  : public QWidget
36  {
37  Q_OBJECT;
38 
39  public:
40 
43 
46 
48  virtual void setSearchCandidateSet(const DtExtractPropsInterface::SearchCandidateSet& scSet);
49 
52  virtual void reset();
53 
55  virtual void setValidSchemas(const std::vector<std::string>& schemaNames);
56 
58  void clear();
59 
60  protected slots:
61 
63  virtual void onExtractClicked();
64 
66  virtual void onSelectAllClicked();
67 
69  virtual void onDeselectAllClicked();
70 
72  virtual void onPropTypeComboChanged(const QString& text);
73 
75  virtual void onModelDefinitionComboChanged(const QString& text);
76 
77  protected:
78 
80  void setupGui();
81 
82  protected:
83 
85 
88 
91 
93  QListWidget* myReferencesList;
94 
97 
100 
102 
105 
107  std::string myCurrentType;
108 
111 
114  };
115 }
116 
117 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)