RPCInterface Class Reference

#include <RPCInterface.hh>

List of all members.

Signals

virtual void pluginExists (QString, bool &)
virtual void functionExists (QString, QString, bool &)

Public Member Functions

virtual ~RPCInterface ()
 Destructor.

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 64 of file RPCInterface.hh.


Member Function Documentation

virtual void RPCInterface::functionExists ( QString  ,
QString  ,
bool &   
) [inline, virtual, signal]

Check if a plugin exists and provides the given function

Parameters:
_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

Parameters:
_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.


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

acg pic Project OpenFlipper, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .