HDK
|
#include <HUSD_SetRelationships.h>
Public Member Functions | |
HUSD_SetRelationships (HUSD_AutoWriteLock &lock) | |
~HUSD_SetRelationships () | |
bool | setRelationship (const UT_StringRef &primpath, const UT_StringRef &relationship_name, const UT_StringArray &target_paths) const |
bool | blockRelationship (const UT_StringRef &primpath, const UT_StringRef &relationship_name) const |
bool | addRelationshipTarget (const UT_StringRef &primpath, const UT_StringRef &relationship_name, const UT_StringRef &target_path) const |
bool | removeRelationshipTarget (const UT_StringRef &primpath, const UT_StringRef &relationship_name, const UT_StringRef &target_path) const |
Definition at line 25 of file HUSD_SetRelationships.h.
HUSD_SetRelationships::HUSD_SetRelationships | ( | HUSD_AutoWriteLock & | lock | ) |
HUSD_SetRelationships::~HUSD_SetRelationships | ( | ) |
bool HUSD_SetRelationships::addRelationshipTarget | ( | const UT_StringRef & | primpath, |
const UT_StringRef & | relationship_name, | ||
const UT_StringRef & | target_path | ||
) | const |
bool HUSD_SetRelationships::blockRelationship | ( | const UT_StringRef & | primpath, |
const UT_StringRef & | relationship_name | ||
) | const |
bool HUSD_SetRelationships::removeRelationshipTarget | ( | const UT_StringRef & | primpath, |
const UT_StringRef & | relationship_name, | ||
const UT_StringRef & | target_path | ||
) | const |
bool HUSD_SetRelationships::setRelationship | ( | const UT_StringRef & | primpath, |
const UT_StringRef & | relationship_name, | ||
const UT_StringArray & | target_paths | ||
) | const |