VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvOsgQt
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
>
12
#include <
vrvCoreQt/DtPropTypeComboBox.h
>
13
#include <set>
14
15
namespace
makVrv
16
{
19
class
DT_DLL_VRVOSGQT
DtExtractPropsInterface
20
{
21
public
:
22
23
typedef
std::set<std::string>
SearchCandidateSet
;
24
26
DtExtractPropsInterface
();
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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)