Usd Notice Framework  0.7.0
unf::UnfNotice::StageEditTargetChanged Class Reference

Notice sent when a stage's EditTarget has changed. More...

#include <notice.h>

Inheritance diagram for unf::UnfNotice::StageEditTargetChanged:
unf::UnfNotice::StageNoticeImpl< StageEditTargetChanged > unf::UnfNotice::StageNotice PXR_NS::TfNotice PXR_NS::TfRefBase

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< StageEditTargetChangedClone () const
 Return a copy of the notice.
 
virtual void Merge (StageNotice &&notice) 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< StageNoticeClone () 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< StageEditTargetChangedCreate (Args &&... args)
 Create a notice with variadic arguments.
 

Detailed Description

Notice sent when a stage's EditTarget has changed.

This notice type is the standalone equivalent of the PXR_NS::UsdNotice::StageEditTargetChanged notice type.


The documentation for this class was generated from the following file: