PrintRemover/Documentation/source/Plugin_Tools_Print_Remover.PluginPrintRemover.html

changeset 9
a9366d1cbef5
parent 2
1375fce99e3b
child 25
05c80b70ced5
equal deleted inserted replaced
8:72a8b79b48b3 9:a9366d1cbef5
67 <table> 67 <table>
68 <tr> 68 <tr>
69 <td><a href="#PrintRemoverPlugin.__init__">PrintRemoverPlugin</a></td> 69 <td><a href="#PrintRemoverPlugin.__init__">PrintRemoverPlugin</a></td>
70 <td>Constructor</td> 70 <td>Constructor</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#PrintRemoverPlugin.__editorClosed">__editorClosed</a></td>
73 <td>Private slot called, when an editor was closed.</td>
74 </tr><tr>
75 <td><a href="#PrintRemoverPlugin.__editorOpened">__editorOpened</a></td>
76 <td>Private slot called, when a new editor was opened.</td>
77 </tr><tr>
72 <td><a href="#PrintRemoverPlugin.__loadTranslator">__loadTranslator</a></td> 78 <td><a href="#PrintRemoverPlugin.__loadTranslator">__loadTranslator</a></td>
73 <td>Private method to load the translation file.</td> 79 <td>Private method to load the translation file.</td>
74 </tr><tr> 80 </tr><tr>
75 <td><a href="#PrintRemoverPlugin.__populateMenu">__populateMenu</a></td> 81 <td><a href="#PrintRemoverPlugin.__populateMenu">__populateMenu</a></td>
76 <td>Private slot to populate the tools menu with our entries.</td> 82 <td>Private slot to populate the tools menu with our entries.</td>
102 Constructor 108 Constructor
103 </p><dl> 109 </p><dl>
104 <dt><i>ui</i></dt> 110 <dt><i>ui</i></dt>
105 <dd> 111 <dd>
106 reference to the user interface object (UI.UserInterface) 112 reference to the user interface object (UI.UserInterface)
113 </dd>
114 </dl><a NAME="PrintRemoverPlugin.__editorClosed" ID="PrintRemoverPlugin.__editorClosed"></a>
115 <h4>PrintRemoverPlugin.__editorClosed</h4>
116 <b>__editorClosed</b>(<i>editor</i>)
117 <p>
118 Private slot called, when an editor was closed.
119 </p><dl>
120 <dt><i>editor</i></dt>
121 <dd>
122 reference to the editor (QScintilla.Editor)
123 </dd>
124 </dl><a NAME="PrintRemoverPlugin.__editorOpened" ID="PrintRemoverPlugin.__editorOpened"></a>
125 <h4>PrintRemoverPlugin.__editorOpened</h4>
126 <b>__editorOpened</b>(<i>editor</i>)
127 <p>
128 Private slot called, when a new editor was opened.
129 </p><dl>
130 <dt><i>editor</i></dt>
131 <dd>
132 reference to the new editor (QScintilla.Editor)
107 </dd> 133 </dd>
108 </dl><a NAME="PrintRemoverPlugin.__loadTranslator" ID="PrintRemoverPlugin.__loadTranslator"></a> 134 </dl><a NAME="PrintRemoverPlugin.__loadTranslator" ID="PrintRemoverPlugin.__loadTranslator"></a>
109 <h4>PrintRemoverPlugin.__loadTranslator</h4> 135 <h4>PrintRemoverPlugin.__loadTranslator</h4>
110 <b>__loadTranslator</b>(<i></i>) 136 <b>__loadTranslator</b>(<i></i>)
111 <p> 137 <p>

eric ide

mercurial