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 Member Functions

 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

Definition at line 50 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:
Generated on Sat May 24 15:10:28 2003 for Noatun by doxygen1.3-rc3