src/eric7/Documentation/Source/eric7.Debugger.VariableDetailDialog.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10417
c6011e501282
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Debugger.VariableDetailDialog</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Debugger.VariableDetailDialog</h1>
10
11 <p>
12 Module implementing the variable detail dialog.
13 </p>
14 <h3>Global Attributes</h3>
15
16 <table>
17 <tr><td>None</td></tr>
18 </table>
19 <h3>Classes</h3>
20
21 <table>
22
23 <tr>
24 <td><a href="#VariableDetailDialog">VariableDetailDialog</a></td>
25 <td>Class implementing the variable detail dialog.</td>
26 </tr>
27 </table>
28 <h3>Functions</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <hr />
34 <hr />
35 <a NAME="VariableDetailDialog" ID="VariableDetailDialog"></a>
36 <h2>VariableDetailDialog</h2>
37
38 <p>
39 Class implementing the variable detail dialog.
40 </p>
41 <p>
42 This dialog shows the name, the type and the value of a variable
43 in a read only dialog. It is opened upon a double click in the
44 variables viewer widget.
45 </p>
46 <h3>Derived from</h3>
47 QDialog, Ui_VariableDetailDialog
48 <h3>Class Attributes</h3>
49
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Class Methods</h3>
54
55 <table>
56 <tr><td>None</td></tr>
57 </table>
58 <h3>Methods</h3>
59
60 <table>
61
62 <tr>
63 <td><a href="#VariableDetailDialog.__init__">VariableDetailDialog</a></td>
64 <td>Constructor</td>
65 </tr>
66 </table>
67 <h3>Static Methods</h3>
68
69 <table>
70 <tr><td>None</td></tr>
71 </table>
72
73 <a NAME="VariableDetailDialog.__init__" ID="VariableDetailDialog.__init__"></a>
74 <h4>VariableDetailDialog (Constructor)</h4>
75 <b>VariableDetailDialog</b>(<i>var, vtype, value</i>)
76
77 <p>
78 Constructor
79 </p>
80 <dl>
81
82 <dt><i>var</i></dt>
83 <dd>
84 the variables name (string)
85 </dd>
86 <dt><i>vtype</i></dt>
87 <dd>
88 the variables type (string)
89 </dd>
90 <dt><i>value</i></dt>
91 <dd>
92 the variables value (string)
93 </dd>
94 </dl>
95 <div align="right"><a href="#top">Up</a></div>
96 <hr />
97 </body></html>

eric ide

mercurial