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

List of all members.

Public Member Functions

def __init__
def filter_changed
def get_view_icon_name
def initialise
def last_album
def last_album
def item_rightclicked_callback
def item_clicked_callback
def item_activated_callback
def item_drop_callback
def get_selected_objects
def select_and_scroll_to_path
def switch_to_view
def grab_focus
def scroll_to_album

Public Attributes

 show_policy
 view
 flow_background
 flow_appearance
 album_manager
 ext_menu_pos
 flow
 last_album

Static Public Attributes

string name = 'coverflowview'
tuple flow_background = GObject.property(type=str, default='W')
tuple flow_automatic = GObject.property(type=bool, default=False)
tuple flow_scale = GObject.property(type=int, default=100)
tuple flow_hide = GObject.property(type=bool, default=False)
tuple flow_width = GObject.property(type=int, default=600)
tuple flow_appearance = GObject.property(type=str, default='coverflow')
tuple flow_max = GObject.property(type=int, default=100)
 panedposition = PanedCollapsible.Paned.EXPAND

Detailed Description

Definition at line 59 of file coverart_coverflowview.py.


Member Function Documentation

finds what has been selected

returns an array of `Album`

Reimplemented from coverart_widgets.AbstractView.

Definition at line 300 of file coverart_coverflowview.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 215 of file coverart_coverflowview.py.

ensures main view object retains the focus

Reimplemented from coverart_widgets.AbstractView.

Definition at line 318 of file coverart_coverflowview.py.

Callback called when the flow view is double clicked. It plays the selected album

Definition at line 282 of file coverart_coverflowview.py.

Callback called when the user clicks somewhere on the flow_view.
Along with source "show_hide_pane", takes care of showing/hiding the bottom
pane after a second click on a selected album.

Definition at line 266 of file coverart_coverflowview.py.

def coverart_coverflowview.CoverFlowView.item_drop_callback (   self,
  album,
  webpath 
)
Callback called when something is dropped onto the flow view - hopefully a webpath
to a picture

Definition at line 291 of file coverart_coverflowview.py.

scroll to the album in the view

Reimplemented from coverart_widgets.AbstractView.

Definition at line 321 of file coverart_coverflowview.py.

find a path and highlight (select) that object

Reimplemented from coverart_widgets.AbstractView.

Definition at line 306 of file coverart_coverflowview.py.

def coverart_coverflowview.CoverFlowView.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 311 of file coverart_coverflowview.py.


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