iPodDB::Menu::File - the file menu


iPodDB documentation  | view source Contained in the iPodDB distribution.

Index


NAME

Top

iPodDB::Menu::File - the file menu

SYNOPSIS

Top

    my $file = iPodDB::Menu::File->new( $frame );

DESCRIPTION

Top

This is the File menu portion of the menu bar. It is also a popup menu when a user right-clicks a song.

METHODS

Top

new( $frame )

Creates the menu and sets up the callbacks when menu items are clicked.

EVENTS

Top

on_copyto( )

When the "Copy To..." option is selected this event is triggered. It will popup a dialog asking the user to select a destination directory, then a progress dialog to show them the progress of the copy operation.

on_copy( )

When the "Copy" option is selected this event is triggered. It simply copies the list of selected files to the clipboard. Thus, a user can do a paste operation in to any folder they desire.

AUTHOR

Top

* Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Top


iPodDB documentation  | view source Contained in the iPodDB distribution.