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

Thu, 09 Apr 2020 18:16:19 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 09 Apr 2020 18:16:19 +0200
changeset 133
8f183975895d
parent 37
1b089e0fba1e
child 144
5c3684ee818e
permissions
-rw-r--r--

Replaced pixmap icons by vector icons.

<!DOCTYPE html>
<html><head>
<title>Plugin_Project_Pyramid.ProjectPyramid.FormSelectionDialog</title>
<meta charset="UTF-8">
<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>

eric ide

mercurial