dRonin
adbada4
dRonin GCS
|
#include <loggingplugin.h>
Signals | |
void | stopLoggingSignal (void) |
void | stopReplaySignal (void) |
void | stateChanged (QString) |
Protected Types | |
enum | { IDLE, LOGGING, REPLAY } |
Protected Attributes | |
enum LoggingPlugin:: { ... } | state |
LoggingThread * | loggingThread |
LoggingConnection * | logConnection |
Additional Inherited Members | |
Public Member Functions inherited from ExtensionSystem::IPlugin | |
IPlugin () | |
virtual | ~IPlugin () |
PluginSpec * | pluginSpec () const |
void | addObject (QObject *obj) |
void | addAutoReleasedObject (QObject *obj) |
void | removeObject (QObject *obj) |
Definition at line 108 of file loggingplugin.h.
|
protected |
Enumerator | |
---|---|
IDLE | |
LOGGING | |
REPLAY |
Definition at line 131 of file loggingplugin.h.
|
signal |
|
protected |
Definition at line 135 of file loggingplugin.h.
|
protected |
Definition at line 132 of file loggingplugin.h.
enum { ... } LoggingPlugin::state |