VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExtractPropsWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 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 
38  virtual ~DtExtractPropsWidget();
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  void extracTreestAsSpeedTrees(const std::string& expression, bool isRegEx,
59  const std::string& modelDef);
60 
61  protected:
62 
65 
67 
69  };
70 }
71 
72 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)