eric6/Documentation/Source/eric6.WebBrowser.Tools.WebHitTestResult.html

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
child 8215
fc5d68a6889e
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
189 189
190 <p> 190 <p>
191 Public method to get the alternate text. 191 Public method to get the alternate text.
192 </p> 192 </p>
193 <dl> 193 <dl>
194 <dt>Returns:</dt> 194 <dt>Return:</dt>
195 <dd> 195 <dd>
196 alternate text 196 alternate text
197 </dd> 197 </dd>
198 </dl> 198 </dl>
199 <dl> 199 <dl>
208 208
209 <p> 209 <p>
210 Public method to get the base URL of the page. 210 Public method to get the base URL of the page.
211 </p> 211 </p>
212 <dl> 212 <dl>
213 <dt>Returns:</dt> 213 <dt>Return:</dt>
214 <dd> 214 <dd>
215 base URL 215 base URL
216 </dd> 216 </dd>
217 </dl> 217 </dl>
218 <dl> 218 <dl>
227 227
228 <p> 228 <p>
229 Public method to get the bounding rectangle. 229 Public method to get the bounding rectangle.
230 </p> 230 </p>
231 <dl> 231 <dl>
232 <dt>Returns:</dt> 232 <dt>Return:</dt>
233 <dd> 233 <dd>
234 bounding rectangle 234 bounding rectangle
235 </dd> 235 </dd>
236 </dl> 236 </dl>
237 <dl> 237 <dl>
246 246
247 <p> 247 <p>
248 Public method to get the URL of an image. 248 Public method to get the URL of an image.
249 </p> 249 </p>
250 <dl> 250 <dl>
251 <dt>Returns:</dt> 251 <dt>Return:</dt>
252 <dd> 252 <dd>
253 image URL 253 image URL
254 </dd> 254 </dd>
255 </dl> 255 </dl>
256 <dl> 256 <dl>
265 265
266 <p> 266 <p>
267 Public method to check for editable content. 267 Public method to check for editable content.
268 </p> 268 </p>
269 <dl> 269 <dl>
270 <dt>Returns:</dt> 270 <dt>Return:</dt>
271 <dd> 271 <dd>
272 flag indicating editable content 272 flag indicating editable content
273 </dd> 273 </dd>
274 </dl> 274 </dl>
275 <dl> 275 <dl>
284 284
285 <p> 285 <p>
286 Public method to check for selected content. 286 Public method to check for selected content.
287 </p> 287 </p>
288 <dl> 288 <dl>
289 <dt>Returns:</dt> 289 <dt>Return:</dt>
290 <dd> 290 <dd>
291 flag indicating selected content 291 flag indicating selected content
292 </dd> 292 </dd>
293 </dl> 293 </dl>
294 <dl> 294 <dl>
303 303
304 <p> 304 <p>
305 Public method to test, if the hit test is empty. 305 Public method to test, if the hit test is empty.
306 </p> 306 </p>
307 <dl> 307 <dl>
308 <dt>Returns:</dt> 308 <dt>Return:</dt>
309 <dd> 309 <dd>
310 flag indicating an empty object 310 flag indicating an empty object
311 </dd> 311 </dd>
312 </dl> 312 </dl>
313 <dl> 313 <dl>
322 322
323 <p> 323 <p>
324 Public method to get the title for a link element. 324 Public method to get the title for a link element.
325 </p> 325 </p>
326 <dl> 326 <dl>
327 <dt>Returns:</dt> 327 <dt>Return:</dt>
328 <dd> 328 <dd>
329 title for a link element 329 title for a link element
330 </dd> 330 </dd>
331 </dl> 331 </dl>
332 <dl> 332 <dl>
341 341
342 <p> 342 <p>
343 Public method to get the URL for a link element. 343 Public method to get the URL for a link element.
344 </p> 344 </p>
345 <dl> 345 <dl>
346 <dt>Returns:</dt> 346 <dt>Return:</dt>
347 <dd> 347 <dd>
348 URL for a link element 348 URL for a link element
349 </dd> 349 </dd>
350 </dl> 350 </dl>
351 <dl> 351 <dl>
360 360
361 <p> 361 <p>
362 Public method to check, if a media element is muted. 362 Public method to check, if a media element is muted.
363 </p> 363 </p>
364 <dl> 364 <dl>
365 <dt>Returns:</dt> 365 <dt>Return:</dt>
366 <dd> 366 <dd>
367 flag indicating a muted media element 367 flag indicating a muted media element
368 </dd> 368 </dd>
369 </dl> 369 </dl>
370 <dl> 370 <dl>
379 379
380 <p> 380 <p>
381 Public method to check, if a media element is paused. 381 Public method to check, if a media element is paused.
382 </p> 382 </p>
383 <dl> 383 <dl>
384 <dt>Returns:</dt> 384 <dt>Return:</dt>
385 <dd> 385 <dd>
386 flag indicating a paused media element 386 flag indicating a paused media element
387 </dd> 387 </dd>
388 </dl> 388 </dl>
389 <dl> 389 <dl>
398 398
399 <p> 399 <p>
400 Public method to get the URL for a media element. 400 Public method to get the URL for a media element.
401 </p> 401 </p>
402 <dl> 402 <dl>
403 <dt>Returns:</dt> 403 <dt>Return:</dt>
404 <dd> 404 <dd>
405 URL for a media element 405 URL for a media element
406 </dd> 406 </dd>
407 </dl> 407 </dl>
408 <dl> 408 <dl>
417 417
418 <p> 418 <p>
419 Public method to get the position of the hit test. 419 Public method to get the position of the hit test.
420 </p> 420 </p>
421 <dl> 421 <dl>
422 <dt>Returns:</dt> 422 <dt>Return:</dt>
423 <dd> 423 <dd>
424 position of hit test 424 position of hit test
425 </dd> 425 </dd>
426 </dl> 426 </dl>
427 <dl> 427 <dl>
436 436
437 <p> 437 <p>
438 Public method to get the name of the tested tag. 438 Public method to get the name of the tested tag.
439 </p> 439 </p>
440 <dl> 440 <dl>
441 <dt>Returns:</dt> 441 <dt>Return:</dt>
442 <dd> 442 <dd>
443 name of the tested tag 443 name of the tested tag
444 </dd> 444 </dd>
445 </dl> 445 </dl>
446 <dl> 446 <dl>
470 470
471 <p> 471 <p>
472 Public method to get the viewport position. 472 Public method to get the viewport position.
473 </p> 473 </p>
474 <dl> 474 <dl>
475 <dt>Returns:</dt> 475 <dt>Return:</dt>
476 <dd> 476 <dd>
477 viewport position 477 viewport position
478 </dd> 478 </dd>
479 </dl> 479 </dl>
480 <dl> 480 <dl>

eric ide

mercurial