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>
Inherits ConduitAction.
Public Member Functions
- ConduitProxy (KPilotDeviceLink *, const QString &desktopName, SyncAction::SyncMode m, bool local=false)
Static Public Member Functions
Protected Slots
Protected Member Functions
Protected Attributes
- QString fDesktopName
- QString fLibraryName
- ConduitAction * fConduit
- SyncAction::SyncMode fMode
- bool fLocal
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().
The documentation for this class was generated from the following files:
- syncStack.h
- syncStack.cc