On this page

C

ChangeStateEvent Struct

Message struct requesting a state change for an item. More...

Header: #include <message.h>
Since: QtSafeRenderer 2.1

Public Variables

quint32 eventId
quint32 itemId
quint32 value

Detailed Description

Member Variable Documentation

quint32 ChangeStateEvent::eventId

Must be EventChangeState.

quint32 ChangeStateEvent::itemId

Identifier of the item to change.

quint32 ChangeStateEvent::value

New state value.

Available under certain Qt licenses.
Find out more.