ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.FormSelectionDialog.html

changeset 15
db83e46b35da
child 25
2dd3d1cf573a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.FormSelectionDialog.html	Thu Aug 30 14:27:35 2012 +0200
@@ -0,0 +1,108 @@
+<?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>Plugin_Project_Pyramid.ProjectPyramid.FormSelectionDialog</title>
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body><a NAME="top" ID="top"></a>
+<h1>Plugin_Project_Pyramid.ProjectPyramid.FormSelectionDialog</h1>
+<p>
+Module implementing a dialog to select the template type.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#FormSelectionDialog">FormSelectionDialog</a></td>
+<td>Class implementing a dialog to select the template type.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="FormSelectionDialog" ID="FormSelectionDialog"></a>
+<h2>FormSelectionDialog</h2>
+<p>
+    Class implementing a dialog to select the template type.
+</p>
+<h3>Derived from</h3>
+QDialog, Ui_FormSelectionDialog
+<h3>Class Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Class Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#FormSelectionDialog.__init__">FormSelectionDialog</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#FormSelectionDialog.getTemplateText">getTemplateText</a></td>
+<td>Public method to get the template text.</td>
+</tr><tr>
+<td><a href="#FormSelectionDialog.on_typeCombo_currentIndexChanged">on_typeCombo_currentIndexChanged</a></td>
+<td>Private slot to act upon a change of the selected template type.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<a NAME="FormSelectionDialog.__init__" ID="FormSelectionDialog.__init__"></a>
+<h4>FormSelectionDialog (Constructor)</h4>
+<b>FormSelectionDialog</b>(<i>parent = None</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>parent</i></dt>
+<dd>
+reference to the parent widget (QWidget)
+</dd>
+</dl><a NAME="FormSelectionDialog.getTemplateText" ID="FormSelectionDialog.getTemplateText"></a>
+<h4>FormSelectionDialog.getTemplateText</h4>
+<b>getTemplateText</b>(<i></i>)
+<p>
+        Public method to get the template text.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+text of the template (string)
+</dd>
+</dl><a NAME="FormSelectionDialog.on_typeCombo_currentIndexChanged" ID="FormSelectionDialog.on_typeCombo_currentIndexChanged"></a>
+<h4>FormSelectionDialog.on_typeCombo_currentIndexChanged</h4>
+<b>on_typeCombo_currentIndexChanged</b>(<i>index</i>)
+<p>
+        Private slot to act upon a change of the selected template type.
+</p><dl>
+<dt><i>index</i></dt>
+<dd>
+selected index (integer)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial