Module implementing a dialog to show the output of the tabnanny command process.
None |
TabnannyDialog | Class implementing a dialog to show the results of the tabnanny check run. |
None |
Class implementing a dialog to show the results of the tabnanny check run.
filenameRole |
None |
TabnannyDialog | Constructor |
__batchFinished | Private slot handling the completion of a batch job. |
__createErrorItem | Private slot to create a new error item in the result list. |
__createResultItem | Private method to create an entry in the result list. |
__finish | Private slot called when the action or the user pressed the button. |
__processError | Private slot to process an error indication from the service. |
__processResult | Private slot called after perfoming a style check on one file. |
__resort | Private method to resort the tree. |
check | Public method to start an indentation check for one file. |
checkBatch | Public method to start an indentation check batch job. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_resultList_itemActivated | Private slot to handle the activation of an item. |
on_startButton_clicked | Private slot to start a code metrics run. |
prepare | Public method to prepare the dialog with a list of filenames. |
start | Public slot to start the tabnanny check. |
None |
Constructor
Private slot handling the completion of a batch job.
Private slot to create a new error item in the result list.
Private method to create an entry in the result list.
Private slot called when the action or the user pressed the button.
Private slot to process an error indication from the service.
Private slot called after perfoming a style check on one file.
Private method to resort the tree.
Public method to start an indentation check for one file.
The results are reported to the __processResult slot.
Public method to start an indentation check batch job.
The results are reported to the __processResult slot.
Private slot called by a button of the button box clicked.
Private slot to handle the activation of an item.
Private slot to start a code metrics run.
Public method to prepare the dialog with a list of filenames.
Public slot to start the tabnanny check.