VCF::Wizard Class Reference
A Wizard is used to disaplay a UI in a wizard dialog. More...
#include <vcf/ApplicationKit/Wizard.h>
Inheritance diagram for VCF::Wizard:

Public Member Functions | |
| virtual | ~Wizard () |
| virtual String | getName ()=0 |
| returns the name of the Wizard in human readable format | |
| virtual uint32 | getNumberOfSteps ()=0 |
| virtual String | getStepTitle (const uint32 &step)=0 |
| Returns a string used in the Title area. | |
| virtual String | getStepDescription (const uint32 &step)=0 |
| Returns a string used in the Description area. | |
| virtual Image * | getStepImage (const uint32 &step, const Size &dimensions)=0 |
| returns a new Image object for the Image area - callers responsibility to clean this up. | |
| virtual Control * | getStepPage (const uint32 &step)=0 |
| returns a page to display | |
| virtual Size | getStepPreferredDimensions (const uint32 &step)=0 |
| virtual void | finish ()=0 |
Detailed Description
A Wizard is used to disaplay a UI in a wizard dialog.The layout of the dialog looks like this:
+-------------------------------------------------+ | TITLE +----+ | | | | <----Image here | Description +----+ | +-------------------------------------------------+ | | | | | | | | | | | Wizard UI | | | | | | | +-------------------------------------------------+ | | | <<Back next>="">> Finish Cancel | | | +-------------------------------------------------+
Constructor & Destructor Documentation
|
|
|
Member Function Documentation
|
|
|
|
|
returns the name of the Wizard in human readable format
|
|
|
|
|
|
Returns a string used in the Description area.
|
|
||||||||||||
|
returns a new Image object for the Image area - callers responsibility to clean this up. The Image returned MUST have dimensions equal to or less than those specified in the dimensions parameter
|
|
|
returns a page to display
|
|
|
|
|
|
Returns a string used in the Title area.
|
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/Wizard.h
