|
| SdfChangeList ()=default |
|
SDF_API | SdfChangeList (SdfChangeList const &) |
|
| SdfChangeList (SdfChangeList &&)=default |
|
SDF_API SdfChangeList & | operator= (SdfChangeList const &) |
|
SdfChangeList & | operator= (SdfChangeList &&)=default |
|
SDF_API void | DidReplaceLayerContent () |
|
SDF_API void | DidReloadLayerContent () |
|
SDF_API void | DidChangeLayerResolvedPath () |
|
SDF_API void | DidChangeLayerIdentifier (const std::string &oldIdentifier) |
|
SDF_API void | DidChangeSublayerPaths (const std::string &subLayerPath, SubLayerChangeType changeType) |
|
SDF_API void | DidAddPrim (const SdfPath &primPath, bool inert) |
|
SDF_API void | DidRemovePrim (const SdfPath &primPath, bool inert) |
|
SDF_API void | DidMovePrim (const SdfPath &oldPath, const SdfPath &newPath) |
|
SDF_API void | DidReorderPrims (const SdfPath &parentPath) |
|
SDF_API void | DidChangePrimName (const SdfPath &oldPath, const SdfPath &newPath) |
|
SDF_API void | DidChangePrimVariantSets (const SdfPath &primPath) |
|
SDF_API void | DidChangePrimInheritPaths (const SdfPath &primPath) |
|
SDF_API void | DidChangePrimReferences (const SdfPath &primPath) |
|
SDF_API void | DidChangePrimSpecializes (const SdfPath &primPath) |
|
SDF_API void | DidAddProperty (const SdfPath &propPath, bool hasOnlyRequiredFields) |
|
SDF_API void | DidRemoveProperty (const SdfPath &propPath, bool hasOnlyRequiredFields) |
|
SDF_API void | DidReorderProperties (const SdfPath &propPath) |
|
SDF_API void | DidChangePropertyName (const SdfPath &oldPath, const SdfPath &newPath) |
|
SDF_API void | DidChangeAttributeTimeSamples (const SdfPath &attrPath) |
|
SDF_API void | DidChangeAttributeConnection (const SdfPath &attrPath) |
|
SDF_API void | DidChangeRelationshipTargets (const SdfPath &relPath) |
|
SDF_API void | DidAddTarget (const SdfPath &targetPath) |
|
SDF_API void | DidRemoveTarget (const SdfPath &targetPath) |
|
SDF_API void | DidChangeInfo (const SdfPath &path, const TfToken &key, VtValue &&oldValue, const VtValue &newValue) |
|
const EntryList & | GetEntryList () const |
|
SDF_API Entry const & | GetEntry (const SdfPath &) const |
|
SDF_API const_iterator | FindEntry (SdfPath const &) const |
|
const_iterator | begin () const |
|
const_iterator | cbegin () const |
|
const_iterator | end () const |
|
const_iterator | cend () const |
|
A list of scene description modifications, organized by the namespace paths where the changes occur.
Definition at line 35 of file changeList.h.