summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqwizard.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqwizard.html')
-rw-r--r--doc/html/ntqwizard.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/html/ntqwizard.html b/doc/html/ntqwizard.html
index fec3c228a..ba84c18c9 100644
--- a/doc/html/ntqwizard.html
+++ b/doc/html/ntqwizard.html
@@ -106,7 +106,7 @@ Cancel, and Help push buttons, as appropriate to the current
position in the page sequence. These buttons can be
enabled/disabled using <a href="#setBackEnabled">setBackEnabled</a>(), <a href="#setNextEnabled">setNextEnabled</a>(),
<a href="#setFinishEnabled">setFinishEnabled</a>() and <a href="#setHelpEnabled">setHelpEnabled</a>().
-<p> Create and populate dialog pages that inherit from <a href="ntqwidget.html">TQWidget</a> and add
+<p> Create and populate dialog pages that inherit from <a href="tqwidget.html">TQWidget</a> and add
them to the wizard using <a href="#addPage">addPage</a>(). Use <a href="#insertPage">insertPage</a>() to add a
dialog page at a certain position in the page sequence. Use
<a href="#removePage">removePage</a>() to remove a page from the page sequence.
@@ -129,7 +129,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="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;modal = FALSE, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQWizard"></a>TQWizard::TQWizard ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;modal = FALSE, WFlags&nbsp;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="ntqdialog.html">TQDialog</a> constructor.
@@ -138,11 +138,11 @@ Constructs an empty wizard dialog. The <em>parent</em>, <em>name</em>, <em>modal
Destroys the object and frees any allocated resources, including
all pages and controllers.
-<h3 class=fn>void <a name="addPage"></a>TQWizard::addPage ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;title )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="addPage"></a>TQWizard::addPage ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;title )<tt> [virtual]</tt>
</h3>
Adds <em>page</em> to the end of the page sequence, with the title, <em>title</em>.
-<h3 class=fn>bool <a name="appropriate"></a>TQWizard::appropriate ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;page ) const<tt> [virtual]</tt>
+<h3 class=fn>bool <a name="appropriate"></a>TQWizard::appropriate ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;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
@@ -172,7 +172,7 @@ Returns a pointer to the dialog's Cancel button
slot, which is virtual so you can reimplement it in a TQWizard
subclass.
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="currentPage"></a>TQWizard::currentPage () const
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="currentPage"></a>TQWizard::currentPage () const
</h3>
Returns a pointer to the current page in the sequence. Although
the wizard does its best to make sure that this value is never 0,
@@ -202,12 +202,12 @@ virtual so you can reimplement it in a TQWizard subclass. Use
<p> This signal is emitted when the user clicks on the Help button.
-<h3 class=fn>int <a name="indexOf"></a>TQWizard::indexOf ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;page ) const
+<h3 class=fn>int <a name="indexOf"></a>TQWizard::indexOf ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;page ) const
</h3>
Returns the position of page <em>page</em>. If the page is not part of
the wizard -1 is returned.
-<h3 class=fn>void <a name="insertPage"></a>TQWizard::insertPage ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;title, int&nbsp;index )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="insertPage"></a>TQWizard::insertPage ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;title, int&nbsp;index )<tt> [virtual]</tt>
</h3>
Inserts <em>page</em> at position <em>index</em> into the page sequence, with
title <em>title</em>. If <em>index</em> is -1, the page will be appended to
@@ -238,7 +238,7 @@ Returns a pointer to the dialog's Next button
virtual so you can reimplement it in a TQWizard subclass. Use
<a href="#setNextEnabled">setNextEnabled</a>() to enable/disable this button.
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="page"></a>TQWizard::page ( int&nbsp;index ) const
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="page"></a>TQWizard::page ( int&nbsp;index ) const
</h3>
Returns a pointer to the page at position <em>index</em> in the
sequence, or 0 if <em>index</em> is out of range. The first page has
@@ -248,7 +248,7 @@ index 0.
</h3>
Returns the number of pages in the wizard.
-<h3 class=fn>void <a name="removePage"></a>TQWizard::removePage ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;page )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="removePage"></a>TQWizard::removePage ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;page )<tt> [virtual]</tt>
</h3>
Removes <em>page</em> from the page sequence but does not delete the
page. If <em>page</em> is currently being displayed, TQWizard will
@@ -261,7 +261,7 @@ the first page.
<p> This signal is emitted when the current page changes. The
parameter contains the title of the selected page.
-<h3 class=fn>void <a name="setAppropriate"></a>TQWizard::setAppropriate ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, bool&nbsp;appropriate )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setAppropriate"></a>TQWizard::setAppropriate ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, bool&nbsp;appropriate )<tt> [virtual]</tt>
</h3>
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
@@ -269,40 +269,40 @@ sequence; otherwise <em>page</em> should not be displayed in the page
sequence.
<p> <p>See also <a href="#appropriate">appropriate</a>().
-<h3 class=fn>void <a name="setBackEnabled"></a>TQWizard::setBackEnabled ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, bool&nbsp;enable )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="setBackEnabled"></a>TQWizard::setBackEnabled ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, bool&nbsp;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.
-<h3 class=fn>void <a name="setFinish"></a>TQWizard::setFinish ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*, bool )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="setFinish"></a>TQWizard::setFinish ( <a href="tqwidget.html">TQWidget</a>&nbsp;*, bool )<tt> [virtual slot]</tt>
</h3>
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> Use setFinishEnabled instead
-<h3 class=fn>void <a name="setFinishEnabled"></a>TQWizard::setFinishEnabled ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, bool&nbsp;enable )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="setFinishEnabled"></a>TQWizard::setFinishEnabled ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, bool&nbsp;enable )<tt> [virtual slot]</tt>
</h3>
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="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, bool&nbsp;enable )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="setHelpEnabled"></a>TQWizard::setHelpEnabled ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, bool&nbsp;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.
-<h3 class=fn>void <a name="setNextEnabled"></a>TQWizard::setNextEnabled ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, bool&nbsp;enable )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="setNextEnabled"></a>TQWizard::setNextEnabled ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, bool&nbsp;enable )<tt> [virtual slot]</tt>
</h3>
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.
-<h3 class=fn>void <a name="setTitle"></a>TQWizard::setTitle ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;title )
+<h3 class=fn>void <a name="setTitle"></a>TQWizard::setTitle ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;page, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;title )
</h3>
Sets the title for page <em>page</em> to <em>title</em>.
<h3 class=fn>void <a name="setTitleFont"></a>TQWizard::setTitleFont ( const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp; )
</h3><p>Sets the font used for page titles.
See the <a href="ntqwizard.html#titleFont-prop">"titleFont"</a> property for details.
-<h3 class=fn>void <a name="showPage"></a>TQWizard::showPage ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;page )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="showPage"></a>TQWizard::showPage ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;page )<tt> [virtual]</tt>
</h3>
Makes <em>page</em> the current page and emits the <a href="#selected">selected</a>() signal.
<p> This virtual function is called whenever a different page is to
@@ -311,7 +311,7 @@ By reimplementing it (and calling <a href="#showPage">TQWizard::showPage</a>()),
you can prepare each page prior to it being shown.
<p>Examples: <a href="distributor-example.html#x2673">distributor/distributor.ui.h</a> and <a href="wizard-example.html#x15">wizard/wizard.cpp</a>.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="title"></a>TQWizard::title ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;page ) const
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="title"></a>TQWizard::title ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;page ) const
</h3>
Returns the title of page <em>page</em>.