#include <LOP_SelectionRule.h>
|
| LOP_SelectionRule () |
|
| ~LOP_SelectionRule () |
|
bool | operator== (const LOP_SelectionRule &other) const |
|
bool | operator!= (const LOP_SelectionRule &other) const |
|
int | hash () const |
|
void | save (UT_JSONWriter &writer) const |
|
bool | load (UT_JSONParser &parser) |
|
void | getExpandedPathSet (HUSD_AutoAnyLock &lock, int nodeid, const HUSD_TimeCode &timecode, HUSD_PathSet &paths, bool *may_be_time_varying=nullptr, HUSD_PathSet *missing_explicit_paths=nullptr, UT_ErrorSeverity *error_severity=nullptr, UT_StringHolder *error=nullptr) const |
|
void | getCollectionAwarePathSet (HUSD_AutoAnyLock &lock, int nodeid, const HUSD_TimeCode &timecode, HUSD_PathSet &paths, bool *may_be_time_varying=nullptr, HUSD_PathSet *missing_explicit_paths=nullptr, UT_ErrorSeverity *error_severity=nullptr, UT_StringHolder *error=nullptr) const |
|
bool | copyToFindPrims (HUSD_FindPrims &findprims, int nodeid, const HUSD_TimeCode &timecode, UT_ErrorSeverity *error_severity=nullptr, UT_StringHolder *error=nullptr) const |
|
const UT_StringHolder & | getPathPattern () const |
|
void | setPathPattern (const UT_StringHolder &pattern) |
|
HUSD_PrimTraversalDemands | traversalDemands () const |
|
void | setTraversalDemands (HUSD_PrimTraversalDemands demands) |
|
const UT_StringHolder & | icon () const |
|
void | setIcon (const UT_StringHolder &icon) |
|
bool | assumeWildcardsAroundPlainTokens () const |
|
void | setAssumeWildcardsAroundPlainTokens (bool assume) |
|
bool | caseSensitive () const |
|
void | setCaseSensitive (bool casesensitive) |
|
Definition at line 29 of file LOP_SelectionRule.h.
LOP_SelectionRule::LOP_SelectionRule |
( |
| ) |
|
LOP_SelectionRule::~LOP_SelectionRule |
( |
| ) |
|
bool LOP_SelectionRule::assumeWildcardsAroundPlainTokens |
( |
| ) |
const |
|
inline |
bool LOP_SelectionRule::caseSensitive |
( |
| ) |
const |
|
inline |
int LOP_SelectionRule::hash |
( |
| ) |
const |
void LOP_SelectionRule::setAssumeWildcardsAroundPlainTokens |
( |
bool |
assume | ) |
|
|
inline |
void LOP_SelectionRule::setCaseSensitive |
( |
bool |
casesensitive | ) |
|
|
inline |
The documentation for this class was generated from the following file: