2005/5/9

     
 

class Wizard

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::wx::Wizard Class Reference

#include <Wizard.h>

Inheritance diagram for acdk::wx::Wizard:

acdk::wx::Dialog acdk::wx::TopLevelWindow acdk::wx::Window acdk::wx::EvtHandler acdk::wx::WxObject acdk::lang::Object acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

see wxWizard

Author:
Roger Rene Kommer (mailto:kommer@artefaktur.com)
Version:
Revision
1.3
Date:
Date
2005/02/05 10:45:35


Public Member Functions

 Wizard (IN(RWindow) parent, int id, IN(RString) title, IN(RBitmap) bitmap=Bitmap::getNullBitmap(), IN(RPoint) pos=Point::defaultPosition())
void fitToPage (IN(RWizardPage) firstPage)
RWizardPage getCurrentPage () const
RSize getPageSize () const
virtual bool hasNextPage (IN(RWizardPage) page)
virtual bool hasPrevPage (IN(RWizardPage) page)
bool runWizard (IN(RWizardPage) firstPage)
void setPageSize (IN(RSize) sizePage)


Constructor & Destructor Documentation

acdk::wx::Wizard::Wizard IN(RWindow parent,
int  id,
IN(RString title,
IN(RBitmap bitmap = Bitmap::getNullBitmap(),
IN(RPoint pos = Point::defaultPosition()
[inline]
 

Parameters:
style combination of WizardFlags


Member Function Documentation

void acdk::wx::Wizard::fitToPage IN(RWizardPage firstPage  )  [inline]
 

RWizardPage acdk::wx::Wizard::getCurrentPage  )  const [inline]
 

RSize acdk::wx::Wizard::getPageSize  )  const [inline]
 

virtual bool acdk::wx::Wizard::hasNextPage IN(RWizardPage page  )  [inline, virtual]
 

virtual bool acdk::wx::Wizard::hasPrevPage IN(RWizardPage page  )  [inline, virtual]
 

bool acdk::wx::Wizard::runWizard IN(RWizardPage firstPage  )  [inline]
 

void acdk::wx::Wizard::setPageSize IN(RSize sizePage  )  [inline]