VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExtractPropsInterface.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 #include <vrvOsgQt/vrvOsgQt.h>
13 #include <set>
14 
15 namespace makVrv
16 {
20  {
21  public:
22 
23  typedef std::set<std::string> SearchCandidateSet;
24 
27 
29  virtual ~DtExtractPropsInterface();
30 
32  virtual void reset() = 0;
33 
34  //Set the set of search candidates.
35  virtual void setSearchCandidateSet(const SearchCandidateSet& scSet) = 0;
36 
39  boost::signal<void (const std::string& expression, bool isRegEx,
40  const std::string& type, const std::string& modelDef)> signal_extractProps;
41 
44  boost::signal < void(const std::string& expression, bool isRegEx
45  , const std::string& modelDef) > signal_extractToSpeedTree;
46 
49  boost::signal<void ()> signal_extractAllExternalRefs;
50 
52  virtual void setValidSchemas(const std::vector<std::string>& schemaNames) = 0;
53  };
54 }

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)