iPodDB::MainWindow - main window of the iPodb database browser


iPodDB documentation  | view source Contained in the iPodDB distribution.

Index


NAME

Top

iPodDB::MainWindow - main window of the iPodb database browser

SYNOPSIS

Top

    my $main = iPodDB::MainWindow->new;

DESCRIPTION

Top

This is the main window of the iPodDB application to which everything is attached.

PROPERTIES

Top

preferences

An iPodDB::Preferences object

database

An iPodDB::Database object

splitter

The Wx::SplitterWindow object that holds the songlist and playlist panes

playlist

An iPodDB::Playlist object (listing of playlists)

songlist

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

status

An iPodDB::Status object

METHODS

Top

new( )

This creates the main window and all of its sub components. It will also call the load_database() method.

load_database( )

This will try to load the iPod database based on the current preferences, if no preferences are set, or the database could not be found, it will pop up the prefences dialog.

AUTHOR

Top

* Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Top


iPodDB documentation  | view source Contained in the iPodDB distribution.