VR-Forces Developer's Guide
 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) 2020 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 
38  virtual void disable(const std::string& tooltip) = 0;
39 
42  boost::signalslib::signal<void (const std::string& expression, bool isRegEx,
43  const std::string& type, const std::string& modelDef)> signal_extractProps;
44 
47  boost::signalslib::signal< void(const std::string& expression, bool isRegEx
48  , const std::string& modelDef) > signal_extractToSpeedTree;
49 
52  boost::signalslib::signal<void ()> signal_extractAllExternalRefs;
53 
55  boost::signalslib::signal<void(bool checked)> signal_extractAsSpeedTreesChanged;
56 
58  virtual void setValidSchemas(const std::vector<std::string>& schemaNames) = 0;
59  };
60 }
boost::signalslib::signal< void(bool checked)> signal_extractAsSpeedTreesChanged
Signal emitted when the user checks or unchecks the Extract as Speed Trees checkbox.
Definition: DtExtractPropsInterface.h:55
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
std::set< std::string > SearchCandidateSet
Definition: DtExtractPropsInterface.h:23
Contains DLL export macros.
boost::signalslib::signal< void(const std::string &expression, bool isRegEx, const std::string &modelDef) > signal_extractToSpeedTree
Signal emitted when a user set a rule to convert an external reference to speed trees. Signal caught by the logic.
Definition: DtExtractPropsInterface.h:48
Contains makVrv::DtPropTypeComboBox class.
boost::signalslib::signal< void(const std::string &expression, bool isRegEx, const std::string &type, const std::string &modelDef)> signal_extractProps
Signal emitted when a rule has been created by the user. Signal caught by the logic.
Definition: DtExtractPropsInterface.h:43
Interface for the extract props widget.
Definition: DtExtractPropsInterface.h:19
boost::signalslib::signal< void()> signal_extractAllExternalRefs
Signal emitted when the user has requested that all external references be extracted (i...
Definition: DtExtractPropsInterface.h:52

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)