Compounds |
| class | TButton |
| | The button view. More...
|
| class | TCheckBoxes |
| | Cluster of check boxes. More...
|
| class | TCluster |
| | The base class of TCheckBoxes and TRadioButtons. More...
|
| class | TDialog |
| | A non-growable child of TWindow, usually used as a modal view. More...
|
| class | THistInit |
| | Virtual base class for THistoryWindow. More...
|
| class | THistory |
| | Implements a pick list of previous entries, actions, or choices from which the user can select a "rerun". More...
|
| class | THistoryViewer |
| | Part of the history list system. More...
|
| class | THistoryWindow |
| | Holds a history list viewer. More...
|
| class | TInputLine |
| | Provides a basic input line string editor. More...
|
| class | TLabel |
| | Used to attach a label to a view. More...
|
| class | TListBox |
| | Displays a list of items, in one or more columns, with an optional vertical scroll bar. More...
|
| struct | TListBoxRec |
| class | TMultiCheckBoxes |
| | Implements a cluster of multistate check boxes. More...
|
| class | TParamText |
| | Shows dynamic, parameterized text in a window. More...
|
| class | TRadioButtons |
| | Cluster of radio buttons. More...
|
| class | TSItem |
| | Non-view class providing a singly-linked list of character strings. More...
|
| class | TStaticText |
| | Used to show fixed text in a window. More...
|
Functions |
| ipstream& | operator>> (ipstream &is, TDialog &cl) |
| ipstream& | operator>> (ipstream &is, TDialog *&cl) |
| opstream& | operator<< (opstream &os, TDialog &cl) |
| opstream& | operator<< (opstream &os, TDialog *cl) |
| ipstream& | operator>> (ipstream &is, TInputLine &cl) |
| ipstream& | operator>> (ipstream &is, TInputLine *&cl) |
| opstream& | operator<< (opstream &os, TInputLine &cl) |
| opstream& | operator<< (opstream &os, TInputLine *cl) |
| ipstream& | operator>> (ipstream &is, TButton &cl) |
| ipstream& | operator>> (ipstream &is, TButton *&cl) |
| opstream& | operator<< (opstream &os, TButton &cl) |
| opstream& | operator<< (opstream &os, TButton *cl) |
| ipstream& | operator>> (ipstream &is, TCluster &cl) |
| ipstream& | operator>> (ipstream &is, TCluster *&cl) |
| opstream& | operator<< (opstream &os, TCluster &cl) |
| opstream& | operator<< (opstream &os, TCluster *cl) |
| ipstream& | operator>> (ipstream &is, TRadioButtons &cl) |
| ipstream& | operator>> (ipstream &is, TRadioButtons *&cl) |
| opstream& | operator<< (opstream &os, TRadioButtons &cl) |
| opstream& | operator<< (opstream &os, TRadioButtons *cl) |
| ipstream& | operator>> (ipstream &is, TCheckBoxes &cl) |
| ipstream& | operator>> (ipstream &is, TCheckBoxes *&cl) |
| opstream& | operator<< (opstream &os, TCheckBoxes &cl) |
| opstream& | operator<< (opstream &os, TCheckBoxes *cl) |
| ipstream& | operator>> (ipstream &is, TMultiCheckBoxes &cl) |
| ipstream& | operator>> (ipstream &is, TMultiCheckBoxes *&cl) |
| opstream& | operator<< (opstream &os, TMultiCheckBoxes &cl) |
| opstream& | operator<< (opstream &os, TMultiCheckBoxes *cl) |
| ipstream& | operator>> (ipstream &is, TListBox &cl) |
| ipstream& | operator>> (ipstream &is, TListBox *&cl) |
| opstream& | operator<< (opstream &os, TListBox &cl) |
| opstream& | operator<< (opstream &os, TListBox *cl) |
| ipstream& | operator>> (ipstream &is, TStaticText &cl) |
| ipstream& | operator>> (ipstream &is, TStaticText *&cl) |
| opstream& | operator<< (opstream &os, TStaticText &cl) |
| opstream& | operator<< (opstream &os, TStaticText *cl) |
| ipstream& | operator>> (ipstream &is, TParamText &cl) |
| ipstream& | operator>> (ipstream &is, TParamText *&cl) |
| opstream& | operator<< (opstream &os, TParamText &cl) |
| opstream& | operator<< (opstream &os, TParamText *cl) |
| ipstream& | operator>> (ipstream &is, TLabel &cl) |
| ipstream& | operator>> (ipstream &is, TLabel *&cl) |
| opstream& | operator<< (opstream &os, TLabel &cl) |
| opstream& | operator<< (opstream &os, TLabel *cl) |
| ipstream& | operator>> (ipstream &is, THistory &cl) |
| ipstream& | operator>> (ipstream &is, THistory *&cl) |
| opstream& | operator<< (opstream &os, THistory &cl) |
| opstream& | operator<< (opstream &os, THistory *cl) |
Variables |
| const int | bfNormal = 0x00 |
| | bfDefault = 0x01 |
| | bfLeftJust = 0x02 |
| | bfBroadcast = 0x04 |
| | bfGrabFocus = 0x08 |
|
| cmRecordHistory = 60 |
|
const int | dpBlueDialog = 0 |
|
const int | dpCyanDialog = 1 |
|
const int | dpGrayDialog = 2 |
|
const unsigned short | cfOneBit = 0x0101 |
|
const unsigned short | cfTwoBits = 0x0203 |
|
const unsigned short | cfFourBits = 0x040F |
|
const unsigned short | cfEightBits = 0x08FF |