C
SafeRenderer::QSafeEventHeartbeatTimeout Class
class SafeRenderer::QSafeEventHeartbeatTimeoutQSafeEventHeartbeatTimeout indicates that a heart beat timeout has occurred. More...
Header: | #include <QSafeEventHeartbeatTimeout> |
Since: | QtSafeRenderer 1.0 |
Inherits: | SafeRenderer::QSafeEvent |
Public Functions
QSafeEventHeartbeatTimeout() | |
QSafeEventHeartbeatTimeout(const SafeRenderer::QSafeEvent &baseEvent) | |
bool | getValue() const |
void | setValue(const bool valueArg) |
Detailed Description
QSafeEventHeartbeatTimeout indicates that a timeout heart beat timeout has occurred.
Member Function Documentation
QSafeEventHeartbeatTimeout::QSafeEventHeartbeatTimeout()
Constructs a QSafeEventHeartbeatTimeout object.
eventType is set to EventHeartbeatTimeout.
[explicit]
QSafeEventHeartbeatTimeout::QSafeEventHeartbeatTimeout(const SafeRenderer::QSafeEvent &baseEvent)
Constructs a QSafeEventHeartbeatTimeout instance, copying data from another instance baseEvent.
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.