Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

VDKFileIconDialog Class Reference

Provides a file dialog with file icons. More...

#include <vdkfileicondlg.h>

Inheritance diagram for VDKFileIconDialog:

VDKForm VDKObject VDKNotCopyAble List of all members.

Public Member Functions


Detailed Description

Provides a file dialog with file icons.

Usage:
VDKString selection; VDKFileIconDialog* dlg = new VDKFileIconDialog( this, &selection, "title" ); dlg->ShowModal(); printf("\nfile selection:%s", !selection.isNull() ? (char*) selection : "nihil"); fflush(stdout);


Member Function Documentation

virtual bool VDKFileIconDialog::CanClose  )  [virtual]
 

Placeholder for subclasses. User should override this returning a false (don't close) or true (close) value.

Reimplemented from VDKForm.

virtual void VDKFileIconDialog::Setup void   )  [virtual]
 

Must be overridden by subclasses, in this method user fills form with useful widgets

Implements VDKForm.


The documentation for this class was generated from the following file:
Generated on Tue Aug 17 12:39:51 2004 for vdk 2.4.0 by doxygen 1.3.7