VCF::CommonDialog Class Reference
Base class for all the standard, or "common" dialog classes. More...
#include <vcf/ApplicationKit/CommonDialog.h>
Inheritance diagram for VCF::CommonDialog:

Public Member Functions | |
| CommonDialog () | |
| virtual | ~CommonDialog () |
| virtual bool | execute ()=0 |
| "Executes" or displays the dialog. | |
| virtual void | afterCreate (ComponentEvent *event) |
| Special initializations may then happen here. | |
Detailed Description
Base class for all the standard, or "common" dialog classes.A common dialog is one like a color dialog, or font selection dialog or open or save file dialog. These are generally provided by the windowing system, and these classes just provide convenient wrappers around them.
To display any common dialog, you simply call the execute() function. This funtion will return true if the user chose something, like a font, color, or filename, and false if the user canceled the dialog.
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
Special initializations may then happen here.
Reimplemented from VCF::Component. |
|
|
"Executes" or displays the dialog.
Implemented in VCF::CommonColorDialog, VCF::CommonFileBrowseDialog, VCF::CommonFileOpenDialog, VCF::CommonFileSaveDialog, VCF::CommonFontDialog, and VCF::CommonPrintDialog. |
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/CommonDialog.h
