#include <oofpp.h>
Inheritance diagram for dbBrowseHelper:


Public Member Functions | |
| dbBrowseHelper (dbView *adoptedView) | |
| virtual | ~dbBrowseHelper () |
| virtual bool | receiveMsg (OOFmsgT msg, unsigned long senderDefined) |
| The default receiveMsg behaviour is to delete yourself when the broadcaster closes. | |
| virtual dbView * | view () const |
| virtual unsigned long | highlightedRecNo () const |
| virtual dbSelection | highlightedSelection () const |
| virtual void | highlightNothing () const |
| virtual void | highlightRecNo (unsigned long, bool bSelect=TRUE) const |
| virtual void | updateBrowserSelection () const |
| virtual void | refreshBrowser () |
| void | adoptView (dbView *) |
| void | browseViewWithListBox (LListBox *) |
| void | browseViewWithTable (LTextTableView *) |
| oidT | highlightedOID () const |
| void | gotoHighlightedRecord () const |
| void | appendSelection (const dbSelection &) |
| void | removeSelection (const dbSelection &) |
| void | clearHighlightedSelection () |
| void | clearSelection () |
| dbSelection | currentSelection () const |
| virtual void | deleteSelection (const dbSelection &inSel) |
| virtual dbTable * | table () const |
| virtual void | maybeChangeTargetLink (dbFieldLink *) |
| virtual void | maybeDirty (dbFieldLink *) |
| virtual void | subscribeTo (oofBroadcaster *) |
| virtual void | unsubscribe (oofBroadcaster *from=0) |
| void | suspendListening () |
| void | resumeListening () |
Protected Member Functions | |
| void | LoadBrowseData () |
Protected Attributes | |
| oofBroadcaster * | mListensTo |
| oofBroadcaster * | mSuspendedListensTo |
| unsigned short | mSuspendCount |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements dbAbstractBrowseHelper. |
|
|
Implements dbAbstractBrowseHelper. |
|
|
Implements dbAbstractBrowseHelper. |
|
||||||||||||
|
Implements dbAbstractBrowseHelper. |
|
|
|
|
|
Reimplemented in dbAbstractEditHelper. |
|
|
Reimplemented in dbAbstractEditHelper, and OOF_mixRepAbstractCellEditor. |
|
||||||||||||
|
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 dbAbstractBrowseHelper. |
|
|
Implements dbAbstractBrowseHelper. |
|
|
|
|
|
|
|
|
Reimplemented from oofReceiver. |
|
|
|
|
|
Reimplemented from dbHelper. |
|
|
Reimplemented from oofReceiver. |
|
|
Implements dbAbstractBrowseHelper. |
|
|
Implements dbAbstractBrowseHelper. |
|
|
|
|
|
|
|
|
|
1.3.5