Searched refs:fSelectionMode (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/showimage/
H A DShowImageView.h82 { return fSelectionMode; }
204 bool fSelectionMode; member in class:ShowImageView
H A DShowImageView.cpp195 fSelectionMode(false),
1128 && (fSelectionMode
1489 fSelectionMode = selectionMode;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp383 bool fSelectionMode; member in class:SourceView::TextView
1108 fSelectionMode(false),
1370 fSelectionMode = true;
1373 fSelectionMode = true;
1376 fSelectionMode = true;
1422 if (fSelectionMode) {
1504 fSelectionMode = false;
/haiku/src/kits/interface/
H A DColumnListView.cpp364 list_view_type fSelectionMode; member in class:BPrivate::OutlineView
3209 fSelectionMode(B_MULTIPLE_SELECTION_LIST),
3259 fSelectionMode = mode;
3266 return fSelectionMode;
3293 if (fSelectionMode == B_SINGLE_SELECTION_LIST)
3800 && fSelectionMode == B_MULTIPLE_SELECTION_LIST) {
3815 if (fSelectionMode == B_SINGLE_SELECTION_LIST)
4164 || fSelectionMode == B_SINGLE_SELECTION_LIST) {
4249 if (selectRange && fSelectionMode == B_MULTIPLE_SELECTION_LIST)
4260 if (fSelectionMode
[all...]

Completed in 72 milliseconds