#include <RPCInterface.hh>
Signals | |
| virtual void | pluginExists (QString, bool &) |
| virtual void | functionExists (QString, QString, bool &) |
Public Member Functions | |
| virtual | ~RPCInterface () |
| Destructor. | |
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 64 of file RPCInterface.hh.
| virtual void RPCInterface::functionExists | ( | QString | , | |
| QString | , | |||
| bool & | ||||
| ) | [inline, virtual, signal] |
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 85 of file RPCInterface.hh.
| virtual void RPCInterface::pluginExists | ( | QString | , | |
| bool & | ||||
| ) | [inline, virtual, signal] |
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 77 of file RPCInterface.hh.