C
QSafeEventOutputVerificationStatusReply Class
class SafeRenderer::QSafeEventOutputVerificationStatusReplyThe QSafeEventOutputVerificationStatusReply is send as reply to the EventOutputVerificationStatusRequest request. More...
Header: | #include <QSafeEventOutputVerificationStatusReply> |
Since: | QtSafeRenderer 2.0 |
Inherits: | SafeRenderer::QSafeEvent |
This class was introduced in QtSafeRenderer 2.0.
Public Functions
void | addItem(const SafeRenderer::quint32 idArg, const SafeRenderer::quint32 crcArg, const SafeRenderer::quint32 stateArg, const bool transitionArg) |
bool | getItem(const SafeRenderer::quint32 indexArg, SafeRenderer::quint32 &idArg, SafeRenderer::quint32 &crcArg, SafeRenderer::quint32 &stateArg, bool &transitionArg) const |
SafeRenderer::quint32 | getVariantId() const |
SafeRenderer::quint32 | itemCount() const |
void | setVariantId(SafeRenderer::quint32 idArg) |
Detailed Description
The QSafeEventOutputVerificationReply contains the information about the verified items.
Member Function Documentation
void QSafeEventOutputVerificationStatusReply::addItem(const SafeRenderer::quint32 idArg, const SafeRenderer::quint32 crcArg, const SafeRenderer::quint32 stateArg, const bool transitionArg)
Adds a new item and the results.
idArg is the ID of the item. crcArg is the CRC output value of the item. stateArg is the state value of the item. transitionArg is the transition status. True if the item is in transition and false otherwise.
bool QSafeEventOutputVerificationStatusReply::getItem(const SafeRenderer::quint32 indexArg, SafeRenderer::quint32 &idArg, SafeRenderer::quint32 &crcArg, SafeRenderer::quint32 &stateArg, bool &transitionArg) const
Gets the verification result at indexArg. idArg is the ID value of an item at index. crcArg is the CRC value of an item at index. stateArg is the state value of the item. transitionArg is the transition status. True if the item is in transition and false otherwise. Returns true if the get method is successfully queried otherwise returns false.
SafeRenderer::quint32 QSafeEventOutputVerificationStatusReply::getVariantId() const
Returns the variant ID.
SafeRenderer::quint32 QSafeEventOutputVerificationStatusReply::itemCount() const
Returns this count of item's.
void QSafeEventOutputVerificationStatusReply::setVariantId(SafeRenderer::quint32 idArg)
Sets the variant idArg.
Available under certain Qt licenses.
Find out more.