![]() |
Public API Reference |
![]() |
This interface represents a reference to a plugin. More...
#include <imap/saverref.h>
Public Member Functions | |
virtual const char * | GetClassID () const =0 |
Get the Class ID of the plugin. | |
virtual const char * | GetName () const =0 |
Get the name of the plugin reference. | |
virtual iObject * | QueryObject ()=0 |
Get the iObject for this interface. |
This interface represents a reference to a plugin.
Definition at line 33 of file saverref.h.
virtual const char* iPluginReference::GetClassID | ( | ) | const [pure virtual] |
Get the Class ID of the plugin.
Implemented in csPluginReference.
virtual const char* iPluginReference::GetName | ( | ) | const [pure virtual] |
Get the name of the plugin reference.
Implemented in csPluginReference.
virtual iObject* iPluginReference::QueryObject | ( | ) | [pure virtual] |
Get the iObject for this interface.
Implemented in csPluginReference.