|
HDK
|
#include <HUSD_LoadMasks.h>
Static Public Member Functions | |
| static UT_StringHolder | getMutingIdentifier (const UT_StringHolder &identifier) |
| static bool | isLopMutingIdentifier (const UT_StringHolder &identifier) |
Static Public Attributes | |
| static const HUSD_LoadMasks | theEmptyLoadMasks |
Definition at line 34 of file HUSD_LoadMasks.h.
| HUSD_LoadMasks::HUSD_LoadMasks | ( | ) |
| HUSD_LoadMasks::~HUSD_LoadMasks | ( | ) |
| void HUSD_LoadMasks::addLoadPath | ( | const UT_StringHolder & | path | ) |
| void HUSD_LoadMasks::addMuteLayer | ( | const UT_StringHolder & | identifier | ) |
| void HUSD_LoadMasks::addPopulatePath | ( | const UT_StringHolder & | path | ) |
|
static |
| bool HUSD_LoadMasks::isEmpty | ( | ) | const |
| bool HUSD_LoadMasks::isLayerMuted | ( | const UT_StringHolder & | identifier | ) | const |
|
static |
| bool HUSD_LoadMasks::isPathLoaded | ( | const UT_StringHolder & | path, |
| HUSD_LoadMasksMatchStyle | match = HUSD_MATCH_EXACT |
||
| ) | const |
| bool HUSD_LoadMasks::isPathPopulated | ( | const UT_StringHolder & | path, |
| HUSD_LoadMasksMatchStyle | match = HUSD_MATCH_EXACT |
||
| ) | const |
| bool HUSD_LoadMasks::load | ( | UT_IStream & | is | ) |
| bool HUSD_LoadMasks::loadAll | ( | ) | const |
|
inline |
Definition at line 94 of file HUSD_LoadMasks.h.
| void HUSD_LoadMasks::merge | ( | const HUSD_LoadMasks & | other | ) |
|
inline |
Definition at line 70 of file HUSD_LoadMasks.h.
|
inline |
Definition at line 41 of file HUSD_LoadMasks.h.
| bool HUSD_LoadMasks::operator== | ( | const HUSD_LoadMasks & | other | ) | const |
| bool HUSD_LoadMasks::populateAll | ( | ) | const |
|
inline |
Definition at line 61 of file HUSD_LoadMasks.h.
| void HUSD_LoadMasks::removeAllLoadPaths | ( | ) |
| void HUSD_LoadMasks::removeAllMuteLayers | ( | ) |
| void HUSD_LoadMasks::removeAllPopulatePaths | ( | ) |
| void HUSD_LoadMasks::removeLoadPath | ( | const UT_StringHolder & | path, |
| bool | remove_children = false |
||
| ) |
| void HUSD_LoadMasks::removeMuteLayer | ( | const UT_StringHolder & | identifier | ) |
| void HUSD_LoadMasks::removePopulatePath | ( | const UT_StringHolder & | path, |
| bool | remove_children = false |
||
| ) |
| void HUSD_LoadMasks::save | ( | std::ostream & | os | ) | const |
| void HUSD_LoadMasks::setLoadAll | ( | ) |
| void HUSD_LoadMasks::setLoadPaths | ( | const UT_SortedStringSet & | paths | ) |
| void HUSD_LoadMasks::setPopulateAll | ( | ) |
| void HUSD_LoadMasks::setPopulatePaths | ( | const UT_SortedStringSet & | paths | ) |
| void HUSD_LoadMasks::setVariantSelectionFallbacks | ( | const UT_StringMap< UT_StringArray > & | fallbacks | ) |
| const UT_StringMap<UT_StringArray>& HUSD_LoadMasks::variantSelectionFallbacks | ( | ) | const |
|
static |
Definition at line 107 of file HUSD_LoadMasks.h.