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

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

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

An iPodDB::Preferences object
An iPodDB::Database object
The Wx::SplitterWindow object that holds the songlist and playlist panes
An iPodDB::Playlist object (listing of playlists)
An iPodDB::Songlist object (listing of songs in a given playlist)
An iPodDB::Menu object
An iPodDB::Status object

This creates the main window and all of its sub components. It will also call the load_database() method.
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.


Copyright 2004 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.