#include <oof1.h>
Inheritance diagram for dbRelMaintainer:


Acts in response to OOF_AppendSelection, RemoveSelection, ClearSelection and is often used in GUI applications where the user can create M:N links between tables, eg: by drag and drop to indicate an association.
Public Member Functions | |
| dbRelMaintainer (dbRelRefBase *relToRHS, OOF_RelMN *linkWeAlert) | |
| virtual | ~dbRelMaintainer () |
| virtual bool | receiveMsg (OOFmsgT msg, unsigned long senderDefined) |
| The default receiveMsg behaviour is to delete yourself when the broadcaster closes. | |
| virtual void | subscribeTo (oofBroadcaster *) |
| virtual void | unsubscribe (oofBroadcaster *from=0) |
| void | suspendListening () |
| void | resumeListening () |
Protected Attributes | |
| oofBroadcaster * | mListensTo |
| oofBroadcaster * | mSuspendedListensTo |
| unsigned short | mSuspendCount |
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
The default receiveMsg behaviour is to delete yourself when the broadcaster closes. In many user subclasses oofSingleListener is a mixin and you have a class owned elsewhere, not self-deleting.
Reimplemented from oofSingleListener. |
|
|
|
|
|
Reimplemented from oofReceiver. |
|
|
|
|
|
Reimplemented from oofReceiver. |
|
|
|
|
|
|
|
|
|
1.3.5