eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockIcon.html

changeset 7776
4a8edf69dd64
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
equal deleted inserted replaced
7775:4a1db75550bd 7776:4a8edf69dd64
143 parent menu 143 parent menu
144 </dd> 144 </dd>
145 </dl> 145 </dl>
146 <a NAME="AdBlockIcon.__enableAdBlock" ID="AdBlockIcon.__enableAdBlock"></a> 146 <a NAME="AdBlockIcon.__enableAdBlock" ID="AdBlockIcon.__enableAdBlock"></a>
147 <h4>AdBlockIcon.__enableAdBlock</h4> 147 <h4>AdBlockIcon.__enableAdBlock</h4>
148 <b>__enableAdBlock</b>(<i>act</i>) 148 <b>__enableAdBlock</b>(<i>enable</i>)
149 149
150 <p> 150 <p>
151 Private slot to enable or disable AdBlock. 151 Private slot to enable or disable AdBlock.
152 </p> 152 </p>
153 <dl> 153 <dl>
154 154
155 <dt><i>act</i> (QAction)</dt> 155 <dt><i>enable</i> (bool)</dt>
156 <dd> 156 <dd>
157 reference to the action 157 flag indicating the desired enable state
158 </dd> 158 </dd>
159 </dl> 159 </dl>
160 <a NAME="AdBlockIcon.__isCurrentHostExcepted" ID="AdBlockIcon.__isCurrentHostExcepted"></a> 160 <a NAME="AdBlockIcon.__isCurrentHostExcepted" ID="AdBlockIcon.__isCurrentHostExcepted"></a>
161 <h4>AdBlockIcon.__isCurrentHostExcepted</h4> 161 <h4>AdBlockIcon.__isCurrentHostExcepted</h4>
162 <b>__isCurrentHostExcepted</b>(<i></i>) 162 <b>__isCurrentHostExcepted</b>(<i></i>)
177 bool 177 bool
178 </dd> 178 </dd>
179 </dl> 179 </dl>
180 <a NAME="AdBlockIcon.__setException" ID="AdBlockIcon.__setException"></a> 180 <a NAME="AdBlockIcon.__setException" ID="AdBlockIcon.__setException"></a>
181 <h4>AdBlockIcon.__setException</h4> 181 <h4>AdBlockIcon.__setException</h4>
182 <b>__setException</b>(<i>act</i>) 182 <b>__setException</b>(<i>enable</i>)
183 183
184 <p> 184 <p>
185 Private slot to add or remove the current host from the list of 185 Private slot to add or remove the current host from the list of
186 exceptions. 186 exceptions.
187 </p> 187 </p>
188 <dl> 188 <dl>
189 189
190 <dt><i>act</i> (QAction)</dt> 190 <dt><i>enable</i> (bool)</dt>
191 <dd> 191 <dd>
192 referenced to the action 192 flag indicating to set or remove an exception
193 </dd> 193 </dd>
194 </dl> 194 </dl>
195 <a NAME="AdBlockIcon.__showMenu" ID="AdBlockIcon.__showMenu"></a> 195 <a NAME="AdBlockIcon.__showMenu" ID="AdBlockIcon.__showMenu"></a>
196 <h4>AdBlockIcon.__showMenu</h4> 196 <h4>AdBlockIcon.__showMenu</h4>
197 <b>__showMenu</b>(<i>pos</i>) 197 <b>__showMenu</b>(<i>pos</i>)

eric ide

mercurial