ProjectKivy/Documentation/source/Plugin_Project_Kivy.ProjectKivy.CompleterKivyConfigWidget.html

Sat, 09 Sep 2023 17:43:15 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 09 Sep 2023 17:43:15 +0200
branch
eric7
changeset 59
fb361b396c68
permissions
-rw-r--r--

Added a Typing Completer and an associated configuration page.

<!DOCTYPE html>
<html><head>
<title>Plugin_Project_Kivy.ProjectKivy.CompleterKivyConfigWidget</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>Plugin_Project_Kivy.ProjectKivy.CompleterKivyConfigWidget</h1>

<p>
Module implementing the configuration widget for the Kivy typing completer.
</p>
<h3>Global Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>

<table>

<tr>
<td><a href="#CompleterKivyConfigWidget">CompleterKivyConfigWidget</a></td>
<td>Class documentation goes here.</td>
</tr>
</table>
<h3>Functions</h3>

<table>
<tr><td>None</td></tr>
</table>
<hr />
<hr />
<a NAME="CompleterKivyConfigWidget" ID="CompleterKivyConfigWidget"></a>
<h2>CompleterKivyConfigWidget</h2>

<p>
    Class documentation goes here.
</p>
<h3>Derived from</h3>
QWidget, Ui_CompleterKivyConfigWidget
<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="#CompleterKivyConfigWidget.__init__">CompleterKivyConfigWidget</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#CompleterKivyConfigWidget.save">save</a></td>
<td>Public method to save the Kivy Typing Completer configuration.</td>
</tr>
</table>
<h3>Static Methods</h3>

<table>
<tr><td>None</td></tr>
</table>

<a NAME="CompleterKivyConfigWidget.__init__" ID="CompleterKivyConfigWidget.__init__"></a>
<h4>CompleterKivyConfigWidget (Constructor)</h4>
<b>CompleterKivyConfigWidget</b>(<i>plugin, parent=None</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>plugin</i> (ProjectKivyPlugin)</dt>
<dd>
reference to the plugin object
</dd>
<dt><i>parent</i> (QWidget (optional))</dt>
<dd>
reference to the parent widget (defaults to None)
</dd>
</dl>
<a NAME="CompleterKivyConfigWidget.save" ID="CompleterKivyConfigWidget.save"></a>
<h4>CompleterKivyConfigWidget.save</h4>
<b>save</b>(<i></i>)

<p>
        Public method to save the Kivy Typing Completer configuration.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial