Searched refs:SetEnabled (Results 276 - 300 of 322) sorted by relevance

<<111213

/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp218 // SetEnabled
220 PopupSlider::SetEnabled(bool enable) function in class:PopupSlider
231 // SetEnabled
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp341 item->SetEnabled(false);
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp270 item->SetEnabled(false);
H A DURLInputGroup.cpp244 cutItem->SetEnabled(canCutOrCopy);
245 copyItem->SetEnabled(canCutOrCopy);
246 pasteItem->SetEnabled(canPaste);
247 clearItem->SetEnabled(strlen(Text()) > 0);
/haiku/headers/os/interface/
H A DMenu.h112 virtual void SetEnabled(bool enable);
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp404 fUndoMI->SetEnabled(fDocument->CommandStack()->GetUndoName(temp));
416 fRedoMI->SetEnabled(fDocument->CommandStack()->GetRedoName(temp));
1305 fUndoMI->SetEnabled(false);
1306 fRedoMI->SetEnabled(false);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp778 item->SetEnabled(hasSelection);
783 item->SetEnabled(hasSelection);
788 item->SetEnabled(hasSelection);
793 item->SetEnabled(hasSelection);
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp115 fLaunchAndMakeDefaultButton->SetEnabled(false);
524 fLaunchAndMakeDefaultButton->SetEnabled(on);
531 fLaunchButton->SetEnabled(on);
1336 item->SetEnabled(false);
H A DUtilities.cpp809 _inherited::SetEnabled(false);
819 TitledSeparatorItem::SetEnabled(bool) function in class:TitledSeparatorItem
1374 item->SetEnabled(on);
1392 item->SetEnabled(on);
H A DUtilities.h340 virtual void SetEnabled(bool state);
/haiku/src/apps/mail/
H A DPrefs.cpp170 fRevert->SetEnabled(false);
530 fRevert->SetEnabled(changed);
622 item->SetEnabled(false);
/haiku/src/kits/interface/
H A DMenuField.cpp650 BMenuField::SetEnabled(bool on) function in class:BMenuField
656 fMenuBar->SetEnabled(on);
1256 SetEnabled(!disable);
H A DTabView.cpp72 SetEnabled(true);
74 SetEnabled(!disable);
186 BTab::SetEnabled(bool enable) function in class:BTab
H A DChannelSlider.cpp504 BChannelSlider::SetEnabled(bool on) function in class:BChannelSlider
506 BChannelControl::SetEnabled(on);
H A DTextControl.cpp694 BTextControl::SetEnabled(bool enable) function in class:BTextControl
712 BControl::SetEnabled(enable);
H A DMenu.cpp1062 BMenu::SetEnabled(bool enable) function in class:BMenu
1070 Supermenu()->SetEnabled(enable);
1073 fSuperitem->SetEnabled(enable);
1711 SetEnabled(isEnabled);
1905 item->SetEnabled(isEnabled);
/haiku/src/kits/app/
H A DLaunchRoster.cpp225 BLaunchRoster::SetEnabled(const char* name, bool enable) function in class:BLaunchRoster
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerSettings.cpp311 input->SetEnabled(fInputSetting[index].FindBool("InputIsEnabled"));
/haiku/src/servers/launch/
H A DJob.cpp113 Job::SetEnabled(bool enable) function in class:Job
H A DLaunchDaemon.cpp897 job->SetEnabled(true);
929 job->SetEnabled(enable);
1604 job->SetEnabled(!message.GetBool("disabled", !job->IsEnabled()));
1838 job->SetEnabled(false);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp513 item->SetEnabled(enabled);
598 item->SetEnabled(enable);
753 fGoToPageMenu->SetEnabled(pages > 1);
1620 fResetRatingItem->SetEnabled(rating > 0);
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp160 fWindowBorder->SetEnabled(false);
271 fWindowBorder->SetEnabled(fGrabActiveWindow);
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp835 fDefaultsButton->SetEnabled(
837 fRevertButton->SetEnabled(fCurrentMap != fPreviousMap);
/haiku/src/kits/shared/
H A DIconButton.cpp631 BIconButton::SetEnabled(bool enabled) function in class:BPrivate::BIconButton
633 BControl::SetEnabled(enabled);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp486 item->SetEnabled(false);
493 item->SetEnabled(false);
500 item->SetEnabled(false);

Completed in 204 milliseconds

<<111213