82 <td><a href="#ExceptionLogger.__openSource">__openSource</a></td> |
82 <td><a href="#ExceptionLogger.__openSource">__openSource</a></td> |
83 <td>Private slot to handle a double click on an entry.</td> |
83 <td>Private slot to handle a double click on an entry.</td> |
84 </tr> |
84 </tr> |
85 <tr> |
85 <tr> |
86 <td><a href="#ExceptionLogger.__showContextMenu">__showContextMenu</a></td> |
86 <td><a href="#ExceptionLogger.__showContextMenu">__showContextMenu</a></td> |
87 <td>Private slot to show the context menu of the listview.</td> |
87 <td>Private slot to show the context menu of the view.</td> |
88 </tr> |
88 </tr> |
89 <tr> |
89 <tr> |
90 <td><a href="#ExceptionLogger.addException">addException</a></td> |
90 <td><a href="#ExceptionLogger.addException">addException</a></td> |
91 <td>Public slot to handle the arrival of a new exception.</td> |
91 <td>Public slot to handle the arrival of a new exception.</td> |
92 </tr> |
92 </tr> |
108 <p> |
108 <p> |
109 Constructor |
109 Constructor |
110 </p> |
110 </p> |
111 <dl> |
111 <dl> |
112 |
112 |
113 <dt><i>parent</i></dt> |
113 <dt><i>parent</i> (QWidget)</dt> |
114 <dd> |
114 <dd> |
115 the parent widget of this widget |
115 reference to the parent widget |
116 </dd> |
116 </dd> |
117 </dl> |
117 </dl> |
118 <a NAME="ExceptionLogger.__configure" ID="ExceptionLogger.__configure"></a> |
118 <a NAME="ExceptionLogger.__configure" ID="ExceptionLogger.__configure"></a> |
119 <h4>ExceptionLogger.__configure</h4> |
119 <h4>ExceptionLogger.__configure</h4> |
120 <b>__configure</b>(<i></i>) |
120 <b>__configure</b>(<i></i>) |
129 <p> |
129 <p> |
130 Private slot to handle the double click of an item. |
130 Private slot to handle the double click of an item. |
131 </p> |
131 </p> |
132 <dl> |
132 <dl> |
133 |
133 |
134 <dt><i>itm</i></dt> |
134 <dt><i>itm</i> (QTreeWidgetItem)</dt> |
135 <dd> |
135 <dd> |
136 the item that was double clicked(QTreeWidgetItem), ignored |
136 reference to the item that was double clicked (ignored) |
137 </dd> |
137 </dd> |
138 </dl> |
138 </dl> |
139 <a NAME="ExceptionLogger.__openSource" ID="ExceptionLogger.__openSource"></a> |
139 <a NAME="ExceptionLogger.__openSource" ID="ExceptionLogger.__openSource"></a> |
140 <h4>ExceptionLogger.__openSource</h4> |
140 <h4>ExceptionLogger.__openSource</h4> |
141 <b>__openSource</b>(<i></i>) |
141 <b>__openSource</b>(<i></i>) |
146 <a NAME="ExceptionLogger.__showContextMenu" ID="ExceptionLogger.__showContextMenu"></a> |
146 <a NAME="ExceptionLogger.__showContextMenu" ID="ExceptionLogger.__showContextMenu"></a> |
147 <h4>ExceptionLogger.__showContextMenu</h4> |
147 <h4>ExceptionLogger.__showContextMenu</h4> |
148 <b>__showContextMenu</b>(<i>coord</i>) |
148 <b>__showContextMenu</b>(<i>coord</i>) |
149 |
149 |
150 <p> |
150 <p> |
151 Private slot to show the context menu of the listview. |
151 Private slot to show the context menu of the view. |
152 </p> |
152 </p> |
153 <dl> |
153 <dl> |
154 |
154 |
155 <dt><i>coord</i></dt> |
155 <dt><i>coord</i> (QPoint)</dt> |
156 <dd> |
156 <dd> |
157 the global coordinates of the mouse pointer (QPoint) |
157 global coordinates of the mouse pointer |
158 </dd> |
158 </dd> |
159 </dl> |
159 </dl> |
160 <a NAME="ExceptionLogger.addException" ID="ExceptionLogger.addException"></a> |
160 <a NAME="ExceptionLogger.addException" ID="ExceptionLogger.addException"></a> |
161 <h4>ExceptionLogger.addException</h4> |
161 <h4>ExceptionLogger.addException</h4> |
162 <b>addException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId</i>) |
162 <b>addException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId</i>) |