Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Plugin Class Reference

#include <plugin.h>

Inheritance diagram for Plugin::

SessionManagement UserInterface List of all members.

Public Methods

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

Constructor & Destructor Documentation

Plugin::Plugin
 

virtual Plugin::~Plugin [virtual]
 


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

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:
Generated at Mon Apr 1 11:45:02 2002 for noatun by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001