C
VerifyRegion Class
class SafeRenderer::VerifyRegionThe VerifyRegion class provides API to monitor graphics output. More...
Header: | #include <VerifyRegion> |
Since: | QtSafeRenderer 2.0 |
Public Functions
VerifyRegion() | |
VerifyRegion(const SafeRenderer::quint32 idArg, const SafeRenderer::QSafeRect ®ionArg) | |
SafeRenderer::quint32 | crc() const |
SafeRenderer::quint32 | id() const |
SafeRenderer::QSafeRect | region() const |
void | setCRC(const SafeRenderer::quint32 crcArg) |
void | setId(const SafeRenderer::quint32 idArg) |
void | setRegion(const SafeRenderer::QSafeRect ®ionArg) |
Member Function Documentation
VerifyRegion::VerifyRegion()
Constructs a VerifyRegion object.
VerifyRegion::VerifyRegion(const SafeRenderer::quint32 idArg, const SafeRenderer::QSafeRect ®ionArg)
Constructs a verification region with the given idArg and regionArg.
SafeRenderer::quint32 VerifyRegion::crc() const
Returns the crc value Returns CRC value
SafeRenderer::quint32 VerifyRegion::id() const
Returns the unique id of this verification region.
Returns Unique ID of the verification region
See also setId().
SafeRenderer::QSafeRect VerifyRegion::region() const
Returns the region determined for verification.
Returns region of interest
See also setRegion().
void VerifyRegion::setCRC(const SafeRenderer::quint32 crcArg)
Sets the CRC value. crcArg CRC value to set for the verification region
void VerifyRegion::setId(const SafeRenderer::quint32 idArg)
Sets the unique ID of the region. idArg Unique ID to set for this verification region
See also id().
void VerifyRegion::setRegion(const SafeRenderer::QSafeRect ®ionArg)
Sets the region for verification. regionArg region of interest
See also region().
Available under certain Qt licenses.
Find out more.