| Freevo Plugin Writing HOWTO: Writing your own plugins for Freevo | ||
|---|---|---|
| Prev | Chapter 4. Notes for writing a plugin | Next | 
You will need to import other parts of Freevo do make your plugin work. Most common are the following modules:
Table 4-1. Module list
| config | Basic configuration of Freevo. This also contains the settings from local_conf.py. | 
| plugin | This contains all basic classes and functions for the plugin interface. | 
| event | Some pre-defined events and the class Eventto build your own events. | 
| menu | Contains the class Menuto create
		  menus for the plugin. This module also conatinsMenuItem, a pre-defined item to put in
		  a menu | 
| item | This module contains the basic Itemclass to put into a menu. | 
| rc | Functions for putting an event into the event queue |