diff options
Diffstat (limited to 'doc/html/tqwizard.html')
-rw-r--r-- | doc/html/tqwizard.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/tqwizard.html b/doc/html/tqwizard.html index b1937308b..758025965 100644 --- a/doc/html/tqwizard.html +++ b/doc/html/tqwizard.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <p><a href="tqwizard-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> -<li class=fn><a href="#TQWizard"><b>TQWizard</b></a> ( TQWidget * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 )</li> +<li class=fn><a href="#TQWizard"><b>TQWizard</b></a> ( TQWidget * parent = 0, const char * name = 0, bool modal = false, WFlags f = 0 )</li> <li class=fn><a href="#~TQWizard"><b>~TQWizard</b></a> ()</li> <li class=fn>virtual void <a href="#addPage"><b>addPage</b></a> ( TQWidget * page, const TQString & title )</li> <li class=fn>virtual void <a href="#insertPage"><b>insertPage</b></a> ( TQWidget * page, const TQString & title, int index )</li> @@ -128,7 +128,7 @@ complex pages. </blockquote><p> <p>See also <a href="abstractwidgets.html">Abstract Widget Classes</a>, <a href="dialogs.html">Dialog Classes</a>, and <a href="organizers.html">Organizers</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQWizard"></a>TQWizard::TQWizard ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, bool modal = FALSE, WFlags f = 0 ) +<h3 class=fn><a name="TQWizard"></a>TQWizard::TQWizard ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, bool modal = false, WFlags f = 0 ) </h3> Constructs an empty wizard dialog. The <em>parent</em>, <em>name</em>, <em>modal</em> and <em>f</em> arguments are passed to the <a href="tqdialog.html">TQDialog</a> constructor. @@ -144,10 +144,10 @@ Adds <em>page</em> to the end of the page sequence, with the title, <em>title</e <h3 class=fn>bool <a name="appropriate"></a>TQWizard::appropriate ( <a href="tqwidget.html">TQWidget</a> * page ) const<tt> [virtual]</tt> </h3> Called when the Next button is clicked; this virtual function -returns TRUE if <em>page</em> is relevant for display in the current -context; otherwise it is ignored by TQWizard and returns FALSE. The +returns true if <em>page</em> 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 -<a href="#setAppropriate">setAppropriate</a>(). The ultimate default is TRUE. +<a href="#setAppropriate">setAppropriate</a>(). The ultimate default is true. <p> <b>Warning:</b> The last page of the wizard will be displayed if no page is relevant in the current context. @@ -262,7 +262,7 @@ parameter contains the title of the selected page. <h3 class=fn>void <a name="setAppropriate"></a>TQWizard::setAppropriate ( <a href="tqwidget.html">TQWidget</a> * page, bool appropriate )<tt> [virtual]</tt> </h3> -If <em>appropriate</em> is TRUE then page <em>page</em> is considered relevant +If <em>appropriate</em> is true then page <em>page</em> is considered relevant in the current context and should be displayed in the page sequence; otherwise <em>page</em> should not be displayed in the page sequence. @@ -270,7 +270,7 @@ sequence. <h3 class=fn>void <a name="setBackEnabled"></a>TQWizard::setBackEnabled ( <a href="tqwidget.html">TQWidget</a> * page, bool enable )<tt> [virtual slot]</tt> </h3> -If <em>enable</em> is TRUE, page <em>page</em> has a Back button; otherwise <em>page</em> has no Back button. By default all pages have this button. +If <em>enable</em> is true, page <em>page</em> has a Back button; otherwise <em>page</em> has no Back button. By default all pages have this button. <h3 class=fn>void <a name="setFinish"></a>TQWizard::setFinish ( <a href="tqwidget.html">TQWidget</a> *, bool )<tt> [virtual slot]</tt> </h3> @@ -280,17 +280,17 @@ If <em>enable</em> is TRUE, page <em>page</em> has a Back button; otherwise <em> <h3 class=fn>void <a name="setFinishEnabled"></a>TQWizard::setFinishEnabled ( <a href="tqwidget.html">TQWidget</a> * page, bool enable )<tt> [virtual slot]</tt> </h3> -If <em>enable</em> is TRUE, page <em>page</em> has a Finish button; otherwise +If <em>enable</em> is true, page <em>page</em> has a Finish button; otherwise <em>page</em> has no Finish button. By default <em>no</em> page has this button. <h3 class=fn>void <a name="setHelpEnabled"></a>TQWizard::setHelpEnabled ( <a href="tqwidget.html">TQWidget</a> * page, bool enable )<tt> [virtual slot]</tt> </h3> -If <em>enable</em> is TRUE, page <em>page</em> has a Help button; otherwise <em>page</em> has no Help button. By default all pages have this button. +If <em>enable</em> is true, page <em>page</em> has a Help button; otherwise <em>page</em> has no Help button. By default all pages have this button. <h3 class=fn>void <a name="setNextEnabled"></a>TQWizard::setNextEnabled ( <a href="tqwidget.html">TQWidget</a> * page, bool enable )<tt> [virtual slot]</tt> </h3> -If <em>enable</em> is TRUE, page <em>page</em> has a Next button; otherwise +If <em>enable</em> is true, page <em>page</em> has a Next button; otherwise the Next button on <em>page</em> is disabled. By default all pages have this button. |