Module implementing the Bicycle Repair Man refactoring plugin.
| RefactoringBRMPlugin | Class implementing the Bicycle Repair Man refactoring plugin. |
| createConfigurationPage | Module function to create the configuration page. |
| getConfigData | Module function returning data as required by the configuration dialog. |
| prepareUninstall | Module function to prepare for an uninstallation. |
Class implementing the Bicycle Repair Man refactoring plugin.
| RefactoringBRMPlugin | Constructor |
| __editorClosed | Private slot called, when an editor was closed. |
| __editorOpened | Private slot called, when a new editor was opened. |
| __editorShowMenu | Private slot called, when the the editor context menu or a submenu is about to be shown. |
| __initEditorMenu | Private method used to setup the editor context menu. |
| __initialize | Private slot to (re)initialize the plugin. |
| __lastEditorClosed | Private slot to handle the lastEditorClosed signal. |
| __loadTranslator | Private method to load the translation file. |
| activate | Public method to activate this plugin. |
| deactivate | Public method to deactivate this plugin. |
| getPreferences | Public method to retrieve the various refactoring settings. |
| prepareUninstall | Public method to prepare for an uninstallation. |
| setPreferences | Public method to store the various refactoring settings. |
Constructor
Private slot called, when an editor was closed.
Private slot called, when a new editor was opened.
Private slot called, when the the editor context menu or a submenu is about to be shown.
Private method used to setup the editor context menu.
Private slot to (re)initialize the plugin.
Private slot to handle the lastEditorClosed signal.
Private method to load the translation file.
Public method to activate this plugin.
Public method to deactivate this plugin.
Public method to retrieve the various refactoring settings.
Public method to prepare for an uninstallation.
Public method to store the various refactoring settings.
Module function to create the configuration page.
Module function returning data as required by the configuration dialog.
Module function to prepare for an uninstallation.