![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXWizard.h>
Inheritance diagram for FX::FXWizard:
Public Methods | |
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) | |
Construct free-floating Wizard. | |
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) | |
Construct Wizard which will always float over the owner window. | |
FXButton * | advanceButton () const |
Return a pointer to the "Advance" button. | |
FXButton * | retreatButton () const |
Return a pointer to the "Retreat" button. | |
FXButton * | finishButton () const |
Return a pointer to the "Finish" button. | |
FXButton * | cancelButton () const |
Return a pointer to the "Cancel" button. | |
FXSwitcher * | getContainer () const |
Return the container used as parent for the subpanels. | |
void | setImage (FXImage *img) |
Change the image being displayed. | |
FXImage * | getImage () const |
Return the current image. | |
FXint | getNumPanels () const |
Return number of panels. | |
void | setCurrentPanel (FXint index) |
Bring the child window at index to the top. | |
FXint | getCurrentPanel () const |
Return the index of the child window currently on top. | |
virtual void | save (FXStream &store) const |
Save to stream. | |
virtual void | load (FXStream &store) |
Load from stream. | |
virtual | ~FXWizard () |