On this page

C

RegionDefinition Struct

Struct that identifies an item/state and its rectangular area on screen. More...

Header: #include <regiondefinition.h>

Public Variables

int crc
int height
int id
int state
int width
int x
int y

Detailed Description

Struct that identifies an item/state and its rectangular area on screen.

Member Variable Documentation

int RegionDefinition::crc

This variable holds the measured CRC32 value for the region. The input value is ignored when enqueuing a region and populated by the verifier in results.

int RegionDefinition::height

This variable holds the height of the region in pixels.

int RegionDefinition::id

This variable holds the identifier of the item to verify.

int RegionDefinition::state

This variable holds the state of the item to verify.

int RegionDefinition::width

This variable holds the width of the region in pixels.

int RegionDefinition::x

This variable holds the x-coordinate of the region's top-left corner in pixels.

int RegionDefinition::y

This variable holds the y-coordinate of the region's top-left corner in pixels.

Available under certain Qt licenses.
Find out more.