C
QSafeEventHeartbeatTimeout Class
class SafeRenderer::QSafeEventHeartbeatTimeoutQSafeEventHeartbeatTimeout indicates that a heart beat timeout has occurred. More...
Header: | #include <QSafeEventHeartbeatTimeout> |
Since: | QtSafeRenderer 1.0 |
Inherits: | SafeRenderer::QSafeEvent |
This class was introduced in QtSafeRenderer 1.0.
Public Functions
Detailed Description
QSafeEventHeartbeatTimeout indicates that a timeout heart beat timeout has occurred.
Member Function Documentation
bool QSafeEventHeartbeatTimeout::getValue() const
Gets the value of start indication.
Returns true
to indicate the start of heartbeat timeout, or false
to indicate that the heartbeat is started again.
void QSafeEventHeartbeatTimeout::setValue(const bool valueArg)
Sets the value to the valueArg
Value of true
indicates the start of heartbeat timeout, while false
indicates that the heartbeat is started again.
Available under certain Qt licenses.
Find out more.