1.26.2.1
Gameface
cohtml::ImagesListExtract Namespace Reference

Enum containing the options we want when getting the list of loaded images. More...

Enumerations

enum  Options { Images = 0, Hidden = 1 << 0, Styles = 1 << 1 }
 Configures the images to include in the list. More...
 

Detailed Description

Enum containing the options we want when getting the list of loaded images.

Enumeration Type Documentation

◆ Options

Configures the images to include in the list.

Enumerator
Images 

This flag is always on - the images of Visible elements will be selected.

Hidden 

This flag will also include images on elements that are currently hidden (display: none)

Styles 

This flag will also include all images mentioned in CSS styles, even though they might not be currently applied to any element.