|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Debugger.VariableDetailDialog</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Debugger.VariableDetailDialog</h1> |
|
12 <p> |
|
13 Module implementing the variable detail dialog. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#VariableDetailDialog">VariableDetailDialog</a></td> |
|
23 <td>Class implementing the variable detail dialog.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="VariableDetailDialog" ID="VariableDetailDialog"></a> |
|
32 <h2>VariableDetailDialog</h2> |
|
33 <p> |
|
34 Class implementing the variable detail dialog. |
|
35 </p><p> |
|
36 This dialog shows the name, the type and the value of a variable |
|
37 in a read only dialog. It is opened upon a double click in the |
|
38 variables viewer widget. |
|
39 </p> |
|
40 <h3>Derived from</h3> |
|
41 QDialog, Ui_VariableDetailDialog |
|
42 <h3>Class Attributes</h3> |
|
43 <table> |
|
44 <tr><td>None</td></tr> |
|
45 </table> |
|
46 <h3>Methods</h3> |
|
47 <table> |
|
48 <tr> |
|
49 <td><a href="#VariableDetailDialog.__init__">VariableDetailDialog</a></td> |
|
50 <td>Constructor</td> |
|
51 </tr> |
|
52 </table> |
|
53 <a NAME="VariableDetailDialog.__init__" ID="VariableDetailDialog.__init__"></a> |
|
54 <h4>VariableDetailDialog (Constructor)</h4> |
|
55 <b>VariableDetailDialog</b>(<i>var, vtype, value</i>) |
|
56 <p> |
|
57 Constructor |
|
58 </p><dl> |
|
59 <dt><i>var</i></dt> |
|
60 <dd> |
|
61 the variables name (string) |
|
62 </dd><dt><i>vtype</i></dt> |
|
63 <dd> |
|
64 the variables type (string) |
|
65 </dd><dt><i>value</i></dt> |
|
66 <dd> |
|
67 the variables value (string) |
|
68 </dd> |
|
69 </dl> |
|
70 <div align="right"><a href="#top">Up</a></div> |
|
71 <hr /> |
|
72 </body></html> |