eric6/Documentation/Source/eric6.Project.DebuggerPropertiesDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Project.DebuggerPropertiesDialog</h1> 23 <h1>eric6.Project.DebuggerPropertiesDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog for entering project specific debugger settings. 26 Module implementing a dialog for entering project specific debugger settings.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#DebuggerPropertiesDialog">DebuggerPropertiesDialog</a></td> 38 <td><a href="#DebuggerPropertiesDialog">DebuggerPropertiesDialog</a></td>
34 <td>Class implementing a dialog for entering project specific debugger settings.</td> 39 <td>Class implementing a dialog for entering project specific debugger settings.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="DebuggerPropertiesDialog" ID="DebuggerPropertiesDialog"></a> 49 <a NAME="DebuggerPropertiesDialog" ID="DebuggerPropertiesDialog"></a>
43 <h2>DebuggerPropertiesDialog</h2> 50 <h2>DebuggerPropertiesDialog</h2>
51
44 <p> 52 <p>
45 Class implementing a dialog for entering project specific debugger 53 Class implementing a dialog for entering project specific debugger
46 settings. 54 settings.
47 </p> 55 </p>
48 <h3>Derived from</h3> 56 <h3>Derived from</h3>
49 QDialog, Ui_DebuggerPropertiesDialog 57 QDialog, Ui_DebuggerPropertiesDialog
50 <h3>Class Attributes</h3> 58 <h3>Class Attributes</h3>
59
51 <table> 60 <table>
52 <tr><td>None</td></tr> 61 <tr><td>None</td></tr>
53 </table> 62 </table>
54 <h3>Class Methods</h3> 63 <h3>Class Methods</h3>
64
55 <table> 65 <table>
56 <tr><td>None</td></tr> 66 <tr><td>None</td></tr>
57 </table> 67 </table>
58 <h3>Methods</h3> 68 <h3>Methods</h3>
69
59 <table> 70 <table>
71
60 <tr> 72 <tr>
61 <td><a href="#DebuggerPropertiesDialog.__init__">DebuggerPropertiesDialog</a></td> 73 <td><a href="#DebuggerPropertiesDialog.__init__">DebuggerPropertiesDialog</a></td>
62 <td>Constructor</td> 74 <td>Constructor</td>
63 </tr><tr> 75 </tr>
76 <tr>
64 <td><a href="#DebuggerPropertiesDialog.__clearHistory">__clearHistory</a></td> 77 <td><a href="#DebuggerPropertiesDialog.__clearHistory">__clearHistory</a></td>
65 <td>Private method to clear a path picker history.</td> 78 <td>Private method to clear a path picker history.</td>
66 </tr><tr> 79 </tr>
80 <tr>
67 <td><a href="#DebuggerPropertiesDialog.__saveHistories">__saveHistories</a></td> 81 <td><a href="#DebuggerPropertiesDialog.__saveHistories">__saveHistories</a></td>
68 <td>Private method to save the path picker histories.</td> 82 <td>Private method to save the path picker histories.</td>
69 </tr><tr> 83 </tr>
84 <tr>
70 <td><a href="#DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked">on_debugClientClearHistoryButton_clicked</a></td> 85 <td><a href="#DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked">on_debugClientClearHistoryButton_clicked</a></td>
71 <td>Private slot to clear the debug clients history.</td> 86 <td>Private slot to clear the debug clients history.</td>
72 </tr><tr> 87 </tr>
88 <tr>
73 <td><a href="#DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog">on_debugClientPicker_aboutToShowPathPickerDialog</a></td> 89 <td><a href="#DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog">on_debugClientPicker_aboutToShowPathPickerDialog</a></td>
74 <td>Private slot to perform actions before the debug client selection dialog is shown.</td> 90 <td>Private slot to perform actions before the debug client selection dialog is shown.</td>
75 </tr><tr> 91 </tr>
92 <tr>
76 <td><a href="#DebuggerPropertiesDialog.storeData">storeData</a></td> 93 <td><a href="#DebuggerPropertiesDialog.storeData">storeData</a></td>
77 <td>Public method to store the entered/modified data.</td> 94 <td>Public method to store the entered/modified data.</td>
78 </tr> 95 </tr>
79 </table> 96 </table>
80 <h3>Static Methods</h3> 97 <h3>Static Methods</h3>
98
81 <table> 99 <table>
82 <tr><td>None</td></tr> 100 <tr><td>None</td></tr>
83 </table> 101 </table>
102
84 <a NAME="DebuggerPropertiesDialog.__init__" ID="DebuggerPropertiesDialog.__init__"></a> 103 <a NAME="DebuggerPropertiesDialog.__init__" ID="DebuggerPropertiesDialog.__init__"></a>
85 <h4>DebuggerPropertiesDialog (Constructor)</h4> 104 <h4>DebuggerPropertiesDialog (Constructor)</h4>
86 <b>DebuggerPropertiesDialog</b>(<i>project, parent=None, name=None</i>) 105 <b>DebuggerPropertiesDialog</b>(<i>project, parent=None, name=None</i>)
106
87 <p> 107 <p>
88 Constructor 108 Constructor
89 </p><dl> 109 </p>
110 <dl>
111
90 <dt><i>project</i></dt> 112 <dt><i>project</i></dt>
91 <dd> 113 <dd>
92 reference to the project object 114 reference to the project object
93 </dd><dt><i>parent</i></dt> 115 </dd>
116 <dt><i>parent</i></dt>
94 <dd> 117 <dd>
95 parent widget of this dialog (QWidget) 118 parent widget of this dialog (QWidget)
96 </dd><dt><i>name</i></dt> 119 </dd>
120 <dt><i>name</i></dt>
97 <dd> 121 <dd>
98 name of this dialog (string) 122 name of this dialog (string)
99 </dd> 123 </dd>
100 </dl><a NAME="DebuggerPropertiesDialog.__clearHistory" ID="DebuggerPropertiesDialog.__clearHistory"></a> 124 </dl>
125 <a NAME="DebuggerPropertiesDialog.__clearHistory" ID="DebuggerPropertiesDialog.__clearHistory"></a>
101 <h4>DebuggerPropertiesDialog.__clearHistory</h4> 126 <h4>DebuggerPropertiesDialog.__clearHistory</h4>
102 <b>__clearHistory</b>(<i>picker</i>) 127 <b>__clearHistory</b>(<i>picker</i>)
128
103 <p> 129 <p>
104 Private method to clear a path picker history. 130 Private method to clear a path picker history.
105 </p><dl> 131 </p>
132 <dl>
133
106 <dt><i>picker</i> (E5ComboPathPicker)</dt> 134 <dt><i>picker</i> (E5ComboPathPicker)</dt>
107 <dd> 135 <dd>
108 reference to the path picker 136 reference to the path picker
109 </dd> 137 </dd>
110 </dl><a NAME="DebuggerPropertiesDialog.__saveHistories" ID="DebuggerPropertiesDialog.__saveHistories"></a> 138 </dl>
139 <a NAME="DebuggerPropertiesDialog.__saveHistories" ID="DebuggerPropertiesDialog.__saveHistories"></a>
111 <h4>DebuggerPropertiesDialog.__saveHistories</h4> 140 <h4>DebuggerPropertiesDialog.__saveHistories</h4>
112 <b>__saveHistories</b>(<i></i>) 141 <b>__saveHistories</b>(<i></i>)
142
113 <p> 143 <p>
114 Private method to save the path picker histories. 144 Private method to save the path picker histories.
115 </p><a NAME="DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked" ID="DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked"></a> 145 </p>
146 <a NAME="DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked" ID="DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked"></a>
116 <h4>DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked</h4> 147 <h4>DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked</h4>
117 <b>on_debugClientClearHistoryButton_clicked</b>(<i></i>) 148 <b>on_debugClientClearHistoryButton_clicked</b>(<i></i>)
149
118 <p> 150 <p>
119 Private slot to clear the debug clients history. 151 Private slot to clear the debug clients history.
120 </p><a NAME="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog" ID="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog"></a> 152 </p>
153 <a NAME="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog" ID="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog"></a>
121 <h4>DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog</h4> 154 <h4>DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog</h4>
122 <b>on_debugClientPicker_aboutToShowPathPickerDialog</b>(<i></i>) 155 <b>on_debugClientPicker_aboutToShowPathPickerDialog</b>(<i></i>)
156
123 <p> 157 <p>
124 Private slot to perform actions before the debug client selection 158 Private slot to perform actions before the debug client selection
125 dialog is shown. 159 dialog is shown.
126 </p><a NAME="DebuggerPropertiesDialog.storeData" ID="DebuggerPropertiesDialog.storeData"></a> 160 </p>
161 <a NAME="DebuggerPropertiesDialog.storeData" ID="DebuggerPropertiesDialog.storeData"></a>
127 <h4>DebuggerPropertiesDialog.storeData</h4> 162 <h4>DebuggerPropertiesDialog.storeData</h4>
128 <b>storeData</b>(<i></i>) 163 <b>storeData</b>(<i></i>)
164
129 <p> 165 <p>
130 Public method to store the entered/modified data. 166 Public method to store the entered/modified data.
131 </p> 167 </p>
132 <div align="right"><a href="#top">Up</a></div> 168 <div align="right"><a href="#top">Up</a></div>
133 <hr /> 169 <hr />

eric ide

mercurial