Symbol: DragSortableListView
src/apps/icon-o-matic/generic/gui/ListViews.cpp
114
DragSortableListView::DragSortableListView(BRect frame, const char* name,
src/apps/icon-o-matic/generic/gui/ListViews.cpp
134
DragSortableListView::~DragSortableListView()
src/apps/icon-o-matic/generic/gui/ListViews.cpp
143
DragSortableListView::AttachedToWindow()
src/apps/icon-o-matic/generic/gui/ListViews.cpp
158
DragSortableListView::DetachedFromWindow()
src/apps/icon-o-matic/generic/gui/ListViews.cpp
165
DragSortableListView::FrameResized(float width, float height)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
172
DragSortableListView::TargetedByScrollView(BScrollView* scrollView)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
180
DragSortableListView::WindowActivated(bool active)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
189
DragSortableListView::MessageReceived(BMessage* message)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
219
DragSortableListView::KeyDown(const char* bytes, int32 numBytes)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
232
DragSortableListView::MouseDown(BPoint where)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
268
DragSortableListView::MouseMoved(BPoint where, uint32 transit, const BMessage* msg)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
310
DragSortableListView::MouseUp(BPoint where)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
325
DragSortableListView::MouseWheelChanged(float x, float y)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
341
DragSortableListView::ObjectChanged(const Observable* object)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
386
DragSortableListView::SetDragCommand(uint32 command)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
393
DragSortableListView::ModifiersChanged()
src/apps/icon-o-matic/generic/gui/ListViews.cpp
400
DragSortableListView::SetItemFocused(int32 index)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
409
DragSortableListView::AcceptDragMessage(const BMessage* message) const
src/apps/icon-o-matic/generic/gui/ListViews.cpp
416
DragSortableListView::SetDropTargetRect(const BMessage* message, BPoint where)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
446
DragSortableListView::HandleDropMessage(const BMessage* message,
src/apps/icon-o-matic/generic/gui/ListViews.cpp
449
DragSortableListView *list = NULL;
src/apps/icon-o-matic/generic/gui/ListViews.cpp
474
DragSortableListView::DoesAutoScrolling() const
src/apps/icon-o-matic/generic/gui/ListViews.cpp
481
DragSortableListView::MoveItems(BList& items, int32 index)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
512
DragSortableListView::CopyItems(BList& items, int32 index)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
540
DragSortableListView::RemoveItemList(BList& items)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
552
DragSortableListView::RemoveSelected()
src/apps/icon-o-matic/generic/gui/ListViews.cpp
568
DragSortableListView::SetSelection(Selection* selection)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
584
DragSortableListView::IndexOfSelectable(Selectable* selectable) const
src/apps/icon-o-matic/generic/gui/ListViews.cpp
591
DragSortableListView::SelectableFor(BListItem* item) const
src/apps/icon-o-matic/generic/gui/ListViews.cpp
598
DragSortableListView::SelectAll()
src/apps/icon-o-matic/generic/gui/ListViews.cpp
605
DragSortableListView::CountSelectedItems() const
src/apps/icon-o-matic/generic/gui/ListViews.cpp
615
DragSortableListView::SelectionChanged()
src/apps/icon-o-matic/generic/gui/ListViews.cpp
654
DragSortableListView::DeleteItem(int32 index)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
666
DragSortableListView::SetDropRect(BRect rect)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
673
DragSortableListView::SetDropIndex(int32 index)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
703
DragSortableListView::InvalidateDropRect()
src/apps/icon-o-matic/generic/gui/ListViews.cpp
711
DragSortableListView::SetDragMessage(const BMessage* message)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
725
DragSortableListView(frame, "playlist listview",
src/apps/icon-o-matic/generic/gui/ListViews.cpp
737
DragSortableListView(frame, name, type, resizingMode, flags),
src/apps/icon-o-matic/generic/gui/ListViews.cpp
752
DragSortableListView::DetachedFromWindow();
src/apps/icon-o-matic/generic/gui/ListViews.cpp
939
DragSortableListView::MessageReceived(message);
src/apps/icon-o-matic/generic/gui/ListViews.cpp
960
(void*)dynamic_cast<const DragSortableListView*>(this));
src/apps/icon-o-matic/generic/gui/ListViews.cpp
976
if (DragSortableListView::HandleDropMessage(message, dropIndex))
src/apps/icon-o-matic/generic/gui/ListViews.h
137
class SimpleListView : public DragSortableListView {
src/apps/icon-o-matic/generic/gui/ListViews.h
42
class DragSortableListView : public BListView,
src/apps/icon-o-matic/generic/gui/ListViews.h
45
DragSortableListView(BRect frame,
src/apps/icon-o-matic/generic/gui/ListViews.h
52
virtual ~DragSortableListView();
src/apps/mediaplayer/playlist/ListViews.cpp
105
DragSortableListView::DragSortableListView(BRect frame, const char* name,
src/apps/mediaplayer/playlist/ListViews.cpp
120
DragSortableListView::~DragSortableListView()
src/apps/mediaplayer/playlist/ListViews.cpp
127
DragSortableListView::AttachedToWindow()
src/apps/mediaplayer/playlist/ListViews.cpp
138
DragSortableListView::DetachedFromWindow()
src/apps/mediaplayer/playlist/ListViews.cpp
144
DragSortableListView::FrameResized(float width, float height)
src/apps/mediaplayer/playlist/ListViews.cpp
163
DragSortableListView::Draw( BRect updateRect )
src/apps/mediaplayer/playlist/ListViews.cpp
199
DragSortableListView::ScrollTo(BPoint where)
src/apps/mediaplayer/playlist/ListViews.cpp
211
DragSortableListView::TargetedByScrollView(BScrollView* scrollView)
src/apps/mediaplayer/playlist/ListViews.cpp
219
DragSortableListView::InitiateDrag( BPoint point, int32 index, bool )
src/apps/mediaplayer/playlist/ListViews.cpp
315
DragSortableListView::WindowActivated( bool active )
src/apps/mediaplayer/playlist/ListViews.cpp
324
DragSortableListView::MessageReceived(BMessage* message)
src/apps/mediaplayer/playlist/ListViews.cpp
327
DragSortableListView *list = NULL;
src/apps/mediaplayer/playlist/ListViews.cpp
399
DragSortableListView::KeyDown( const char* bytes, int32 numBytes )
src/apps/mediaplayer/playlist/ListViews.cpp
412
DragSortableListView::MouseDown( BPoint where )
src/apps/mediaplayer/playlist/ListViews.cpp
450
DragSortableListView::MouseMoved(BPoint where, uint32 transit, const BMessage *msg)
src/apps/mediaplayer/playlist/ListViews.cpp
490
DragSortableListView::MouseUp( BPoint where )
src/apps/mediaplayer/playlist/ListViews.cpp
505
DragSortableListView::DrawItem( BListItem *item, BRect itemFrame, bool complete )
src/apps/mediaplayer/playlist/ListViews.cpp
516
DragSortableListView::MouseWheelChanged(float x, float y)
src/apps/mediaplayer/playlist/ListViews.cpp
529
DragSortableListView::SetDragCommand(uint32 command)
src/apps/mediaplayer/playlist/ListViews.cpp
536
DragSortableListView::ModifiersChanged()
src/apps/mediaplayer/playlist/ListViews.cpp
543
DragSortableListView::SetItemFocused(int32 index)
src/apps/mediaplayer/playlist/ListViews.cpp
552
DragSortableListView::AcceptDragMessage(const BMessage* message) const
src/apps/mediaplayer/playlist/ListViews.cpp
559
DragSortableListView::SetDropTargetRect(const BMessage* message, BPoint where)
src/apps/mediaplayer/playlist/ListViews.cpp
592
DragSortableListView::SetAutoScrolling(bool enable)
src/apps/mediaplayer/playlist/ListViews.cpp
608
DragSortableListView::DoesAutoScrolling() const
src/apps/mediaplayer/playlist/ListViews.cpp
615
DragSortableListView::ScrollTo(int32 index)
src/apps/mediaplayer/playlist/ListViews.cpp
635
DragSortableListView::MoveItems(const BList& indices, int32 index)
src/apps/mediaplayer/playlist/ListViews.cpp
667
DragSortableListView::CopyItems(const BList& indices, int32 toIndex)
src/apps/mediaplayer/playlist/ListViews.cpp
697
DragSortableListView::RemoveItemList(const BList& indices)
src/apps/mediaplayer/playlist/ListViews.cpp
708
DragSortableListView::GetSelectedItems(BList& indices)
src/apps/mediaplayer/playlist/ListViews.cpp
721
DragSortableListView::RemoveSelected()
src/apps/mediaplayer/playlist/ListViews.cpp
742
DragSortableListView::RemoveAll()
src/apps/mediaplayer/playlist/ListViews.cpp
757
DragSortableListView::CountSelectedItems() const
src/apps/mediaplayer/playlist/ListViews.cpp
767
DragSortableListView::SelectAll()
src/apps/mediaplayer/playlist/ListViews.cpp
774
DragSortableListView::DeleteItem(int32 index)
src/apps/mediaplayer/playlist/ListViews.cpp
786
DragSortableListView::_SetDropAnticipationRect(BRect r)
src/apps/mediaplayer/playlist/ListViews.cpp
799
DragSortableListView::_SetDropIndex(int32 index)
src/apps/mediaplayer/playlist/ListViews.cpp
828
DragSortableListView::_RemoveDropAnticipationRect()
src/apps/mediaplayer/playlist/ListViews.cpp
836
DragSortableListView::_SetDragMessage(const BMessage* message)
src/apps/mediaplayer/playlist/ListViews.cpp
848
: DragSortableListView(frame, "playlist listview",
src/apps/mediaplayer/playlist/ListViews.cpp
860
: DragSortableListView(frame, name, type, resizingMode, flags),
src/apps/mediaplayer/playlist/ListViews.cpp
877
DragSortableListView::MessageReceived(message);
src/apps/mediaplayer/playlist/ListViews.cpp
922
message->AddPointer( "list", (void*)dynamic_cast<const DragSortableListView*>(this));
src/apps/mediaplayer/playlist/ListViews.h
129
class SimpleListView : public DragSortableListView {
src/apps/mediaplayer/playlist/ListViews.h
43
class DragSortableListView : public BListView {
src/apps/mediaplayer/playlist/ListViews.h
45
DragSortableListView(BRect frame, const char* name,
src/apps/mediaplayer/playlist/ListViews.h
51
virtual ~DragSortableListView();
src/apps/mediaplayer/playlist/PlaylistListView.cpp
431
DragSortableListView::KeyDown(bytes, numBytes);