Searched refs:SetEnabled (Results 126 - 150 of 322) sorted by relevance

1234567891011>>

/haiku/src/apps/terminal/
H A DFindWindow.cpp81 fFindLabel->SetEnabled(false);
126 fFindLabel->SetEnabled(fTextRadio->Value() == B_CONTROL_ON);
/haiku/src/preferences/filetypes/
H A DExtensionWindow.cpp138 fAcceptButton->SetEnabled(false);
183 fAcceptButton->SetEnabled(enabled);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DConnectionConfigWindow.cpp93 fConnectButton->SetEnabled(fActiveInfo->IsConfigured(settings));
153 fConnectButton->SetEnabled(false);
/haiku/src/preferences/screensaver/
H A DPasswordWindow.cpp143 fConfirmControl->SetEnabled(useNetPassword);
144 fPasswordControl->SetEnabled(useNetPassword);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp387 item->SetEnabled(property->IsEditable());
424 item->SetEnabled(property->IsEditable());
697 fPropertyM->SetEnabled(false);
700 fPropertyM->SetEnabled(false);
709 fCopyMI->SetEnabled(gotSelection);
719 fPasteMI->SetEnabled(clipboardHasData);
727 fPropertyM->SetEnabled(enableMenu);
730 fSelectM->SetEnabled(gotItems);
/haiku/src/kits/interface/
H A DSpinner.cpp178 BSpinner::SetEnabled(bool enable) function in class:BSpinner
186 BAbstractSpinner::SetEnabled(enable);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.h54 void SetEnabled(bool enabled);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DColorValueView.cpp102 // SetEnabled
104 ColorValueView::SetEnabled(bool enabled) function in class:ColorValueView
H A DIconValueView.cpp69 // SetEnabled
71 IconValueView::SetEnabled(bool enabled) function in class:IconValueView
/haiku/src/apps/resedit/
H A DBitmapView.h35 virtual void SetEnabled(bool value);
H A DInternalEditors.h35 void EnableID(const bool &value) { fIDBox->SetEnabled(value); }
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.h59 void SetEnabled(bool enabled, bool convertEnabled);
/haiku/src/bin/screen_blanker/
H A DScreenSaverWindow.cpp124 fFilter->SetEnabled(true);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPProtocol.h68 void SetEnabled(bool enabled = true);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPOptionHandler.cpp82 SetEnabled(*((uint32*)data));
/haiku/src/apps/haikudepot/ui_generic/
H A DLinkView.cpp79 LinkView::SetEnabled(bool enabled) function in class:LinkView
/haiku/headers/os/interface/
H A DOptionPopUp.h46 virtual void SetEnabled(bool enabled);
/haiku/headers/private/debugger/model/
H A DUserBreakpoint.h102 void SetEnabled(bool enabled);
/haiku/headers/private/app/
H A DLaunchRoster.h41 status_t SetEnabled(const char* name, bool enabled);
/haiku/headers/private/interface/
H A DDecimalSpinner.h37 virtual void SetEnabled(bool enable);
H A DSpinner.h37 virtual void SetEnabled(bool enable);
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp229 fEditDispositionButton->SetEnabled(false);
230 fRemoveDispositionButton->SetEnabled(false);
352 fEditDispositionButton->SetEnabled(rowCount == 1);
353 fRemoveDispositionButton->SetEnabled(rowCount > 0);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.h79 virtual void SetEnabled(bool enabled) function in class:TeamRow
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp293 fOwnerTextControl->SetEnabled(false);
294 fGroupTextControl->SetEnabled(false);
296 fOwnerTextControl->SetEnabled(true);
297 fGroupTextControl->SetEnabled(true);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp176 // SetEnabled
178 IconOptionsControl::SetEnabled(bool enable) function in class:IconOptionsControl
181 button->SetEnabled(enable);
183 BControl::SetEnabled(enable);

Completed in 126 milliseconds

1234567891011>>