Developer Documentation
|
Interface to call functions across plugins. More...
#include <OpenFlipper/BasePlugin/RPCInterface.hh>
Signals | |
virtual void | pluginExists (QString _pluginName, bool &_exists) |
Public Member Functions | |
virtual | ~RPCInterface () |
Destructor. | |
virtual void | functionExists (QString _pluginName, QString _functionName, bool &_exists) |
Interface to call functions across plugins.
Detailed description
Interface for all Plugins which do remote procedure calls ( and cross plugin calls).
The functions provided in the interface are only used to verify that certain plugins or functions are available. The actual calls are in the RPCWrappers.hh file.
Definition at line 61 of file RPCInterface.hh.
|
inlinevirtual |
Check if a plugin exists and provides the given function
_pluginName | Name of the Plugin (has to be the clean version .. no Spaces etc) |
_functionName | requested function |
_exists | found or not |
Definition at line 83 of file RPCInterface.hh.
|
inlinevirtualsignal |
Check if the plugin exists in the current Environment
_pluginName | Name of the Plugin (has to be the clean version .. no Spaces etc) |
_exists | found or not |
Definition at line 75 of file RPCInterface.hh.