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.Debugger.StartHistoryEditDialog</h1> |
23 <h1>eric6.Debugger.StartHistoryEditDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a dialog to edit a list of history entries. |
26 Module implementing a dialog to edit a list of history entries. |
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="#StartHistoryEditDialog">StartHistoryEditDialog</a></td> |
38 <td><a href="#StartHistoryEditDialog">StartHistoryEditDialog</a></td> |
34 <td>Class implementing a dialog to edit a list of history entries.</td> |
39 <td>Class implementing a dialog to edit a list of history entries.</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="StartHistoryEditDialog" ID="StartHistoryEditDialog"></a> |
49 <a NAME="StartHistoryEditDialog" ID="StartHistoryEditDialog"></a> |
43 <h2>StartHistoryEditDialog</h2> |
50 <h2>StartHistoryEditDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing a dialog to edit a list of history entries. |
53 Class implementing a dialog to edit a list of history entries. |
46 </p> |
54 </p> |
47 <h3>Derived from</h3> |
55 <h3>Derived from</h3> |
48 QDialog, Ui_StartHistoryEditDialog |
56 QDialog, Ui_StartHistoryEditDialog |
49 <h3>Class Attributes</h3> |
57 <h3>Class Attributes</h3> |
|
58 |
50 <table> |
59 <table> |
51 <tr><td>None</td></tr> |
60 <tr><td>None</td></tr> |
52 </table> |
61 </table> |
53 <h3>Class Methods</h3> |
62 <h3>Class Methods</h3> |
|
63 |
54 <table> |
64 <table> |
55 <tr><td>None</td></tr> |
65 <tr><td>None</td></tr> |
56 </table> |
66 </table> |
57 <h3>Methods</h3> |
67 <h3>Methods</h3> |
|
68 |
58 <table> |
69 <table> |
|
70 |
59 <tr> |
71 <tr> |
60 <td><a href="#StartHistoryEditDialog.__init__">StartHistoryEditDialog</a></td> |
72 <td><a href="#StartHistoryEditDialog.__init__">StartHistoryEditDialog</a></td> |
61 <td>Constructor</td> |
73 <td>Constructor</td> |
62 </tr><tr> |
74 </tr> |
|
75 <tr> |
63 <td><a href="#StartHistoryEditDialog.__updateEditButtons">__updateEditButtons</a></td> |
76 <td><a href="#StartHistoryEditDialog.__updateEditButtons">__updateEditButtons</a></td> |
64 <td>Private method to set the state of the edit buttons.</td> |
77 <td>Private method to set the state of the edit buttons.</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#StartHistoryEditDialog.getHistory">getHistory</a></td> |
80 <td><a href="#StartHistoryEditDialog.getHistory">getHistory</a></td> |
67 <td>Public method to get the new list of history entries.</td> |
81 <td>Public method to get the new list of history entries.</td> |
68 </tr><tr> |
82 </tr> |
|
83 <tr> |
69 <td><a href="#StartHistoryEditDialog.on_deleteAllButton_clicked">on_deleteAllButton_clicked</a></td> |
84 <td><a href="#StartHistoryEditDialog.on_deleteAllButton_clicked">on_deleteAllButton_clicked</a></td> |
70 <td>Private slot to delete all entries.</td> |
85 <td>Private slot to delete all entries.</td> |
71 </tr><tr> |
86 </tr> |
|
87 <tr> |
72 <td><a href="#StartHistoryEditDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> |
88 <td><a href="#StartHistoryEditDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> |
73 <td>Private slot to delete the selected entries.</td> |
89 <td>Private slot to delete the selected entries.</td> |
74 </tr><tr> |
90 </tr> |
|
91 <tr> |
75 <td><a href="#StartHistoryEditDialog.on_editButton_clicked">on_editButton_clicked</a></td> |
92 <td><a href="#StartHistoryEditDialog.on_editButton_clicked">on_editButton_clicked</a></td> |
76 <td>Private slot to edit the selected entry.</td> |
93 <td>Private slot to edit the selected entry.</td> |
77 </tr><tr> |
94 </tr> |
|
95 <tr> |
78 <td><a href="#StartHistoryEditDialog.on_historyList_itemSelectionChanged">on_historyList_itemSelectionChanged</a></td> |
96 <td><a href="#StartHistoryEditDialog.on_historyList_itemSelectionChanged">on_historyList_itemSelectionChanged</a></td> |
79 <td>Private slot to handle the selection of entries.</td> |
97 <td>Private slot to handle the selection of entries.</td> |
80 </tr> |
98 </tr> |
81 </table> |
99 </table> |
82 <h3>Static Methods</h3> |
100 <h3>Static Methods</h3> |
|
101 |
83 <table> |
102 <table> |
84 <tr><td>None</td></tr> |
103 <tr><td>None</td></tr> |
85 </table> |
104 </table> |
|
105 |
86 <a NAME="StartHistoryEditDialog.__init__" ID="StartHistoryEditDialog.__init__"></a> |
106 <a NAME="StartHistoryEditDialog.__init__" ID="StartHistoryEditDialog.__init__"></a> |
87 <h4>StartHistoryEditDialog (Constructor)</h4> |
107 <h4>StartHistoryEditDialog (Constructor)</h4> |
88 <b>StartHistoryEditDialog</b>(<i>history, parent=None</i>) |
108 <b>StartHistoryEditDialog</b>(<i>history, parent=None</i>) |
|
109 |
89 <p> |
110 <p> |
90 Constructor |
111 Constructor |
91 </p><dl> |
112 </p> |
|
113 <dl> |
|
114 |
92 <dt><i>history</i> (list of str)</dt> |
115 <dt><i>history</i> (list of str)</dt> |
93 <dd> |
116 <dd> |
94 list of history entries to be edited |
117 list of history entries to be edited |
95 </dd><dt><i>parent</i> (QWidget)</dt> |
118 </dd> |
|
119 <dt><i>parent</i> (QWidget)</dt> |
96 <dd> |
120 <dd> |
97 reference to the parent widget |
121 reference to the parent widget |
98 </dd> |
122 </dd> |
99 </dl><a NAME="StartHistoryEditDialog.__updateEditButtons" ID="StartHistoryEditDialog.__updateEditButtons"></a> |
123 </dl> |
|
124 <a NAME="StartHistoryEditDialog.__updateEditButtons" ID="StartHistoryEditDialog.__updateEditButtons"></a> |
100 <h4>StartHistoryEditDialog.__updateEditButtons</h4> |
125 <h4>StartHistoryEditDialog.__updateEditButtons</h4> |
101 <b>__updateEditButtons</b>(<i></i>) |
126 <b>__updateEditButtons</b>(<i></i>) |
|
127 |
102 <p> |
128 <p> |
103 Private method to set the state of the edit buttons. |
129 Private method to set the state of the edit buttons. |
104 </p><a NAME="StartHistoryEditDialog.getHistory" ID="StartHistoryEditDialog.getHistory"></a> |
130 </p> |
|
131 <a NAME="StartHistoryEditDialog.getHistory" ID="StartHistoryEditDialog.getHistory"></a> |
105 <h4>StartHistoryEditDialog.getHistory</h4> |
132 <h4>StartHistoryEditDialog.getHistory</h4> |
106 <b>getHistory</b>(<i></i>) |
133 <b>getHistory</b>(<i></i>) |
|
134 |
107 <p> |
135 <p> |
108 Public method to get the new list of history entries. |
136 Public method to get the new list of history entries. |
109 </p><dl> |
137 </p> |
|
138 <dl> |
110 <dt>Returns:</dt> |
139 <dt>Returns:</dt> |
111 <dd> |
140 <dd> |
112 list of history entries |
141 list of history entries |
113 </dd> |
142 </dd> |
114 </dl><dl> |
143 </dl> |
|
144 <dl> |
115 <dt>Return Type:</dt> |
145 <dt>Return Type:</dt> |
116 <dd> |
146 <dd> |
117 list of str |
147 list of str |
118 </dd> |
148 </dd> |
119 </dl><a NAME="StartHistoryEditDialog.on_deleteAllButton_clicked" ID="StartHistoryEditDialog.on_deleteAllButton_clicked"></a> |
149 </dl> |
|
150 <a NAME="StartHistoryEditDialog.on_deleteAllButton_clicked" ID="StartHistoryEditDialog.on_deleteAllButton_clicked"></a> |
120 <h4>StartHistoryEditDialog.on_deleteAllButton_clicked</h4> |
151 <h4>StartHistoryEditDialog.on_deleteAllButton_clicked</h4> |
121 <b>on_deleteAllButton_clicked</b>(<i></i>) |
152 <b>on_deleteAllButton_clicked</b>(<i></i>) |
|
153 |
122 <p> |
154 <p> |
123 Private slot to delete all entries. |
155 Private slot to delete all entries. |
124 </p><a NAME="StartHistoryEditDialog.on_deleteButton_clicked" ID="StartHistoryEditDialog.on_deleteButton_clicked"></a> |
156 </p> |
|
157 <a NAME="StartHistoryEditDialog.on_deleteButton_clicked" ID="StartHistoryEditDialog.on_deleteButton_clicked"></a> |
125 <h4>StartHistoryEditDialog.on_deleteButton_clicked</h4> |
158 <h4>StartHistoryEditDialog.on_deleteButton_clicked</h4> |
126 <b>on_deleteButton_clicked</b>(<i></i>) |
159 <b>on_deleteButton_clicked</b>(<i></i>) |
|
160 |
127 <p> |
161 <p> |
128 Private slot to delete the selected entries. |
162 Private slot to delete the selected entries. |
129 </p><a NAME="StartHistoryEditDialog.on_editButton_clicked" ID="StartHistoryEditDialog.on_editButton_clicked"></a> |
163 </p> |
|
164 <a NAME="StartHistoryEditDialog.on_editButton_clicked" ID="StartHistoryEditDialog.on_editButton_clicked"></a> |
130 <h4>StartHistoryEditDialog.on_editButton_clicked</h4> |
165 <h4>StartHistoryEditDialog.on_editButton_clicked</h4> |
131 <b>on_editButton_clicked</b>(<i></i>) |
166 <b>on_editButton_clicked</b>(<i></i>) |
|
167 |
132 <p> |
168 <p> |
133 Private slot to edit the selected entry. |
169 Private slot to edit the selected entry. |
134 </p><a NAME="StartHistoryEditDialog.on_historyList_itemSelectionChanged" ID="StartHistoryEditDialog.on_historyList_itemSelectionChanged"></a> |
170 </p> |
|
171 <a NAME="StartHistoryEditDialog.on_historyList_itemSelectionChanged" ID="StartHistoryEditDialog.on_historyList_itemSelectionChanged"></a> |
135 <h4>StartHistoryEditDialog.on_historyList_itemSelectionChanged</h4> |
172 <h4>StartHistoryEditDialog.on_historyList_itemSelectionChanged</h4> |
136 <b>on_historyList_itemSelectionChanged</b>(<i></i>) |
173 <b>on_historyList_itemSelectionChanged</b>(<i></i>) |
|
174 |
137 <p> |
175 <p> |
138 Private slot to handle the selection of entries. |
176 Private slot to handle the selection of entries. |
139 </p> |
177 </p> |
140 <div align="right"><a href="#top">Up</a></div> |
178 <div align="right"><a href="#top">Up</a></div> |
141 <hr /> |
179 <hr /> |