diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 12:31:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 12:31:36 -0600 |
commit | d796c9dd933ab96ec83b9a634feedd5d32e1ba3f (patch) | |
tree | 6e3dcca4f77e20ec8966c666aac7c35bd4704053 /doc/html/qmotifdialog.html | |
download | tqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.tar.gz tqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.zip |
Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731
Diffstat (limited to 'doc/html/qmotifdialog.html')
-rw-r--r-- | doc/html/qmotifdialog.html | 205 |
1 files changed, 205 insertions, 0 deletions
diff --git a/doc/html/qmotifdialog.html b/doc/html/qmotifdialog.html new file mode 100644 index 000000000..dff21a29f --- /dev/null +++ b/doc/html/qmotifdialog.html @@ -0,0 +1,205 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/extensions/motif/src/qmotifdialog.cpp:167 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>TQMotifDialog Class</title> +<style type="text/css"><!-- +fn { margin-left: 1cm; text-indent: -1cm; } +a:link { color: #004faf; text-decoration: none } +a:visited { color: #672967; text-decoration: none } +body { background: #ffffff; color: black; } +--></style> +</head> +<body> + +<table border="0" cellpadding="0" cellspacing="0" width="100%"> +<tr bgcolor="#E5E5E5"> +<td valign=center> + <a href="index.html"> +<font color="#004faf">Home</font></a> + | <a href="classes.html"> +<font color="#004faf">All Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped Classes</font></a> + | <a href="functions.html"> +<font color="#004faf">Functions</font></a> +</td> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>TQMotifDialog Class Reference</h1> + +<p>The TQMotifDialog class provides the TQDialog API for Motif-based dialogs. +<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><a href="qmotifdialog-members.html">List of all member functions.</a> +<h2>Public Members</h2> +<ul> +<li class=fn>enum DialogType { Prompt, Selection, Command, FileSelection, Template, Error, Information, Message, Question, Warning, Working } <em>(obsolete)</em></li> +<li class=fn>TQMotifDialog ( DialogType dialogtype, Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) <em>(obsolete)</em></li> +<li class=fn>TQMotifDialog ( Widget parent, ArgList args = NULL, Cardinal argcount = 0, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) <em>(obsolete)</em></li> +<li class=fn><a href="#TQMotifDialog-3"><b>TQMotifDialog</b></a> ( Widget parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )</li> +<li class=fn><a href="#TQMotifDialog-4"><b>TQMotifDialog</b></a> ( TQWidget * parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 )</li> +<li class=fn>virtual <a href="#~TQMotifDialog"><b>~TQMotifDialog</b></a> ()</li> +<li class=fn>Widget <a href="#shell"><b>shell</b></a> () const</li> +<li class=fn>Widget <a href="#dialog"><b>dialog</b></a> () const</li> +</ul> +<h2>Static Public Members</h2> +<ul> +<li class=fn>void <a href="#acceptCallback"><b>acceptCallback</b></a> ( Widget, XtPointer client_data, XtPointer )</li> +<li class=fn>void <a href="#rejectCallback"><b>rejectCallback</b></a> ( Widget, XtPointer client_data, XtPointer )</li> +</ul> +<hr><a name="details"></a><h2>Detailed Description</h2> +<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. + +<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 +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 +single child, due to retquirements of the Motif toolkit. The <tt>Shell</tt> widget, which is a special subclass of <tt>XmDialogShell</tt>, is +created during construction. It can be accessed using the <a href="#shell">shell</a>() +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>() +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> +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. + +<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. +<p> +<p> This enum lists the predefined <a href="motif-extension.html#Motif">Motif</a> dialog types. +<ul> +<li><tt>TQMotifDialog::Prompt</tt> +<li><tt>TQMotifDialog::Selection</tt> +<li><tt>TQMotifDialog::Command</tt> +<li><tt>TQMotifDialog::FileSelection</tt> +<li><tt>TQMotifDialog::Template</tt> +<li><tt>TQMotifDialog::Error</tt> +<li><tt>TQMotifDialog::Information</tt> +<li><tt>TQMotifDialog::Message</tt> +<li><tt>TQMotifDialog::Question</tt> +<li><tt>TQMotifDialog::Warning</tt> +<li><tt>TQMotifDialog::Working</tt> +</ul> +<hr><h2>Member Function Documentation</h2> +<h3 class=fn><a name="TQMotifDialog"></a>TQMotifDialog::TQMotifDialog ( <a href="qmotifdialog.html#DialogType-enum">DialogType</a> dialogtype, 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 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. +<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 +subclass. You can access the Shell widget with the <a href="#shell">shell</a>() member +function. +<p> This constructor also creates the dialog widget with the Shell +widget as its parent. The type of the dialog created is specified +by the <em>dialogtype</em> argument. See the DialogType enum for a list +of available dialog types. You can access the dialog widget with +the <a href="#dialog">dialog</a>() member function. +<p> <b>Warning:</b> TQMotifDialog takes ownership of the child widget and +destroys it during destruction. You should not destroy the dialog +widget yourself. +<p> <p>See also <a href="#DialogType-enum">DialogType</a>, <a href="#shell">shell</a>(), and <a href="#dialog">dialog</a>(). + +<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>, +<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 +subclass of XmDialogShell. The <em>args</em> and <em>argcount</em> arguments +are passed to XtCreatePopupShell() when creating the subclass. +You can access the Shell widget with the <a href="#shell">shell</a>() member function. +<p> The dialog widget is not created by the constructor. You must +create the dialog widget as a child of the the widget returned by +shell(). You can access the child widget with the <a href="#dialog">dialog</a>() member +function. +<p> A dialog widget is not created by this constructor. Instead, you +should create the dialog widget as a child of this +dialog. TQMotifDialog will take ownership of your custom dialog, +and you can access it with the dialog() member function. +<p> <b>Warning:</b> TQMotifDialog takes ownership of the child widget and +destroys it during destruction. You should not destroy the dialog +widget yourself. +<p> <p>See also <a href="#shell">shell</a>() and <a href="#dialog">dialog</a>(). + +<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>, +<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 +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> +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. +<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. +<p> A dialog widget is not created by this constructor. Instead, you +should create the dialog widget as a child of this +dialog. TQMotifDialog will take ownership of your custom dialog, +and you can access it with the <a href="#dialog">dialog</a>() member function. +<p> <b>Warning:</b> TQMotifDialog takes ownership of the child widget and +destroys it during destruction. You should not destroy the dialog +widget yourself. +<p> <p>See also <a href="#shell">shell</a>() and <a href="#dialog">dialog</a>(). + +<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. + +<h3 class=fn>void <a name="acceptCallback"></a>TQMotifDialog::acceptCallback ( Widget, XtPointer client_data, XtPointer )<tt> [static]</tt> +</h3> +Convenient Xt/Motif callback to accept the TQMotifDialog. +<p> The data is passed in <em>client_data</em>. + +<h3 class=fn>Widget <a name="dialog"></a>TQMotifDialog::dialog () const +</h3> +Returns the <a href="motif-extension.html#Motif">Motif</a> widget embedded in this dialog. + +<h3 class=fn>void <a name="rejectCallback"></a>TQMotifDialog::rejectCallback ( Widget, XtPointer client_data, XtPointer )<tt> [static]</tt> +</h3> +Convenient Xt/Motif callback to reject the TQMotifDialog. +<p> The data is passed in <em>client_data</em>. + +<h3 class=fn>Widget <a name="shell"></a>TQMotifDialog::shell () const +</h3> +Returns the <tt>Shell</tt> widget embedded in this dialog. + +<p>Example: <a href="motif-dialog-example.html#x2707">dialog/mainwindow.cpp</a>. +<!-- eof --> +<hr><p> +This file is part of the <a href="index.html">TQt toolkit</a>. +Copyright © 1995-2007 +<a href="http://www.trolltech.com/">Trolltech</a>. All Rights Reserved.<p><address><hr><div align=center> +<table width=100% cellspacing=0 border=0><tr> +<td>Copyright © 2007 +<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> +<td align=right><div align=right>TQt 3.3.8</div> +</table></div></address></body> +</html> |