iPodDB::Playlist - listing of playlists in a database


iPodDB documentation  | view source Contained in the iPodDB distribution.

Index


NAME

Top

iPodDB::Playlist - listing of playlists in a database

SYNOPSIS

Top

    my $playlists = iPodDB::Playlist->new( $frame, $songlist );
    $playlists->populate( @playlists );

DESCRIPTION

Top

This module provides a listing of the playlists in an iPod database. Clicking on a different playlist will populate the songlist it is attached to.

PROPERTIES

Top

songlist

An iPodDB::Playlist object (listing of songs in a given playlist)

METHODS

Top

new( $frame, $songlist )

This creates the list widget and makes the link to the songlist widget.

populate( @playlists )

This will populate listing and expand the tree.

select_root( )

This will select the first item in the list.

EVENTS

Top

on_item_click( )

This event will re-populate the songlist obect with the songs from the selected playlist.

AUTHOR

Top

* Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Top


iPodDB documentation  | view source Contained in the iPodDB distribution.