Symbol: list_view_type
headers/os/interface/ListView.h
171
void _InitObject(list_view_type type);
headers/os/interface/ListView.h
196
list_view_type fListType;
headers/os/interface/ListView.h
27
list_view_type type
headers/os/interface/ListView.h
33
list_view_type type
headers/os/interface/ListView.h
37
BListView(list_view_type type
headers/os/interface/ListView.h
96
virtual void SetListType(list_view_type type);
headers/os/interface/ListView.h
97
list_view_type ListType() const;
headers/os/interface/OutlineListView.h
15
list_view_type type
headers/os/interface/OutlineListView.h
21
list_view_type type
headers/private/interface/ColumnListView.h
274
list_view_type SelectionMode() const;
headers/private/interface/ColumnListView.h
283
void SetSelectionMode(list_view_type type);
headers/private/shared/ColorListView.h
22
list_view_type type = B_SINGLE_SELECTION_LIST,
src/add-ons/mail_daemon/inbound_protocols/imap/FolderConfigWindow.cpp
202
EditListView::EditListView(const char* name, list_view_type type, uint32 flags)
src/add-ons/mail_daemon/inbound_protocols/imap/FolderConfigWindow.cpp
67
list_view_type type
src/apps/debuganalyzer/gui/table/AbstractTable.cpp
157
list_view_type
src/apps/debuganalyzer/gui/table/AbstractTable.cpp
165
AbstractTable::SetSelectionMode(list_view_type type)
src/apps/debuganalyzer/gui/table/AbstractTable.h
38
list_view_type SelectionMode() const;
src/apps/debuganalyzer/gui/table/AbstractTable.h
39
void SetSelectionMode(list_view_type type);
src/apps/icon-o-matic/generic/gui/ListViews.cpp
115
list_view_type type, uint32 resizingMode, uint32 flags)
src/apps/icon-o-matic/generic/gui/ListViews.cpp
734
BMessage* selectionChangeMessage, list_view_type type,
src/apps/icon-o-matic/generic/gui/ListViews.h
143
list_view_type type
src/apps/icon-o-matic/generic/gui/ListViews.h
47
list_view_type type = B_SINGLE_SELECTION_LIST,
src/apps/mediaplayer/playlist/ListViews.cpp
106
list_view_type type, uint32 resizingMode,
src/apps/mediaplayer/playlist/ListViews.cpp
858
list_view_type type,
src/apps/mediaplayer/playlist/ListViews.h
135
list_view_type type = B_MULTIPLE_SELECTION_LIST,
src/apps/mediaplayer/playlist/ListViews.h
46
list_view_type type = B_SINGLE_SELECTION_LIST,
src/kits/interface/ColumnListView.cpp
1060
BColumnListView::SetSelectionMode(list_view_type mode)
src/kits/interface/ColumnListView.cpp
304
void SetSelectionMode(list_view_type type);
src/kits/interface/ColumnListView.cpp
305
list_view_type SelectionMode() const;
src/kits/interface/ColumnListView.cpp
3300
OutlineView::SetSelectionMode(list_view_type mode)
src/kits/interface/ColumnListView.cpp
3307
list_view_type
src/kits/interface/ColumnListView.cpp
371
list_view_type fSelectionMode;
src/kits/interface/ColumnListView.cpp
988
list_view_type
src/kits/interface/ListView.cpp
104
BListView::BListView(list_view_type type)
src/kits/interface/ListView.cpp
1090
BListView::SetListType(list_view_type type)
src/kits/interface/ListView.cpp
1101
list_view_type
src/kits/interface/ListView.cpp
119
_InitObject((list_view_type)listType);
src/kits/interface/ListView.cpp
1607
BListView::_InitObject(list_view_type type)
src/kits/interface/ListView.cpp
87
BListView::BListView(BRect frame, const char* name, list_view_type type,
src/kits/interface/ListView.cpp
96
BListView::BListView(const char* name, list_view_type type, uint32 flags)
src/kits/interface/OutlineListView.cpp
83
list_view_type type, uint32 resizingMode, uint32 flags)
src/kits/interface/OutlineListView.cpp
90
BOutlineListView::BOutlineListView(const char* name, list_view_type type,
src/kits/shared/ColorListView.cpp
36
BColorListView::BColorListView(const char* name, list_view_type type, uint32 flags)
src/preferences/datatranslations/TranslatorListView.cpp
68
TranslatorListView::TranslatorListView(const char* name, list_view_type type)
src/preferences/datatranslations/TranslatorListView.h
36
list_view_type type = B_SINGLE_SELECTION_LIST);
src/preferences/filetypes/ApplicationTypeWindow.cpp
108
list_view_type
src/preferences/filetypes/ApplicationTypeWindow.cpp
239
list_view_type type, uint32 flags)
src/preferences/filetypes/DropTargetListView.cpp
11
list_view_type type, uint32 flags)
src/preferences/filetypes/DropTargetListView.h
15
list_view_type type = B_SINGLE_SELECTION_LIST,
src/preferences/filetypes/FileTypesWindow.cpp
116
list_view_type type = B_SINGLE_SELECTION_LIST,
src/preferences/filetypes/FileTypesWindow.cpp
247
list_view_type type, uint32 flags)
src/preferences/locale/LanguageListView.cpp
183
LanguageListView::LanguageListView(const char* name, list_view_type type)
src/preferences/locale/LanguageListView.h
67
list_view_type type);
src/preferences/mail/FilterConfigView.cpp
41
list_view_type type = B_SINGLE_SELECTION_LIST,
src/tests/servers/app/playground/ObjectWindow.cpp
78
ObjectListView(BRect frame, const char* name, list_view_type listType)