C
qsrVerifyPayload Struct
Payload struct describing a single item verification entry. More...
| Header: | #include <message.h> |
| Since: | QtSafeRenderer 2.1 |
Public Variables
| quint32 | displayCrc |
| quint32 | inTransition |
| quint32 | itemId |
| quint32 | stateId |
Member Variable Documentation
quint32 qsrVerifyPayload::displayCrc
CRC32 of the rendered output for the item.
quint32 qsrVerifyPayload::inTransition
Non-zero if the item is transitioning between states; 0 otherwise.
quint32 qsrVerifyPayload::itemId
Identifier of the verified item.
quint32 qsrVerifyPayload::stateId
Current state identifier of the item.
Available under certain Qt licenses.
Find out more.