Symbol: GroupListView
src/apps/switcher/GroupListView.cpp
134
GroupListView::SetItemRenderer(ListItemRenderer* renderer)
src/apps/switcher/GroupListView.cpp
142
GroupListView::SetGroupRenderer(ListItemRenderer* renderer)
src/apps/switcher/GroupListView.cpp
150
GroupListView::SetSelectionMessage(BMessage* message, BMessenger target)
src/apps/switcher/GroupListView.cpp
158
GroupListView::AttachedToWindow()
src/apps/switcher/GroupListView.cpp
164
GroupListView::MessageReceived(BMessage* message)
src/apps/switcher/GroupListView.cpp
175
GroupListView::MouseDown(BPoint point)
src/apps/switcher/GroupListView.cpp
201
GroupListView::Draw(BRect updateRect)
src/apps/switcher/GroupListView.cpp
208
GroupListView::_Draw(BLayoutItem* item, BRect updateRect)
src/apps/switcher/GroupListView.cpp
228
GroupListView::_ItemAt(BLayoutItem* item, BPoint point)
src/apps/switcher/GroupListView.cpp
68
GroupListView::GroupListView(const char* name, GroupListModel* model,
src/apps/switcher/GroupListView.cpp
82
GroupListView::~GroupListView()
src/apps/switcher/GroupListView.cpp
92
GroupListView::SetModel(GroupListModel* model)
src/apps/switcher/GroupListView.h
39
class GroupListView : public BView {
src/apps/switcher/GroupListView.h
41
GroupListView(const char* name,
src/apps/switcher/GroupListView.h
45
virtual ~GroupListView();
src/apps/switcher/WindowsView.cpp
291
fListView = new GroupListView("list", new WindowModel(team),
src/apps/switcher/WindowsView.h
12
class GroupListView;
src/apps/switcher/WindowsView.h
28
GroupListView* fListView;