--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.FormSelectionDialog.html Sun Nov 22 14:12:44 2020 +0100 @@ -0,0 +1,139 @@ +<!DOCTYPE html> +<html><head> +<title>Plugin_Project_Flask.ProjectFlask.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_Flask.ProjectFlask.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>{% extends "base.html" %}\n</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> +{% extends "base.html" %}\n +</p> +<h3>Derived from</h3> +QDialog, Ui_FormSelectionDialog +<h3>Class Attributes</h3> + +<table> +<tr><td>Templates</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> (QWidget)</dt> +<dd> +reference to the parent widget +</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 +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</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> (int)</dt> +<dd> +selected index +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file