Searched refs:PlaylistListView (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp7 #include "PlaylistListView.h"
39 #define B_TRANSLATION_CONTEXT "MediaPlayer-PlaylistListView"
66 class PlaylistListView::Item : public SimpleItem,
95 PlaylistListView::Item::Item(PlaylistItem* item)
104 PlaylistListView::Item::~Item()
111 PlaylistListView::Item::Draw(BView* owner, BRect frame, const font_height& fh,
206 PlaylistListView::Item::ItemChanged(const PlaylistItem* item)
215 PlaylistListView::Item::Draw(BView* owner, BRect frame, uint32 flags)
226 PlaylistListView::PlaylistListView(BRec function in class:PlaylistListView
[all...]
H A DPlaylistListView.h22 class PlaylistListView : public SimpleListView { class in inherits:SimpleListView
24 PlaylistListView(BRect frame,
28 virtual ~PlaylistListView();
45 // PlaylistListView
H A DPlaylistWindow.h26 class PlaylistListView;
92 PlaylistListView* fListView;
H A DPlaylistWindow.cpp39 #include "PlaylistListView.h"
96 fListView = new PlaylistListView(frame, playlist, controller,

Completed in 110 milliseconds