iAddonReference Struct Reference
This interface represents a reference to an addon. More...
#include <imap/saverref.h>
Inheritance diagram for iAddonReference:

Public Member Functions | |
| virtual iBase * | GetAddonObject () const =0 |
| Get the object that the addon references. | |
| virtual const char * | GetParamsFile () const =0 |
| Get the file name of the params file. | |
| virtual const char * | GetPlugin () const =0 |
| Get the SCF name of the plugin. | |
| virtual iObject * | QueryObject ()=0 |
| Get the iObject for this interface. | |
Detailed Description
This interface represents a reference to an addon.Definition at line 84 of file saverref.h.
Member Function Documentation
| virtual iBase* iAddonReference::GetAddonObject | ( | ) | const [pure virtual] |
Get the object that the addon references.
| virtual const char* iAddonReference::GetParamsFile | ( | ) | const [pure virtual] |
Get the file name of the params file.
| virtual const char* iAddonReference::GetPlugin | ( | ) | const [pure virtual] |
Get the SCF name of the plugin.
| virtual iObject* iAddonReference::QueryObject | ( | ) | [pure virtual] |
Get the iObject for this interface.
The documentation for this struct was generated from the following file:
- imap/saverref.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8
