diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qmotifdialog.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qmotifdialog.html')
-rw-r--r-- | doc/html/qmotifdialog.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/html/qmotifdialog.html b/doc/html/qmotifdialog.html index 33bf6a196..27efcc0a4 100644 --- a/doc/html/qmotifdialog.html +++ b/doc/html/qmotifdialog.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>This class is part of the <b>TQt Motif Extension</b>. <p><tt>#include <<a href="qmotifdialog-h.html">qmotifdialog.h</a>></tt> -<p>Inherits <a href="qdialog.html">TQDialog</a>. +<p>Inherits <a href="ntqdialog.html">TQDialog</a>. <p><a href="qmotifdialog-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -57,12 +57,12 @@ body { background: #ffffff; color: black; } <p> This class is defined in the <b>TQt <a href="motif-extension.html#Motif">Motif</a> Extension</b>, which can be found in the <tt>qt/extensions</tt> directory. It is not included in the main TQt API. <p> -The TQMotifDialog class provides the <a href="qdialog.html">TQDialog</a> API for Motif-based dialogs. +The TQMotifDialog class provides the <a href="ntqdialog.html">TQDialog</a> API for Motif-based dialogs. <p> <p> TQMotifDialog provides two separate modes of operation. The application programmer can use TQMotifDialog with an existing -Motif-based dialog and a <a href="qwidget.html">TQWidget</a> parent, or the application +Motif-based dialog and a <a href="ntqwidget.html">TQWidget</a> parent, or the application programmer can use TQMotifDialog with a custom TQt-based dialog and a Motif-based parent. Modality continues to work as expected. <p> Motif-based dialogs must have a <tt>Shell</tt> widget parent with a @@ -72,13 +72,13 @@ member function. <p> The single child of the <tt>Shell</tt> can be accessed using the <a href="#dialog">dialog</a>() member function <em>after</em> it has been created. <p> The <a href="#acceptCallback">acceptCallback</a>() and <a href="#rejectCallback">rejectCallback</a>() functions provide a -convenient way to call <a href="qdialog.html#accept">TQDialog::accept</a>() and <a href="qdialog.html#reject">TQDialog::reject</a>() +convenient way to call <a href="ntqdialog.html#accept">TQDialog::accept</a>() and <a href="ntqdialog.html#reject">TQDialog::reject</a>() through callbacks. A pointer to the TQMotifDialog should be passed as the <tt>client_data</tt> argument to the callback. -<p> The API and behavior TQMotifDialog is identical to that of <a href="qdialog.html">TQDialog</a> +<p> The API and behavior TQMotifDialog is identical to that of <a href="ntqdialog.html">TQDialog</a> when using a custom TQt-based dialog with a Motif-based parent. The only difference is that a Motif-based <em>parent</em> argument is -passed to the constructor, instead of a <a href="qwidget.html">TQWidget</a> parent. +passed to the constructor, instead of a <a href="ntqwidget.html">TQWidget</a> parent. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="DialogType-enum"></a>TQMotifDialog::DialogType</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. @@ -102,7 +102,7 @@ passed to the constructor, instead of a <a href="qwidget.html">TQWidget</a> pare </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> Creates a TQMotifDialog using one of the predefined <a href="motif-extension.html#Motif">Motif</a> dialog types. The <em>name</em>, <em>modal</em> and <em>flags</em> arguments are passed to -the <a href="qdialog.html">TQDialog</a> constructor. +the <a href="ntqdialog.html">TQDialog</a> constructor. <p> This constructor creates a Shell widget, which is a special subclass of XmDialogShell. The <em>parent</em>, <em>args</em> and <em>argcount</em> arguments are passed to XtCreatePopupShell() when creating the @@ -121,7 +121,7 @@ widget yourself. <h3 class=fn><a name="TQMotifDialog-2"></a>TQMotifDialog::TQMotifDialog ( Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) </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> Creates a TQMotifDialog which allows the application programmer to -use the <a href="motif-extension.html#Motif">Motif</a>-based <em>parent</em> for a custom <a href="qdialog.html">TQDialog</a>. The <em>name</em>, +use the <a href="motif-extension.html#Motif">Motif</a>-based <em>parent</em> for a custom <a href="ntqdialog.html">TQDialog</a>. The <em>name</em>, <em>modal</em> and <em>flags</em> arguments are passed to the TQDialog constructor. <p> This constructor creates a Shell widget, which is a special @@ -144,7 +144,7 @@ widget yourself. <h3 class=fn><a name="TQMotifDialog-3"></a>TQMotifDialog::TQMotifDialog ( Widget parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) </h3> Creates a TQMotifDialog which allows the application programmer to -use the <a href="motif-extension.html#Motif">Motif</a>-based <em>parent</em> for a custom <a href="qdialog.html">TQDialog</a>. The <em>name</em>, +use the <a href="motif-extension.html#Motif">Motif</a>-based <em>parent</em> for a custom <a href="ntqdialog.html">TQDialog</a>. The <em>name</em>, <em>modal</em> and <em>flags</em> arguments are passed to the TQDialog constructor. <p> This constructor creates a <tt>Shell</tt> widget, which is a special @@ -152,11 +152,11 @@ subclass of <tt>XmDialogShell</tt>. You can access the <tt>Shell</tt> widget with the <a href="#shell">shell</a>() member function. <p> <p>See also <a href="#shell">shell</a>(). -<h3 class=fn><a name="TQMotifDialog-4"></a>TQMotifDialog::TQMotifDialog ( <a href="qwidget.html">TQWidget</a> * parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) +<h3 class=fn><a name="TQMotifDialog-4"></a>TQMotifDialog::TQMotifDialog ( <a href="ntqwidget.html">TQWidget</a> * parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) </h3> Creates a TQMotifDialog which allows the application programmer to -use a <a href="qwidget.html">TQWidget</a> parent for an existing <a href="motif-extension.html#Motif">Motif</a>-based dialog. The <em>parent</em>, <em>name</em>, <em>modal</em> and <em>flags</em> arguments are passed to the -<a href="qdialog.html">TQDialog</a> constructor. +use a <a href="ntqwidget.html">TQWidget</a> parent for an existing <a href="motif-extension.html#Motif">Motif</a>-based dialog. The <em>parent</em>, <em>name</em>, <em>modal</em> and <em>flags</em> arguments are passed to the +<a href="ntqdialog.html">TQDialog</a> constructor. <p> This constructor creates a <tt>Shell</tt> widget, which is a special subclass of <tt>XmDialogShell</tt>. You can access the <tt>Shell</tt> widget with the <a href="#shell">shell</a>() member functon. @@ -171,7 +171,7 @@ widget yourself. <h3 class=fn><a name="~TQMotifDialog"></a>TQMotifDialog::~TQMotifDialog ()<tt> [virtual]</tt> </h3> -Destroys the <a href="qdialog.html">TQDialog</a>, dialog widget and <tt>Shell</tt> widget. +Destroys the <a href="ntqdialog.html">TQDialog</a>, dialog widget and <tt>Shell</tt> widget. <h3 class=fn>void <a name="acceptCallback"></a>TQMotifDialog::acceptCallback ( Widget, XtPointer client_data, XtPointer )<tt> [static]</tt> </h3> |