Symbol: SimpleListView
src/apps/icon-o-matic/generic/gui/ListViews.cpp
723
SimpleListView::SimpleListView(BRect frame, BMessage* selectionChangeMessage)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
733
SimpleListView::SimpleListView(BRect frame, const char* name,
src/apps/icon-o-matic/generic/gui/ListViews.cpp
743
SimpleListView::~SimpleListView()
src/apps/icon-o-matic/generic/gui/ListViews.cpp
750
SimpleListView::DetachedFromWindow()
src/apps/icon-o-matic/generic/gui/ListViews.cpp
758
SimpleListView::Draw(BRect updateRect)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
802
SimpleListView::InitiateDrag(BPoint where, int32 index, bool)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
904
SimpleListView::MessageReceived(BMessage* message)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
946
SimpleListView::CloneItem(int32 atIndex) const
src/apps/icon-o-matic/generic/gui/ListViews.cpp
956
SimpleListView::MakeDragMessage(BMessage* message) const
src/apps/icon-o-matic/generic/gui/ListViews.cpp
973
SimpleListView::HandleDropMessage(const BMessage* message, int32 dropIndex)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
988
SimpleListView::HandlePaste(const BMessage* archive)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
995
SimpleListView::_MakeEmpty()
src/apps/icon-o-matic/generic/gui/ListViews.h
137
class SimpleListView : public DragSortableListView {
src/apps/icon-o-matic/generic/gui/ListViews.h
139
SimpleListView(BRect frame,
src/apps/icon-o-matic/generic/gui/ListViews.h
141
SimpleListView(BRect frame, const char* name,
src/apps/icon-o-matic/generic/gui/ListViews.h
148
~SimpleListView();
src/apps/icon-o-matic/generic/gui/stateview/StateView.cpp
47
if (dynamic_cast<SimpleListView*>(*target))
src/apps/icon-o-matic/generic/gui/stateview/StateView.cpp
62
if (dynamic_cast<SimpleListView*>(*target))
src/apps/icon-o-matic/gui/PathListView.cpp
281
SimpleListView(frame, name, NULL, B_SINGLE_SELECTION_LIST),
src/apps/icon-o-matic/gui/PathListView.cpp
314
SimpleListView::SelectionChanged();
src/apps/icon-o-matic/gui/PathListView.cpp
335
SimpleListView::MouseDown(where);
src/apps/icon-o-matic/gui/PathListView.cpp
365
SimpleListView::MouseDown(where);
src/apps/icon-o-matic/gui/PathListView.cpp
495
SimpleListView::MessageReceived(message);
src/apps/icon-o-matic/gui/PathListView.h
36
class PathListView : public SimpleListView,
src/apps/icon-o-matic/gui/ShapeListView.cpp
126
SimpleListView(frame, name, NULL, B_MULTIPLE_SELECTION_LIST),
src/apps/icon-o-matic/gui/ShapeListView.cpp
151
SimpleListView::SelectionChanged();
src/apps/icon-o-matic/gui/ShapeListView.cpp
239
SimpleListView::MessageReceived(message);
src/apps/icon-o-matic/gui/ShapeListView.h
38
class ShapeListView : public SimpleListView,
src/apps/icon-o-matic/gui/StyleListView.cpp
259
SimpleListView(frame, name, NULL, B_SINGLE_SELECTION_LIST),
src/apps/icon-o-matic/gui/StyleListView.cpp
364
SimpleListView::MessageReceived(message);
src/apps/icon-o-matic/gui/StyleListView.cpp
373
SimpleListView::SelectionChanged();
src/apps/icon-o-matic/gui/StyleListView.cpp
394
SimpleListView::MouseDown(where);
src/apps/icon-o-matic/gui/StyleListView.cpp
420
SimpleListView::MouseDown(where);
src/apps/icon-o-matic/gui/StyleListView.h
34
class StyleListView : public SimpleListView, public ContainerListener<Style> {
src/apps/icon-o-matic/gui/TransformerListView.cpp
113
: SimpleListView(frame, name,
src/apps/icon-o-matic/gui/TransformerListView.cpp
137
SimpleListView::Draw(updateRect);
src/apps/icon-o-matic/gui/TransformerListView.cpp
175
SimpleListView::SelectionChanged();
src/apps/icon-o-matic/gui/TransformerListView.cpp
228
SimpleListView::MessageReceived(message);
src/apps/icon-o-matic/gui/TransformerListView.h
30
class TransformerListView : public SimpleListView,
src/apps/mediaplayer/playlist/ListViews.cpp
847
SimpleListView::SimpleListView(BRect frame, BMessage* selectionChangeMessage)
src/apps/mediaplayer/playlist/ListViews.cpp
856
SimpleListView::SimpleListView(BRect frame, const char* name,
src/apps/mediaplayer/playlist/ListViews.cpp
866
SimpleListView::~SimpleListView()
src/apps/mediaplayer/playlist/ListViews.cpp
873
SimpleListView::MessageReceived( BMessage* message)
src/apps/mediaplayer/playlist/ListViews.cpp
884
SimpleListView::SelectionChanged()
src/apps/mediaplayer/playlist/ListViews.cpp
895
SimpleListView::CloneItem(int32 atIndex) const
src/apps/mediaplayer/playlist/ListViews.cpp
905
SimpleListView::DrawListItem(BView* owner, int32 index, BRect frame) const
src/apps/mediaplayer/playlist/ListViews.cpp
919
SimpleListView::MakeDragMessage(BMessage* message) const
src/apps/mediaplayer/playlist/ListViews.h
129
class SimpleListView : public DragSortableListView {
src/apps/mediaplayer/playlist/ListViews.h
131
SimpleListView(BRect frame,
src/apps/mediaplayer/playlist/ListViews.h
133
SimpleListView(BRect frame, const char* name,
src/apps/mediaplayer/playlist/ListViews.h
139
~SimpleListView();
src/apps/mediaplayer/playlist/PlaylistListView.cpp
229
SimpleListView(frame, "playlist listview", NULL),
src/apps/mediaplayer/playlist/PlaylistListView.cpp
268
SimpleListView::AttachedToWindow();
src/apps/mediaplayer/playlist/PlaylistListView.cpp
322
SimpleListView::MessageReceived(message);
src/apps/mediaplayer/playlist/PlaylistListView.cpp
329
SimpleListView::MessageReceived(message);
src/apps/mediaplayer/playlist/PlaylistListView.cpp
377
SimpleListView::MouseDown(where);
src/apps/mediaplayer/playlist/PlaylistListView.h
22
class PlaylistListView : public SimpleListView {