CoverArt Browser  v2.0
Browse your cover-art albums in Rhythmbox
coverart_artistview.ArtistView Class Reference
Inheritance diagram for coverart_artistview.ArtistView:
coverart_widgets.AbstractView

List of all members.

Public Member Functions

def __init__
def initialise
def cover_search_menu_item_callback
def pre_popup_menu_callback
def get_view_icon_name
def switch_to_coverpane
def get_selected_objects
def switch_to_view
def scroll_to_album
def do_update_toolbar
def on_drag_drop
def on_drag_data_received
def on_drag_data_get
def on_drag_begin
def get_default_manager

Public Attributes

 gs
 show_policy
 view
 view_name
 album_manager
 shell
 artist_manager
 artist_popup_menu

Static Public Attributes

string name = 'artistview'
tuple icon_automatic = GObject.property(type=bool, default=True)
 panedposition = PanedCollapsible.Paned.COLLAPSE

Detailed Description

Definition at line 779 of file coverart_artistview.py.


Member Function Documentation

    called when update-toolbar signal is emitted
    by default the toolbar objects are made visible

Reimplemented from coverart_widgets.AbstractView.

Definition at line 1108 of file coverart_artistview.py.

the default manager for this view is the artist_manager

Reimplemented from coverart_widgets.AbstractView.

Definition at line 1198 of file coverart_artistview.py.

def coverart_artistview.ArtistView.get_selected_objects (   self,
  just_artist = False 
)
finds what has been selected

returns an array of `Album`

Definition at line 1065 of file coverart_artistview.py.

every view should have an icon - subject to removal
since we'll probably just have text buttons for the view

Reimplemented from coverart_widgets.AbstractView.

Definition at line 1026 of file coverart_artistview.py.

def coverart_artistview.ArtistView.on_drag_begin (   self,
  widget,
  context 
)
Callback called when the drag-drop from coverview has started
Changes the drag icon as appropriate

Definition at line 1183 of file coverart_artistview.py.

def coverart_artistview.ArtistView.on_drag_data_get (   self,
  widget,
  drag_context,
  data,
  info,
  time 
)
Callback called when the drag destination (playlist) has
requested what album (icon) has been dragged

Definition at line 1168 of file coverart_artistview.py.

def coverart_artistview.ArtistView.on_drag_data_received (   self,
  widget,
  drag_context,
  x,
  y,
  data,
  info,
  time 
)
Callback called when the drag source has prepared the data (pixbuf)
for us to use.

Definition at line 1138 of file coverart_artistview.py.

def coverart_artistview.ArtistView.on_drag_drop (   self,
  widget,
  context,
  x,
  y,
  time 
)
Callback called when a drag operation finishes over the view
of the source. It decides if the dropped item can be processed as
an image to use as a cover.

Definition at line 1114 of file coverart_artistview.py.

  callback when artist popup menu is about to be displayed

Definition at line 951 of file coverart_artistview.py.

scroll to the album in the view

Reimplemented from coverart_widgets.AbstractView.

Definition at line 1093 of file coverart_artistview.py.

def coverart_artistview.ArtistView.switch_to_coverpane (   self,
  cover_search_pane 
)
called from the source to update the coverpane when
it is switched from the track pane
This overrides the base method

Reimplemented from coverart_widgets.AbstractView.

Definition at line 1051 of file coverart_artistview.py.

def coverart_artistview.ArtistView.switch_to_view (   self,
  source,
  album 
)
ensures that when the user toggles to a view stuff remains
consistent

Reimplemented from coverart_widgets.AbstractView.

Definition at line 1087 of file coverart_artistview.py.


The documentation for this class was generated from the following file:
 All Classes Functions