Home
last modified time | relevance | path

Searched defs:isChecked (Results 1 – 25 of 902) sorted by relevance

12345678910>>...37

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/
H A DRadioButtonPainter.cs98 …wNormalRadioButton (Graphics g, Rectangle bounds, Color backColor, Color foreColor, bool isChecked) in DrawNormalRadioButton()
108 …DrawHotRadioButton (Graphics g, Rectangle bounds, Color backColor, Color foreColor, bool isChecked) in DrawHotRadioButton()
113 …PressedRadioButton (Graphics g, Rectangle bounds, Color backColor, Color foreColor, bool isChecked) in DrawPressedRadioButton()
123 …isabledRadioButton (Graphics g, Rectangle bounds, Color backColor, Color foreColor, bool isChecked) in DrawDisabledRadioButton()
135 …tNormalRadioButton (Graphics g, Rectangle bounds, Color backColor, Color foreColor, bool isChecked) in DrawFlatNormalRadioButton()
144 …FlatHotRadioButton (Graphics g, Rectangle bounds, Color backColor, Color foreColor, bool isChecked) in DrawFlatHotRadioButton()
153 …PressedRadioButton (Graphics g, Rectangle bounds, Color backColor, Color foreColor, bool isChecked) in DrawFlatPressedRadioButton()
162 …isabledRadioButton (Graphics g, Rectangle bounds, Color backColor, Color foreColor, bool isChecked) in DrawFlatDisabledRadioButton()
173 …pNormalRadioButton (Graphics g, Rectangle bounds, Color backColor, Color foreColor, bool isChecked) in DrawPopupNormalRadioButton()
182 …opupHotRadioButton (Graphics g, Rectangle bounds, Color backColor, Color foreColor, bool isChecked) in DrawPopupHotRadioButton()
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/manager/
H A Dguidemanager.cpp66 …connect(guideProcess->showRAPlotCheck, &QCheckBox::toggled, [this](bool isChecked) {driftGraph->to… in init()
67 …connect(guideProcess->showDECPlotCheck, &QCheckBox::toggled, [this](bool isChecked) {driftGraph->t… in init()
68 …connect(guideProcess->showRACorrectionsCheck, &QCheckBox::toggled, [this](bool isChecked) {driftGr… in init()
69 …connect(guideProcess->showDECorrectionsCheck, &QCheckBox::toggled, [this](bool isChecked) {driftGr… in init()
70 …connect(guideProcess->showSNRPlotCheck, &QCheckBox::toggled, [this](bool isChecked) {driftGraph->t… in init()
71 …connect(guideProcess->showRMSPlotCheck, &QCheckBox::toggled, [this](bool isChecked) {driftGraph->t… in init()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DChangeTrackingOptionsWidget.cpp33 void ChangeTrackingOptionsWidget::toggleShowChanges(bool isChecked) in toggleShowChanges()
38 void ChangeTrackingOptionsWidget::toggleRecordChanges(bool isChecked) in toggleRecordChanges()
43 void ChangeTrackingOptionsWidget::recordChangesChanged(int isChecked) in recordChangesChanged()
49 void ChangeTrackingOptionsWidget::showChangesChanged(int isChecked) in showChangesChanged()
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DChangeTrackingOptionsWidget.cpp31 void ChangeTrackingOptionsWidget::toggleShowChanges(bool isChecked) in toggleShowChanges()
36 void ChangeTrackingOptionsWidget::toggleRecordChanges(bool isChecked) in toggleRecordChanges()
41 void ChangeTrackingOptionsWidget::recordChangesChanged(int isChecked) in recordChangesChanged()
47 void ChangeTrackingOptionsWidget::showChangesChanged(int isChecked) in showChangesChanged()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages/Html/
H A DHtmlHelper.Checkbox.cs31 public IHtmlString CheckBox(string name, bool isChecked) in CheckBox()
36 public IHtmlString CheckBox(string name, bool isChecked, object htmlAttributes) in CheckBox()
41 …public IHtmlString CheckBox(string name, bool isChecked, IDictionary<string, object> htmlAttribute… in CheckBox()
50 …private IHtmlString BuildCheckBox(string name, bool? isChecked, IDictionary<string, object> attrib… in BuildCheckBox()
H A DHtmlHelper.Radio.cs31 public IHtmlString RadioButton(string name, object value, bool isChecked) in RadioButton()
36 … public IHtmlString RadioButton(string name, object value, bool isChecked, object htmlAttributes) in RadioButton()
41 …public IHtmlString RadioButton(string name, object value, bool isChecked, IDictionary<string, obje… in RadioButton()
50 …private IHtmlString BuildRadioButton(string name, object value, bool? isChecked, IDictionary<strin… in BuildRadioButton()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/VisualStyles/
H A DRadioButtonPainter.cs31 …wNormalRadioButton (Graphics g, Rectangle bounds, Color backColor, Color foreColor, bool isChecked) in DrawNormalRadioButton()
35 … DrawHotRadioButton(Graphics g, Rectangle bounds, Color backColor, Color foreColor, bool isChecked) in DrawHotRadioButton()
39 …wPressedRadioButton(Graphics g, Rectangle bounds, Color backColor, Color foreColor, bool isChecked) in DrawPressedRadioButton()
43 …DisabledRadioButton(Graphics g, Rectangle bounds, Color backColor, Color foreColor, bool isChecked) in DrawDisabledRadioButton()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/rsconnect/ui/
H A DDeploymentMenuItem.java31 boolean isChecked, in DeploymentMenuItem()
49 public boolean isChecked() in isChecked() method in DeploymentMenuItem
66 private static String getHTML(boolean isChecked, RSConnectDeploymentRecord record) in getHTML()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/widget/
H A DCheckableLinearLayout.java25 public boolean isChecked() { in isChecked() method in CheckableLinearLayout
30 public void setChecked(boolean isChecked) { in setChecked()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/widget/
H A DCheckableLinearLayout.java25 public boolean isChecked() { in isChecked() method in CheckableLinearLayout
30 public void setChecked(boolean isChecked) { in setChecked()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/console/
H A DKeyJCheckBox.java44 boolean isChecked) { in KeyJCheckBox()
45 super(GenericConsole.getLabelWithoutMnemonic(label), isChecked); in KeyJCheckBox() local
H A DKeyJCheckBoxMenuItem.java42 boolean isChecked) { in KeyJCheckBoxMenuItem()
43 super(GenericConsole.getLabelWithoutMnemonic(label), isChecked); in KeyJCheckBoxMenuItem() local
/dports/www/otter-browser/otter-browser-1.0.03/src/ui/
H A DBookmarksImporterWidget.cpp46 void BookmarksImporterWidget::handleRemoveExistingChanged(bool isChecked) in handleRemoveExistingChanged()
58 void BookmarksImporterWidget::handleImportToSubfolderChanged(bool isChecked) in handleImportToSubfolderChanged()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/buildtools/
H A DBuildPane.java236 public FormatMenuItem(String format, boolean isChecked) in FormatMenuItem()
241 public FormatMenuItem(String format, String label, boolean isChecked) in FormatMenuItem()
262 public boolean isChecked() in isChecked() method in BuildPane.BookdownBuildPopupMenu.FormatMenuItem
350 public boolean isChecked() in isChecked() method in BuildPane.QuartoBookBuildPopupMenu.FormatMenuItem
355 public void setIsChecked(boolean isChecked) in setIsChecked()
/dports/astro/stellarium/stellarium-0.21.3/plugins/TelescopeControl/src/gui/
H A DTelescopeConfigurationDialog.cpp382 void TelescopeConfigurationDialog::toggleTypeLocal(bool isChecked) in toggleTypeLocal()
405 void TelescopeConfigurationDialog::toggleTypeConnection(bool isChecked) in toggleTypeConnection()
423 void TelescopeConfigurationDialog::toggleTypeVirtual(bool isChecked) in toggleTypeVirtual()
429 void TelescopeConfigurationDialog::toggleTypeRTS2(bool isChecked) in toggleTypeRTS2()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/ui/
H A Dui_check_box.cpp35 …ntCallback *valueChangedCallback, void *callbackData, Common::Rect rect, int style, bool isChecked) in UICheckBox()
112 void UICheckBox::setChecked(bool isChecked) { in setChecked()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/ui/
H A Dui_check_box.cpp35 …ntCallback *valueChangedCallback, void *callbackData, Common::Rect rect, int style, bool isChecked) in UICheckBox()
112 void UICheckBox::setChecked(bool isChecked) { in setChecked()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/
H A DILGen.cs638 …d EmitConvertToType(this ILGenerator il, Type typeFrom, Type typeTo, bool isChecked, ILocalCache l… in EmitConvertToType()
705 … static void EmitNumericConversion(this ILGenerator il, Type typeFrom, Type typeTo, bool isChecked) in EmitNumericConversion()
905 …oNullableConversion(this ILGenerator il, Type typeFrom, Type typeTo, bool isChecked, ILocalCache l… in EmitNullableToNullableConversion()
940 …oNullableConversion(this ILGenerator il, Type typeFrom, Type typeTo, bool isChecked, ILocalCache l… in EmitNonNullableToNullableConversion()
951 …nNullableConversion(this ILGenerator il, Type typeFrom, Type typeTo, bool isChecked, ILocalCache l… in EmitNullableToNonNullableConversion()
962 …bleStructConversion(this ILGenerator il, Type typeFrom, Type typeTo, bool isChecked, ILocalCache l… in EmitNullableToNonNullableStructConversion()
986 …tNullableConversion(this ILGenerator il, Type typeFrom, Type typeTo, bool isChecked, ILocalCache l… in EmitNullableConversion()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Compiler/
H A DILGen.cs596 …al static void EmitConvertToType(this ILGenerator il, Type typeFrom, Type typeTo, bool isChecked) { in EmitConvertToType()
654 …tatic void EmitNumericConversion(this ILGenerator il, Type typeFrom, Type typeTo, bool isChecked) { in EmitNumericConversion()
772 …EmitNullableToNullableConversion(this ILGenerator il, Type typeFrom, Type typeTo, bool isChecked) { in EmitNullableToNullableConversion()
807 …tNonNullableToNullableConversion(this ILGenerator il, Type typeFrom, Type typeTo, bool isChecked) { in EmitNonNullableToNullableConversion()
821 …tNullableToNonNullableConversion(this ILGenerator il, Type typeFrom, Type typeTo, bool isChecked) { in EmitNullableToNonNullableConversion()
831 …bleToNonNullableStructConversion(this ILGenerator il, Type typeFrom, Type typeTo, bool isChecked) { in EmitNullableToNonNullableStructConversion()
853 …atic void EmitNullableConversion(this ILGenerator il, Type typeFrom, Type typeTo, bool isChecked) { in EmitNullableConversion()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/cellview/
H A DAriaLabeledCheckboxCell.java79 Boolean isChecked = input.isChecked(); in onBrowserEvent() local
100 setViewData(context.getKey(), new LabeledBoolean(value.getLabel(), isChecked)); in onBrowserEvent() local
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/widgets/menuButtons/
H A DListMenuItem.cpp64 bool ListMenuItem::isChecked() const in isChecked() function in kImageAnnotator::ListMenuItem
69 void ListMenuItem::setIsChecked(bool isChecked) in setIsChecked()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/Html/
H A DInputExtensions.cs19 … public static MvcHtmlString CheckBox(this HtmlHelper htmlHelper, string name, bool isChecked) { in CheckBox()
23 …atic MvcHtmlString CheckBox(this HtmlHelper htmlHelper, string name, bool isChecked, object htmlAt… in CheckBox()
35 …atic MvcHtmlString CheckBox(this HtmlHelper htmlHelper, string name, bool isChecked, IDictionary<s… in CheckBox()
67 …oxHelper(HtmlHelper htmlHelper, ModelMetadata metadata, string name, bool? isChecked, IDictionary<… in CheckBoxHelper()
205 … MvcHtmlString RadioButton(this HtmlHelper htmlHelper, string name, object value, bool isChecked) { in RadioButton()
209 …g RadioButton(this HtmlHelper htmlHelper, string name, object value, bool isChecked, object htmlAt… in RadioButton()
213 …g RadioButton(this HtmlHelper htmlHelper, string name, object value, bool isChecked, IDictionary<s… in RadioButton()
245 …er, ModelMetadata metadata, object model, string name, object value, bool? isChecked, IDictionary<… in RadioButtonHelper()
310 …ModelMetadata metadata, string name, object value, bool useViewData, bool isChecked, bool setId, b… in InputHelper()
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/ui/
H A Dcheckbox.cpp39 bool UIBoolCheckbox::isChecked() { in isChecked() function in UIBoolCheckbox
54 bool UIFloatCheckbox::isChecked() { in isChecked() function in UIFloatCheckbox
/dports/devel/qmake/qt-x11-free-3.3.8/src/widgets/
H A Dqradiobutton.h83 inline bool QRadioButton::isChecked() const in isChecked() function
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/ui_qt/application/
H A Dqb.cpp65 bool QbCheckAction::isChecked() const { in isChecked() function in QbCheckAction
85 bool QbRadioAction::isChecked() const { in isChecked() function in QbRadioAction

12345678910>>...37