Module implementing a dialog to show the results of the code style check.
None |
CodeStyleCheckerDialog | Class implementing a dialog to show the results of the code style check. |
CodeStyleCheckerReport | Class implementing a special report to be used with our dialog. |
None |
Class implementing a dialog to show the results of the code style check.
codeRole |
filenameRole |
fixableRole |
lineRole |
messageRole |
positionRole |
None |
CodeStyleCheckerDialog | Constructor |
__clearErrors | Private method to clear all warning markers of open editors to be checked. |
__createResultItem | Private method to create an entry in the result list. |
__finish | Private slot called when the code style check finished or the user pressed the cancel button. |
__getSelectedFixableItems | Private method to extract all selected items for fixable issues. |
__itemFixable | Private method to check, if an item has a fixable issue. |
__modifyFixedResultItem | Private method to modify a result list entry to show its positive fixed state. |
__resetStatistics | Private slot to reset the statistics data. |
__resort | Private method to resort the tree. |
__selectCodes | Private method to select message codes via a selection dialog. |
__updateFixerStatistics | Private method to update the collected fixer related statistics. |
__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_fixButton_clicked | Private slot to fix selected issues. |
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_noFixIssuesSelectButton_clicked | Private slot to select the issue codes not to be fixed via a selection dialog. |
on_resetDefaultButton_clicked | Private slot to reset the configuration values to their default values. |
on_resultList_itemActivated | Private slot to handle the activation of an item. |
on_resultList_itemSelectionChanged | Private slot to change the dialog state depending on the selection. |
on_showButton_clicked | Private slot to handle the "Show" button press. |
on_startButton_clicked | Private slot to start a code style 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 code style check. |
None |
Constructor
Private method to clear all warning markers of open editors to be checked.
Private method to create an entry in the result list.
Private slot called when the code style check finished or the user pressed the cancel button.
Private method to extract all selected items for fixable issues.
Private method to check, if an item has a fixable issue.
Private method to modify a result list entry to show its positive fixed state.
Private slot to reset the statistics data.
Private method to resort the tree.
Private method to select message codes via a selection dialog.
Private method to update the collected fixer related statistics.
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 fix selected issues.
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 select the issue codes not to be fixed via a selection dialog.
Private slot to reset the configuration values to their default values.
Private slot to handle the activation of an item.
Private slot to change the dialog state depending on the selection.
Private slot to handle the "Show" button press.
Private slot to start a code style 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 code style check.
Class implementing a special report to be used with our dialog.
None |
None |
CodeStyleCheckerReport | Constructor |
error_args | Public method to collect the error messages. |
None |
Constructor
Public method to collect the error messages.