C
QSafeEventChangeState Class
class SafeRenderer::QSafeEventChangeStateThe QSafeEventChangeState class changes the state of the safe item. More...
Header: | #include <QSafeEventChangeState> |
Since: | QtSafeRenderer 1.2 |
Inherits: | SafeRenderer::QSafeEvent |
This class was introduced in QtSafeRenderer 1.2.
Public Functions
SafeRenderer::quint32 | id() const |
SafeRenderer::quint32 | name() const |
void | setId(const SafeRenderer::quint32 valueArg) |
void | setName(const SafeRenderer::quint32 valueArg) |
Member Function Documentation
SafeRenderer::quint32 QSafeEventChangeState::id() const
Returns this event's item id.
See also setId().
SafeRenderer::quint32 QSafeEventChangeState::name() const
Returns this event's item name.
See also setName().
void QSafeEventChangeState::setId(const SafeRenderer::quint32 valueArg)
Sets the item id.
valueArg is the hash of the State element in QML.
See also id().
void QSafeEventChangeState::setName(const SafeRenderer::quint32 valueArg)
Sets the item name.
valueArg is the hash of the State element in QML.
See also name().
Available under certain Qt licenses.
Find out more.