1#ifndef QX_SYSTEMSIGNALWATCHER_H
2#define QX_SYSTEMSIGNALWATCHER_H
5#include "qx/core/qx_core_export.h"
13class SystemSignalWatcherPrivate;
39 std::unique_ptr<SystemSignalWatcherPrivate> d_ptr;
56 bool isWatching()
const;
57 bool isRegistered()
const;
The SystemSignalWatcher class provides a convenient and comprehensive way to react to system defined ...
Definition qx-systemsignalwatcher.h:16
Signal
Definition qx-systemsignalwatcher.h:26
void signaled(Signal s, bool *handled)
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-abstracterror.cpp:13