VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtExtractPropsInterface.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 #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 ()> signal_extractAllExternalRefs;
45 
47  virtual void setValidSchemas(const std::vector<std::string>& schemaNames) = 0;
48  };
49 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)