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.
None |
None |
TabnannyDialog | Constructor |
__createResultItem | Private method to create an entry in the result list. |
__finish | Private slot called when the action or the user pressed the button. |
__processResult | Private slot called after perfoming a style check on one file. |
__resort | Private method to resort the tree. |
check | Public method to start a style check for one file. |
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 method to create an entry in the result list.
Private slot called when the action or the user pressed the button.
Private slot called after perfoming a style check on one file.
Private method to resort the tree.
Public method to start a style check for one file.
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.