Module implementing the Start Program dialog.
None |
StartDialog | Class implementing the Start Program dialog. |
None |
Class implementing the Start Program dialog.
It implements a dialog that is used to start an application for debugging. It asks the user to enter the commandline parameters, the working directory and whether exception reporting should be disabled.
None |
None |
StartDialog | Constructor |
__clearHistories | Private slot to clear the combo boxes lists and record a flag to clear the lists. |
__editHistory | Private slot to edit a history list. |
clearHistories | Public method to test, if histories shall be cleared. |
getCoverageData | Public method to retrieve the coverage related data entered into this dialog. |
getData | Public method to retrieve the data entered into this dialog. |
getDebugData | Public method to retrieve the debug related data entered into this dialog. |
getHistories | Public method to get the lists of histories. |
getProfilingData | Public method to retrieve the profiling related data entered into this dialog. |
getRunData | Public method to retrieve the debug related data entered into this dialog. |
historiesModified | Public method to test for modified histories. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_modFuncCombo_editTextChanged | Private slot to enable/disable the OK button. |
None |
Constructor
Private slot to clear the combo boxes lists and record a flag to clear the lists.
Private slot to edit a history list.
Public method to test, if histories shall be cleared.
Public method to retrieve the coverage related data entered into this dialog.
Public method to retrieve the data entered into this dialog.
Public method to retrieve the debug related data entered into this dialog.
Public method to get the lists of histories.
Public method to retrieve the profiling related data entered into this dialog.
Public method to retrieve the debug related data entered into this dialog.
Public method to test for modified histories.
Private slot called by a button of the button box clicked.
Private slot to enable/disable the OK button.