Home
last modified time | relevance | path

Searched refs:RadioState (Results 1 – 17 of 17) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/commands/
H A DRadioState.java43 public class RadioState extends ToggleState { class
61 private RadioState active = null;
67 private Set<RadioState> members = null;
77 private final void activateMember(final RadioState state) { in activateMember()
92 private final void addMember(final RadioState state) { in addMember()
114 activateMember((RadioState) state); in handleStateChange()
126 private final void removeMember(final RadioState state) { in removeMember()
156 final RadioState state) { in activateGroup()
177 final RadioState state) { in registerState()
200 final RadioState state) { in unregisterState()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Devices/Radios/
H A Dmod.rs79 pub fn State(&self) -> ::windows::runtime::Result<RadioState> { in State() argument
82 let mut result__: RadioState = ::std::mem::zeroed(); in State()
229 pub struct RadioState(pub i32); struct
230 impl RadioState { impl
231 pub const Unknown: RadioState = RadioState(0i32);
232 pub const On: RadioState = RadioState(1i32);
233 pub const Off: RadioState = RadioState(2i32);
234 pub const Disabled: RadioState = RadioState(3i32);
236 impl ::std::convert::From<i32> for RadioState { implementation
241 unsafe impl ::windows::runtime::Abi for RadioState { implementation
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/commands/
H A DRadioStateTest.java25 import org.eclipse.ui.handlers.RadioState;
70 .getParameter(RadioState.PARAMETER_ID), "value1"); in testRadioValues()
82 .getParameter(RadioState.PARAMETER_ID), "value2"); in testRadioValues()
133 …Parameterization radioParam1a = new Parameterization(command1.getParameter(RadioState.PARAMETER_ID… in testMultipleContributions()
136 …Parameterization radioParam2a = new Parameterization(command1.getParameter(RadioState.PARAMETER_ID… in testMultipleContributions()
139 …Parameterization radioParam3a = new Parameterization(command1.getParameter(RadioState.PARAMETER_ID… in testMultipleContributions()
151 …Parameterization radioParam1b = new Parameterization(command1.getParameter(RadioState.PARAMETER_ID… in testMultipleContributions()
154 …Parameterization radioParam2b = new Parameterization(command1.getParameter(RadioState.PARAMETER_ID… in testMultipleContributions()
157 …Parameterization radioParam3b = new Parameterization(command1.getParameter(RadioState.PARAMETER_ID… in testMultipleContributions()
211 State state = command.getState(RadioState.STATE_ID); in assertState()
H A DRadioStateHandler.java20 import org.eclipse.ui.handlers.RadioState;
37 String currentState = event.getParameter(RadioState.PARAMETER_ID); in execute()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Devices/Radios/
H A Dmod.rs35 pub struct RadioState(pub i32); struct
36 impl RadioState { impl
42 impl ::core::marker::Copy for RadioState {} implementation
43 impl ::core::clone::Clone for RadioState { implementation
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/test/
H A Dfake_radio_winrt.h30 ABI::Windows::Devices::Radios::RadioState value,
42 ABI::Windows::Devices::Radios::RadioState* value) override;
53 ABI::Windows::Devices::Radios::RadioState state_ =
H A Dfake_radio_winrt.cc23 using ABI::Windows::Devices::Radios::RadioState;
38 RadioState value, in SetStateAsync()
72 HRESULT FakeRadioWinrt::get_State(RadioState* value) { in get_State()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/handlers/
H A DRegistryRadioState.java21 import org.eclipse.jface.commands.RadioState;
48 public final class RegistryRadioState extends RadioState implements IExecutableExtension {
H A DRadioState.java44 public final class RadioState extends PersistentState implements IExecutableExtension { class
59 public RadioState() { in RadioState() method in RadioState
H A DHandlerUtil.java610 String parameter = event.getParameter(RadioState.PARAMETER_ID); in matchesRadioState()
615 State state = command.getState(RadioState.STATE_ID); in matchesRadioState()
635 State state = command.getState(RadioState.STATE_ID); in updateRadioState()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/menus/
H A DIMenuStateIds.java18 import org.eclipse.jface.commands.RadioState;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/
H A DHandlerProxy.java41 import org.eclipse.ui.handlers.RadioState;
430 Object parameter = parameters.get(RadioState.PARAMETER_ID); in updateElement()
452 } else if (state.getId().equals(RadioState.STATE_ID)) { in handleStateChange()
H A DCommandLegacyActionWrapper.java35 import org.eclipse.jface.commands.RadioState;
256 if (state instanceof RadioState) { in getStyle()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/
H A DLegacyActionPersistence.java35 import org.eclipse.jface.commands.RadioState;
228 final State state = new RadioState(); in convertActionToCommand()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_adapter_winrt.cc97 using ABI::Windows::Devices::Radios::RadioState;
486 RadioState GetState(IRadio* radio) { in GetState()
487 RadioState state; in GetState()
877 const RadioState state = powered ? RadioState_On : RadioState_Off; in SetPoweredImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dbluetooth_adapter_winrt.cc94 using ABI::Windows::Devices::Radios::RadioState;
463 RadioState GetState(IRadio* radio) { in GetState()
464 RadioState state; in GetState()
867 const RadioState state = powered ? RadioState_On : RadioState_Off; in SetPoweredImpl()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Networking/NetworkOperators/
H A Dmod.rs8231 pub fn RadioState(&self) -> ::windows::runtime::Result<MobileBroadbandRadioState> { in RadioState() method