Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

dialogs.h File Reference

Go to the source code of this file.

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

ipstreamoperator>> (ipstream &is, TDialog &cl)
ipstreamoperator>> (ipstream &is, TDialog *&cl)
opstreamoperator<< (opstream &os, TDialog &cl)
opstreamoperator<< (opstream &os, TDialog *cl)
ipstreamoperator>> (ipstream &is, TInputLine &cl)
ipstreamoperator>> (ipstream &is, TInputLine *&cl)
opstreamoperator<< (opstream &os, TInputLine &cl)
opstreamoperator<< (opstream &os, TInputLine *cl)
ipstreamoperator>> (ipstream &is, TButton &cl)
ipstreamoperator>> (ipstream &is, TButton *&cl)
opstreamoperator<< (opstream &os, TButton &cl)
opstreamoperator<< (opstream &os, TButton *cl)
ipstreamoperator>> (ipstream &is, TCluster &cl)
ipstreamoperator>> (ipstream &is, TCluster *&cl)
opstreamoperator<< (opstream &os, TCluster &cl)
opstreamoperator<< (opstream &os, TCluster *cl)
ipstreamoperator>> (ipstream &is, TRadioButtons &cl)
ipstreamoperator>> (ipstream &is, TRadioButtons *&cl)
opstreamoperator<< (opstream &os, TRadioButtons &cl)
opstreamoperator<< (opstream &os, TRadioButtons *cl)
ipstreamoperator>> (ipstream &is, TCheckBoxes &cl)
ipstreamoperator>> (ipstream &is, TCheckBoxes *&cl)
opstreamoperator<< (opstream &os, TCheckBoxes &cl)
opstreamoperator<< (opstream &os, TCheckBoxes *cl)
ipstreamoperator>> (ipstream &is, TMultiCheckBoxes &cl)
ipstreamoperator>> (ipstream &is, TMultiCheckBoxes *&cl)
opstreamoperator<< (opstream &os, TMultiCheckBoxes &cl)
opstreamoperator<< (opstream &os, TMultiCheckBoxes *cl)
ipstreamoperator>> (ipstream &is, TListBox &cl)
ipstreamoperator>> (ipstream &is, TListBox *&cl)
opstreamoperator<< (opstream &os, TListBox &cl)
opstreamoperator<< (opstream &os, TListBox *cl)
ipstreamoperator>> (ipstream &is, TStaticText &cl)
ipstreamoperator>> (ipstream &is, TStaticText *&cl)
opstreamoperator<< (opstream &os, TStaticText &cl)
opstreamoperator<< (opstream &os, TStaticText *cl)
ipstreamoperator>> (ipstream &is, TParamText &cl)
ipstreamoperator>> (ipstream &is, TParamText *&cl)
opstreamoperator<< (opstream &os, TParamText &cl)
opstreamoperator<< (opstream &os, TParamText *cl)
ipstreamoperator>> (ipstream &is, TLabel &cl)
ipstreamoperator>> (ipstream &is, TLabel *&cl)
opstreamoperator<< (opstream &os, TLabel &cl)
opstreamoperator<< (opstream &os, TLabel *cl)
ipstreamoperator>> (ipstream &is, THistory &cl)
ipstreamoperator>> (ipstream &is, THistory *&cl)
opstreamoperator<< (opstream &os, THistory &cl)
opstreamoperator<< (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


Detailed Description

dialogs.h

Definition in file dialogs.h.


Function Documentation

opstream & operator<< ( opstream & os,
THistory * cl ) [inline]
 

Undocumented.

Definition at line 2521 of file dialogs.h.

opstream & operator<< ( opstream & os,
THistory & cl ) [inline]
 

Undocumented.

Definition at line 2516 of file dialogs.h.

opstream & operator<< ( opstream & os,
TLabel * cl ) [inline]
 

Undocumented.

Definition at line 2178 of file dialogs.h.

opstream & operator<< ( opstream & os,
TLabel & cl ) [inline]
 

Undocumented.

Definition at line 2173 of file dialogs.h.

opstream & operator<< ( opstream & os,
TParamText * cl ) [inline]
 

Undocumented.

Definition at line 2014 of file dialogs.h.

opstream & operator<< ( opstream & os,
TParamText & cl ) [inline]
 

Undocumented.

Definition at line 2009 of file dialogs.h.

opstream & operator<< ( opstream & os,
TStaticText * cl ) [inline]
 

Undocumented.

Definition at line 1898 of file dialogs.h.

opstream & operator<< ( opstream & os,
TStaticText & cl ) [inline]
 

Undocumented.

Definition at line 1893 of file dialogs.h.

opstream & operator<< ( opstream & os,
TListBox * cl ) [inline]
 

Undocumented.

Definition at line 1772 of file dialogs.h.

opstream & operator<< ( opstream & os,
TListBox & cl ) [inline]
 

Undocumented.

Definition at line 1767 of file dialogs.h.

opstream & operator<< ( opstream & os,
TMultiCheckBoxes * cl ) [inline]
 

Undocumented.

Definition at line 1601 of file dialogs.h.

opstream & operator<< ( opstream & os,
TMultiCheckBoxes & cl ) [inline]
 

Undocumented.

Definition at line 1596 of file dialogs.h.

opstream & operator<< ( opstream & os,
TCheckBoxes * cl ) [inline]
 

Undocumented.

Definition at line 1430 of file dialogs.h.

opstream & operator<< ( opstream & os,
TCheckBoxes & cl ) [inline]
 

Undocumented.

Definition at line 1425 of file dialogs.h.

opstream & operator<< ( opstream & os,
TRadioButtons * cl ) [inline]
 

Undocumented.

Definition at line 1289 of file dialogs.h.

opstream & operator<< ( opstream & os,
TRadioButtons & cl ) [inline]
 

Undocumented.

Definition at line 1284 of file dialogs.h.

opstream & operator<< ( opstream & os,
TCluster * cl ) [inline]
 

Undocumented.

Definition at line 1134 of file dialogs.h.

opstream & operator<< ( opstream & os,
TCluster & cl ) [inline]
 

Undocumented.

Definition at line 1129 of file dialogs.h.

opstream & operator<< ( opstream & os,
TButton * cl ) [inline]
 

Undocumented.

Definition at line 777 of file dialogs.h.

opstream & operator<< ( opstream & os,
TButton & cl ) [inline]
 

Undocumented.

Definition at line 772 of file dialogs.h.

opstream & operator<< ( opstream & os,
TInputLine * cl ) [inline]
 

Undocumented.

Definition at line 489 of file dialogs.h.

opstream & operator<< ( opstream & os,
TInputLine & cl ) [inline]
 

Undocumented.

Definition at line 484 of file dialogs.h.

opstream & operator<< ( opstream & os,
TDialog * cl ) [inline]
 

Undocumented.

Definition at line 233 of file dialogs.h.

opstream & operator<< ( opstream & os,
TDialog & cl ) [inline]
 

Undocumented.

Definition at line 228 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
THistory *& cl ) [inline]
 

