Usd Notice Framework  0.7.0
unf::UnfNotice Namespace Reference

Classes

class  StageNotice
 Base class for standalone PXR_NS::UsdStage notices. More...
 
class  StageNoticeImpl
 Intermediate interface using the CRTP idiom to provide factory and default merging logic. More...
 
class  StageContentsChanged
 Notice sent when the given PXR_NS::UsdStage's contents have changed in any way. More...
 
class  ObjectsChanged
 Notice sent in response to authored changes that affect any PXR_NS::UsdObject. More...
 
class  StageEditTargetChanged
 Notice sent when a stage's EditTarget has changed. More...
 
class  LayerMutingChanged
 Notice sent after a set of layers have been newly muted or unmuted. More...
 

Typedefs

using StageNoticeRefPtr = PXR_NS::TfRefPtr< StageNotice >
 Convenient alias for StageNotice reference pointer.
 
using StageNoticeWeakPtr = PXR_NS::TfWeakPtr< StageNotice >
 Convenient alias for StageNotice weak pointer.
 

Detailed Description

Regroup all standalone notices used by the library.