VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtExtractPropsWidget.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>
16 
18 
19 #include <QtWidgets/QWidget>
20 
21 namespace makVrv
22 {
27  : public QWidget
29  {
30  Q_OBJECT;
31 
32  public:
33 
35  DtExtractPropsWidget(DtDe& de, QWidget* parent);
36 
39 
41  virtual void setSearchCandidateSet(const DtExtractPropsInterface::SearchCandidateSet& scSet);
42 
44  virtual void reset();
45 
47  virtual void setValidSchemas(const std::vector<std::string>& schemaNames);
48 
49  protected:
50 
52  void setupGui();
53 
55  void extractProps(const std::string& expression, bool isRegEx,
56  const std::string& type, const std::string& modelDef);
57 
58  protected:
59 
62 
64 
66  };
67 }
68 
69 

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)