| modules::clBrowserInterface::Browser | Browser Interface class |
| modules::errors::ConnectionError | This exception is raised when interaction with jamendo failed for some reasion |
| modules::clDB::DB | Main Database Class |
| modules::dbthreaded::DB | Main Database Class |
| modules::dbthreaded::DB_Settings | Settings Database Class This settings-class is going to become a more powerfull settings interface than the current ConfigParser is |
| modules::clDB::DB_Settings | Settings Database Class This settings-class is going to become a more powerfull settings interface than the current ConfigParser is |
| modules::clPreferences::DefaultPrefs | This class is used only to hold several vboxes for default modules |
| modules::clEvent::EventHandler | Event itself |
| modules::clEvent::Events | Pyjama's event class is the EventHandler class interface |
| modules::clWidgets::ImageButton | A Button with an image from a file |
| modules::clJamendo::Jamendo | Module for interaction with jamendo |
| modules::errors::JamendoQueryException | From this Class any Jamendo exception derives |
| clLayouts::Layouts | Handling the Layouts |
| modules::clWidgets::ListMenu | Context menu for TreeViewList When creating a ListMenu the event 'populate_listmenu' will be raised |
| modules::clMain::main | Pyjama's main class which is passed to most modules as pyjama |
| modules::clMenu::Menu | Gtk.MenuBar with some additional functions for creating menus |
| modules::clWidgets::MouseLabel | A label sensible to mouse movements |
| modules::clWidgets::MyDialog | Dialog Class |
| modules::clWidgets::OrderCombo | Holds some basic jamendo order keywords |
| modules::clPlayerForWin::Player | Pyjama's Player class based on gstreamer0.10 |
| modules::clGstreamer010::Player | !!! WORKING !!! gst-launch-0.10 uridecodebin uri=http://upload.wikimedia.org/wikipedia/commons/4/48/Frase_de_Neil_Armstrong.ogg ! volume volume=1.0 ! equalizer-10bands band0=12.0 band1=12.0 band2=12.0 ! pulsesink |
| modules::clWidgets::PlaylistMenu | Context menu for the playlist When creating a PlaylistMenu the event 'populate_playlistmenu' will be raised |
| modules::clPlugin::PluginDialog | This Plugin Dialog holds a list of all plugins in order to give the user the opportunity to choose which plugin is going to be loaded next time |
| modules::clPlugin::Plugins | This'd fix a lot of issues with the actual plugin system class Plugin(object): def __init__(self): self.name = "Basic Plugin" self.description = "This is where every plugin comes from" self.version = "0.1" self.author = "Plugin Developer" self.license = "GPLv3" self.order = 100 self.__preferences = None |
| modules::clWidgets::ProcessDialog | Process Dialog This dialog can be used to show a dialog with a progressbar in it |
| modules::errors::QueryException | This Exception will be raised when querying the database failed |
| modules::clWidgets::Rating | Widget showing stars as raiting for an album |
| modules::clWidgets::ResultsPerPageCombo | ComboBox for setting results per page |
| modules::clSettings::settings | Main config class holds functions to access config file |
| modules::clWidgets::StatusBar | My statusbar widget |
| modules::clWidgets::StockButton | A button with a StockItem on it |
| modules::clWidgets::TagsCombo | Holds some pre-selected tags |
| modules::clPreferences::theme_selection | A theme-selection gtk.ComboBox |
| modules::errors::ToFast | This exception will be raised when the user queries jamendo to frequently (1s limit) |
| modules::clToolbar::Toolbar | A gtk.Toolbar with an additional method for setting images |
| modules::clGstreamer010::Track | The new track object replaces all those track-dicts |
| modules::clWidgets::TreeViewList | Treeview on the bottom with artist-album-tracks fields |
1.5.8