#include <HUSD_EditCollections.h>
|
| | HUSD_EditCollections (HUSD_AutoWriteLock &lock) |
| |
| | ~HUSD_EditCollections () |
| |
| bool | createCollection (const UT_StringRef &primpath, const UT_StringRef &collectionname, const UT_StringRef &expansionrule, const HUSD_FindPrims &includeprims, const HUSD_FindPrims &excludeprims, bool setexcludes, bool createprim, bool forceapply=true) |
| |
| bool | createCollection (const UT_StringRef &primpath, const UT_StringRef &collectionname, const UT_StringRef &expansionrule, const HUSD_FindPrims &includeprims, bool createprim, bool forceapply=true) |
| |
| bool | createPathExpressionCollection (const UT_StringRef &primpath, const UT_StringRef &collectionname, const UT_StringRef &pathexpression, bool createprim, bool forceapply=true) |
| |
| bool | setCollectionExpansionRule (const UT_StringRef &collectionpath, const UT_StringRef &expansionrule) |
| |
| bool | setCollectionIncludes (const UT_StringRef &collectionpath, const UT_StringArray &paths) |
| |
| bool | addCollectionInclude (const UT_StringRef &collectionpath, const UT_StringRef &path) |
| |
| bool | setCollectionExcludes (const UT_StringRef &collectionpath, const UT_StringArray &paths) |
| |
| bool | addCollectionExclude (const UT_StringRef &collectionpath, const UT_StringRef &path) |
| |
| bool | setCollectionIcon (const UT_StringRef &collectionpath, const UT_StringHolder &icon) |
| |
Definition at line 27 of file HUSD_EditCollections.h.
| HUSD_EditCollections::~HUSD_EditCollections |
( |
| ) |
|
| bool HUSD_EditCollections::createPathExpressionCollection |
( |
const UT_StringRef & |
primpath, |
|
|
const UT_StringRef & |
collectionname, |
|
|
const UT_StringRef & |
pathexpression, |
|
|
bool |
createprim, |
|
|
bool |
forceapply = true |
|
) |
| |
| bool HUSD_EditCollections::setCollectionExpansionRule |
( |
const UT_StringRef & |
collectionpath, |
|
|
const UT_StringRef & |
expansionrule |
|
) |
| |
The documentation for this class was generated from the following file: