C
<monitorconfig.h> - Monitor Configuration Accessors
The <monitorconfig.h> header provides access to layout and verification data generated by the monitorconfig tool from QML definitions. More...
| Header: | #include <monitorconfig.h> |
| Since: | QtSafeRenderer 2.2 |
is part of Qt Safe Monitor C API.
Functions
| quint32 | getAcceptableNumberOfCRCForItemInState(const quint32 idArg, const quint32 stateName, qint32 *itemIndex) |
| quint32 | getCRCForItemInStateAtIndex(const qint32 itemIndex, const quint32 stateName, const quint32 crcIndex) |
| quint32 | getItemIdAtIndex(const quint32 itemIndex) |
| Region | getRegionForItemInStateAtIndex(const qint32 itemIndex, const quint32 stateName, const quint32 regionIndex) |
| quint32 | itemsCount() |
Detailed Description
The <monitorconfig.h> header provides access to layout and verification data generated by the monitorconfig tool from QML definitions. These data access functions are typically used internally by Qt Safe Monitor for verification and layout queries.
Function Documentation
quint32 getAcceptableNumberOfCRCForItemInState(const quint32 idArg, const quint32 stateName, qint32 *itemIndex)
Returns the number of acceptable CRC values for the item idArg in state stateName. Writes the internal item index to itemIndex.
quint32 getCRCForItemInStateAtIndex(const qint32 itemIndex, const quint32 stateName, const quint32 crcIndex)
Returns the acceptable CRC value at crcIndex for the item at internal index itemIndex in state stateName.
quint32 getItemIdAtIndex(const quint32 itemIndex)
Returns the public item identifier for the item at itemIndex.
Region getRegionForItemInStateAtIndex(const qint32 itemIndex, const quint32 stateName, const quint32 regionIndex)
Returns the region at index regionIndex for the item at internal index itemIndex in state stateName
quint32 itemsCount()
Returns the number of configured items.
Available under certain Qt licenses.
Find out more.