#include <stddlg.h>
Inheritance diagram for TFileInputLine::
Public Methods | |
TFileInputLine (const TRect &bounds, short aMaxLen) | |
virtual void | handleEvent (TEvent &event) |
Static Public Methods | |
TStreamable* | build () |
Static Public Attributes | |
const char* const | name |
Protected Methods | |
TFileInputLine (StreamableInit) |
A TFileInputLine object is associated with a file dialog box.
Definition at line 124 of file stddlg.h.
|
Calls TInputLine constructor TInputLine(bounds, aMaxLen) to create a file input line with the given bounds and maximum length `aMaxLen'. evBroadcast flag is set in the eventMask. |
|
Undocumented. |
|
Called to create an object in certain stream-reading situations. Reimplemented from TInputLine. |
|
Calls TInputLine::handleEvent(), then handles broadcast cmFileFocused events by copying the entered file name into the input line's TInputLine::data member and redrawing the view. If the edited name is a directory, the current file name in the owning TFileDialog object is appended first. Reimplemented from TInputLine. |
|
Undocumented. Reimplemented from TInputLine. |