101 <td><a href="#DebugClientBase.__dumpVariable">__dumpVariable</a></td> |
101 <td><a href="#DebugClientBase.__dumpVariable">__dumpVariable</a></td> |
102 <td>Private method to return the variables of a frame to the debug server.</td> |
102 <td>Private method to return the variables of a frame to the debug server.</td> |
103 </tr><tr> |
103 </tr><tr> |
104 <td><a href="#DebugClientBase.__dumpVariables">__dumpVariables</a></td> |
104 <td><a href="#DebugClientBase.__dumpVariables">__dumpVariables</a></td> |
105 <td>Private method to return the variables of a frame to the debug server.</td> |
105 <td>Private method to return the variables of a frame to the debug server.</td> |
|
106 </tr><tr> |
|
107 <td><a href="#DebugClientBase.__extractIndicators">__extractIndicators</a></td> |
|
108 <td>Private method to extract the indicator string from a variable text.</td> |
106 </tr><tr> |
109 </tr><tr> |
107 <td><a href="#DebugClientBase.__formatQtVariable">__formatQtVariable</a></td> |
110 <td><a href="#DebugClientBase.__formatQtVariable">__formatQtVariable</a></td> |
108 <td>Private method to produce a formatted output of a simple Qt4/Qt5 type.</td> |
111 <td>Private method to produce a formatted output of a simple Qt4/Qt5 type.</td> |
109 </tr><tr> |
112 </tr><tr> |
110 <td><a href="#DebugClientBase.__formatVariablesList">__formatVariablesList</a></td> |
113 <td><a href="#DebugClientBase.__formatVariablesList">__formatVariablesList</a></td> |
315 </dd><dt><i>filter</i></dt> |
318 </dd><dt><i>filter</i></dt> |
316 <dd> |
319 <dd> |
317 the indices of variable types to be filtered |
320 the indices of variable types to be filtered |
318 (list of int) |
321 (list of int) |
319 </dd> |
322 </dd> |
|
323 </dl><a NAME="DebugClientBase.__extractIndicators" ID="DebugClientBase.__extractIndicators"></a> |
|
324 <h4>DebugClientBase.__extractIndicators</h4> |
|
325 <b>__extractIndicators</b>(<i>var</i>) |
|
326 <p> |
|
327 Private method to extract the indicator string from a variable text. |
|
328 </p><dl> |
|
329 <dt><i>var</i> (str)</dt> |
|
330 <dd> |
|
331 variable text |
|
332 </dd> |
|
333 </dl><dl> |
|
334 <dt>Returns:</dt> |
|
335 <dd> |
|
336 tuple containing the variable text without indicators and the |
|
337 indicator string |
|
338 </dd> |
|
339 </dl><dl> |
|
340 <dt>Return Type:</dt> |
|
341 <dd> |
|
342 tuple of two str |
|
343 </dd> |
320 </dl><a NAME="DebugClientBase.__formatQtVariable" ID="DebugClientBase.__formatQtVariable"></a> |
344 </dl><a NAME="DebugClientBase.__formatQtVariable" ID="DebugClientBase.__formatQtVariable"></a> |
321 <h4>DebugClientBase.__formatQtVariable</h4> |
345 <h4>DebugClientBase.__formatQtVariable</h4> |
322 <b>__formatQtVariable</b>(<i>value, vtype</i>) |
346 <b>__formatQtVariable</b>(<i>value, qttype</i>) |
323 <p> |
347 <p> |
324 Private method to produce a formatted output of a simple Qt4/Qt5 type. |
348 Private method to produce a formatted output of a simple Qt4/Qt5 type. |
325 </p><dl> |
349 </p><dl> |
326 <dt><i>value</i></dt> |
350 <dt><i>value</i></dt> |
327 <dd> |
351 <dd> |
328 variable to be formatted |
352 variable to be formatted |
329 </dd><dt><i>vtype</i></dt> |
353 </dd><dt><i>qttype</i></dt> |
330 <dd> |
354 <dd> |
331 type of the variable to be formatted (string) |
355 type of the Qt variable to be formatted (string) |
332 </dd> |
356 </dd> |
333 </dl><dl> |
357 </dl><dl> |
334 <dt>Returns:</dt> |
358 <dt>Returns:</dt> |
335 <dd> |
359 <dd> |
336 A tuple consisting of a list of formatted variables. Each |
360 A tuple consisting of a list of formatted variables. Each |