Documentation/Source/eric6.Debugger.VariablesFilterDialog.html

changeset 3673
e26d7d0c1088
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Debugger.VariablesFilterDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Debugger.VariablesFilterDialog</h1>
23 <p>
24 Module implementing the variables filter dialog.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#VariablesFilterDialog">VariablesFilterDialog</a></td>
34 <td>Class implementing the variables filter dialog.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="VariablesFilterDialog" ID="VariablesFilterDialog"></a>
43 <h2>VariablesFilterDialog</h2>
44 <p>
45 Class implementing the variables filter dialog.
46 </p><p>
47 It opens a dialog window for the configuration of the variables type
48 filter to be applied during a debugging session.
49 </p>
50 <h3>Derived from</h3>
51 QDialog, Ui_VariablesFilterDialog
52 <h3>Class Attributes</h3>
53 <table>
54 <tr><td>None</td></tr>
55 </table>
56 <h3>Class Methods</h3>
57 <table>
58 <tr><td>None</td></tr>
59 </table>
60 <h3>Methods</h3>
61 <table>
62 <tr>
63 <td><a href="#VariablesFilterDialog.__init__">VariablesFilterDialog</a></td>
64 <td>Constructor</td>
65 </tr><tr>
66 <td><a href="#VariablesFilterDialog.getSelection">getSelection</a></td>
67 <td>Public slot to retrieve the current selections.</td>
68 </tr><tr>
69 <td><a href="#VariablesFilterDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
70 <td>Private slot called by a button of the button box clicked.</td>
71 </tr><tr>
72 <td><a href="#VariablesFilterDialog.setSelection">setSelection</a></td>
73 <td>Public slot to set the current selection.</td>
74 </tr>
75 </table>
76 <h3>Static Methods</h3>
77 <table>
78 <tr><td>None</td></tr>
79 </table>
80 <a NAME="VariablesFilterDialog.__init__" ID="VariablesFilterDialog.__init__"></a>
81 <h4>VariablesFilterDialog (Constructor)</h4>
82 <b>VariablesFilterDialog</b>(<i>parent=None, name=None, modal=False</i>)
83 <p>
84 Constructor
85 </p><dl>
86 <dt><i>parent</i></dt>
87 <dd>
88 parent widget of this dialog (QWidget)
89 </dd><dt><i>name</i></dt>
90 <dd>
91 name of this dialog (string)
92 </dd><dt><i>modal</i></dt>
93 <dd>
94 flag to indicate a modal dialog (boolean)
95 </dd>
96 </dl><a NAME="VariablesFilterDialog.getSelection" ID="VariablesFilterDialog.getSelection"></a>
97 <h4>VariablesFilterDialog.getSelection</h4>
98 <b>getSelection</b>(<i></i>)
99 <p>
100 Public slot to retrieve the current selections.
101 </p><dl>
102 <dt>Returns:</dt>
103 <dd>
104 A tuple of lists of integer values. The first list is the
105 locals variables filter, the second the globals variables filter.
106 </dd>
107 </dl><a NAME="VariablesFilterDialog.on_buttonBox_clicked" ID="VariablesFilterDialog.on_buttonBox_clicked"></a>
108 <h4>VariablesFilterDialog.on_buttonBox_clicked</h4>
109 <b>on_buttonBox_clicked</b>(<i>button</i>)
110 <p>
111 Private slot called by a button of the button box clicked.
112 </p><dl>
113 <dt><i>button</i></dt>
114 <dd>
115 button that was clicked (QAbstractButton)
116 </dd>
117 </dl><a NAME="VariablesFilterDialog.setSelection" ID="VariablesFilterDialog.setSelection"></a>
118 <h4>VariablesFilterDialog.setSelection</h4>
119 <b>setSelection</b>(<i>lList, gList</i>)
120 <p>
121 Public slot to set the current selection.
122 </p><dl>
123 <dt><i>lList</i></dt>
124 <dd>
125 local variables filter (list of int)
126 </dd><dt><i>gList</i></dt>
127 <dd>
128 global variables filter (list of int)
129 </dd>
130 </dl>
131 <div align="right"><a href="#top">Up</a></div>
132 <hr />
133 </body></html>

eric ide

mercurial