58 <table> |
58 <table> |
59 <tr> |
59 <tr> |
60 <td><a href="#PySide2PyQtPlugin.__init__">PySide2PyQtPlugin</a></td> |
60 <td><a href="#PySide2PyQtPlugin.__init__">PySide2PyQtPlugin</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
|
63 <td><a href="#PySide2PyQtPlugin.__editorClosed">__editorClosed</a></td> |
|
64 <td>Private slot called, when an editor was closed.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#PySide2PyQtPlugin.__editorOpened">__editorOpened</a></td> |
|
67 <td>Private slot called, when a new editor was opened.</td> |
|
68 </tr><tr> |
63 <td><a href="#PySide2PyQtPlugin.__loadTranslator">__loadTranslator</a></td> |
69 <td><a href="#PySide2PyQtPlugin.__loadTranslator">__loadTranslator</a></td> |
64 <td>Private method to load the translation file.</td> |
70 <td>Private method to load the translation file.</td> |
65 </tr><tr> |
71 </tr><tr> |
66 <td><a href="#PySide2PyQtPlugin.__populateMenu">__populateMenu</a></td> |
72 <td><a href="#PySide2PyQtPlugin.__populateMenu">__populateMenu</a></td> |
67 <td>Private slot to populate the tools menu with our entries.</td> |
73 <td>Private slot to populate the tools menu with our entries.</td> |
90 Constructor |
96 Constructor |
91 </p><dl> |
97 </p><dl> |
92 <dt><i>ui</i></dt> |
98 <dt><i>ui</i></dt> |
93 <dd> |
99 <dd> |
94 reference to the user interface object (UI.UserInterface) |
100 reference to the user interface object (UI.UserInterface) |
|
101 </dd> |
|
102 </dl><a NAME="PySide2PyQtPlugin.__editorClosed" ID="PySide2PyQtPlugin.__editorClosed"></a> |
|
103 <h4>PySide2PyQtPlugin.__editorClosed</h4> |
|
104 <b>__editorClosed</b>(<i>editor</i>) |
|
105 <p> |
|
106 Private slot called, when an editor was closed. |
|
107 </p><dl> |
|
108 <dt><i>editor</i></dt> |
|
109 <dd> |
|
110 reference to the editor (QScintilla.Editor) |
|
111 </dd> |
|
112 </dl><a NAME="PySide2PyQtPlugin.__editorOpened" ID="PySide2PyQtPlugin.__editorOpened"></a> |
|
113 <h4>PySide2PyQtPlugin.__editorOpened</h4> |
|
114 <b>__editorOpened</b>(<i>editor</i>) |
|
115 <p> |
|
116 Private slot called, when a new editor was opened. |
|
117 </p><dl> |
|
118 <dt><i>editor</i></dt> |
|
119 <dd> |
|
120 reference to the new editor (QScintilla.Editor) |
95 </dd> |
121 </dd> |
96 </dl><a NAME="PySide2PyQtPlugin.__loadTranslator" ID="PySide2PyQtPlugin.__loadTranslator"></a> |
122 </dl><a NAME="PySide2PyQtPlugin.__loadTranslator" ID="PySide2PyQtPlugin.__loadTranslator"></a> |
97 <h4>PySide2PyQtPlugin.__loadTranslator</h4> |
123 <h4>PySide2PyQtPlugin.__loadTranslator</h4> |
98 <b>__loadTranslator</b>(<i></i>) |
124 <b>__loadTranslator</b>(<i></i>) |
99 <p> |
125 <p> |