Documentation/Source/eric4.Debugger.VariablesFilterDialog.html

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

eric ide

mercurial