vdk 2.4.0
|
Provides a file dialog with file icons. More...
#include <vdkfileicondlg.h>
Provides a file dialog with file icons.
VDKString selection; VDKFileIconDialog* dlg = new VDKFileIconDialog( this, &selection, "title" ); dlg->ShowModal(); printf("\nfile selection:%s", !selection.isNull() ? (char*) selection : "nihil"); fflush(stdout);
virtual bool VDKFileIconDialog::CanClose | ( | void | ) | [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.