51 #ifndef RPCINTERFACE_HH 52 #define RPCINTERFACE_HH 85 virtual void pluginExists( QString _pluginName ,
bool& _exists ) {};
93 virtual void functionExists( QString _pluginName , QString _functionName ,
bool& _exists ) {};
160 Q_DECLARE_INTERFACE(
RPCInterface,
"OpenFlipper.RPCInterface/1.0")
162 #endif // RPCINTERFACE_HH virtual ~RPCInterface()
Destructor.
virtual void functionExists(QString _pluginName, QString _functionName, bool &_exists)
virtual void pluginExists(QString _pluginName, bool &_exists)
Interface to call functions across plugins.