On this page

C

SafeRenderer::QSafeEventHeartbeatTimeout Class

class SafeRenderer::QSafeEventHeartbeatTimeout

The QSafeEventHeartbeatTimeout class indicates that a heartbeat timeout has occurred. More...

Header: #include <QSafeEventHeartbeatTimeout>
Since: QtSafeRenderer 1.0
Inherits: SafeRenderer::QSafeEvent

Public Functions

bool getValue() const
void setValue(const bool valueArg)

Detailed Description

Member Function Documentation

bool QSafeEventHeartbeatTimeout::getValue() const

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.