C
OutputVerifierException Class
class SafeRenderer::OutputVerifierExceptionAn instance of OutputVerifierException class is thrown in case of errors. More...
Header: | #include <OutputVerifierException> |
Since: | QtSafeRenderer 2.1 |
Inherits: | SafeRenderer::QSafeException |
Public Types
enum | OutputVerifierExceptionId { NotInitialized, FailedToSendStatus, VerifyQueueCountExceeded, InvalidFormat, NotSupported, …, FailedToSetRoiInfo } |
Detailed Description
An instance of OutputVerifierException class is thrown if an error occurs in the output verification or related cases which cannot be recovered from.
Member Type Documentation
enum OutputVerifierException::OutputVerifierExceptionId
This enum describes the id of a thrown output verifier exception.
Constant | Value | Description |
---|---|---|
SafeRenderer::OutputVerifierException::NotInitialized | 0 | Failed to initialize output verifier |
SafeRenderer::OutputVerifierException::FailedToSendStatus | 1 | Failed to send status message |
SafeRenderer::OutputVerifierException::VerifyQueueCountExceeded | 2 | Verification queue count exceeded |
SafeRenderer::OutputVerifierException::InvalidFormat | 3 | Invalid format |
SafeRenderer::OutputVerifierException::NotSupported | 4 | Output verifier is not supported |
SafeRenderer::OutputVerifierException::FailedToGetRoiInfo | 5 | Failed to get information about a ROI |
SafeRenderer::OutputVerifierException::RoiRegionMismatch | 6 | Mismatch between ROI region and drawing area |
SafeRenderer::OutputVerifierException::RoiCountExceeded | 7 | ROI count exceeded expected maximum |
SafeRenderer::OutputVerifierException::FailedToSetRoiInfo | 8 | Failed to set up information about a ROI |
Available under certain Qt licenses.
Find out more.