|
| | LayersDidChange (const SdfLayerChangeListVec &changeVec, size_t serialNumber) |
| |
| TF_API size_t | Send () const |
| | Deliver the notice to interested listeners, returning the number of interested listeners.
|
| |
| template<typename SenderPtr > |
| size_t | Send (SenderPtr const &s) const |
| | Deliver the notice to interested listeners, returning the number of interested listeners.
|
| |
| TF_API size_t | SendWithWeakBase (const TfWeakBase *senderWeakBase, const void *senderUniqueId, const std::type_info &type) const |
| | Variant of Send() that takes a specific sender in the form of a TfWeakBase pointer and a typeid.
|
| |
| | BaseLayersDidChange (const SdfLayerChangeListVec &changeVec, size_t serialNumber) |
| |
| SDF_API SdfLayerHandleVector | GetLayers () const |
| | A list of layers changed.
|
| |
| const SdfLayerChangeListVec & | GetChangeListVec () const |
| | A list of layers and the changes that occurred to them.
|
| |
| const_iterator | begin () const |
| |
| const_iterator | cbegin () const |
| |
| const_iterator | end () const |
| |
| const_iterator | cend () const |
| |
| const_iterator | find (SdfLayerHandle const &layer) const |
| |
| bool | count (SdfLayerHandle const &layer) const |
| |
| size_t | GetSerialNumber () const |
| | The serial number for this round of change processing.
|
| |
|
| typedef TfWeakPtr< Probe > | WeakProbePtr |
| |
| typedef std::vector< Key > | Keys |
| | A TfNotice::Key container.
|
| |
| using | const_iterator = SdfLayerChangeListVec::const_iterator |
| |
| using | iterator = const_iterator |
| |
| static TF_API void | InsertProbe (const WeakProbePtr &probe) |
| | Register a probe that will be invoked when notices are sent and delivered.
|
| |
| static TF_API void | RemoveProbe (const WeakProbePtr &probe) |
| | Remove a probe that was previously registered with InsertProbe.
|
| |
| template<class LPtr , class MethodPtr > |
| static TfNotice::Key | Register (LPtr const &listener, MethodPtr method) |
| | Register a listener as being interested in a TfNotice.
|
| |
| 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) |
| | Revoke interest by a listener.
|
| |
| static TF_API void | Revoke (TfNotice::Keys *keys) |
| | Revoke interest by listeners.
|
| |
| static TF_API bool | RevokeAndWait (TfNotice::Key &key) |
| | Revoke interest by a listener.
|
| |
| static TF_API void | RevokeAndWait (TfNotice::Keys *keys) |
| | Revoke interest by listeners.
|
| |
Global notice sent to indicate that layer contents have changed.
Definition at line 106 of file notice.h.