diff options
Diffstat (limited to 'doc/man/man3/tqwizard.3qt')
-rw-r--r-- | doc/man/man3/tqwizard.3qt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqwizard.3qt b/doc/man/man3/tqwizard.3qt index b5a22c22a..717cc1eef 100644 --- a/doc/man/man3/tqwizard.3qt +++ b/doc/man/man3/tqwizard.3qt @@ -16,7 +16,7 @@ Inherits TQDialog. .SS "Public Members" .in +1c .ti -1c -.BI "\fBTQWizard\fR ( TQWidget * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 )" +.BI "\fBTQWizard\fR ( TQWidget * parent = 0, const char * name = 0, bool modal = false, WFlags f = 0 )" .br .ti -1c .BI "\fB~TQWizard\fR ()" @@ -160,14 +160,14 @@ Example code is available here: wizard/wizard.cpp wizard/wizard.h .PP See also Abstract Widget Classes, Dialog Classes, and Organizers. .SH MEMBER FUNCTION DOCUMENTATION -.SH "TQWizard::TQWizard ( TQWidget * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 )" +.SH "TQWizard::TQWizard ( TQWidget * parent = 0, const char * name = 0, bool modal = false, WFlags f = 0 )" Constructs an empty wizard dialog. The \fIparent\fR, \fIname\fR, \fImodal\fR and \fIf\fR arguments are passed to the TQDialog constructor. .SH "TQWizard::~TQWizard ()" Destroys the object and frees any allocated resources, including all pages and controllers. .SH "void TQWizard::addPage ( TQWidget * page, const TQString & title )\fC [virtual]\fR" Adds \fIpage\fR to the end of the page sequence, with the title, \fItitle\fR. .SH "bool TQWizard::appropriate ( TQWidget * page ) const\fC [virtual]\fR" -Called when the Next button is clicked; this virtual function returns TRUE if \fIpage\fR is relevant for display in the current context; otherwise it is ignored by TQWizard and returns FALSE. The default implementation returns the value set using setAppropriate(). The ultimate default is TRUE. +Called when the Next button is clicked; this virtual function returns true if \fIpage\fR is relevant for display in the current context; otherwise it is ignored by TQWizard and returns false. The default implementation returns the value set using setAppropriate(). The ultimate default is true. .PP \fBWarning:\fR The last page of the wizard will be displayed if no page is relevant in the current context. .SH "void TQWizard::back ()\fC [virtual protected slot]\fR" @@ -225,21 +225,21 @@ Removes \fIpage\fR from the page sequence but does not delete the page. If \fIpa .SH "void TQWizard::selected ( const TQString & )\fC [signal]\fR" This signal is emitted when the current page changes. The parameter contains the title of the selected page. .SH "void TQWizard::setAppropriate ( TQWidget * page, bool appropriate )\fC [virtual]\fR" -If \fIappropriate\fR is TRUE then page \fIpage\fR is considered relevant in the current context and should be displayed in the page sequence; otherwise \fIpage\fR should not be displayed in the page sequence. +If \fIappropriate\fR is true then page \fIpage\fR is considered relevant in the current context and should be displayed in the page sequence; otherwise \fIpage\fR should not be displayed in the page sequence. .PP See also appropriate(). .SH "void TQWizard::setBackEnabled ( TQWidget * page, bool enable )\fC [virtual slot]\fR" -If \fIenable\fR is TRUE, page \fIpage\fR has a Back button; otherwise \fIpage\fR has no Back button. By default all pages have this button. +If \fIenable\fR is true, page \fIpage\fR has a Back button; otherwise \fIpage\fR has no Back button. By default all pages have this button. .SH "void TQWizard::setFinish ( TQWidget *, bool )\fC [virtual slot]\fR" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP Use setFinishEnabled instead .SH "void TQWizard::setFinishEnabled ( TQWidget * page, bool enable )\fC [virtual slot]\fR" -If \fIenable\fR is TRUE, page \fIpage\fR has a Finish button; otherwise \fIpage\fR has no Finish button. By default \fIno\fR page has this button. +If \fIenable\fR is true, page \fIpage\fR has a Finish button; otherwise \fIpage\fR has no Finish button. By default \fIno\fR page has this button. .SH "void TQWizard::setHelpEnabled ( TQWidget * page, bool enable )\fC [virtual slot]\fR" -If \fIenable\fR is TRUE, page \fIpage\fR has a Help button; otherwise \fIpage\fR has no Help button. By default all pages have this button. +If \fIenable\fR is true, page \fIpage\fR has a Help button; otherwise \fIpage\fR has no Help button. By default all pages have this button. .SH "void TQWizard::setNextEnabled ( TQWidget * page, bool enable )\fC [virtual slot]\fR" -If \fIenable\fR is TRUE, page \fIpage\fR has a Next button; otherwise the Next button on \fIpage\fR is disabled. By default all pages have this button. +If \fIenable\fR is true, page \fIpage\fR has a Next button; otherwise the Next button on \fIpage\fR is disabled. By default all pages have this button. .SH "void TQWizard::setTitle ( TQWidget * page, const TQString & title )" Sets the title for page \fIpage\fR to \fItitle\fR. .SH "void TQWizard::setTitleFont ( const TQFont & )" |