#include <mlinknode.h>
Inheritance diagram for SuspendLinkNodeNotify::
Public Methods | |
SuspendLinkNodeNotify () | |
virtual | ~SuspendLinkNodeNotify () |
void | suspend (LinkNode const &other) |
void | release (LinkNode const &other) |
void | releaseAll () |
Protected Methods | |
virtual void | notifyConnection (NodeLinkType chg, NodeLink const *cnncn) |
virtual void | notifyNotifiedAndPurged (NodeLinkType chg) |
Silences are removed automatically when this object is destroyed.
Definition at line 357 of file mlinknode.h.
|
Catch the notifications here and silence them.
Reimplemented from LinkNode. |
|
Catch the notifications here and silence them.
Reimplemented from LinkNode. |
|
Releases all connections, but does not disconnect them.
Reimplemented from LinkNode. Definition at line 364 of file mlinknode.h. |