#include <stddlg.h>
Inheritance diagram for TFileInfoPane::
Public Methods | |
TFileInfoPane (const TRect &bounds) | |
virtual void | draw () |
virtual TPalette& | getPalette () const |
virtual void | handleEvent (TEvent &event) |
Static Public Methods | |
TStreamable* | build () |
Static Public Attributes | |
const char* const | name |
Protected Methods | |
TFileInfoPane (StreamableInit) |
Definition at line 634 of file stddlg.h.
|
Calls TView constructor TView(bounds) to create a file information pane with the given bounds.
|
|
Undocumented. |
|
Called to create an object in certain stream-reading situations. Reimplemented from TView. |
|
Draws the file info pane in the default palette. The block size and date/time stamp are displayed. Reimplemented from TView. |
|
Returns the default palette. Reimplemented from TView. |
|
Calls TView::handleEvent(), then handles broadcast cmFileFocused events (triggered when a new file is focused in a file list) by displaying the file information pane. Reimplemented from TView. |
|
Undocumented. Reimplemented from TView. |