Searched refs:IsEnabled (Results 76 - 100 of 139) sorted by relevance

123456

/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp168 if (message && fFormatM->IsEnabled())
286 if (fFormatMF->IsEnabled()) {
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp299 if (fUndoMI->IsEnabled())
307 if (fRedoMI->IsEnabled())
/haiku-fatelf/src/bin/desklink/
H A DVolumeControl.cpp183 if (!IsEnabled() || !Bounds().Contains(where)) {
395 if (!IsEnabled())
/haiku-fatelf/src/kits/interface/
H A DBMCPrivate.cpp141 if (!IsEnabled())
185 if (IsEnabled()) {
H A DMenuField.cpp275 if (ret == B_OK && !IsEnabled())
370 if (!fMenuBar->IsEnabled())
445 if (!fMenuBar->IsEnabled())
467 if (!IsEnabled())
634 BMenuField::IsEnabled() const function in class:BMenuField
1043 IsEnabled() ? B_DARKEN_MAX_TINT : B_DISABLED_LABEL_TINT));
H A DButton.cpp131 const bool enabled = IsEnabled();
352 if (!IsEnabled())
399 if (!IsEnabled())
H A DSlider.cpp477 if (!IsEnabled() || IsHidden())
566 if (!IsEnabled())
887 if (IsEnabled()) {
1015 if (IsEnabled()) {
1134 if (IsEnabled()) {
1802 if (IsEnabled()) {
1849 view->SetHighColor(0, 0, 0, IsEnabled() ? 100 : 50);
1936 if (IsEnabled()) {
1979 view->SetHighColor(0, 0, 0, IsEnabled() ? 80 : 40);
2013 view->SetHighColor(0, 0, 0, IsEnabled()
[all...]
H A DTextControl.cpp419 bool enabled = IsEnabled();
527 SetHighColor(IsEnabled() ? ui_color(B_CONTROL_TEXT_COLOR)
548 _UpdateTextViewColors(IsEnabled());
549 fText->MakeEditable(IsEnabled());
568 if (IsEnabled() == enabled)
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp1264 while (protocol && !protocol->IsEnabled())
1273 else if (!protocol->IsEnabled())
1282 if (!Device()->IsUp() || !protocol || !protocol->IsEnabled()
1381 if (!protocol->IsEnabled() || !IsProtocolAllowed(*protocol))
1562 if (!item || !item->IsEnabled())
H A DKPPPLCP.cpp329 if (!lcpExtension->IsEnabled())
H A DKPPPStateMachine.cpp1425 if (!optionHandler || !optionHandler->IsEnabled()) {
1455 if (optionHandler && optionHandler->IsEnabled()) {
1854 if (protocol->IsEnabled() && protocol->ActivationPhase() == Phase()) {
1882 if (protocol->IsEnabled())
/haiku-fatelf/src/apps/webpositive/support/
H A DIconButton.cpp100 if (!IsEnabled()) {
138 if (IsEnabled()) {
153 if (IsEnabled()) {
648 return ((IsEnabled() && (_HasFlags(STATE_INSIDE)
699 // IsEnabled
701 IconButton::IsEnabled() const function in class:IconButton
/haiku-fatelf/src/kits/shared/
H A DIconButton.cpp107 if (!IsEnabled()) {
140 return (IsEnabled() && (IsInside() || IsTracking()))
169 if (IsEnabled()) {
188 if (IsEnabled() && _HasFlags(STATE_PRESSED)
216 && IsEnabled());
/haiku-fatelf/src/preferences/joysticks/
H A DJoyWin.cpp165 if (item->IsEnabled()) {
467 if (!item->IsEnabled())
/haiku-fatelf/headers/os/interface/
H A DTabView.h39 bool IsEnabled() const;
/haiku-fatelf/src/add-ons/input_server/methods/pen/
H A DPenInputServerMethod.cpp108 if (!IsEnabled())
/haiku-fatelf/src/apps/bootmanager/
H A DDrivesPage.cpp129 if (!IsEnabled())
/haiku-fatelf/src/apps/cortex/ValControl/
H A DValControlDigitSegment.cpp247 if(parent()->IsEnabled()) {
/haiku-fatelf/src/apps/debugger/settings/
H A DTeamSettings.cpp64 breakpoint->IsEnabled());
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp85 if (IsEnabled()) {
100 if (IsEnabled()) {
509 return (IsEnabled() && (_HasFlags(STATE_INSIDE) || _HasFlags(STATE_TRACKING))
559 // IsEnabled
561 IconButton::IsEnabled() const function in class:IconButton
H A DIconOptionsControl.cpp134 if (!IsEnabled())
/haiku-fatelf/src/apps/webpositive/tabview/
H A DTabManager.cpp91 if (IsEnabled()) {
121 float tint = IsEnabled() ? B_DARKEN_4_TINT : B_DARKEN_1_TINT;
139 float tint = IsEnabled() ? B_DARKEN_4_TINT : B_DARKEN_1_TINT;
196 if (!IsEnabled())
/haiku-fatelf/src/preferences/cpufrequency/
H A DColorStepView.cpp165 if (IsEnabled()) {
/haiku-fatelf/src/preferences/screen/
H A DScreenWindow.cpp608 && fUserSelectedColorSpace->IsEnabled()) {
614 if (item != NULL && !item->IsEnabled()) {
621 if (item->IsEnabled()) {
630 if (item->IsEnabled())
/haiku-fatelf/src/preferences/backgrounds/
H A DBackgroundsView.cpp843 if (fPlacementMenu->IsEnabled() ^ imageEnabled)
849 if (fXPlacementText->IsEnabled() ^ textEnabled)
851 if (fYPlacementText->IsEnabled() ^ textEnabled)
921 if (fPicker->IsEnabled()
1173 if (IsEnabled() && Bounds().Contains(point)) {
1207 BCursor cursor(IsEnabled()

Completed in 234 milliseconds

123456