Searched refs:IsEnabled (Results 1 - 25 of 158) sorted by relevance

1234567

/haiku/headers/os/net/
H A DNetDebug.h46 static bool IsEnabled();
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPanelFitter.h19 bool IsEnabled();
/haiku/src/preferences/network/
H A DServiceView.cpp61 fWasEnabled = IsEnabled();
73 return IsEnabled() != fWasEnabled;
123 ServiceView::IsEnabled() const function in class:ServiceView
152 if (IsEnabled())
166 fEnableButton->SetLabel(IsEnabled()
H A DServiceView.h38 virtual bool IsEnabled() const;
H A DServiceListItem.cpp96 fEnabled = IsEnabled();
117 fEnabled = IsEnabled();
125 ServiceListItem::IsEnabled() function in class:ServiceListItem
H A DServiceListItem.h39 virtual bool IsEnabled();
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputServerMethod.h32 bool IsEnabled() const { return fEnabled; }; function in class:PenInputServerMethod
/haiku/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.h30 bool IsEnabled() const { return fEnabled; }; function in class:DictionaryInputServerMethod
/haiku/src/apps/mediaconverter/
H A DMediaFileListView.h41 bool IsEnabled() const;
H A DMediaFileListView.cpp70 MediaFileListView::IsEnabled() const function in class:MediaFileListView
94 if (IsEnabled()) {
/haiku/src/preferences/repositories/
H A DRepoRow.h33 bool IsEnabled() { return fEnabled; } function in class:RepoRow
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.h45 bool IsEnabled() const function in class:PropertyItemView
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPLCPExtension.h42 bool IsEnabled() const function in class:KPPPLCPExtension
/haiku/src/kits/debugger/settings/
H A DBreakpointSetting.h43 bool IsEnabled() const { return fEnabled; } function in class:BreakpointSetting
/haiku/headers/private/debugger/model/
H A DWatchpoint.h28 bool IsEnabled() const { return fEnabled; } function in class:Watchpoint
/haiku/src/add-ons/disk_systems/intel/
H A DPrimaryParameterEditor.cpp63 if (fActiveCheckBox->IsEnabled()) {
/haiku/src/apps/mediaplayer/interface/
H A DSeekSlider.cpp75 if (IsEnabled())
97 if (!IsEnabled())
109 if (IsEnabled())
185 if (!IsEnabled())
/haiku/src/add-ons/network_settings/dialup/
H A DIPCPAddon.h33 bool IsEnabled() const function in class:IPCPAddon
77 bool IsEnabled() const function in class:IPCPView
H A DIPCPAddon.cpp157 *settings = fIsEnabled != fIPCPView->IsEnabled();
170 if(!fIPCPView->IsEnabled())
294 fIsEnabled->SetValue(Addon()->IsEnabled() || Addon()->IsNew());
329 fIPAddress->SetEnabled(IsEnabled());
330 fPrimaryDNS->SetEnabled(IsEnabled());
331 fSecondaryDNS->SetEnabled(IsEnabled());
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointsView.cpp195 if (breakpoint->IsEnabled())
207 if (watchpoint->IsEnabled())
282 if (action == MSG_ENABLE_BREAKPOINT && !breakpoint->IsEnabled())
285 && breakpoint->IsEnabled()) {
291 if (action == MSG_ENABLE_BREAKPOINT && !watchpoint->IsEnabled())
294 && watchpoint->IsEnabled()) {
/haiku/src/apps/deskbar/
H A DInlineScrollView.cpp32 bool IsEnabled() const { return fEnabled; }; function in class:ScrollArrow
126 if (IsEnabled())
145 if (!IsEnabled())
190 if (IsEnabled())
210 if (!IsEnabled())
255 if (IsEnabled())
274 if (!IsEnabled())
318 if (IsEnabled())
338 if (!IsEnabled())
/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.cpp166 if(parent()->IsEnabled() && parent()->IsFocus())
201 if (!parent()->IsEnabled())
245 if (!parent()->IsEnabled())
/haiku/src/kits/interface/
H A DSpinner.cpp180 if (IsEnabled() == enable)
237 SetIncrementEnabled(IsEnabled() && value < fMaxValue);
238 SetDecrementEnabled(IsEnabled() && value > fMinValue);
H A DMenuWindow.cpp29 bool IsEnabled() const;
88 BMenuScroller::IsEnabled() const function in class:BMenuScroller
118 if (IsEnabled())
150 if (IsEnabled())
437 if (fLowerScroller->IsEnabled() && lowerFrame.Contains(cursor))
439 else if (fUpperScroller->IsEnabled() && upperFrame.Contains(cursor))
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp98 if (!IsEnabled())
122 if (!IsEnabled() || !fDragging)
132 if (!IsEnabled() || numBytes <= 0) {
171 if (!IsEnabled())
249 if (enabled == IsEnabled())
305 if (!IsEnabled()) {

Completed in 249 milliseconds

1234567