kpilot/lib

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 <plugin.h>

Inheritance diagram for ConduitProxy:

ConduitAction

List of all members.


Public Member Functions

 ConduitProxy (KPilotLink *, const TQString &desktopName, const SyncAction::SyncMode &m)

Protected Slots

void execDone (SyncAction *)

Protected Member Functions

virtual bool exec ()

Protected Attributes

TQString fDesktopName
TQString fLibraryName
ConduitActionfConduit

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 367 of file plugin.h.


The documentation for this class was generated from the following files: