Documentation/Source/eric6.Project.DebuggerPropertiesDialog.html

changeset 5525
1771a7f9065c
parent 4602
48cc4820e2c2
child 5559
072d97551334
equal deleted inserted replaced
5524:b96b6e7cd8a4 5525:1771a7f9065c
59 <table> 59 <table>
60 <tr> 60 <tr>
61 <td><a href="#DebuggerPropertiesDialog.__init__">DebuggerPropertiesDialog</a></td> 61 <td><a href="#DebuggerPropertiesDialog.__init__">DebuggerPropertiesDialog</a></td>
62 <td>Constructor</td> 62 <td>Constructor</td>
63 </tr><tr> 63 </tr><tr>
64 <td><a href="#DebuggerPropertiesDialog.__clearHistory">__clearHistory</a></td>
65 <td>Private method to clear a path picker history</td>
66 </tr><tr>
67 <td><a href="#DebuggerPropertiesDialog.__saveHistories">__saveHistories</a></td>
68 <td>Private method to save the path picker histories.</td>
69 </tr><tr>
70 <td><a href="#DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked">on_debugClientClearHistoryButton_clicked</a></td>
71 <td>Private slot to clear the debug clients history.</td>
72 </tr><tr>
64 <td><a href="#DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog">on_debugClientPicker_aboutToShowPathPickerDialog</a></td> 73 <td><a href="#DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog">on_debugClientPicker_aboutToShowPathPickerDialog</a></td>
65 <td>Private slot to perform actions before the debug client selection dialog is shown.</td> 74 <td>Private slot to perform actions before the debug client selection dialog is shown.</td>
75 </tr><tr>
76 <td><a href="#DebuggerPropertiesDialog.on_interpreterClearHistoryButton_clicked">on_interpreterClearHistoryButton_clicked</a></td>
77 <td>Private slot to clear the interpreter history.</td>
66 </tr><tr> 78 </tr><tr>
67 <td><a href="#DebuggerPropertiesDialog.storeData">storeData</a></td> 79 <td><a href="#DebuggerPropertiesDialog.storeData">storeData</a></td>
68 <td>Public method to store the entered/modified data.</td> 80 <td>Public method to store the entered/modified data.</td>
69 </tr> 81 </tr>
70 </table> 82 </table>
86 parent widget of this dialog (QWidget) 98 parent widget of this dialog (QWidget)
87 </dd><dt><i>name</i></dt> 99 </dd><dt><i>name</i></dt>
88 <dd> 100 <dd>
89 name of this dialog (string) 101 name of this dialog (string)
90 </dd> 102 </dd>
91 </dl><a NAME="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog" ID="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog"></a> 103 </dl><a NAME="DebuggerPropertiesDialog.__clearHistory" ID="DebuggerPropertiesDialog.__clearHistory"></a>
104 <h4>DebuggerPropertiesDialog.__clearHistory</h4>
105 <b>__clearHistory</b>(<i>picker</i>)
106 <p>
107 Private method to clear a path picker history
108 </p><a NAME="DebuggerPropertiesDialog.__saveHistories" ID="DebuggerPropertiesDialog.__saveHistories"></a>
109 <h4>DebuggerPropertiesDialog.__saveHistories</h4>
110 <b>__saveHistories</b>(<i></i>)
111 <p>
112 Private method to save the path picker histories.
113 </p><a NAME="DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked" ID="DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked"></a>
114 <h4>DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked</h4>
115 <b>on_debugClientClearHistoryButton_clicked</b>(<i></i>)
116 <p>
117 Private slot to clear the debug clients history.
118 </p><a NAME="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog" ID="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog"></a>
92 <h4>DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog</h4> 119 <h4>DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog</h4>
93 <b>on_debugClientPicker_aboutToShowPathPickerDialog</b>(<i></i>) 120 <b>on_debugClientPicker_aboutToShowPathPickerDialog</b>(<i></i>)
94 <p> 121 <p>
95 Private slot to perform actions before the debug client selection 122 Private slot to perform actions before the debug client selection
96 dialog is shown. 123 dialog is shown.
124 </p><a NAME="DebuggerPropertiesDialog.on_interpreterClearHistoryButton_clicked" ID="DebuggerPropertiesDialog.on_interpreterClearHistoryButton_clicked"></a>
125 <h4>DebuggerPropertiesDialog.on_interpreterClearHistoryButton_clicked</h4>
126 <b>on_interpreterClearHistoryButton_clicked</b>(<i></i>)
127 <p>
128 Private slot to clear the interpreter history.
97 </p><a NAME="DebuggerPropertiesDialog.storeData" ID="DebuggerPropertiesDialog.storeData"></a> 129 </p><a NAME="DebuggerPropertiesDialog.storeData" ID="DebuggerPropertiesDialog.storeData"></a>
98 <h4>DebuggerPropertiesDialog.storeData</h4> 130 <h4>DebuggerPropertiesDialog.storeData</h4>
99 <b>storeData</b>(<i></i>) 131 <b>storeData</b>(<i></i>)
100 <p> 132 <p>
101 Public method to store the entered/modified data. 133 Public method to store the entered/modified data.

eric ide

mercurial