C

QSafeEventOutputVerificationStatusRequest Class

class SafeRenderer::QSafeEventOutputVerificationStatusRequest

The QSafeEventOutputVerificationStatusRequest is used to request the output verification results. More...

Header: #include <QSafeEventOutputVerificationStatusRequest>
Since: QtSafeRenderer 2.0
Inherits: SafeRenderer::QSafeEvent

This class was introduced in QtSafeRenderer 2.0.

Public Functions

SafeRenderer::quint32 getMessageID() const
void setMessageID(const SafeRenderer::quint32 idArg)

Detailed Description

The QSafeEventOutputVerificationStatusRequest is the request from outside component to request the output verification results.

Member Function Documentation

SafeRenderer::quint32 QSafeEventOutputVerificationStatusRequest::getMessageID() const

Returns the message ID.

void QSafeEventOutputVerificationStatusRequest::setMessageID(const SafeRenderer::quint32 idArg)

Sets the message ID.

idArg is the message ID from the system event queue. The idArg is used to map the reply event to the correct receiver.

Available under certain Qt licenses.
Find out more.