|
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) |
|
Similar behavior to LayersDidChange, but only gets sent if a change in the dirty status of a layer occurs.
Definition at line 201 of file notice.h.