On this page

C

SafeRenderer::OutputVerifier Class

class SafeRenderer::OutputVerifier

The OutputVerifier class is the container class for executing the output verification. More...

Header: #include <OutputVerifier>
Since: QtSafeRenderer 2.0

Public Functions

void addRegionForVerification(const SafeRenderer::VerifyRegion &regionArg)
SafeRenderer::VerifyRegion getNextRegionForVerification()
SafeRenderer::VerifyRegion getVerificationResults() const
void setVerifier(SafeRenderer::OutputVerifierInterface *const verifierPtrArg)
SafeRenderer::quint32 verificationResultsCount() const
void verifyOutput() const
SafeRenderer::quint32 verifyQueueCount() const

Static Public Members

SafeRenderer::OutputVerifier &getOutputVerifierInstance()

Detailed Description

The output verification functionality needs to split between the event handler and the graphics output classes. The OutputVerifier class is the structure that is used to share the needed data structures between the peers.

Member Function Documentation

void OutputVerifier::addRegionForVerification(const SafeRenderer::VerifyRegion &regionArg)

Add a new region regionArg to the queue to be verified.

SafeRenderer::VerifyRegion OutputVerifier::getNextRegionForVerification()

Returns the next region to be verified and removes it from the queue.

[static] SafeRenderer::OutputVerifier &OutputVerifier::getOutputVerifierInstance()

Returns reference to the used OutputVerifier instance.

SafeRenderer::VerifyRegion OutputVerifier::getVerificationResults() const

Returns the next result from the verification results.

void OutputVerifier::setVerifier(SafeRenderer::OutputVerifierInterface *const verifierPtrArg)

Sets the OutputVerifier instance verifierPtrArg to be used for verification.

SafeRenderer::quint32 OutputVerifier::verificationResultsCount() const

Returns the count of results in the verification results list.

void OutputVerifier::verifyOutput() const

Verifies the currently set verification regions.

SafeRenderer::quint32 OutputVerifier::verifyQueueCount() const

Returns count of regions in the verification queue.

Available under certain Qt licenses.
Find out more.