Documentation/Source/eric4.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html

changeset 3
0d9daebf5b8c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric4.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html	Mon Dec 28 16:18:43 2009 +0000
@@ -0,0 +1,153 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
+'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
+<html><head>
+<title>eric4.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog</title>
+<style>
+body {
+    background:white;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #4FA4FF; }
+h2 { color: white; background: #4FA4FF; }
+h3 { color: white; background: #00557F; }
+h4 { color: white; background: #00557F; }
+    
+a { color: #AA5500; }
+
+</style>
+</head>
+<body><a NAME="top" ID="top"></a>
+<h1>eric4.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog</h1>
+<p>
+Module implementing the input dialog wizard dialog.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#InputDialogWizardDialog">InputDialogWizardDialog</a></td>
+<td>Class implementing the input dialog wizard dialog.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="InputDialogWizardDialog" ID="InputDialogWizardDialog"></a>
+<h2>InputDialogWizardDialog</h2>
+<p>
+    Class implementing the input dialog wizard dialog.
+</p><p>
+    It displays a dialog for entering the parameters
+    for the QInputDialog code generator.
+</p>
+<h3>Derived from</h3>
+QDialog, Ui_InputDialogWizardDialog
+<h3>Class Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#InputDialogWizardDialog.__init__">InputDialogWizardDialog</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#InputDialogWizardDialog.__getCode4">__getCode4</a></td>
+<td>Private method to get the source code for Qt4.</td>
+</tr><tr>
+<td><a href="#InputDialogWizardDialog.getCode">getCode</a></td>
+<td>Public method to get the source code.</td>
+</tr><tr>
+<td><a href="#InputDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td>
+<td>Private method to test the selected options.</td>
+</tr><tr>
+<td><a href="#InputDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
+<td>Private slot called by a button of the button box clicked.</td>
+</tr><tr>
+<td><a href="#InputDialogWizardDialog.on_rItem_toggled">on_rItem_toggled</a></td>
+<td>Private slot to perform actions dependant on the item type selection.</td>
+</tr>
+</table>
+<a NAME="InputDialogWizardDialog.__init__" ID="InputDialogWizardDialog.__init__"></a>
+<h4>InputDialogWizardDialog (Constructor)</h4>
+<b>InputDialogWizardDialog</b>(<i>parent=None</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>parent</i></dt>
+<dd>
+parent widget (QWidget)
+</dd>
+</dl><a NAME="InputDialogWizardDialog.__getCode4" ID="InputDialogWizardDialog.__getCode4"></a>
+<h4>InputDialogWizardDialog.__getCode4</h4>
+<b>__getCode4</b>(<i>indLevel, indString</i>)
+<p>
+        Private method to get the source code for Qt4.
+</p><dl>
+<dt><i>indLevel</i></dt>
+<dd>
+indentation level (int)
+</dd><dt><i>indString</i></dt>
+<dd>
+string used for indentation (space or tab) (string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+generated code (string)
+</dd>
+</dl><a NAME="InputDialogWizardDialog.getCode" ID="InputDialogWizardDialog.getCode"></a>
+<h4>InputDialogWizardDialog.getCode</h4>
+<b>getCode</b>(<i>indLevel, indString</i>)
+<p>
+        Public method to get the source code.
+</p><dl>
+<dt><i>indLevel</i></dt>
+<dd>
+indentation level (int)
+</dd><dt><i>indString</i></dt>
+<dd>
+string used for indentation (space or tab) (string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+generated code (string)
+</dd>
+</dl><a NAME="InputDialogWizardDialog.on_bTest_clicked" ID="InputDialogWizardDialog.on_bTest_clicked"></a>
+<h4>InputDialogWizardDialog.on_bTest_clicked</h4>
+<b>on_bTest_clicked</b>(<i></i>)
+<p>
+        Private method to test the selected options.
+</p><a NAME="InputDialogWizardDialog.on_buttonBox_clicked" ID="InputDialogWizardDialog.on_buttonBox_clicked"></a>
+<h4>InputDialogWizardDialog.on_buttonBox_clicked</h4>
+<b>on_buttonBox_clicked</b>(<i>button</i>)
+<p>
+        Private slot called by a button of the button box clicked.
+</p><dl>
+<dt><i>button</i></dt>
+<dd>
+button that was clicked (QAbstractButton)
+</dd>
+</dl><a NAME="InputDialogWizardDialog.on_rItem_toggled" ID="InputDialogWizardDialog.on_rItem_toggled"></a>
+<h4>InputDialogWizardDialog.on_rItem_toggled</h4>
+<b>on_rItem_toggled</b>(<i>checked</i>)
+<p>
+        Private slot to perform actions dependant on the item type selection.
+</p><dl>
+<dt><i>checked</i></dt>
+<dd>
+flag indicating the checked state (boolean)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial