Home
last modified time | relevance | path

Searched refs:toggleState (Results 1 – 25 of 133) sorted by relevance

123456

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/
H A DMessageDialogWithToggle.java117 toggleMessage, toggleState); in open()
397 private boolean toggleState; field in MessageDialogWithToggle
447 String toggleMessage, boolean toggleState) { in MessageDialogWithToggle() argument
450 this.toggleState = toggleState; in MessageDialogWithToggle()
495 boolean toggleState) { in MessageDialogWithToggle() argument
499 this.toggleState = toggleState; in MessageDialogWithToggle()
626 return toggleState; in getToggleState()
674 button.setSelection(toggleState); in setToggleButton()
711 public void setToggleState(boolean toggleState) { in setToggleState() argument
712 this.toggleState = toggleState; in setToggleState()
[all …]
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dtoggle-button.c63 gboolean toggleState; member
116 xfdashboard_toggle_button_set_toggle_state(self, !priv->toggleState); in _xfdashboard_toggle_button_clicked()
153 g_value_set_boolean(outValue, priv->toggleState); in _xfdashboard_toggle_button_get_property()
242 priv->toggleState=FALSE; in xfdashboard_toggle_button_init()
364 return(self->priv->toggleState); in xfdashboard_toggle_button_get_toggle_state()
385 if(priv->toggleState!=inToggleState) in xfdashboard_toggle_button_set_toggle_state()
388 priv->toggleState=inToggleState; in xfdashboard_toggle_button_set_toggle_state()
391 …if(priv->toggleState) xfdashboard_stylable_add_pseudo_class(XFDASHBOARD_STYLABLE(self), "toggled"); in xfdashboard_toggle_button_set_toggle_state()
468 xfdashboard_toggle_button_set_toggle_state(self, !priv->toggleState); in xfdashboard_toggle_button_toggle()
/dports/graphics/xournalpp/xournalpp-1.1.0/plugins/ToggleGrid/
H A Dtogglegrid.lua7 local toggleState = false
10 if toggleState == true then
17 toggleState = not toggleState
/dports/audio/cantata/cantata-2.4.2/support/
H A Dcombobox.cpp37 , toggleState(false) in ComboBox()
65 toggleState=false; in showPopup()
68 toggleState=!isEditable(); in showPopup()
72 if (toggleState) { in showPopup()
115 if (toggleState) { in hidePopup()
117 toggleState=false; in hidePopup()
H A Dcombobox.h47 bool toggleState;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/swing/
H A DButtonDemo.java57 private JCheckBox toggleState; field in ButtonDemo
156 this.toggleState = new JCheckBox("Enabled", true); in createTogglePanel()
157 this.toggleState.setActionCommand("TOGGLE_STATE"); in createTogglePanel()
158 this.toggleState.addActionListener(this); in createTogglePanel()
160 panel.add(this.toggleState, BorderLayout.EAST); in createTogglePanel()
264 toggle1.setEnabled(toggleState.isSelected()); in actionPerformed()
265 toggle2.setEnabled(toggleState.isSelected()); in actionPerformed()
266 toggle3.setEnabled(toggleState.isSelected()); in actionPerformed()
267 toggle4.setEnabled(toggleState.isSelected()); in actionPerformed()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/examples/gnu/classpath/examples/swing/
H A DButtonDemo.java57 private JCheckBox toggleState; field in ButtonDemo
156 this.toggleState = new JCheckBox("Enabled", true); in createTogglePanel()
157 this.toggleState.setActionCommand("TOGGLE_STATE"); in createTogglePanel()
158 this.toggleState.addActionListener(this); in createTogglePanel()
160 panel.add(this.toggleState, BorderLayout.EAST); in createTogglePanel()
264 toggle1.setEnabled(toggleState.isSelected()); in actionPerformed()
265 toggle2.setEnabled(toggleState.isSelected()); in actionPerformed()
266 toggle3.setEnabled(toggleState.isSelected()); in actionPerformed()
267 toggle4.setEnabled(toggleState.isSelected()); in actionPerformed()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/examples/gnu/classpath/examples/swing/
H A DButtonDemo.java57 private JCheckBox toggleState; field in ButtonDemo
156 this.toggleState = new JCheckBox("Enabled", true); in createTogglePanel()
157 this.toggleState.setActionCommand("TOGGLE_STATE"); in createTogglePanel()
158 this.toggleState.addActionListener(this); in createTogglePanel()
160 panel.add(this.toggleState, BorderLayout.EAST); in createTogglePanel()
264 toggle1.setEnabled(toggleState.isSelected()); in actionPerformed()
265 toggle2.setEnabled(toggleState.isSelected()); in actionPerformed()
266 toggle3.setEnabled(toggleState.isSelected()); in actionPerformed()
267 toggle4.setEnabled(toggleState.isSelected()); in actionPerformed()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/swing/
H A DButtonDemo.java57 private JCheckBox toggleState; field in ButtonDemo
156 this.toggleState = new JCheckBox("Enabled", true); in createTogglePanel()
157 this.toggleState.setActionCommand("TOGGLE_STATE"); in createTogglePanel()
158 this.toggleState.addActionListener(this); in createTogglePanel()
160 panel.add(this.toggleState, BorderLayout.EAST); in createTogglePanel()
264 toggle1.setEnabled(toggleState.isSelected()); in actionPerformed()
265 toggle2.setEnabled(toggleState.isSelected()); in actionPerformed()
266 toggle3.setEnabled(toggleState.isSelected()); in actionPerformed()
267 toggle4.setEnabled(toggleState.isSelected()); in actionPerformed()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/examples/gnu/classpath/examples/swing/
H A DButtonDemo.java57 private JCheckBox toggleState; field in ButtonDemo
156 this.toggleState = new JCheckBox("Enabled", true); in createTogglePanel()
157 this.toggleState.setActionCommand("TOGGLE_STATE"); in createTogglePanel()
158 this.toggleState.addActionListener(this); in createTogglePanel()
160 panel.add(this.toggleState, BorderLayout.EAST); in createTogglePanel()
264 toggle1.setEnabled(toggleState.isSelected()); in actionPerformed()
265 toggle2.setEnabled(toggleState.isSelected()); in actionPerformed()
266 toggle3.setEnabled(toggleState.isSelected()); in actionPerformed()
267 toggle4.setEnabled(toggleState.isSelected()); in actionPerformed()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/materialeditor/
H A DToggleListView.cpp100 void ToggleListView::SetToggleState(int index, int toggleState, bool notify) { in SetToggleState() argument
105 list.SetItemData(index, toggleState); in SetToggleState()
107 if(notify && oldState != toggleState) in SetToggleState()
108 OnStateChanged(index, toggleState); in SetToggleState()
182 int toggleState = GetToggleState(index); in OnNMClick() local
183 if(toggleState != TOGGLE_STATE_DISABLED) { in OnNMClick()
189 if(toggleState == TOGGLE_STATE_ON) { in OnNMClick()
H A DToggleListView.h53 void SetToggleState(int index, int toggleState, bool notify = false);
76 virtual void OnStateChanged(int index, int toggleState) {}; in OnStateChanged() argument
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libappfw/include/de/widgets/
H A Dtogglewidget.h64 ToggleState toggleState() const;
66 bool isActive() const { return toggleState() == Active; } in isActive()
67 bool isInactive() const { return toggleState() == Inactive; } in isInactive()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/
H A DTextEditorPropertyAction.java63 if (toggleState(checked)) in synchronizeWithPreference()
74 toggleState(isChecked()); in run()
90 protected boolean toggleState(boolean checked) { in toggleState() method in TextEditorPropertyAction
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/
H A DHandledContributionItem.java104 private State toggleState; field in HandledContributionItem
166 toggleState = parmCmd.getCommand().getState(ORG_ECLIPSE_UI_COMMANDS_TOGGLE_STATE); in generateCommand()
172 } else if (toggleState != null) { in generateCommand()
173 toggleState.addListener(stateListener); in generateCommand()
183 } else if (toggleState != null) { in updateState()
184 getModel().setSelected(((Boolean) toggleState.getValue()).booleanValue()); in updateState()
379 if (toggleState != null) { in dispose()
380 toggleState.removeListener(stateListener); in dispose()
381 toggleState = null; in dispose()
/dports/graphics/krita/krita-4.4.8/plugins/dockers/animation/
H A Dkis_equalizer_slider.cpp35 Private(KisEqualizerSlider *_q) : q(_q), isRightmost(false), toggleState(true) {} in Private()
39 bool toggleState; member
68 m_d->toggleState = value; in setToggleState()
183 QColor color = m_d->toggleState ? in paintEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativemousearea/data/
H A DpressedOrdering.qml10 onClicked: toggleState.state = "toggled"
22 id: toggleState
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DEwmh.hh66 void toggleState(FluxboxWindow &win, Atom state);
67 void toggleState(FluxboxWindow &win, Atom state, WinClient &client);
/dports/www/moodle311/moodle/blocks/accessreview/amd/build/
H A Dmodule.min.js.map1toggleState","renderTemplate","element","errorCount","checkCount","displayFormat","minViews","view…
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DToggle.java75 toggleState(); in Toggle()
82 toggleState(); in Toggle()
157 private void toggleState() in toggleState() method in Toggle
/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 DResetPerspectiveHandler.java57 boolean toggleState = false; in execute()
60 WorkbenchMessages.RevertPerspective_option, toggleState, null, null, SWT.SHEET); in execute()
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DToggleButtonInterface.C110 this->toggleState(); in notify()
119 void ToggleButtonInterface::toggleState() in toggleState() function
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dtestnetwmhints.cc214 void toggleState(Window w, TAtom& toggle_state) { in toggleState() function
623 toggleState(window, _XA_NET_WM_STATE_FULLSCREEN); in test_run()
625 toggleState(window, _XA_NET_WM_STATE_ABOVE); in test_run()
627 toggleState(window, _XA_NET_WM_STATE_BELOW); in test_run()
629 toggleState(window, _XA_NET_WM_STATE_DEMANDS_ATTENTION); in test_run()
631 toggleState(window, _XA_NET_WM_STATE_MODAL); in test_run()
633 toggleState(window, _XA_NET_WM_STATE_STICKY); in test_run()
635 toggleState(window, _XA_NET_WM_STATE_SKIP_TASKBAR); in test_run()
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/project-static/src/tables/
H A DinterfaceTable.ts128 private toggleState(): void { method in ButtonState
140 this.toggleState();
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libappfw/src/widgets/
H A Dtogglewidget.cpp132 emit self().stateChangedByUser(self().toggleState()); in DENG2_PIMPL()
166 ToggleWidget::ToggleState ToggleWidget::toggleState() const in toggleState() function in de::ToggleWidget

123456