Package implementing various modules for source code checks.
| Checkers | Class implementing the high level interface. |
| None |
Class implementing the high level interface.
| Checkers | Constructor |
| __showMenu | Private slot to handle the aboutToShow signal of the menu. |
| closeAllWindows | Public method to close all windows. |
| getActions | Public method to get a list of all actions. |
| initActions | Public method to initialize the Checkers actions. |
| initMenu | Public method called to build the Checkers submenu. |
| pyLint | Public method used to perform a PyLint run. |
| syntaxCheck | Public slot used to check the project files for bad syntax. |
| tabnanny | Public slot used to check the project files for bad indentations. |
Constructor
Private slot to handle the aboutToShow signal of the menu.
Public method to close all windows.
Public method to get a list of all actions.
Public method to initialize the Checkers actions.
Public method called to build the Checkers submenu.
Public method used to perform a PyLint run.
Public slot used to check the project files for bad syntax.
Public slot used to check the project files for bad indentations.