16 #include "uitoolsmod.h" 26 int addPage(
uiGroup*,
bool disp=
true);
27 void displayPage(
int,
bool yn=
true);
28 void setRotateMode(
bool);
30 void setCurrentPage(
int);
33 int firstPage()
const;
35 int nrPages()
const {
return pages.size(); }
40 virtual bool leavePage(
int,
bool next ) {
return true; }
42 virtual bool isClosing(
bool iscancel ) {
return true; }
57 bool displayCurrentPage();
58 void updateButtonText();
#define mExpClass(module)
Definition: commondefs.h:160
description of properties of dialog.
Definition: uidialog.h:51
virtual bool isClosing(bool iscancel)
Definition: uiwizard.h:42
To be able to send and/or receive CallBacks, inherit from this class.
Definition: callback.h:272
int pageidx
Definition: uiwizard.h:54
ObjectSet< uiGroup > pages
Definition: uiwizard.h:51
int currentPageIdx() const
Definition: uiwizard.h:31
#define mODTextTranslationClass(clss)
Definition: uistring.h:38
Definition: uiwizard.h:21
virtual void reset()
Definition: uiwizard.h:43
Definition: uiparent.h:26
Definition: uidialog.h:42
int nrPages() const
Definition: uiwizard.h:35
virtual bool leavePage(int, bool next)
Definition: uiwizard.h:40
bool rotatemode
Definition: uiwizard.h:55
virtual void isStarting()
Definition: uiwizard.h:41
virtual bool preparePage(int)
Definition: uiwizard.h:39
BoolTypeSet dodisplay
Definition: uiwizard.h:52