Module implementing the refactoring interface to brm.
Refactoring | Class implementing the refactoring interface to brm. |
SilentLogger | Class implementing a logger that doesn't log anything. |
None |
Class implementing the refactoring interface to brm.
Refactoring | Constructor |
__confirmAllBuffersSaved | Private method to check, if any editor has unsaved changes. |
__confirmBufferIsSaved | Private method to check, if an editor has unsaved changes. |
__extractLocalVariable | Private slot to handle the Extract Local Variable action. |
__extractMethod | Private slot to handle the Extract Method action. |
__initialize | Private slot to handle the Reset action. |
__inlineLocalVariable | Private slot to handle the Inline Local Variable action. |
__moveClass | Private slot to handle the Move Class action. |
__moveFunction | Private slot to handle the Move Function action. |
__refreshEditors | Private method to refresh modified editors. |
__rename | Private slot to handle the Rename action. |
__renameMethodPromptCallback | Private slot called by the refactoring machine to ask the user for confirmation. |
__reset | Private slot to handle the Reset action. |
__showOutput | Private method to switch to the relevant output tab. |
__undo | Private slot to handle the Undo action. |
__unhandledException | Private method handling not specifically handled exceptions. |
getActions | Public method to get a list of all actions. |
handlePreferencesChanged | Public slot called when the preferences have been changed. |
handleProjectClosed | Public slot to handle the projectClosed signal. |
handleProjectOpened | Public slot to handle the projectOpened signal. |
initActions | Public method to define the refactoring actions. |
initMenu | Public slot to initialize the refactoring menu. |
queryDefinition | Public slot to handle the Query Definition action |
queryReferences | Public slot to handle the Query References action. |
Constructor
Private method to check, if any editor has unsaved changes.
Private method to check, if an editor has unsaved changes.
Private slot to handle the Extract Local Variable action.
Private slot to handle the Extract Method action.
Private slot to handle the Reset action.
Private slot to handle the Inline Local Variable action.
Private slot to handle the Move Class action.
Private slot to handle the Move Function action.
Private method to refresh modified editors.
Private slot to handle the Rename action.
Private slot called by the refactoring machine to ask the user for confirmation.
Private slot to handle the Reset action.
Private method to switch to the relevant output tab.
Private slot to handle the Undo action.
Private method handling not specifically handled exceptions.
Public method to get a list of all actions.
Public slot called when the preferences have been changed.
Public slot to handle the projectClosed signal.
Public slot to handle the projectOpened signal.
Public method to define the refactoring actions.
Public slot to initialize the refactoring menu.
Public slot to handle the Query Definition action
Public slot to handle the Query References action.
Class implementing a logger that doesn't log anything.
write | Public method to write the arguments. |
Public method to write the arguments.