PlaylistWindow
fPlaylistWindow = new PlaylistWindow(BRect(150, 150, 500, 600), fPlaylist,
PlaylistWindow* fPlaylistWindow;
class PlaylistWindow;
PlaylistWindow::~PlaylistWindow()
PlaylistWindow::QuitRequested()
PlaylistWindow::MessageReceived(BMessage* message)
PlaylistWindow::_CreateMenu(BRect& frame)
PlaylistWindow::_ObjectChanged(const Notifier* object)
PlaylistWindow::_SavePlaylist(const BMessage* message)
PlaylistWindow::_SavePlaylist(const entry_ref& ref)
PlaylistWindow::_SavePlaylist(BEntry& origEntry, BEntry& tempEntry,
PlaylistWindow::_QueryInitialDurations()
PlaylistWindow::_UpdateTotalDuration(bigtime_t duration)
PlaylistWindow::DurationListener::DurationListener(PlaylistWindow& parent)
PlaylistWindow::DurationListener::~DurationListener()
PlaylistWindow::DurationListener::MessageReceived(BMessage* message)
PlaylistWindow::DurationListener::TotalDuration()
PlaylistWindow::DurationListener::_HandleItemAdded(PlaylistItem* item,
PlaylistWindow::DurationListener::_HandleItemRemoved(int32 index)
PlaylistWindow::PlaylistWindow(BRect frame, Playlist* playlist,
class PlaylistWindow : public BWindow {
PlaylistWindow(BRect frame,
virtual ~PlaylistWindow();
DurationListener(PlaylistWindow& parent);
PlaylistWindow& fParent;