#include <oofppx.h>
Inheritance diagram for dbTableViewDisplay:


Public Member Functions | |
| dbTableViewDisplay (LTextTableView *inTable, dbView *inView=0, unsigned short headingRows=0) | |
| virtual | ~dbTableViewDisplay () |
| virtual void | loadData () |
| virtual void | refresh () |
| virtual void | changeViewTo (dbView *) |
| virtual long | highlightedRow () const |
| virtual long | nextHighlightedRow (long afterRow) const |
| virtual void | highlightRow (unsigned long zeroBasedRowNum, bool bSelect=TRUE) |
| virtual void | highlightNothing () |
| virtual void | appendRow () |
| virtual void | deleteRow (unsigned long zeroBasedRowNum) |
| virtual void | setDoubleClickMessage (MessageT) |
| virtual bool | displayUsesControl (void *) const |
| 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 | |
| unsigned short | mHeadingRows |
| oofBroadcaster * | mListensTo |
| oofBroadcaster * | mSuspendedListensTo |
| unsigned short | mSuspendCount |
|
||||||||||||||||
|
|
|
|
|
|
|
Implements dbTableDisplay. |
|
|
Implements dbTableDisplay. |
|
|
Implements dbTableDisplay. |
|
|
Implements dbTableDisplay. |
|
|
Implements dbTableDisplay. |
|
|
Implements dbTableDisplay. |
|
||||||||||||
|
Implements dbTableDisplay. |
|
|
Implements dbTableDisplay. |
|
|
Implements dbTableDisplay. |
|
||||||||||||
|
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. |
|
|
Implements dbTableDisplay. |
|
|
|
|
|
Implements dbTableDisplay. |
|
|
Reimplemented from oofReceiver. |
|
|
|
|
|
Reimplemented from oofReceiver. |
|
|
|
|
|
|
|
|
|
|
|
|
1.3.5