eric6/Documentation/Source/eric6.Debugger.VariablesFilterDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7887
c1588f5a83e9
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
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.VariablesFilterDialog</h1> 23 <h1>eric6.Debugger.VariablesFilterDialog</h1>
24
23 <p> 25 <p>
24 Module implementing the variables filter dialog. 26 Module implementing the variables filter 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="#VariablesFilterDialog">VariablesFilterDialog</a></td> 38 <td><a href="#VariablesFilterDialog">VariablesFilterDialog</a></td>
34 <td>Class implementing the variables filter dialog.</td> 39 <td>Class implementing the variables filter 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="VariablesFilterDialog" ID="VariablesFilterDialog"></a> 49 <a NAME="VariablesFilterDialog" ID="VariablesFilterDialog"></a>
43 <h2>VariablesFilterDialog</h2> 50 <h2>VariablesFilterDialog</h2>
51
44 <p> 52 <p>
45 Class implementing the variables filter dialog. 53 Class implementing the variables filter dialog.
46 </p><p> 54 </p>
55 <p>
47 It opens a dialog window for the configuration of the variables type 56 It opens a dialog window for the configuration of the variables type
48 filter to be applied during a debugging session. 57 filter to be applied during a debugging session.
49 </p> 58 </p>
50 <h3>Derived from</h3> 59 <h3>Derived from</h3>
51 QDialog, Ui_VariablesFilterDialog 60 QDialog, Ui_VariablesFilterDialog
52 <h3>Class Attributes</h3> 61 <h3>Class Attributes</h3>
62
53 <table> 63 <table>
54 <tr><td>None</td></tr> 64 <tr><td>None</td></tr>
55 </table> 65 </table>
56 <h3>Class Methods</h3> 66 <h3>Class Methods</h3>
67
57 <table> 68 <table>
58 <tr><td>None</td></tr> 69 <tr><td>None</td></tr>
59 </table> 70 </table>
60 <h3>Methods</h3> 71 <h3>Methods</h3>
72
61 <table> 73 <table>
74
62 <tr> 75 <tr>
63 <td><a href="#VariablesFilterDialog.__init__">VariablesFilterDialog</a></td> 76 <td><a href="#VariablesFilterDialog.__init__">VariablesFilterDialog</a></td>
64 <td>Constructor</td> 77 <td>Constructor</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#VariablesFilterDialog.getSelection">getSelection</a></td> 80 <td><a href="#VariablesFilterDialog.getSelection">getSelection</a></td>
67 <td>Public slot to retrieve the current selections.</td> 81 <td>Public slot to retrieve the current selections.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#VariablesFilterDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 84 <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> 85 <td>Private slot called by a button of the button box clicked.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#VariablesFilterDialog.setSelection">setSelection</a></td> 88 <td><a href="#VariablesFilterDialog.setSelection">setSelection</a></td>
73 <td>Public slot to set the current selection.</td> 89 <td>Public slot to set the current selection.</td>
74 </tr> 90 </tr>
75 </table> 91 </table>
76 <h3>Static Methods</h3> 92 <h3>Static Methods</h3>
93
77 <table> 94 <table>
78 <tr><td>None</td></tr> 95 <tr><td>None</td></tr>
79 </table> 96 </table>
97
80 <a NAME="VariablesFilterDialog.__init__" ID="VariablesFilterDialog.__init__"></a> 98 <a NAME="VariablesFilterDialog.__init__" ID="VariablesFilterDialog.__init__"></a>
81 <h4>VariablesFilterDialog (Constructor)</h4> 99 <h4>VariablesFilterDialog (Constructor)</h4>
82 <b>VariablesFilterDialog</b>(<i>parent=None, name=None, modal=False</i>) 100 <b>VariablesFilterDialog</b>(<i>parent=None, name=None, modal=False</i>)
101
83 <p> 102 <p>
84 Constructor 103 Constructor
85 </p><dl> 104 </p>
105 <dl>
106
86 <dt><i>parent</i></dt> 107 <dt><i>parent</i></dt>
87 <dd> 108 <dd>
88 parent widget of this dialog (QWidget) 109 parent widget of this dialog (QWidget)
89 </dd><dt><i>name</i></dt> 110 </dd>
111 <dt><i>name</i></dt>
90 <dd> 112 <dd>
91 name of this dialog (string) 113 name of this dialog (string)
92 </dd><dt><i>modal</i></dt> 114 </dd>
115 <dt><i>modal</i></dt>
93 <dd> 116 <dd>
94 flag to indicate a modal dialog (boolean) 117 flag to indicate a modal dialog (boolean)
95 </dd> 118 </dd>
96 </dl><a NAME="VariablesFilterDialog.getSelection" ID="VariablesFilterDialog.getSelection"></a> 119 </dl>
120 <a NAME="VariablesFilterDialog.getSelection" ID="VariablesFilterDialog.getSelection"></a>
97 <h4>VariablesFilterDialog.getSelection</h4> 121 <h4>VariablesFilterDialog.getSelection</h4>
98 <b>getSelection</b>(<i></i>) 122 <b>getSelection</b>(<i></i>)
123
99 <p> 124 <p>
100 Public slot to retrieve the current selections. 125 Public slot to retrieve the current selections.
101 </p><dl> 126 </p>
127 <dl>
102 <dt>Returns:</dt> 128 <dt>Returns:</dt>
103 <dd> 129 <dd>
104 A tuple of lists of integer values. The first list is the 130 A tuple of lists of integer values. The first list is the
105 locals variables filter, the second the globals variables filter. 131 locals variables filter, the second the globals variables filter.
106 </dd> 132 </dd>
107 </dl><a NAME="VariablesFilterDialog.on_buttonBox_clicked" ID="VariablesFilterDialog.on_buttonBox_clicked"></a> 133 </dl>
134 <a NAME="VariablesFilterDialog.on_buttonBox_clicked" ID="VariablesFilterDialog.on_buttonBox_clicked"></a>
108 <h4>VariablesFilterDialog.on_buttonBox_clicked</h4> 135 <h4>VariablesFilterDialog.on_buttonBox_clicked</h4>
109 <b>on_buttonBox_clicked</b>(<i>button</i>) 136 <b>on_buttonBox_clicked</b>(<i>button</i>)
137
110 <p> 138 <p>
111 Private slot called by a button of the button box clicked. 139 Private slot called by a button of the button box clicked.
112 </p><dl> 140 </p>
141 <dl>
142
113 <dt><i>button</i></dt> 143 <dt><i>button</i></dt>
114 <dd> 144 <dd>
115 button that was clicked (QAbstractButton) 145 button that was clicked (QAbstractButton)
116 </dd> 146 </dd>
117 </dl><a NAME="VariablesFilterDialog.setSelection" ID="VariablesFilterDialog.setSelection"></a> 147 </dl>
148 <a NAME="VariablesFilterDialog.setSelection" ID="VariablesFilterDialog.setSelection"></a>
118 <h4>VariablesFilterDialog.setSelection</h4> 149 <h4>VariablesFilterDialog.setSelection</h4>
119 <b>setSelection</b>(<i>lList, gList</i>) 150 <b>setSelection</b>(<i>lList, gList</i>)
151
120 <p> 152 <p>
121 Public slot to set the current selection. 153 Public slot to set the current selection.
122 </p><dl> 154 </p>
155 <dl>
156
123 <dt><i>lList</i></dt> 157 <dt><i>lList</i></dt>
124 <dd> 158 <dd>
125 local variables filter (list of int) 159 local variables filter (list of int)
126 </dd><dt><i>gList</i></dt> 160 </dd>
161 <dt><i>gList</i></dt>
127 <dd> 162 <dd>
128 global variables filter (list of int) 163 global variables filter (list of int)
129 </dd> 164 </dd>
130 </dl> 165 </dl>
131 <div align="right"><a href="#top">Up</a></div> 166 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial