Home
last modified time | relevance | path

Searched defs:bEnabled (Results 1 – 25 of 576) sorted by relevance

12345678910>>...24

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviSelectors.cpp54 void KviBoolSelector::setEnabled(bool bEnabled) in setEnabled()
125 void KviUIntSelector::setEnabled(bool bEnabled) in setEnabled()
158 void KviStringSelector::setEnabled(bool bEnabled) in setEnabled()
211 void KviPasswordSelector::setEnabled(bool bEnabled) in setEnabled()
255 void KviPasswordLineEdit::setEnabled(bool bEnabled) in setEnabled()
368 void KviPixmapSelector::setEnabled(bool bEnabled) in setEnabled()
428 void KviFileSelector::setEnabled(bool bEnabled) in setEnabled()
528 void KviStringListSelector::setEnabled(bool bEnabled) in setEnabled()
630 void KviColorSelector::setEnabled(bool bEnabled) in setEnabled()
674 void KviFontSelector::setEnabled(bool bEnabled) in setEnabled()
[all …]
H A DKviOptionsWidget.cpp261 …KviOptionsWidget::addFileSelector(QWidget * pParent, const QString & txt, int optId, bool bEnabled) in addFileSelector()
341 …KviOptionsWidget::addBoolSelector(QWidget * pParent, const QString & txt, int optId, bool bEnabled) in addBoolSelector()
373 unsigned int uHighBound, unsigned int uDefault, bool bEnabled) in addUIntSelector()
383 unsigned int uHighBound, unsigned int uDefault, bool bEnabled) in addUIntSelector()
392 unsigned int uHighBound, unsigned int uDefault, bool bEnabled) in addUIntSelector()
405 unsigned int uHighBound, unsigned int uDefault, bool bEnabled) in addUIntSelector()
418 unsigned int uHighBound, unsigned int uDefault, bool bEnabled) in addUShortIntSelector()
639 …viOptionsWidget::addPushButton(int x1, int y1, int x2, int y2, const QString & text, bool bEnabled) in addPushButton()
647 …l * KviOptionsWidget::addLabel(int x1, int y1, int x2, int y2, const QString & text, bool bEnabled) in addLabel()
656 QLabel * KviOptionsWidget::addLabel(QWidget * pParent, const QString & text, bool bEnabled) in addLabel()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/utility/
H A Dbinaryinformation.h69 BinaryInformationSettings& extendedInfo(bool bEnabled) in extendedInfo()
75 BinaryInformationSettings& copyright(bool bEnabled) in copyright()
81 BinaryInformationSettings& processId(bool bEnabled) in processId()
87 BinaryInformationSettings& generatedByHeader(bool bEnabled) in generatedByHeader()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dlayctrl.hxx28 bool bEnabled; member in SvxTableToolBoxControl
44 bool bEnabled; member in SvxColumnsToolBoxControl
H A Dxflftrit.hxx34 bool bEnabled; member in XFillFloatTransparenceItem
/dports/science/gromacs/gromacs-2021.4/src/gromacs/selection/
H A Dselectionoption.cpp229 void SelectionOptionInfo::setEvaluateVelocities(bool bEnabled) in setEvaluateVelocities()
234 void SelectionOptionInfo::setEvaluateForces(bool bEnabled) in setEvaluateForces()
239 void SelectionOptionInfo::setOnlyAtoms(bool bEnabled) in setOnlyAtoms()
244 void SelectionOptionInfo::setOnlyStatic(bool bEnabled) in setOnlyStatic()
249 void SelectionOptionInfo::setDynamicMask(bool bEnabled) in setDynamicMask()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/raweditor/
H A DRawEditorWindow.h60 void setEnabled(bool bEnabled) in setEnabled()
73 …rTreeWidgetItem(QTreeWidgetItem * par, const QString & name, const QString & buffer, bool bEnabled) in RawHandlerTreeWidgetItem()
82 void setEnabled(bool bEnabled) in setEnabled()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/unit/
H A Dactivex-controls-tests.cxx124 bool bEnabled; in testLabelProperties() local
204 bool bEnabled; in testTextBoxProperties() local
337 bool bEnabled; in testSpinButtonProperties() local
433 bool bEnabled; in testCommandButtonProperties() local
500 bool bEnabled; in testScrollBarProperties() local
612 bool bEnabled; in testCheckBoxProperties() local
705 bool bEnabled; in testOptionButtonProperties() local
784 bool bEnabled; in testComboBoxProperties() local
898 bool bEnabled; in testListBoxProperties() local
990 bool bEnabled; in testToggleButtonProperties() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/unit/
H A Dactivex-controls-tests.cxx124 bool bEnabled; in testLabelProperties() local
204 bool bEnabled; in testTextBoxProperties() local
337 bool bEnabled; in testSpinButtonProperties() local
433 bool bEnabled; in testCommandButtonProperties() local
500 bool bEnabled; in testScrollBarProperties() local
612 bool bEnabled; in testCheckBoxProperties() local
705 bool bEnabled; in testOptionButtonProperties() local
784 bool bEnabled; in testComboBoxProperties() local
898 bool bEnabled; in testListBoxProperties() local
990 bool bEnabled; in testToggleButtonProperties() local
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/tal/
H A DKviTalWizard.cpp53 bool bEnabled; member in KviTalWizardPageData
288 bool KviTalWizard::setPageEnabled(QWidget * pWidget, bool bEnabled) in setPageEnabled()
467 void KviTalWizard::setHelpEnabled(QWidget * pWidget, bool bEnabled) in setHelpEnabled()
480 void KviTalWizard::setCancelEnabled(QWidget * pWidget, bool bEnabled) in setCancelEnabled()
493 void KviTalWizard::setFinishEnabled(QWidget * pWidget, bool bEnabled) in setFinishEnabled()
506 void KviTalWizard::setNextEnabled(QWidget * pWidget, bool bEnabled) in setNextEnabled()
519 void KviTalWizard::setBackEnabled(QWidget * pWidget, bool bEnabled) in setBackEnabled()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kvs/event/
H A DKviKvsEventHandler.cpp37 …andler(QString szHandlerName, const QString & szContextName, const QString & szCode, bool bEnabled) in KviKvsScriptEventHandler()
50 …onst QString & szHandlerName, const QString & szContextName, const QString & szCode, bool bEnabled) in createInstance()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviAction.cpp112 void KviAction::setEnabled(bool bEnabled) in setEnabled()
284 bool bEnabled = ((KviConsoleWindow *)g_pActiveWindow)->selectedCount() > 0; in activeWindowChanged() local
305 bool bEnabled = ((KviChannelWindow *)g_pActiveWindow)->selectedCount() > 0; in activeWindowChanged() local
326 bool bEnabled = ((KviQueryWindow *)g_pActiveWindow)->selectedCount() > 0; in activeWindowChanged() local
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/objects/
H A DKvsObject_treeWidgeteItem.cpp234 bool bEnabled; in KVSO_CLASS_FUNCTION() local
287 bool bEnabled; in KVSO_CLASS_FUNCTION() local
309 bool bEnabled; in KVSO_CLASS_FUNCTION() local
354 bool bEnabled; in KVSO_CLASS_FUNCTION() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/cpool/
H A DZPoolCollection.cxx194 bool bEnabled = false; in isDriverPoolingEnabled() local
225 bool bEnabled = false; in isPoolingEnabled() local
245 bool bEnabled = false; in isPoolingEnabledByUrl() local
413 bool bEnabled = true; in propertyChange() local
424 bool bEnabled = true; in propertyChange() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/cpool/
H A DZPoolCollection.cxx214 bool bEnabled = false; in isDriverPoolingEnabled() local
245 bool bEnabled = false; in isPoolingEnabled() local
265 bool bEnabled = false; in isPoolingEnabledByUrl() local
433 bool bEnabled = true; in propertyChange() local
444 bool bEnabled = true; in propertyChange() local
/dports/irc/znc/znc-1.8.2/test/
H A DIRCTest.h38 void SetAccountNotify(bool bEnabled) { m_bAccountNotify = bEnabled; } in SetAccountNotify()
39 void SetAwayNotify(bool bEnabled) { m_bAwayNotify = bEnabled; } in SetAwayNotify()
40 void SetExtendedJoin(bool bEnabled) { m_bExtendedJoin = bEnabled; } in SetExtendedJoin()
41 void SetNamesx(bool bEnabled) { m_bNamesx = bEnabled; } in SetNamesx()
42 void SetUHNames(bool bEnabled) { m_bUHNames = bEnabled; } in SetUHNames()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/richtext/
H A Dclipboarddispatcher.cxx71 bool bEnabled = false; in implIsEnabled() local
100 bool bEnabled = implIsEnabled(); in invalidateFeatureState_Broadcast() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/richtext/
H A Dclipboarddispatcher.cxx71 bool bEnabled = false; in implIsEnabled() local
100 bool bEnabled = implIsEnabled(); in invalidateFeatureState_Broadcast() local
/dports/science/gromacs/gromacs-2021.4/src/gromacs/commandline/
H A Dcmdlineparser.cpp134 CommandLineParser& CommandLineParser::skipUnknown(bool bEnabled) in skipUnknown()
140 CommandLineParser& CommandLineParser::allowPositionalArguments(bool bEnabled) in allowPositionalArguments()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Dconnpoolconfig.cxx83 bool bEnabled = true; in GetOptions() local
153 bool bEnabled = pEnabled->GetValue(); in SetOptions() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Dconnpoolconfig.cxx83 bool bEnabled = true; in GetOptions() local
153 bool bEnabled = pEnabled->GetValue(); in SetOptions() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dxflftrit.hxx34 bool bEnabled; member in XFillFloatTransparenceItem
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DG15LCDEngine_lglcd.h32 bool bEnabled; variable
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DG15LCDEngine_lglcd.h32 bool bEnabled; variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dquickselectionengine.hxx80 bool bEnabled; member in vcl::QuickSelectionEngine

12345678910>>...24