Home
last modified time | relevance | path

Searched refs:B_CONTROL_ON (Results 1 – 25 of 95) sorted by relevance

1234

/haiku/src/apps/terminal/
H A DFindWindow.cpp85 useSelection->SetValue(B_CONTROL_ON); in FindWindow()
87 fTextRadio->SetValue(B_CONTROL_ON); in FindWindow()
90 fForwardSearchBox->SetValue(B_CONTROL_ON); in FindWindow()
93 fMatchCaseBox->SetValue(B_CONTROL_ON); in FindWindow()
96 fMatchWordBox->SetValue(B_CONTROL_ON); in FindWindow()
126 fFindLabel->SetEnabled(fTextRadio->Value() == B_CONTROL_ON); in MessageReceived()
149 if (fTextRadio->Value() == B_CONTROL_ON) { in _SendFindMessage()
158 message.AddBool("usetext", fTextRadio->Value() == B_CONTROL_ON); in _SendFindMessage()
159 message.AddBool("forwardsearch", fForwardSearchBox->Value() == B_CONTROL_ON); in _SendFindMessage()
160 message.AddBool("matchcase", fMatchCaseBox->Value() == B_CONTROL_ON); in _SendFindMessage()
[all …]
/haiku/src/apps/expander/
H A DExpanderPreferences.cpp174 fAutoExpand->SetValue(B_CONTROL_ON); in _ReadSettings()
179 fCloseWindow->SetValue(B_CONTROL_ON); in _ReadSettings()
186 fSameDest->SetValue(B_CONTROL_ON); in _ReadSettings()
190 fDestUse->SetValue(B_CONTROL_ON); in _ReadSettings()
196 fLeaveDest->SetValue(B_CONTROL_ON); in _ReadSettings()
212 fOpenDest->SetValue(B_CONTROL_ON); in _ReadSettings()
218 fAutoShow->SetValue(B_CONTROL_ON); in _ReadSettings()
227 fAutoExpand->Value() == B_CONTROL_ON); in _WriteSettings()
229 fCloseWindow->Value() == B_CONTROL_ON); in _WriteSettings()
231 (fSameDest->Value() == B_CONTROL_ON) ? 0x63 in _WriteSettings()
[all …]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp95 if (fd == 1 && fStdoutEnabled->Value() != B_CONTROL_ON) in ConsoleOutputReceived()
97 else if (fd == 2 && fStderrEnabled->Value() != B_CONTROL_ON) in ConsoleOutputReceived()
143 fStdoutEnabled->SetValue(B_CONTROL_ON); in AttachedToWindow()
144 fStderrEnabled->SetValue(B_CONTROL_ON); in AttachedToWindow()
153 ? B_CONTROL_ON : B_CONTROL_OFF); in LoadSettings()
155 ? B_CONTROL_ON : B_CONTROL_OFF); in LoadSettings()
162 bool value = fStdoutEnabled->Value() == B_CONTROL_ON; in SaveSettings()
166 value = fStderrEnabled->Value() == B_CONTROL_ON; in SaveSettings()
235 if (info->fd == 1 && fStdoutEnabled->Value() != B_CONTROL_ON) in _HandleConsoleOutput()
237 else if (info->fd == 2 && fStderrEnabled->Value() != B_CONTROL_ON) in _HandleConsoleOutput()
/haiku/src/apps/poorman/
H A DPoorManLoggingView.h24 fLogConsole->SetValue(B_CONTROL_ON); in SetLogConsoleValue()
31 return (fLogConsole->Value() == B_CONTROL_ON); in LogConsoleValue()
37 fLogFile->SetValue(B_CONTROL_ON); in SetLogFileValue()
44 return (fLogFile->Value() == B_CONTROL_ON); in LogFileValue()
H A DPoorManSiteView.h24 fSendDir->SetValue(B_CONTROL_ON); in SetSendDirValue()
31 return (fSendDir->Value() == B_CONTROL_ON); in SendDirValue()
/haiku/src/apps/stylededit/
H A DReplaceWindow.cpp89 fCaseSensBox->SetValue(caseState ? B_CONTROL_ON : B_CONTROL_OFF); in ReplaceWindow()
90 fWrapBox->SetValue(wrapState ? B_CONTROL_ON : B_CONTROL_OFF); in ReplaceWindow()
91 fBackSearchBox->SetValue(backState ? B_CONTROL_ON : B_CONTROL_OFF); in ReplaceWindow()
124 fWrapBox->SetValue(fUIchange ? B_CONTROL_OFF : B_CONTROL_ON); in _ChangeUI()
188 message.AddBool("casesens", fCaseSensBox->Value() == B_CONTROL_ON); in _SendMessage()
189 message.AddBool("wrap", fWrapBox->Value() == B_CONTROL_ON); in _SendMessage()
190 message.AddBool("backsearch", fBackSearchBox->Value() == B_CONTROL_ON); in _SendMessage()
191 message.AddBool("allwindows", fAllWindowsBox->Value() == B_CONTROL_ON); in _SendMessage()
H A DFindWindow.cpp71 fCaseSensBox->SetValue(caseState ? B_CONTROL_ON : B_CONTROL_OFF); in FindWindow()
72 fWrapBox->SetValue(wrapState ? B_CONTROL_ON : B_CONTROL_OFF); in FindWindow()
73 fBackSearchBox->SetValue(backState ? B_CONTROL_ON : B_CONTROL_OFF); in FindWindow()
140 message.AddBool("casesens", fCaseSensBox->Value() == B_CONTROL_ON); in _SendMessage()
141 message.AddBool("wrap", fWrapBox->Value() == B_CONTROL_ON); in _SendMessage()
142 message.AddBool("backsearch", fBackSearchBox->Value() == B_CONTROL_ON); in _SendMessage()
/haiku/src/kits/tracker/
H A DAutoMounterSettings.cpp299 fAutoMountAllCheck->SetValue(B_CONTROL_ON); in _ParseSettings()
301 fAutoMountAllBFSCheck->SetValue(B_CONTROL_ON); in _ParseSettings()
303 fScanningDisabledCheck->SetValue(B_CONTROL_ON); in _ParseSettings()
306 fScanningDisabledCheck->SetValue(B_CONTROL_ON); in _ParseSettings()
309 fInitialMountAllCheck->SetValue(B_CONTROL_ON); in _ParseSettings()
312 fInitialMountRestoreCheck->SetValue(B_CONTROL_ON); in _ParseSettings()
315 fInitialMountAllBFSCheck->SetValue(B_CONTROL_ON); in _ParseSettings()
317 fInitialDontMountCheck->SetValue(B_CONTROL_ON); in _ParseSettings()
320 fEjectWhenUnmountingCheckBox->SetValue(B_CONTROL_ON); in _ParseSettings()
/haiku/src/preferences/time/
H A DClockView.cpp38 fCachedShowClock(B_CONTROL_ON), in ClockView()
120 ? B_CONTROL_ON : B_CONTROL_OFF; in MessageReceived()
127 ? B_CONTROL_ON : B_CONTROL_OFF; in MessageReceived()
134 ? B_CONTROL_ON : B_CONTROL_OFF; in MessageReceived()
141 fCachedShowClock = showClock ? B_CONTROL_ON : B_CONTROL_OFF; in MessageReceived()
156 fShowClock->SetValue(showClock ? B_CONTROL_ON : B_CONTROL_OFF); in MessageReceived()
165 showClock = fShowClock->Value() == B_CONTROL_ON; in MessageReceived()
/haiku/src/apps/mediaplayer/settings/
H A DSettingsWindow.cpp308 fSettings.autostart = fAutostartCB->Value() == B_CONTROL_ON; in ApplySettings()
310 = fCloseWindowMoviesCB->Value() == B_CONTROL_ON; in ApplySettings()
312 = fCloseWindowSoundsCB->Value() == B_CONTROL_ON; in ApplySettings()
313 fSettings.loopMovie = fLoopMoviesCB->Value() == B_CONTROL_ON; in ApplySettings()
314 fSettings.loopSound = fLoopSoundsCB->Value() == B_CONTROL_ON; in ApplySettings()
316 fSettings.useOverlays = fUseOverlaysCB->Value() == B_CONTROL_ON; in ApplySettings()
317 fSettings.scaleBilinear = fScaleBilinearCB->Value() == B_CONTROL_ON; in ApplySettings()
319 = fScaleFullscreenControlsCB->Value() == B_CONTROL_ON; in ApplySettings()
325 if (fFullVolumeBGMoviesRB->Value() == B_CONTROL_ON) { in ApplySettings()
328 } else if (fHalfVolumeBGMoviesRB->Value() == B_CONTROL_ON) { in ApplySettings()
[all …]
/haiku/src/apps/soundrecorder/
H A DUpDownButton.cpp13 fLastValue(B_CONTROL_ON) in UpDownButton()
71 SetValue(Value() == B_CONTROL_ON ? B_CONTROL_OFF : B_CONTROL_ON); in MouseDown()
94 SetValue(B_CONTROL_ON); in MouseUp()
/haiku/src/kits/interface/
H A DPictureButton.cpp195 if (Value() == B_CONTROL_ON) in Draw()
205 if (Value() == B_CONTROL_ON) in Draw()
233 SetValue(B_CONTROL_ON); in KeyDown()
237 if (Value() == B_CONTROL_ON) in KeyDown()
240 SetValue(B_CONTROL_ON); in KeyDown()
263 SetValue(B_CONTROL_ON); in MouseDown()
265 if (Value() == B_CONTROL_ON) in MouseDown()
268 SetValue(B_CONTROL_ON); in MouseDown()
280 if (Value() == B_CONTROL_ON) { in MouseUp()
301 SetValue(B_CONTROL_ON); in MouseMoved()
H A DButton.cpp177 bool wasPressed = Value() == B_CONTROL_ON; in MouseDown()
179 SetValue(wasPressed ? B_CONTROL_OFF : B_CONTROL_ON); in MouseDown()
182 SetValue(B_CONTROL_ON); in MouseDown()
201 SetValue(pressed ? B_CONTROL_ON : B_CONTROL_OFF); in MouseDown()
203 if ((Value() == B_CONTROL_ON) != inside) in MouseDown()
204 SetValue(inside ? B_CONTROL_ON : B_CONTROL_OFF); in MouseDown()
211 _Flag(FLAG_WAS_PRESSED) ? B_CONTROL_OFF : B_CONTROL_ON); in MouseDown()
244 SetValue(B_CONTROL_ON); in KeyDown()
385 SetValue(pressed ? B_CONTROL_ON : B_CONTROL_OFF); in MouseMoved()
387 if ((Value() == B_CONTROL_ON) != inside) in MouseMoved()
[all …]
H A DCheckBox.cpp356 case B_CONTROL_ON: in SetValue()
360 value = B_CONTROL_ON; in SetValue()
548 return B_CONTROL_ON; in _NextState()
550 return fPartialToOff ? B_CONTROL_OFF : B_CONTROL_ON; in _NextState()
551 case B_CONTROL_ON: in _NextState()
/haiku/src/apps/webpositive/
H A DSettingsWindow.cpp386 fShowTabsIfOnlyOnePage->SetValue(B_CONTROL_ON); in _CreateGeneralPage()
401 fShowHomeButton->SetValue(B_CONTROL_ON); in _CreateGeneralPage()
506 fUseProxyCheckBox->SetValue(B_CONTROL_ON); in _CreateProxyPage()
527 fUseProxyAuthCheckBox->SetValue(B_CONTROL_ON); in _CreateProxyPage()
600 canApply = canApply || ((fShowTabsIfOnlyOnePage->Value() == B_CONTROL_ON) in _CanApplySettings()
604 (fAutoHideInterfaceInFullscreenMode->Value() == B_CONTROL_ON) in _CanApplySettings()
609 (fAutoHidePointer->Value() == B_CONTROL_ON) in _CanApplySettings()
612 canApply = canApply || ((fShowHomeButton->Value() == B_CONTROL_ON) in _CanApplySettings()
653 canApply = canApply || ((fUseProxyCheckBox->Value() == B_CONTROL_ON) in _CanApplySettings()
662 canApply = canApply || ((fUseProxyAuthCheckBox->Value() == B_CONTROL_ON) in _CanApplySettings()
[all …]
H A DAuthenticationPanel.cpp87 m_hidePasswordCheckBox->Value() == B_CONTROL_ON); in MessageReceived()
133 m_hidePasswordCheckBox->SetValue(B_CONTROL_ON); in getAuthentication()
213 == B_CONTROL_ON; in getAuthentication()
/haiku/src/apps/mediaplayer/interface/
H A DPlayPauseButton.cpp46 if (Value() == B_CONTROL_ON) in Draw()
51 if (Value() == B_CONTROL_ON) in Draw()
68 if (Value() == B_CONTROL_ON) { in Draw()
75 || (fPlaybackState == kPaused && Value() == B_CONTROL_ON)); in Draw()
78 || (fPlaybackState == kPlaying && Value() == B_CONTROL_ON)); in Draw()
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp173 button->SetValue(B_CONTROL_ON); in CreatePageSelectionItem()
233 fAll->SetValue(B_CONTROL_ON); in AttachedToWindow()
235 range->SetValue(B_CONTROL_ON); in AttachedToWindow()
274 fDuplex->SetValue(B_CONTROL_ON); in AttachedToWindow()
293 fCollate->SetValue(B_CONTROL_ON); in AttachedToWindow()
301 fReverse->SetValue(B_CONTROL_ON); in AttachedToWindow()
327 fPreview->SetValue(B_CONTROL_ON); in AttachedToWindow()
602 checkBox->SetValue(B_CONTROL_ON); in AddCheckBox()
788 bool pageRangeEnabled = fAll->Value() != B_CONTROL_ON; in UpdateButtonEnabledState()
793 fDuplex->Value() != B_CONTROL_ON; in UpdateButtonEnabledState()
[all …]
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DBreakpointEditWindow.cpp83 if (fConditionRadio->Value() == B_CONTROL_ON) { in MessageReceived()
138 fConditionRadio->SetValue(B_CONTROL_ON); in _Init()
141 fAlwaysRadio->SetValue(B_CONTROL_ON); in _Init()
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilterConfig.cpp125 fSubjectHintCheckBox->Value() == B_CONTROL_ON); in SaveInto()
129 fAutoTrainingCheckBox->Value() == B_CONTROL_ON); in SaveInto()
133 fNoWordsMeansSpamCheckBox->Value() == B_CONTROL_ON); in SaveInto()
/haiku/src/add-ons/disk_systems/intel/
H A DPrimaryParameterEditor.cpp51 fActiveCheckBox->SetValue(active ? B_CONTROL_ON : B_CONTROL_OFF); in SetTo()
83 if (fActiveCheckBox->Value() == B_CONTROL_ON) in GetParameters()
/haiku/src/kits/mail/
H A DProtocolConfigView.cpp77 fPartialBox->SetValue(B_CONTROL_ON); in SetTo()
86 if (fPartialBox->Value() == B_CONTROL_ON) { in SaveInto()
219 "leave_mail_on_server") ? B_CONTROL_ON : B_CONTROL_OFF); in SetTo()
224 "delete_remote_when_local") ? B_CONTROL_ON : B_CONTROL_OFF); in SetTo()
344 message->FindInt32("be:value") == B_CONTROL_ON); in MessageReceived()
397 bool value = checkBox != NULL && checkBox->Value() == B_CONTROL_ON; in _StoreCheckBox()
/haiku/src/add-ons/translators/tga/
H A DTGAView.cpp110 bool ignoreAlpha = fpchkIgnoreAlpha->Value() == B_CONTROL_ON; in MessageReceived()
117 bool saveWithRLE = fpchkRLE->Value() == B_CONTROL_ON; in MessageReceived()
/haiku/src/preferences/locale/
H A DFormatSettingsView.cpp276 f24HourRadioButton->SetValue(B_CONTROL_ON); in MessageReceived()
278 f12HourRadioButton->SetValue(B_CONTROL_ON); in MessageReceived()
290 f24HourRadioButton->Value() == B_CONTROL_ON); in MessageReceived()
344 f12HourRadioButton->SetValue(B_CONTROL_ON); in Refresh()
347 f24HourRadioButton->SetValue(B_CONTROL_ON); in Refresh()
353 ? B_CONTROL_ON : B_CONTROL_OFF); in Refresh()
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DImageStopConfigView.cpp114 fStopOnImageLoad->Value() == B_CONTROL_ON, in MessageReceived()
122 fStopOnImageLoad->Value() == B_CONTROL_ON, in MessageReceived()
148 fStopOnImageLoad->Value() == B_CONTROL_ON, in MessageReceived()
317 fStopOnLoadEnabled ? B_CONTROL_ON : B_CONTROL_OFF); in _UpdateStopImageState()

1234