Module implementing a dialog to display profile data.
ProfileListViewItem | Class implementing a custom QListViewItem to allow sorting on numeric values. |
PyProfileDialog | Class implementing a dialog to display the results of a syntax check run. |
None |
Class implementing a custom QListViewItem to allow sorting on numeric values.
ProfileListViewItem | Constructor |
compare | Public method used by QListView to compare the items. |
getNC | Private method to get the value to compare on for the first column. |
Constructor
Public method used by QListView to compare the items.
Private method to get the value to compare on for the first column.
Class implementing a dialog to display the results of a syntax check run.
PyProfileDialog | Constructor |
buttonPressed | Private slot connected to the button clicked signal. |
finish | Private slot called when the action finished or the user pressed the button. |
handleContextMenu | Private slot to show the context menu of the listviews. |
handleEraseAll | Private slot to handle the Erase All context menu action. |
handleEraseProfile | Private slot to handle the Erase Profile context menu action. |
handleEraseTiming | Private slot to handle the Erase Timing context menu action. |
handleFilter | Private slot to handle the Exclude/Include Python Library context menu action. |
populateListViews | Private method used to populate the listviews. |
start | Public slot to start the calculation of the profile data. |
unfinish | Private slot called to revert the effects of the finish slot. |
Constructor
Private slot connected to the button clicked signal.
Private slot called when the action finished or the user pressed the button.
Private slot to show the context menu of the listviews.
Private slot to handle the Erase All context menu action.
Private slot to handle the Erase Profile context menu action.
Private slot to handle the Erase Timing context menu action.
Private slot to handle the Exclude/Include Python Library context menu action.
Private method used to populate the listviews.
Public slot to start the calculation of the profile data.
Private slot called to revert the effects of the finish slot.