#include <plugin.h>
Inheritance diagram for Plugin:

Public Member Functions | |
| Plugin () | |
| virtual | ~Plugin () |
| virtual void | init () |
| virtual bool | unload () |
| virtual Playlist * | playlist () |
|
|
|
|
|
|
|
|
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 |
1.3-rc3