|
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) |
|
Ultra-conservative notice sent when the given UsdStage's contents have changed in any way. This notice is sent when any authoring is performed in any of the stage's participatory layers, in the thread performing the authoring, after the affected UsdStage has reconfigured itself in response to the authored changes.
Receipt of this notice should cause clients to disregard any cached values for properties or metadata. It does not necessarily imply invalidation of UsdPrim s.
Definition at line 73 of file notice.h.