Searched refs:DragSortableListView (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp104 // DragSortableListView class
105 DragSortableListView::DragSortableListView(BRect frame, const char* name, function in class:DragSortableListView
120 DragSortableListView::~DragSortableListView()
127 DragSortableListView::AttachedToWindow()
138 DragSortableListView::DetachedFromWindow()
144 DragSortableListView::FrameResized(float width, float height)
153 DragSortableListView::MakeFocus(bool focused)
163 DragSortableListView
[all...]
H A DListViews.h42 // DragSortableListView
43 class DragSortableListView : public BListView { class in inherits:BListView
45 DragSortableListView(BRect frame, const char* name,
51 virtual ~DragSortableListView();
72 // DragSortableListView
129 class SimpleListView : public DragSortableListView {
141 // DragSortableListView interface
H A DPlaylistListView.cpp432 DragSortableListView::KeyDown(bytes, numBytes);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp111 // #pragma mark - DragSortableListView
114 DragSortableListView::DragSortableListView(BRect frame, const char* name, function in class:DragSortableListView
134 DragSortableListView::~DragSortableListView()
143 DragSortableListView::AttachedToWindow()
158 DragSortableListView::DetachedFromWindow()
165 DragSortableListView::FrameResized(float width, float height)
172 DragSortableListView::TargetedByScrollView(BScrollView* scrollView)
180 DragSortableListView
[all...]
H A DListViews.h42 class DragSortableListView : public BListView, class in inherits:BListView,MouseWheelTarget,Observer
45 DragSortableListView(BRect frame,
52 virtual ~DragSortableListView();
73 // DragSortableListView
137 class SimpleListView : public DragSortableListView {

Completed in 50 milliseconds