csAddonReference Class Reference
An object representing an addon. More...
#include <cstool/saverref.h>
Inheritance diagram for csAddonReference:

| Public Member Functions | |
| csAddonReference (const char *plugin, const char *paramsfile, iBase *addonobj=0) | |
| The constructor. | |
| virtual iBase * | GetAddonObject () const | 
| Get the object that the addon references. | |
| virtual const char * | GetParamsFile () const | 
| Get the file name of the params file. | |
| virtual const char * | GetPlugin () const | 
| Get the SCF name of the plugin. | |
| virtual iObject * | QueryObject () | 
| Get the iObject for this interface. | |
| void | SelfDestruct () | 
| Remove me! | |
| virtual | ~csAddonReference () | 
| The destructor. | |
Detailed Description
An object representing an addon.
Definition at line 68 of file saverref.h.
Constructor & Destructor Documentation
| csAddonReference::csAddonReference | ( | const char * | plugin, | |
| const char * | paramsfile, | |||
| iBase * | addonobj = 0 | |||
| ) | 
The constructor.
| virtual csAddonReference::~csAddonReference | ( | ) |  [virtual] | 
The destructor.
Member Function Documentation
| virtual iBase* csAddonReference::GetAddonObject | ( | ) | const  [virtual] | 
| virtual const char* csAddonReference::GetParamsFile | ( | ) | const  [virtual] | 
| virtual const char* csAddonReference::GetPlugin | ( | ) | const  [virtual] | 
| virtual iObject* csAddonReference::QueryObject | ( | ) |  [inline, virtual] | 
Get the iObject for this interface.
Implements iAddonReference.
Definition at line 91 of file saverref.h.
| void csAddonReference::SelfDestruct | ( | ) |  [inline, virtual] | 
The documentation for this class was generated from the following file:
- cstool/saverref.h
Generated for Crystal Space by doxygen 1.4.7

