| 
    CoverArt Browser
    v2.0
    
   Browse your cover-art albums in Rhythmbox 
   | 
  
  
  
 
Public Member Functions | |
| def | __init__ | 
| def | setup_source | 
| def | whatsplayingtoggle_callback | 
| def | smallwindowbutton_callback | 
| def | entry_view_toggled | 
| def | notebook_switch_page_callback | 
| def | rating_changed_callback | 
| def | get_entry_view | 
| def | update_cover | 
| def | cover_search | 
| def | update_selection | 
Public Attributes | |
| gs | |
| entry_view_grid | |
| shell | |
| viewmgr | |
| plugin | |
| source | |
| stack | |
| entry_view_compact | |
| entry_view_full | |
| entry_view | |
| entry_view_results | |
| cover_search_pane | |
| stars | |
| viewtoggle_id | |
| smallwindowext | |
    encapulates all of the Track Pane objects
Definition at line 47 of file coverart_entryview.py.
| def coverart_entryview.EntryViewPane.notebook_switch_page_callback | ( | self, | |
| args | |||
| ) | 
Callback called when the notebook page gets switched. It initiates the cover search when the cover search pane's page is selected.
Definition at line 162 of file coverart_entryview.py.
| def coverart_entryview.EntryViewPane.rating_changed_callback | ( | self, | |
| widget | |||
| ) | 
Callback called when the Rating stars is changed
Definition at line 182 of file coverart_entryview.py.
| def coverart_entryview.EntryViewPane.update_selection | ( | self, | |
| last_selected_album, | |||
| click_count | |||
| ) | 
Update the source view when an item gets selected.
Definition at line 209 of file coverart_entryview.py.