Undocumented.

Definition at line 2510 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
THistory & cl ) [inline]
 

Undocumented.

Definition at line 2505 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TLabel *& cl ) [inline]
 

Undocumented.

Definition at line 2167 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TLabel & cl ) [inline]
 

Undocumented.

Definition at line 2162 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TParamText *& cl ) [inline]
 

Undocumented.

Definition at line 2003 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TParamText & cl ) [inline]
 

Undocumented.

Definition at line 1998 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TStaticText *& cl ) [inline]
 

Undocumented.

Definition at line 1887 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TStaticText & cl ) [inline]
 

Undocumented.

Definition at line 1882 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TListBox *& cl ) [inline]
 

Undocumented.

Definition at line 1761 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TListBox & cl ) [inline]
 

Undocumented.

Definition at line 1756 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TMultiCheckBoxes *& cl ) [inline]
 

Undocumented.

Definition at line 1590 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TMultiCheckBoxes & cl ) [inline]
 

Undocumented.

Definition at line 1585 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TCheckBoxes *& cl ) [inline]
 

Undocumented.

Definition at line 1419 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TCheckBoxes & cl ) [inline]
 

Undocumented.

Definition at line 1414 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TRadioButtons *& cl ) [inline]
 

Undocumented.

Definition at line 1278 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TRadioButtons & cl ) [inline]
 

Undocumented.

Definition at line 1273 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TCluster *& cl ) [inline]
 

Undocumented.

Definition at line 1123 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TCluster & cl ) [inline]
 

Undocumented.

Definition at line 1118 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TButton *& cl ) [inline]
 

Undocumented.

Definition at line 766 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TButton & cl ) [inline]
 

Undocumented.

Definition at line 761 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TInputLine *& cl ) [inline]
 

Undocumented.

Definition at line 478 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TInputLine & cl ) [inline]
 

Undocumented.

Definition at line 473 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TDialog *& cl ) [inline]
 

Undocumented.

Definition at line 222 of file dialogs.h.

ipstream & operator>> ( ipstream & is,
TDialog & cl ) [inline]
 

Undocumented.

Definition at line 217 of file dialogs.h.


Variable Documentation

bfBroadcast = 0x04
 

Sends a broadcast message when pressed.

See also:
TButton::flag

Definition at line 38 of file dialogs.h.

bfDefault = 0x01
 

Button is the default button: if this bit is set this button will be highlighted as the default button.

See also:
TButton::flag

Definition at line 24 of file dialogs.h.

bfGrabFocus = 0x08
 

The button grabs the focus when pressed.

See also:
TButton::flag

Definition at line 44 of file dialogs.h.

bfLeftJust = 0x02
 

Button label is left-justified; if this bit is clear the title will be centered.

See also:
TButton::flag

Definition at line 31 of file dialogs.h.

const int bfNormal = 0x00
 

Button is a normal, non-default button.

See also:
TButton::flag

Definition at line 24 of file dialogs.h.


Generated at Sat Sep 22 20:19:15 2001 for TVision by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001