signon
8.42
|
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().
RemotePluginProcessNS::RemotePluginProcess::~RemotePluginProcess | ( | ) |
Definition at line 60 of file remotepluginprocess.cpp.
|
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().
|
signal |
Referenced by setupDataStreams(), and startTask().
|
slot |
Definition at line 396 of file remotepluginprocess.cpp.
References startTask(), and TRACE.
Referenced by setupDataStreams().
bool RemotePluginProcessNS::RemotePluginProcess::setupDataStreams | ( | ) |
Definition at line 149 of file remotepluginprocess.cpp.
References processStopped(), sessionDataReceived(), startTask(), and TRACE.
Referenced by createRemotePluginProcess().
bool RemotePluginProcessNS::RemotePluginProcess::setupProxySettings | ( | ) |
Definition at line 186 of file remotepluginprocess.cpp.
References TRACE.
Referenced by createRemotePluginProcess().
|
slot |
Definition at line 480 of file remotepluginprocess.cpp.
References processStopped(), and TRACE.
Referenced by sessionDataReceived(), and setupDataStreams().