123 <tr> |
123 <tr> |
124 <td><a href="#MiniEditor.__createActions">__createActions</a></td> |
124 <td><a href="#MiniEditor.__createActions">__createActions</a></td> |
125 <td>Private method to create the actions.</td> |
125 <td>Private method to create the actions.</td> |
126 </tr> |
126 </tr> |
127 <tr> |
127 <tr> |
|
128 <td><a href="#MiniEditor.__createConfigActions">__createConfigActions</a></td> |
|
129 <td>Private method to create the Settings actions.</td> |
|
130 </tr> |
|
131 <tr> |
128 <td><a href="#MiniEditor.__createEditActions">__createEditActions</a></td> |
132 <td><a href="#MiniEditor.__createEditActions">__createEditActions</a></td> |
129 <td>Private method to create the Edit actions.</td> |
133 <td>Private method to create the Edit actions.</td> |
130 </tr> |
134 </tr> |
131 <tr> |
135 <tr> |
132 <td><a href="#MiniEditor.__createFileActions">__createFileActions</a></td> |
136 <td><a href="#MiniEditor.__createFileActions">__createFileActions</a></td> |
199 <tr> |
203 <tr> |
200 <td><a href="#MiniEditor.__languageMenuTriggered">__languageMenuTriggered</a></td> |
204 <td><a href="#MiniEditor.__languageMenuTriggered">__languageMenuTriggered</a></td> |
201 <td>Private method to handle the selection of a lexer language.</td> |
205 <td>Private method to handle the selection of a lexer language.</td> |
202 </tr> |
206 </tr> |
203 <tr> |
207 <tr> |
|
208 <td><a href="#MiniEditor.__loadConfiguration">__loadConfiguration</a></td> |
|
209 <td>Private slot to load the configuration.</td> |
|
210 </tr> |
|
211 <tr> |
204 <td><a href="#MiniEditor.__loadEditorConfig">__loadEditorConfig</a></td> |
212 <td><a href="#MiniEditor.__loadEditorConfig">__loadEditorConfig</a></td> |
205 <td>Private method to load the EditorConfig properties.</td> |
213 <td>Private method to load the EditorConfig properties.</td> |
206 </tr> |
214 </tr> |
207 <tr> |
215 <tr> |
208 <td><a href="#MiniEditor.__loadEditorConfigObject">__loadEditorConfigObject</a></td> |
216 <td><a href="#MiniEditor.__loadEditorConfigObject">__loadEditorConfigObject</a></td> |
231 <tr> |
239 <tr> |
232 <td><a href="#MiniEditor.__open">__open</a></td> |
240 <td><a href="#MiniEditor.__open">__open</a></td> |
233 <td>Private slot to open a file.</td> |
241 <td>Private slot to open a file.</td> |
234 </tr> |
242 </tr> |
235 <tr> |
243 <tr> |
|
244 <td><a href="#MiniEditor.__preferencesChanged">__preferencesChanged</a></td> |
|
245 <td>Private slot to handle a configuration change.</td> |
|
246 </tr> |
|
247 <tr> |
236 <td><a href="#MiniEditor.__printFile">__printFile</a></td> |
248 <td><a href="#MiniEditor.__printFile">__printFile</a></td> |
237 <td>Private slot to print the text.</td> |
249 <td>Private slot to print the text.</td> |
238 </tr> |
250 </tr> |
239 <tr> |
251 <tr> |
240 <td><a href="#MiniEditor.__printPreview">__printPreview</a></td> |
252 <td><a href="#MiniEditor.__printPreview">__printPreview</a></td> |
337 <td>Private slot handling the aboutToShow signal of the languages context menu.</td> |
349 <td>Private slot handling the aboutToShow signal of the languages context menu.</td> |
338 </tr> |
350 </tr> |
339 <tr> |
351 <tr> |
340 <td><a href="#MiniEditor.__showLanguagesMenu">__showLanguagesMenu</a></td> |
352 <td><a href="#MiniEditor.__showLanguagesMenu">__showLanguagesMenu</a></td> |
341 <td>Private slot to show the Languages menu of the status bar.</td> |
353 <td>Private slot to show the Languages menu of the status bar.</td> |
|
354 </tr> |
|
355 <tr> |
|
356 <td><a href="#MiniEditor.__showPreferences">__showPreferences</a></td> |
|
357 <td>Private slot to set the preferences.</td> |
342 </tr> |
358 </tr> |
343 <tr> |
359 <tr> |
344 <td><a href="#MiniEditor.__strippedName">__strippedName</a></td> |
360 <td><a href="#MiniEditor.__strippedName">__strippedName</a></td> |
345 <td>Private method to return the filename part of the given path.</td> |
361 <td>Private method to return the filename part of the given path.</td> |
346 </tr> |
362 </tr> |
575 <h4>MiniEditor.__createActions</h4> |
591 <h4>MiniEditor.__createActions</h4> |
576 <b>__createActions</b>(<i></i>) |
592 <b>__createActions</b>(<i></i>) |
577 |
593 |
578 <p> |
594 <p> |
579 Private method to create the actions. |
595 Private method to create the actions. |
|
596 </p> |
|
597 <a NAME="MiniEditor.__createConfigActions" ID="MiniEditor.__createConfigActions"></a> |
|
598 <h4>MiniEditor.__createConfigActions</h4> |
|
599 <b>__createConfigActions</b>(<i></i>) |
|
600 |
|
601 <p> |
|
602 Private method to create the Settings actions. |
580 </p> |
603 </p> |
581 <a NAME="MiniEditor.__createEditActions" ID="MiniEditor.__createEditActions"></a> |
604 <a NAME="MiniEditor.__createEditActions" ID="MiniEditor.__createEditActions"></a> |
582 <h4>MiniEditor.__createEditActions</h4> |
605 <h4>MiniEditor.__createEditActions</h4> |
583 <b>__createEditActions</b>(<i></i>) |
606 <b>__createEditActions</b>(<i></i>) |
584 |
607 |
817 <dt><i>act</i></dt> |
840 <dt><i>act</i></dt> |
818 <dd> |
841 <dd> |
819 reference to the action that was triggered (QAction) |
842 reference to the action that was triggered (QAction) |
820 </dd> |
843 </dd> |
821 </dl> |
844 </dl> |
|
845 <a NAME="MiniEditor.__loadConfiguration" ID="MiniEditor.__loadConfiguration"></a> |
|
846 <h4>MiniEditor.__loadConfiguration</h4> |
|
847 <b>__loadConfiguration</b>(<i></i>) |
|
848 |
|
849 <p> |
|
850 Private slot to load the configuration. |
|
851 </p> |
822 <a NAME="MiniEditor.__loadEditorConfig" ID="MiniEditor.__loadEditorConfig"></a> |
852 <a NAME="MiniEditor.__loadEditorConfig" ID="MiniEditor.__loadEditorConfig"></a> |
823 <h4>MiniEditor.__loadEditorConfig</h4> |
853 <h4>MiniEditor.__loadEditorConfig</h4> |
824 <b>__loadEditorConfig</b>(<i>fileName=""</i>) |
854 <b>__loadEditorConfig</b>(<i>fileName=""</i>) |
825 |
855 |
826 <p> |
856 <p> |
924 <b>__open</b>(<i></i>) |
954 <b>__open</b>(<i></i>) |
925 |
955 |
926 <p> |
956 <p> |
927 Private slot to open a file. |
957 Private slot to open a file. |
928 </p> |
958 </p> |
|
959 <a NAME="MiniEditor.__preferencesChanged" ID="MiniEditor.__preferencesChanged"></a> |
|
960 <h4>MiniEditor.__preferencesChanged</h4> |
|
961 <b>__preferencesChanged</b>(<i></i>) |
|
962 |
|
963 <p> |
|
964 Private slot to handle a configuration change. |
|
965 </p> |
929 <a NAME="MiniEditor.__printFile" ID="MiniEditor.__printFile"></a> |
966 <a NAME="MiniEditor.__printFile" ID="MiniEditor.__printFile"></a> |
930 <h4>MiniEditor.__printFile</h4> |
967 <h4>MiniEditor.__printFile</h4> |
931 <b>__printFile</b>(<i></i>) |
968 <b>__printFile</b>(<i></i>) |
932 |
969 |
933 <p> |
970 <p> |
1216 <dt><i>pos</i></dt> |
1253 <dt><i>pos</i></dt> |
1217 <dd> |
1254 <dd> |
1218 position the menu should be shown at (QPoint) |
1255 position the menu should be shown at (QPoint) |
1219 </dd> |
1256 </dd> |
1220 </dl> |
1257 </dl> |
|
1258 <a NAME="MiniEditor.__showPreferences" ID="MiniEditor.__showPreferences"></a> |
|
1259 <h4>MiniEditor.__showPreferences</h4> |
|
1260 <b>__showPreferences</b>(<i></i>) |
|
1261 |
|
1262 <p> |
|
1263 Private slot to set the preferences. |
|
1264 </p> |
1221 <a NAME="MiniEditor.__strippedName" ID="MiniEditor.__strippedName"></a> |
1265 <a NAME="MiniEditor.__strippedName" ID="MiniEditor.__strippedName"></a> |
1222 <h4>MiniEditor.__strippedName</h4> |
1266 <h4>MiniEditor.__strippedName</h4> |
1223 <b>__strippedName</b>(<i>fullFileName</i>) |
1267 <b>__strippedName</b>(<i>fullFileName</i>) |
1224 |
1268 |
1225 <p> |
1269 <p> |