API Documentation
|
#include <DeviceWatcher.h>
Signals | |
void | deviceAdded (const QString &dev) |
void | deviceChanged (const QString &dev) |
void | deviceRemoved (const QString &dev) |
Public Member Functions | |
DeviceWatcher (QObject *parent=0) | |
~DeviceWatcher () | |
bool | start () |
bool | stop () |
bool | isRunning () const |
void | appendEventReceiver (QObject *receiver) |
Static Public Member Functions | |
static DeviceWatcher & | DefaultWatcher () |
Protected Attributes | |
bool | running |
DeviceWatcherPrivate * | d_ptr |
|
explicit |
~DeviceWatcher | ( | ) |
void appendEventReceiver | ( | QObject * | receiver | ) |
|
static |
|
signal |
|
signal |
|
signal |
bool isRunning | ( | ) | const |
bool start | ( | ) |
bool stop | ( | ) |
|
protected |
|
protected |