Plugin Class Reference
Base class for all plugins. More...
#include <plugin.h>
Inheritance diagram for Plugin:

Public Member Functions | |
| virtual void | init () |
| virtual bool | unload () |
| virtual Playlist * | playlist () |
Detailed Description
Base class for all plugins.
Definition at line 27 of file plugin.h.
Member Function Documentation
|
|
called directly after the plugin, just in case you want Noatun to be "ready" with your class |
|
|
make multiple inheritence work only needed with playlist plugins generally "return this" in here |
|
|
unload the plugin if it returns true, return from your function immediately and don't access members of this TODO |
The documentation for this class was generated from the following file:
