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.VariableDetailDialog</h1> |
23 <h1>eric6.Debugger.VariableDetailDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing the variable detail dialog. |
26 Module implementing the variable detail dialog. |
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="#VariableDetailDialog">VariableDetailDialog</a></td> |
38 <td><a href="#VariableDetailDialog">VariableDetailDialog</a></td> |
34 <td>Class implementing the variable detail dialog.</td> |
39 <td>Class implementing the variable detail dialog.</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="VariableDetailDialog" ID="VariableDetailDialog"></a> |
49 <a NAME="VariableDetailDialog" ID="VariableDetailDialog"></a> |
43 <h2>VariableDetailDialog</h2> |
50 <h2>VariableDetailDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing the variable detail dialog. |
53 Class implementing the variable detail dialog. |
46 </p><p> |
54 </p> |
|
55 <p> |
47 This dialog shows the name, the type and the value of a variable |
56 This dialog shows the name, the type and the value of a variable |
48 in a read only dialog. It is opened upon a double click in the |
57 in a read only dialog. It is opened upon a double click in the |
49 variables viewer widget. |
58 variables viewer widget. |
50 </p> |
59 </p> |
51 <h3>Derived from</h3> |
60 <h3>Derived from</h3> |
52 QDialog, Ui_VariableDetailDialog |
61 QDialog, Ui_VariableDetailDialog |
53 <h3>Class Attributes</h3> |
62 <h3>Class Attributes</h3> |
|
63 |
54 <table> |
64 <table> |
55 <tr><td>None</td></tr> |
65 <tr><td>None</td></tr> |
56 </table> |
66 </table> |
57 <h3>Class Methods</h3> |
67 <h3>Class Methods</h3> |
|
68 |
58 <table> |
69 <table> |
59 <tr><td>None</td></tr> |
70 <tr><td>None</td></tr> |
60 </table> |
71 </table> |
61 <h3>Methods</h3> |
72 <h3>Methods</h3> |
|
73 |
62 <table> |
74 <table> |
|
75 |
63 <tr> |
76 <tr> |
64 <td><a href="#VariableDetailDialog.__init__">VariableDetailDialog</a></td> |
77 <td><a href="#VariableDetailDialog.__init__">VariableDetailDialog</a></td> |
65 <td>Constructor</td> |
78 <td>Constructor</td> |
66 </tr> |
79 </tr> |
67 </table> |
80 </table> |
68 <h3>Static Methods</h3> |
81 <h3>Static Methods</h3> |
|
82 |
69 <table> |
83 <table> |
70 <tr><td>None</td></tr> |
84 <tr><td>None</td></tr> |
71 </table> |
85 </table> |
|
86 |
72 <a NAME="VariableDetailDialog.__init__" ID="VariableDetailDialog.__init__"></a> |
87 <a NAME="VariableDetailDialog.__init__" ID="VariableDetailDialog.__init__"></a> |
73 <h4>VariableDetailDialog (Constructor)</h4> |
88 <h4>VariableDetailDialog (Constructor)</h4> |
74 <b>VariableDetailDialog</b>(<i>var, vtype, value</i>) |
89 <b>VariableDetailDialog</b>(<i>var, vtype, value</i>) |
|
90 |
75 <p> |
91 <p> |
76 Constructor |
92 Constructor |
77 </p><dl> |
93 </p> |
|
94 <dl> |
|
95 |
78 <dt><i>var</i></dt> |
96 <dt><i>var</i></dt> |
79 <dd> |
97 <dd> |
80 the variables name (string) |
98 the variables name (string) |
81 </dd><dt><i>vtype</i></dt> |
99 </dd> |
|
100 <dt><i>vtype</i></dt> |
82 <dd> |
101 <dd> |
83 the variables type (string) |
102 the variables type (string) |
84 </dd><dt><i>value</i></dt> |
103 </dd> |
|
104 <dt><i>value</i></dt> |
85 <dd> |
105 <dd> |
86 the variables value (string) |
106 the variables value (string) |
87 </dd> |
107 </dd> |
88 </dl> |
108 </dl> |
89 <div align="right"><a href="#top">Up</a></div> |
109 <div align="right"><a href="#top">Up</a></div> |