#include <HUSD_EditLinkCollections.h>
|
| HUSD_EditLinkCollections (HUSD_AutoWriteLock &lock, LinkType linktype) |
|
| ~HUSD_EditLinkCollections () |
|
bool | addLinkItems (const HUSD_FindPrims &linkSource, const HUSD_FindPrims &includeprims, const HUSD_FindPrims &excludeprims, int nodeid, const HUSD_TimeCode &tc, UT_StringArray *errors=nullptr) |
|
bool | addReverseLinkItems (const HUSD_FindPrims &linkSource, const HUSD_FindPrims &includeprims, const HUSD_FindPrims &excludeprims, int nodeid, const HUSD_TimeCode &tc, UT_StringArray *errors=nullptr) |
|
bool | createCollections (UT_StringArray *errors=nullptr) |
| Create the collections necessary for all links previously added. More...
|
|
void | clear () |
| Clear all added links. More...
|
|
Definition at line 35 of file HUSD_EditLinkCollections.h.
HUSD_EditLinkCollections::~HUSD_EditLinkCollections |
( |
| ) |
|
Add a link whose source is the prim that will contain the collection that defines the link. This does not create the collections.
Add a link whose source is NOT the prim that will contain the collection that defines the link, but rather the prims in the link's include and excludes lists will contain the collection that defines the link. This does not create the collections.
void HUSD_EditLinkCollections::clear |
( |
| ) |
|
bool HUSD_EditLinkCollections::createCollections |
( |
UT_StringArray * |
errors = nullptr | ) |
|
Create the collections necessary for all links previously added.
The documentation for this class was generated from the following file: