#include <typeNotice.h>
|
| 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) |
| |
| static TF_API bool | RevokeAndWait (TfNotice::Key &key) |
| |
| static TF_API void | RevokeAndWait (TfNotice::Keys *keys) |
| |
TfNotice sent after a TfType is declared.
Definition at line 20 of file typeNotice.h.
| TfTypeWasDeclaredNotice::TfTypeWasDeclaredNotice |
( |
TfType |
t | ) |
|
| virtual TfTypeWasDeclaredNotice::~TfTypeWasDeclaredNotice |
( |
| ) |
|
|
virtual |
| TfType TfTypeWasDeclaredNotice::GetType |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: