Home
last modified time | relevance | path

Searched refs:shouldBeEnabled (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/tests/
H A Dtest_pluginenabling.cpp30 void TestPluginEnabling::loadPlugin(const QString& pluginId, bool shouldBeEnabled) in loadPlugin() argument
39 QCOMPARE(enabled, shouldBeEnabled); in loadPlugin()
42 QCOMPARE((m_pluginCtrl->loadPlugin(pluginId) != nullptr), shouldBeEnabled); in loadPlugin()
43 QCOMPARE((m_pluginCtrl->plugin(pluginId) != nullptr), shouldBeEnabled); in loadPlugin()
45 if (shouldBeEnabled) { in loadPlugin()
51 const bool shouldNowBeEnabled = !shouldBeEnabled; in loadPlugin()
79 QFETCH(bool, shouldBeEnabled); in loadPluginCustomDefaults()
95 loadPlugin(pluginId, shouldBeEnabled); in loadPluginCustomDefaults()
114 QFETCH(bool, shouldBeEnabled); in loadPluginNormalDefaults()
127 QCOMPARE(enabledByDefault, shouldBeEnabled); in loadPluginNormalDefaults()
[all …]
H A Dtest_pluginenabling.h30 void loadPlugin(const QString& pluginId, bool shouldBeEnabled);
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DVideoDemo.h454 void setPortraitOrientationEnabled (bool shouldBeEnabled) in JUCE_DECLARE_WEAK_REFERENCEABLE()
458 if (shouldBeEnabled) in JUCE_DECLARE_WEAK_REFERENCEABLE()
466 void setTransportControlsEnabled (bool shouldBeEnabled) in setTransportControlsEnabled() argument
468 positionSlider .setEnabled (shouldBeEnabled); in setTransportControlsEnabled()
469 playSpeedComboBox.setEnabled (shouldBeEnabled); in setTransportControlsEnabled()
470 seekToStartButton.setEnabled (shouldBeEnabled); in setTransportControlsEnabled()
471 playButton .setEnabled (shouldBeEnabled); in setTransportControlsEnabled()
472 unloadButton .setEnabled (shouldBeEnabled); in setTransportControlsEnabled()
473 pauseButton .setEnabled (shouldBeEnabled); in setTransportControlsEnabled()
H A DCameraDemo.h162 void setPortraitOrientationEnabled (bool shouldBeEnabled) in setPortraitOrientationEnabled() argument
166 if (shouldBeEnabled) in setPortraitOrientationEnabled()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_video/native/java/app/com/rmsl/juce/
H A DSystemVolumeObserver.java45 void setEnabled (boolean shouldBeEnabled) in setEnabled() argument
47 if (shouldBeEnabled) in setEnabled()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/
H A DCommandContributionItem.java531 boolean shouldBeEnabled = isEnabled(); in updateMenuItem()
533 if (!item.isDisposed() && item.getEnabled() != shouldBeEnabled) { in updateMenuItem()
534 item.setEnabled(shouldBeEnabled); in updateMenuItem()
571 boolean shouldBeEnabled = isEnabled(); in updateToolItem()
573 if (!item.isDisposed() && item.getEnabled() != shouldBeEnabled) { in updateToolItem()
574 item.setEnabled(shouldBeEnabled); in updateToolItem()
605 boolean shouldBeEnabled = isEnabled(); in updateButton()
607 if (!item.isDisposed() && item.getEnabled() != shouldBeEnabled) { in updateButton()
608 item.setEnabled(shouldBeEnabled); in updateButton()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/action/
H A DActionContributionItem.java806 boolean shouldBeEnabled = action.isEnabled() && isEnabledAllowed(); in updateToolItem()
808 if (ti.getEnabled() != shouldBeEnabled) { in updateToolItem()
809 ti.setEnabled(shouldBeEnabled); in updateToolItem()
924 boolean shouldBeEnabled = action.isEnabled() && isEnabledAllowed(); in updateMenuItem()
926 if (mi.getEnabled() != shouldBeEnabled) { in updateMenuItem()
927 mi.setEnabled(shouldBeEnabled); in updateMenuItem()
962 boolean shouldBeEnabled = action.isEnabled() && isEnabledAllowed(); in updateButton()
964 if (button.getEnabled() != shouldBeEnabled) { in updateButton()
965 button.setEnabled(shouldBeEnabled); in updateButton()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_utils/native/
H A Djuce_mac_AudioCDBurner.mm333 bool setBufferUnderrunProtection (const bool shouldBeEnabled)
337 device->underrunProtection = shouldBeEnabled;
338 …return shouldBeEnabled && [[[device->device status] objectForKey: DRDeviceCanUnderrunProtectCDKey]…
434 bool AudioCDBurner::setBufferUnderrunProtection (const bool shouldBeEnabled)
436 return pimpl->setBufferUnderrunProtection (shouldBeEnabled);
H A Djuce_win32_AudioCDBurner.cpp309 bool AudioCDBurner::setBufferUnderrunProtection (const bool shouldBeEnabled) in setBufferUnderrunProtection() argument
314 pimpl->setIntProperty (L"EnableBufferUnderrunFree", shouldBeEnabled ? -1 : 0); in setBufferUnderrunProtection()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_utils/audio_cd/
H A Djuce_AudioCDBurner.h101 bool setBufferUnderrunProtection (bool shouldBeEnabled);
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlab/
H A Dsavemaskexporter.h80 bool shouldBeEnabled(int bit, int capabilityBits, int defaultBits);
H A Dsavemaskexporter.cpp113 bool SaveMaskExporterDialog::shouldBeEnabled(int iobit, int capabilityBits, int /*defaultBits*/) in shouldBeEnabled() function in SaveMaskExporterDialog
123 qcb->setEnabled(shouldBeEnabled (bit,capabilityBits, defaultBits) ); in checkAndEnable()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/properties/
H A Djuce_PropertyPanel.h116 void setSectionEnabled (int sectionIndex, bool shouldBeEnabled);
H A Djuce_PropertyPanel.cpp313 void PropertyPanel::setSectionEnabled (int sectionIndex, bool shouldBeEnabled) in setSectionEnabled() argument
316 s->setEnabled (shouldBeEnabled); in setSectionEnabled()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/properties/
H A Djuce_PropertyPanel.h118 void setSectionEnabled (int sectionIndex, bool shouldBeEnabled);
H A Djuce_PropertyPanel.cpp328 void PropertyPanel::setSectionEnabled (int sectionIndex, bool shouldBeEnabled) in setSectionEnabled() argument
331 s->setEnabled (shouldBeEnabled); in setSectionEnabled()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/audio_io/
H A Djuce_AudioIODevice.h300 virtual bool setAudioPreprocessingEnabled (bool shouldBeEnabled);
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_devices/audio_io/
H A Djuce_AudioIODevice.h300 virtual bool setAudioPreprocessingEnabled (bool shouldBeEnabled);
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_devices/audio_io/
H A Djuce_AudioIODevice.h300 virtual bool setAudioPreprocessingEnabled (bool shouldBeEnabled);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/
H A DRedoActionHandler.java89 boolean shouldBeEnabled() { in shouldBeEnabled() method in RedoActionHandler
H A DUndoActionHandler.java90 boolean shouldBeEnabled() { in shouldBeEnabled() method in UndoActionHandler
H A DOperationHistoryActionHandler.java363 abstract boolean shouldBeEnabled(); in shouldBeEnabled() method in OperationHistoryActionHandler
402 boolean enabled = shouldBeEnabled(); in update()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/menus/
H A Djuce_PopupMenu.h185 Item& setEnabled (bool shouldBeEnabled) & noexcept;
200 Item&& setEnabled (bool shouldBeEnabled) && noexcept;
/dports/graphics/rigsofrods-caelum/ogre-caelum-0.6.3/main/src/
H A DPrecipitationController.cpp340 bool PrecipitationInstance::shouldBeEnabled () const { in shouldBeEnabled() function in Caelum::PrecipitationInstance
347 mCompInst->setEnabled (shouldBeEnabled ()); in _update()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/desktop/
H A Djuce_Desktop.h400 void setKioskComponent (Component*, bool shouldBeEnabled, bool allowMenusAndBars);

123