Noatun API Documentation

Plugin Class Reference

Base class for all plugins. More...

#include <plugin.h>

Inheritance diagram for Plugin:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual void init ()
virtual bool unload ()
virtual Playlistplaylist ()

Detailed Description

Base class for all plugins.

Definition at line 27 of file plugin.h.


Member Function Documentation

virtual void Plugin::init  )  [virtual]
 

called directly after the plugin, just in case you want Noatun to be "ready" with your class

virtual Playlist* Plugin::playlist  )  [inline, virtual]
 

make multiple inheritence work only needed with playlist plugins generally "return this" in here

Definition at line 52 of file plugin.h.

virtual bool Plugin::unload  )  [virtual]
 

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:
KDE Logo
This file is part of the documentation for Noatun 2.6.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Oct 21 23:49:48 2004 by doxygen 1.3.8-20040913 written by Dimitri van Heesch, © 1997-2003