|
signon
8.58
|
Class to execute plugin process. More...
#include <remotepluginprocess.h>


Public Slots | |
| void | startTask () |
| void | sessionDataReceived (const QVariantMap &sessionDataMap) |
Signals | |
| void | processStopped () |
Public Member Functions | |
| RemotePluginProcess (QObject *parent) | |
| ~RemotePluginProcess () | |
| bool | loadPlugin (QString &type) |
| bool | setupDataStreams () |
| bool | setupProxySettings () |
Static Public Member Functions | |
| static RemotePluginProcess * | createRemotePluginProcess (QString &type, QObject *parent) |
Class to execute plugin process.
Definition at line 95 of file remotepluginprocess.h.
| RemotePluginProcessNS::RemotePluginProcess::RemotePluginProcess | ( | QObject * | parent | ) |
Definition at line 47 of file remotepluginprocess.cpp.
Referenced by createRemotePluginProcess().
| RemotePluginProcessNS::RemotePluginProcess::~RemotePluginProcess | ( | ) |
Definition at line 58 of file remotepluginprocess.cpp.
|
static |
Definition at line 72 of file remotepluginprocess.cpp.
References loadPlugin(), RemotePluginProcess(), setupDataStreams(), and setupProxySettings().
Referenced by main().
| bool RemotePluginProcessNS::RemotePluginProcess::loadPlugin | ( | QString & | type | ) |
Definition at line 88 of file remotepluginprocess.cpp.
References TRACE.
Referenced by createRemotePluginProcess().
|
signal |
Referenced by setupDataStreams(), and startTask().
|
slot |
Definition at line 369 of file remotepluginprocess.cpp.
References startTask(), and TRACE.
Referenced by setupDataStreams().
| bool RemotePluginProcessNS::RemotePluginProcess::setupDataStreams | ( | ) |
Definition at line 147 of file remotepluginprocess.cpp.
References processStopped(), sessionDataReceived(), startTask(), and TRACE.
Referenced by createRemotePluginProcess().
| bool RemotePluginProcessNS::RemotePluginProcess::setupProxySettings | ( | ) |
Definition at line 184 of file remotepluginprocess.cpp.
References TRACE.
Referenced by createRemotePluginProcess().
|
slot |
Definition at line 453 of file remotepluginprocess.cpp.
References processStopped(), and TRACE.
Referenced by sessionDataReceived(), and setupDataStreams().