|
signon
8.40
|
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 49 of file remotepluginprocess.cpp.
Referenced by createRemotePluginProcess().
Definition at line 60 of file remotepluginprocess.cpp.
| RemotePluginProcess * RemotePluginProcessNS::RemotePluginProcess::createRemotePluginProcess | ( | QString & | type, |
| QObject * | parent | ||
| ) | [static] |
Definition at line 74 of file remotepluginprocess.cpp.
References loadPlugin(), RemotePluginProcess(), setupDataStreams(), and setupProxySettings().
Referenced by main().
| bool RemotePluginProcessNS::RemotePluginProcess::loadPlugin | ( | QString & | type | ) |
Definition at line 90 of file remotepluginprocess.cpp.
References TRACE.
Referenced by createRemotePluginProcess().
| void RemotePluginProcessNS::RemotePluginProcess::processStopped | ( | ) | [signal] |
Referenced by setupDataStreams(), and startTask().
| void RemotePluginProcessNS::RemotePluginProcess::sessionDataReceived | ( | const QVariantMap & | sessionDataMap | ) | [slot] |
Definition at line 396 of file remotepluginprocess.cpp.
References startTask(), and TRACE.
Referenced by setupDataStreams().
Definition at line 149 of file remotepluginprocess.cpp.
References processStopped(), sessionDataReceived(), startTask(), and TRACE.
Referenced by createRemotePluginProcess().
Definition at line 186 of file remotepluginprocess.cpp.
References TRACE.
Referenced by createRemotePluginProcess().
| void RemotePluginProcessNS::RemotePluginProcess::startTask | ( | ) | [slot] |
Definition at line 480 of file remotepluginprocess.cpp.
References processStopped(), and TRACE.
Referenced by sessionDataReceived(), and setupDataStreams().