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

TFileInfoPane Class Reference

Implements a simple, streamable view for displaying file information in the owning file dialog box. More...

#include <stddlg.h>

Inheritance diagram for TFileInfoPane::

TView TObject TStreamable List of all members.

Public Methods

 TFileInfoPane (const TRect &bounds)
virtual void draw ()
virtual TPalettegetPalette () const
virtual void handleEvent (TEvent &event)

Static Public Methods

TStreamablebuild ()

Static Public Attributes

const char* const name

Protected Methods

 TFileInfoPane (StreamableInit)

Detailed Description

TFileInfoPane implements a simple, streamable view for displaying file information in the owning file dialog box.

Definition at line 634 of file stddlg.h.


Constructor & Destructor Documentation

TFileInfoPane::TFileInfoPane ( const TRect & bounds )
 

Calls TView constructor TView(bounds) to create a file information pane with the given bounds.

See also:
TView::TView

evBroadcast flag is set in TView::eventMask.

TFileInfoPane::TFileInfoPane ( StreamableInit ) [inline, protected]
 

Undocumented.

Definition at line 687 of file stddlg.h.


Member Function Documentation

TStreamable * TFileInfoPane::build ( ) [static]
 

Called to create an object in certain stream-reading situations.

Reimplemented from TView.

void TFileInfoPane::draw ( ) [virtual]
 

Draws the file info pane in the default palette. The block size and date/time stamp are displayed.

Reimplemented from TView.

TPalette & TFileInfoPane::getPalette ( ) const [virtual]
 

Returns the default palette.

Reimplemented from TView.

void TFileInfoPane::handleEvent ( TEvent & event ) [virtual]
 

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.


Member Data Documentation

const char *const TFileInfoPane::name [static]
 

Undocumented.

Reimplemented from TView.

Definition at line 692 of file stddlg.h.


The documentation for this class was generated from the following file:
Generated at Sat Sep 22 20:19:25 2001 for TVision by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001