Noatun API Documentation

Plugin Class Reference

#include <plugin.h>

Inheritance diagram for Plugin:

Inheritance graph
[legend]
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:
KDE Logo
This file is part of the documentation for Noatun 2.6.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 22 00:20:37 2004 by doxygen 1.3.8-20040913 written by Dimitri van Heesch, © 1997-2003