Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXWizard.h>
Inheritance diagram for FX::FXWizard:
Public Member Functions | |
FXWizard (FXApp *a, const FXString &name, FXImage *image, FXuint opts=DECOR_TITLE|DECOR_BORDER|DECOR_RESIZE, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=10, FXint pr=10, FXint pt=10, FXint pb=10, FXint hs=10, FXint vs=10) | |
FXWizard (FXWindow *owner, const FXString &name, FXImage *image, FXuint opts=DECOR_TITLE|DECOR_BORDER|DECOR_RESIZE, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=10, FXint pr=10, FXint pt=10, FXint pb=10, FXint hs=10, FXint vs=10) | |
FXHorizontalFrame * | buttonFrame () const |
FXButton * | advanceButton () const |
FXButton * | retreatButton () const |
FXButton * | finishButton () const |
FXButton * | cancelButton () const |
FXSwitcher * | getContainer () const |
void | setImage (FXImage *img) |
FXImage * | getImage () const |
FXint | getNumPanels () const |
void | setCurrentPanel (FXint index) |
FXint | getCurrentPanel () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXWizard () |
For example, a Wizard may be used to install software components, and ask various questions at each step in the installation.
|
Construct free-floating Wizard.
|
|
Construct Wizard which will always float over the owner window.
|
|
|
|
Return a pointer to the button frame.
|
|
Return a pointer to the "Advance" button.
|
|
Return a pointer to the "Retreat" button.
|
|
Return a pointer to the "Finish" button.
|
|
Return a pointer to the "Cancel" button.
|
|
Return the container used as parent for the subpanels.
|
|
Change the image being displayed.
|
|
Return the current image.
|
|
Return number of panels.
|
|
Bring the child window at index to the top.
|
|
Return the index of the child window currently on top.
|
|
Save to stream.
Reimplemented from FX::FXTopWindow. |
|
Load from stream.
Reimplemented from FX::FXTopWindow. |
Copyright © 1997-2005 Jeroen van der Zijp |