src/eric7/Documentation/Source/eric7.WebBrowser.AdBlock.AdBlockExceptionsDialog.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10479
856476537696
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.WebBrowser.AdBlock.AdBlockExceptionsDialog</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.WebBrowser.AdBlock.AdBlockExceptionsDialog</h1>
10
11 <p>
12 Module implementing a dialog to configure the AdBlock exceptions.
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="#AdBlockExceptionsDialog">AdBlockExceptionsDialog</a></td>
25 <td>Class implementing a dialog to configure the AdBlock exceptions.</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="AdBlockExceptionsDialog" ID="AdBlockExceptionsDialog"></a>
36 <h2>AdBlockExceptionsDialog</h2>
37
38 <p>
39 Class implementing a dialog to configure the AdBlock exceptions.
40 </p>
41 <h3>Derived from</h3>
42 QDialog, Ui_AdBlockExceptionsDialog
43 <h3>Class Attributes</h3>
44
45 <table>
46 <tr><td>None</td></tr>
47 </table>
48 <h3>Class Methods</h3>
49
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Methods</h3>
54
55 <table>
56
57 <tr>
58 <td><a href="#AdBlockExceptionsDialog.__init__">AdBlockExceptionsDialog</a></td>
59 <td>Constructor</td>
60 </tr>
61 <tr>
62 <td><a href="#AdBlockExceptionsDialog.accept">accept</a></td>
63 <td>Public slot handling the acceptance of the dialog.</td>
64 </tr>
65 <tr>
66 <td><a href="#AdBlockExceptionsDialog.load">load</a></td>
67 <td>Public slot to load the list of excepted hosts.</td>
68 </tr>
69 <tr>
70 <td><a href="#AdBlockExceptionsDialog.on_addButton_clicked">on_addButton_clicked</a></td>
71 <td>Private slot to handle a click of the add button.</td>
72 </tr>
73 <tr>
74 <td><a href="#AdBlockExceptionsDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td>
75 <td>Private slot handling a click of the delete button.</td>
76 </tr>
77 <tr>
78 <td><a href="#AdBlockExceptionsDialog.on_hostEdit_textChanged">on_hostEdit_textChanged</a></td>
79 <td>Private slot to handle changes of the host edit.</td>
80 </tr>
81 <tr>
82 <td><a href="#AdBlockExceptionsDialog.on_hostList_itemSelectionChanged">on_hostList_itemSelectionChanged</a></td>
83 <td>Private slot handling a change of the number of selected items.</td>
84 </tr>
85 </table>
86 <h3>Static Methods</h3>
87
88 <table>
89 <tr><td>None</td></tr>
90 </table>
91
92 <a NAME="AdBlockExceptionsDialog.__init__" ID="AdBlockExceptionsDialog.__init__"></a>
93 <h4>AdBlockExceptionsDialog (Constructor)</h4>
94 <b>AdBlockExceptionsDialog</b>(<i>parent=None</i>)
95
96 <p>
97 Constructor
98 </p>
99 <dl>
100
101 <dt><i>parent</i> (QWidget)</dt>
102 <dd>
103 reference to the parent widget
104 </dd>
105 </dl>
106 <a NAME="AdBlockExceptionsDialog.accept" ID="AdBlockExceptionsDialog.accept"></a>
107 <h4>AdBlockExceptionsDialog.accept</h4>
108 <b>accept</b>(<i></i>)
109
110 <p>
111 Public slot handling the acceptance of the dialog.
112 </p>
113 <a NAME="AdBlockExceptionsDialog.load" ID="AdBlockExceptionsDialog.load"></a>
114 <h4>AdBlockExceptionsDialog.load</h4>
115 <b>load</b>(<i>hosts</i>)
116
117 <p>
118 Public slot to load the list of excepted hosts.
119 </p>
120 <dl>
121
122 <dt><i>hosts</i> (list of str)</dt>
123 <dd>
124 list of excepted hosts
125 </dd>
126 </dl>
127 <a NAME="AdBlockExceptionsDialog.on_addButton_clicked" ID="AdBlockExceptionsDialog.on_addButton_clicked"></a>
128 <h4>AdBlockExceptionsDialog.on_addButton_clicked</h4>
129 <b>on_addButton_clicked</b>(<i></i>)
130
131 <p>
132 Private slot to handle a click of the add button.
133 </p>
134 <a NAME="AdBlockExceptionsDialog.on_deleteButton_clicked" ID="AdBlockExceptionsDialog.on_deleteButton_clicked"></a>
135 <h4>AdBlockExceptionsDialog.on_deleteButton_clicked</h4>
136 <b>on_deleteButton_clicked</b>(<i></i>)
137
138 <p>
139 Private slot handling a click of the delete button.
140 </p>
141 <a NAME="AdBlockExceptionsDialog.on_hostEdit_textChanged" ID="AdBlockExceptionsDialog.on_hostEdit_textChanged"></a>
142 <h4>AdBlockExceptionsDialog.on_hostEdit_textChanged</h4>
143 <b>on_hostEdit_textChanged</b>(<i>txt</i>)
144
145 <p>
146 Private slot to handle changes of the host edit.
147 </p>
148 <dl>
149
150 <dt><i>txt</i> (str)</dt>
151 <dd>
152 text of the edit
153 </dd>
154 </dl>
155 <a NAME="AdBlockExceptionsDialog.on_hostList_itemSelectionChanged" ID="AdBlockExceptionsDialog.on_hostList_itemSelectionChanged"></a>
156 <h4>AdBlockExceptionsDialog.on_hostList_itemSelectionChanged</h4>
157 <b>on_hostList_itemSelectionChanged</b>(<i></i>)
158
159 <p>
160 Private slot handling a change of the number of selected items.
161 </p>
162 <div align="right"><a href="#top">Up</a></div>
163 <hr />
164 </body></html>

eric ide

mercurial