Usd Notice Framework
0.7.0
|
Notice sent when a stage's EditTarget has changed. More...
#include <notice.h>
Protected Member Functions | |
StageEditTargetChanged (const PXR_NS::UsdNotice::StageEditTargetChanged &) | |
Create notice from PXR_NS::UsdNotice::StageEditTargetChanged instance. | |
Protected Attributes | |
friend | StageNoticeImpl< StageEditTargetChanged > |
Ensure that StageNoticeImpl::Create method can call constructor. | |
Additional Inherited Members | |
Public Member Functions inherited from unf::UnfNotice::StageNoticeImpl< StageEditTargetChanged > | |
PXR_NS::TfRefPtr< StageEditTargetChanged > | Clone () const |
Return a copy of the notice. | |
virtual void | Merge (StageNotice &¬ice) override |
Interface method for merging StageNotice. More... | |
virtual void | Merge (StageEditTargetChanged &&) |
Base method for merging notice with similar type. More... | |
virtual std::string | GetTypeId () const override |
Base method for returing unique type identifier. More... | |
Public Member Functions inherited from unf::UnfNotice::StageNotice | |
virtual UNF_API bool | IsMergeable () const |
Indicate whether notice from the same type can be consolidated during a transaction. More... | |
virtual void | PostProcess () |
Base method for adding post process after merging data within a transaction. More... | |
PXR_NS::TfRefPtr< StageNotice > | Clone () const |
Interface method to return a copy of the notice. More... | |
Static Public Member Functions inherited from unf::UnfNotice::StageNoticeImpl< StageEditTargetChanged > | |
static PXR_NS::TfRefPtr< StageEditTargetChanged > | Create (Args &&... args) |
Create a notice with variadic arguments. | |
Notice sent when a stage's EditTarget has changed.
This notice type is the standalone equivalent of the PXR_NS::UsdNotice::StageEditTargetChanged notice type.