64 <td>Private slot called, when an editor was closed.</td> |
64 <td>Private slot called, when an editor was closed.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#PySide2PyQtPlugin.__editorOpened">__editorOpened</a></td> |
66 <td><a href="#PySide2PyQtPlugin.__editorOpened">__editorOpened</a></td> |
67 <td>Private slot called, when a new editor was opened.</td> |
67 <td>Private slot called, when a new editor was opened.</td> |
68 </tr><tr> |
68 </tr><tr> |
|
69 <td><a href="#PySide2PyQtPlugin.__editorShowMenu">__editorShowMenu</a></td> |
|
70 <td>Private slot called, when the the editor context menu or a submenu is about to be shown.</td> |
|
71 </tr><tr> |
69 <td><a href="#PySide2PyQtPlugin.__initMenu">__initMenu</a></td> |
72 <td><a href="#PySide2PyQtPlugin.__initMenu">__initMenu</a></td> |
70 <td>Private method to initialize the menu.</td> |
73 <td>Private method to initialize the menu.</td> |
71 </tr><tr> |
74 </tr><tr> |
72 <td><a href="#PySide2PyQtPlugin.__loadTranslator">__loadTranslator</a></td> |
75 <td><a href="#PySide2PyQtPlugin.__loadTranslator">__loadTranslator</a></td> |
73 <td>Private method to load the translation file.</td> |
76 <td>Private method to load the translation file.</td> |
120 </p><dl> |
123 </p><dl> |
121 <dt><i>editor</i></dt> |
124 <dt><i>editor</i></dt> |
122 <dd> |
125 <dd> |
123 reference to the new editor (QScintilla.Editor) |
126 reference to the new editor (QScintilla.Editor) |
124 </dd> |
127 </dd> |
|
128 </dl><a NAME="PySide2PyQtPlugin.__editorShowMenu" ID="PySide2PyQtPlugin.__editorShowMenu"></a> |
|
129 <h4>PySide2PyQtPlugin.__editorShowMenu</h4> |
|
130 <b>__editorShowMenu</b>(<i>menuName, menu, editor</i>) |
|
131 <p> |
|
132 Private slot called, when the the editor context menu or a submenu is |
|
133 about to be shown. |
|
134 </p><dl> |
|
135 <dt><i>menuName</i></dt> |
|
136 <dd> |
|
137 name of the menu to be shown (string) |
|
138 </dd><dt><i>menu</i></dt> |
|
139 <dd> |
|
140 reference to the menu (QMenu) |
|
141 </dd><dt><i>editor</i></dt> |
|
142 <dd> |
|
143 reference to the editor |
|
144 </dd> |
125 </dl><a NAME="PySide2PyQtPlugin.__initMenu" ID="PySide2PyQtPlugin.__initMenu"></a> |
145 </dl><a NAME="PySide2PyQtPlugin.__initMenu" ID="PySide2PyQtPlugin.__initMenu"></a> |
126 <h4>PySide2PyQtPlugin.__initMenu</h4> |
146 <h4>PySide2PyQtPlugin.__initMenu</h4> |
127 <b>__initMenu</b>(<i></i>) |
147 <b>__initMenu</b>(<i></i>) |
128 <p> |
148 <p> |
129 Private method to initialize the menu. |
149 Private method to initialize the menu. |