|
typedef TfWeakPtr< Probe > | WeakProbePtr |
|
typedef std::vector< Key > | Keys |
|
static TF_API void | InsertProbe (const WeakProbePtr &probe) |
|
static TF_API void | RemoveProbe (const WeakProbePtr &probe) |
|
template<class LPtr , class MethodPtr > |
static TfNotice::Key | Register (LPtr const &listener, MethodPtr method) |
|
template<class LPtr , class MethodPtr , class SenderPtr > |
static TfNotice::Key | Register (LPtr const &listener, MethodPtr method, SenderPtr const &sender) |
|
template<class LPtr , class MethodPtr > |
static TfNotice::Key | Register (LPtr const &listener, MethodPtr method, const TfType ¬iceType, const TfAnyWeakPtr &sender) |
|
static TF_API bool | Revoke (TfNotice::Key &key) |
|
static TF_API void | Revoke (TfNotice::Keys *keys) |
|
Notice sent after a set of layers have been newly muted or unmuted. Note this does not necessarily mean the specified layers are currently loaded.
LayerMutingChanged notice is sent before any UsdNotice::ObjectsChanged or UsdNotice::StageContentsChanged notices are sent resulting from muting or unmuting of layers.
Note that LayerMutingChanged notice is sent even if the muting/unmuting layer does not belong to the current stage, or is a layer that does belong to the current stage but is not yet loaded because it is behind an unloaded payload or unselected variant.
Definition at line 414 of file notice.h.