Searched refs:fTransparentSelection (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/tracker/
H A DTrackerSettings.cpp75 BooleanValueSetting* fTransparentSelection; member in class:TTrackerState
137 fTransparentSelection(NULL),
167 fTransparentSelection(NULL),
228 Add(fTransparentSelection
497 return gTrackerState.fTransparentSelection->Value();
504 gTrackerState.fTransparentSelection->SetValue(enabled);
H A DSettingsViews.cpp417 fTransparentSelection(kDefaultTransparentSelection),
696 if (settings.TransparentSelection() != fTransparentSelection) {
697 settings.SetTransparentSelection(fTransparentSelection);
699 "TransparentSelection", fTransparentSelection);
758 fTransparentSelection = settings.TransparentSelection();
774 || fTransparentSelection != settings.TransparentSelection()
H A DSettingsViews.h131 bool fTransparentSelection; member in class:BPrivate::WindowsSettingsView
H A DPoseView.h795 bool fTransparentSelection : 1;
H A DPoseView.cpp297 fTransparentSelection = TrackerSettings().TransparentSelection();
2658 fTransparentSelection = transparentSelection;
2660 fTransparentSelection);
7145 if (!fTransparentSelection) {
7179 if (!fTransparentSelection) {
7203 if (!fTransparentSelection) {
7253 if (!fTransparentSelection) {
9190 if (fTransparentSelection && fSelectionRectInfo.rect.IsValid()) {

Completed in 116 milliseconds