PrintRemover/Documentation/source/Plugin_Tools_Print_Remover.PluginPrintRemover.html

changeset 9
a9366d1cbef5
parent 2
1375fce99e3b
child 25
05c80b70ced5
--- a/PrintRemover/Documentation/source/Plugin_Tools_Print_Remover.PluginPrintRemover.html	Thu Dec 19 15:20:42 2013 +0100
+++ b/PrintRemover/Documentation/source/Plugin_Tools_Print_Remover.PluginPrintRemover.html	Mon Dec 23 19:52:55 2013 +0100
@@ -69,6 +69,12 @@
 <td><a href="#PrintRemoverPlugin.__init__">PrintRemoverPlugin</a></td>
 <td>Constructor</td>
 </tr><tr>
+<td><a href="#PrintRemoverPlugin.__editorClosed">__editorClosed</a></td>
+<td>Private slot called, when an editor was closed.</td>
+</tr><tr>
+<td><a href="#PrintRemoverPlugin.__editorOpened">__editorOpened</a></td>
+<td>Private slot called, when a new editor was opened.</td>
+</tr><tr>
 <td><a href="#PrintRemoverPlugin.__loadTranslator">__loadTranslator</a></td>
 <td>Private method to load the translation file.</td>
 </tr><tr>
@@ -105,6 +111,26 @@
 <dd>
 reference to the user interface object (UI.UserInterface)
 </dd>
+</dl><a NAME="PrintRemoverPlugin.__editorClosed" ID="PrintRemoverPlugin.__editorClosed"></a>
+<h4>PrintRemoverPlugin.__editorClosed</h4>
+<b>__editorClosed</b>(<i>editor</i>)
+<p>
+        Private slot called, when an editor was closed.
+</p><dl>
+<dt><i>editor</i></dt>
+<dd>
+reference to the editor (QScintilla.Editor)
+</dd>
+</dl><a NAME="PrintRemoverPlugin.__editorOpened" ID="PrintRemoverPlugin.__editorOpened"></a>
+<h4>PrintRemoverPlugin.__editorOpened</h4>
+<b>__editorOpened</b>(<i>editor</i>)
+<p>
+        Private slot called, when a new editor was opened.
+</p><dl>
+<dt><i>editor</i></dt>
+<dd>
+reference to the new editor (QScintilla.Editor)
+</dd>
 </dl><a NAME="PrintRemoverPlugin.__loadTranslator" ID="PrintRemoverPlugin.__loadTranslator"></a>
 <h4>PrintRemoverPlugin.__loadTranslator</h4>
 <b>__loadTranslator</b>(<i></i>)

eric ide

mercurial