Compounds |
| class | TChDirDialog |
| | Dialog box used to change the current working directory. More...
|
| class | TDirCollection |
| | Simple TCollection derivative used for storing TDirEntry objects. More...
|
| class | TDirEntry |
| | Simple class providing directory paths and descriptions. More...
|
| class | TDirListBox |
| | Specialized derivative of TListBox for displaying and selecting directories stored in a TDirCollection object. More...
|
| class | TFileCollection |
| | Implements a sorted collection of file names. More...
|
| class | TFileDialog |
| | Implements a file dialog box, history pick list, and input line from which file names (including wildcards) can be input, edited, selected, and opened for editing. More...
|
| class | TFileInfoPane |
| | Implements a simple, streamable view for displaying file information in the owning file dialog box. More...
|
| class | TFileInputLine |
| | Allows the input and editing of file names, including optional paths and wild cards. More...
|
| class | TFileList |
| | Implements a sorted two-column list box of file names; you can select a file name by mouse or keyboard cursor actions. More...
|
| struct | ftime |
| | Stores date and time information about a specified file. More...
|
| struct | TSearchRec |
| | Internal structure used by TFileCollection. More...
|
| class | TSortedListBox |
| | A base for other list box classes. More...
|
Functions |
| ipstream& | operator>> (ipstream &is, TFileInputLine &cl) |
| ipstream& | operator>> (ipstream &is, TFileInputLine *&cl) |
| opstream& | operator<< (opstream &os, TFileInputLine &cl) |
| opstream& | operator<< (opstream &os, TFileInputLine *cl) |
| ipstream& | operator>> (ipstream &is, TFileCollection &cl) |
| ipstream& | operator>> (ipstream &is, TFileCollection *&cl) |
| opstream& | operator<< (opstream &os, TFileCollection &cl) |
| opstream& | operator<< (opstream &os, TFileCollection *cl) |
| ipstream& | operator>> (ipstream &is, TSortedListBox &cl) |
| ipstream& | operator>> (ipstream &is, TSortedListBox *&cl) |
| opstream& | operator<< (opstream &os, TSortedListBox &cl) |
| opstream& | operator<< (opstream &os, TSortedListBox *cl) |
| ipstream& | operator>> (ipstream &is, TFileList &cl) |
| ipstream& | operator>> (ipstream &is, TFileList *&cl) |
| opstream& | operator<< (opstream &os, TFileList &cl) |
| opstream& | operator<< (opstream &os, TFileList *cl) |
| ipstream& | operator>> (ipstream &is, TFileInfoPane &cl) |
| ipstream& | operator>> (ipstream &is, TFileInfoPane *&cl) |
| opstream& | operator<< (opstream &os, TFileInfoPane &cl) |
| opstream& | operator<< (opstream &os, TFileInfoPane *cl) |
| ipstream& | operator>> (ipstream &is, TFileDialog &cl) |
| ipstream& | operator>> (ipstream &is, TFileDialog *&cl) |
| opstream& | operator<< (opstream &os, TFileDialog &cl) |
| opstream& | operator<< (opstream &os, TFileDialog *cl) |
| ipstream& | operator>> (ipstream &is, TDirCollection &cl) |
| ipstream& | operator>> (ipstream &is, TDirCollection *&cl) |
| opstream& | operator<< (opstream &os, TDirCollection &cl) |
| opstream& | operator<< (opstream &os, TDirCollection *cl) |
| ipstream& | operator>> (ipstream &is, TDirListBox &cl) |
| ipstream& | operator>> (ipstream &is, TDirListBox *&cl) |
| opstream& | operator<< (opstream &os, TDirListBox &cl) |
| opstream& | operator<< (opstream &os, TDirListBox *cl) |
| ipstream& | operator>> (ipstream &is, TChDirDialog &cl) |
| ipstream& | operator>> (ipstream &is, TChDirDialog *&cl) |
| opstream& | operator<< (opstream &os, TChDirDialog &cl) |
| opstream& | operator<< (opstream &os, TChDirDialog *cl) |
Variables |
|
const int | cmFileOpen = 1001 |
|
const int | cmFileReplace = 1002 |
|
const int | cmFileClear = 1003 |
|
const int | cmFileInit = 1004 |
|
const int | cmChangeDir = 1005 |
|
const int | cmRevert = 1006 |
|
const int | cmDirSelection = 1007 |
|
const int | cmFileFocused = 102 |
| | ! New event - Used by TChDirDialog internally.
|
|
const int | cmFileDoubleClicked = 103 |
| | ! New event - Used by TChDirDialog internally.
|
|
const int | fdOKButton = 0x0001 |
|
const int | fdOpenButton = 0x0002 |
|
const int | fdReplaceButton = 0x0004 |
|
const int | fdClearButton = 0x0008 |
|
const int | fdHelpButton = 0x0010 |
|
const int | fdNoLoadDir = 0x0100 |
|
const int | cdNormal = 0x0000 |
|
const int | cdNoLoadDir = 0x0001 |
|
const int | cdHelpButton = 0x0002 |