#include <stddlg.h>
Inheritance diagram for TSortedListBox::

Public Methods | |
| TSortedListBox (const TRect &bounds, ushort aNumCols, TScrollBar *aScrollBar) | |
| virtual void | handleEvent (TEvent &event) |
| void | newList (TSortedCollection *aList) |
| void* | read (ipstream &is) |
| TSortedCollection* | list () |
Static Public Methods | |
| TStreamable* | build () |
Static Public Attributes | |
| const char* const | name |
Protected Methods | |
| TSortedListBox (StreamableInit) | |
Protected Attributes | |
| uchar | shiftState |
Definition at line 362 of file stddlg.h.
|
|
Calls TListBox constructor to create a list box with the given size `bounds', number of columns `aNumCols', and vertical scroll bar `aScrollBar'.
|
|
|
Undocumented. |
|
|
Undocumented. Reimplemented from TListBox. Reimplemented in TFileList. |
|
|
Calls TListBox::handleEvent(), then handles the special key and mouse events used to select items from the list. Reimplemented from TListViewer. |
|
|
Returns a pointer to the TSortedCollection object currently associated with this sorted list box. This gives access the the private items data member, a pointer to the items to be listed and selected.
Reimplemented from TListBox. Reimplemented in TFileList. |
|
|
Calls TListBox::newList() to delete the existing TSortedCollection object associated with this list box and replace it with the collection given by `aList'. The first item of the new collection will receive the focus. |
|
|
Reads from the input stream `is'. Reimplemented from TListBox. |
|
|
Undocumented. Reimplemented from TListBox. Reimplemented in TFileList. |
|
|
Undocumented. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001