ConduitProxy Class Reference
The ConduitProxy action delays loading the plugin for a conduit until the conduit actually executes; the proxy then loads the file, creates a SyncAction for the conduit and runs that. More...
#include <syncStack.h>
Inheritance diagram for ConduitProxy:

Public Methods | |
ConduitProxy (KPilotDeviceLink *, const QString &desktopName, int m) | |
Protected Slots | |
void | execDone (SyncAction *) |
Protected Methods | |
virtual bool | exec () |
Protected Attributes | |
QString | fDesktopName |
QString | fLibraryName |
ConduitAction * | fConduit |
int | fMode |
Detailed Description
The ConduitProxy action delays loading the plugin for a conduit until the conduit actually executes; the proxy then loads the file, creates a SyncAction for the conduit and runs that.Once the conduit has finished, the proxy unloads everything and emits syncDone().
Definition at line 266 of file syncStack.h.
The documentation for this class was generated from the following files: