

on redraws.
Public Member Functions | |
| oofRepData (dbView &) | |
| oofRepData (dbView *) | |
| oofRepData (dbTable *) | |
| virtual | ~oofRepData () |
| void | InitRepData (dbTable *) |
| virtual bool | receiveMsg (OOFmsgT msg, unsigned long senderDefined) |
| The default receiveMsg behaviour is to delete yourself when the broadcaster closes. | |
| void | useRepContext () |
| void | restoreDataSelection () |
| 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