diff options
Diffstat (limited to 'doc/html/ntqwizard.html')
-rw-r--r-- | doc/html/ntqwizard.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqwizard.html b/doc/html/ntqwizard.html index ba84c18c9..59f072bbb 100644 --- a/doc/html/ntqwizard.html +++ b/doc/html/ntqwizard.html @@ -138,7 +138,7 @@ 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="tqwidget.html">TQWidget</a> * page, const <a href="ntqstring.html">TQString</a> & title )<tt> [virtual]</tt> +<h3 class=fn>void <a name="addPage"></a>TQWizard::addPage ( <a href="tqwidget.html">TQWidget</a> * page, const <a href="tqstring.html">TQString</a> & title )<tt> [virtual]</tt> </h3> Adds <em>page</em> to the end of the page sequence, with the title, <em>title</em>. @@ -207,7 +207,7 @@ virtual so you can reimplement it in a TQWizard subclass. Use 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="tqwidget.html">TQWidget</a> * page, const <a href="ntqstring.html">TQString</a> & title, int index )<tt> [virtual]</tt> +<h3 class=fn>void <a name="insertPage"></a>TQWizard::insertPage ( <a href="tqwidget.html">TQWidget</a> * page, const <a href="tqstring.html">TQString</a> & title, int 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 @@ -219,7 +219,7 @@ This virtual function is responsible for adding the buttons below the bottom divider. <p> <em>layout</em> is the horizontal layout of the entire wizard. -<h3 class=fn>void <a name="layOutTitleRow"></a>TQWizard::layOutTitleRow ( <a href="qhboxlayout.html">TQHBoxLayout</a> * layout, const <a href="ntqstring.html">TQString</a> & title )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="layOutTitleRow"></a>TQWizard::layOutTitleRow ( <a href="qhboxlayout.html">TQHBoxLayout</a> * layout, const <a href="tqstring.html">TQString</a> & title )<tt> [virtual protected]</tt> </h3> This virtual function is responsible for laying out the title row. <p> <em>layout</em> is the horizontal layout for the wizard, and <em>title</em> is the title for this page. This function is called every @@ -255,7 +255,7 @@ page. If <em>page</em> is currently being displayed, TQWizard will display the page that precedes it, or the first page if this was the first page. -<h3 class=fn>void <a name="selected"></a>TQWizard::selected ( const <a href="ntqstring.html">TQString</a> & )<tt> [signal]</tt> +<h3 class=fn>void <a name="selected"></a>TQWizard::selected ( const <a href="tqstring.html">TQString</a> & )<tt> [signal]</tt> </h3> <p> This signal is emitted when the current page changes. The @@ -295,7 +295,7 @@ 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="tqwidget.html">TQWidget</a> * page, const <a href="ntqstring.html">TQString</a> & title ) +<h3 class=fn>void <a name="setTitle"></a>TQWizard::setTitle ( <a href="tqwidget.html">TQWidget</a> * page, const <a href="tqstring.html">TQString</a> & title ) </h3> Sets the title for page <em>page</em> to <em>title</em>. @@ -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="tqwidget.html">TQWidget</a> * page ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="title"></a>TQWizard::title ( <a href="tqwidget.html">TQWidget</a> * page ) const </h3> Returns the title of page <em>page</em>. |