Module implementing a dialog to show the results of the PEP 8 check.
None |
Pep8Dialog | Class implementing a dialog to show the results of the PEP 8 check. |
None |
Class implementing a dialog to show the results of the PEP 8 check.
filenameRole |
lineRole |
messageRole |
positionRole |
settingsKey |
None |
Pep8Dialog | Constructor |
__clearErrors | Private method to clear all warning markers of open editors. |
__createResultItem | Private method to create an entry in the result list. |
__finish | Private slot called when the PEP 8 check finished or the user pressed the cancel button. |
__resetStatistics | Private slot to reset the statistics data. |
__resort | Private method to resort the tree. |
__updateStatistics | Private method to update the collected statistics. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_excludeMessagesSelectButton_clicked | Private slot to select the message codes to be excluded via a selection dialog. |
on_fixIssuesSelectButton_clicked | Private slot to select the issue codes to be fixed via a selection dialog. |
on_includeMessagesSelectButton_clicked | Private slot to select the message codes to be included via a selection dialog. |
on_loadDefaultButton_clicked | Private slot to load the default configuration values. |
on_resultList_itemActivated | Private slot to handle the activation of an item. |
on_showButton_clicked | Private slot to handle the "Show" button press. |
on_startButton_clicked | Private slot to start a PEP 8 check run. |
on_statisticsButton_clicked | Private slot to show the statistics dialog. |
on_storeDefaultButton_clicked | Private slot to store the current configuration values as default values. |
prepare | Public method to prepare the dialog with a list of filenames. |
start | Public slot to start the PEP 8 check. |
None |
Constructor
Private method to clear all warning markers of open editors.
Private method to create an entry in the result list.
Private slot called when the PEP 8 check finished or the user pressed the cancel button.
Private slot to reset the statistics data.
Private method to resort the tree.
Private method to update the collected statistics.
Private slot called by a button of the button box clicked.
Private slot to select the message codes to be excluded via a selection dialog.
Private slot to select the issue codes to be fixed via a selection dialog.
Private slot to select the message codes to be included via a selection dialog.
Private slot to load the default configuration values.
Private slot to handle the activation of an item.
Private slot to handle the "Show" button press.
Private slot to start a PEP 8 check run.
Private slot to show the statistics dialog.
Private slot to store the current configuration values as default values.
Public method to prepare the dialog with a list of filenames.
Public slot to start the PEP 8 check.