Home
last modified time | relevance | path

Searched refs:toggleMode (Results 1 – 25 of 92) sorted by relevance

1234

/dports/databases/grass7/grass-7.8.6/gui/wxpython/mapswipe/
H A Dtoolbars.py114 self.toggleMode = wx.Choice(parent=self)
119 self.toggleMode.Append(label, cdata)
120 self.toggleMode.SetSelection(0)
121 self.toggleMode.SetSize(self.toggleMode.GetBestSize())
122 self.toggleMode.Bind(
125 self.toggleMode.GetClientData(
127 self.InsertControl(3, self.toggleMode)
130 self.SetToolShortHelp(self.toggleMode.GetId(), help)
144 for i in range(self.toggleMode.GetCount()):
145 if mode == self.toggleMode.GetClientData(i):
[all …]
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/src/statusbarwidget/autotests/
H A Dstatusbarlabeltoggledstatetest.cpp28 QVERIFY(!widget.toggleMode()); in shouldHasDefaultValue()
36 QVERIFY(widget.toggleMode()); in shouldChangeState()
40 QVERIFY(widget.toggleMode()); in shouldChangeState()
43 QVERIFY(!widget.toggleMode()); in shouldChangeState()
/dports/audio/cantata/cantata-2.4.2/network/
H A Dproxysettings.cpp35 connect(proxyMode, SIGNAL(currentIndexChanged(int)), SLOT(toggleMode())); in ProxySettings()
61 toggleMode(); in load()
79 void ProxySettings::toggleMode() in toggleMode() function in ProxySettings
H A Dproxysettings.h42 void toggleMode();
/dports/devel/gammaray/GammaRay-2.11.3/ui/propertyeditor/
H A Dpropertytexteditor.cpp43 connect(ui->modeButton, &QAbstractButton::clicked, this, &PropertyTextEditorDialog::toggleMode); in PropertyTextEditorDialog()
54 connect(ui->modeButton, &QAbstractButton::clicked, this, &PropertyTextEditorDialog::toggleMode); in PropertyTextEditorDialog()
94 void PropertyTextEditorDialog::toggleMode() in toggleMode() function in PropertyTextEditorDialog
H A Dpropertytexteditor.h65 void toggleMode();
/dports/audio/invada-studio-plugins-lv2/invada-studio-plugins-lv2-1.2.0/plugingui/
H A Dinv_delay_gui.c46 GtkWidget *toggleMode; member
135 pluginGui->toggleMode = inv_switch_toggle_new (); in instantiateIDelayGui()
136 gtk_container_add (GTK_CONTAINER (tempObject), pluginGui->toggleMode); in instantiateIDelayGui()
240 inv_switch_toggle_set_bypass( INV_SWITCH_TOGGLE (pluginGui->toggleMode), INV_PLUGIN_ACTIVE); in instantiateIDelayGui()
241 …inv_switch_toggle_set_value( INV_SWITCH_TOGGLE (pluginGui->toggleMode), INV_SWITCH_TOGGLE_OFF, 0.… in instantiateIDelayGui()
244 …inv_switch_toggle_set_value( INV_SWITCH_TOGGLE (pluginGui->toggleMode), INV_SWITCH_TOGGLE_ON, 1.… in instantiateIDelayGui()
247 inv_switch_toggle_set_state( INV_SWITCH_TOGGLE (pluginGui->toggleMode), INV_SWITCH_TOGGLE_OFF); in instantiateIDelayGui()
435 … inv_switch_toggle_set_bypass( INV_SWITCH_TOGGLE (pluginGui->toggleMode), INV_PLUGIN_ACTIVE); in port_eventIDelayGui()
453 … inv_switch_toggle_set_bypass( INV_SWITCH_TOGGLE (pluginGui->toggleMode), INV_PLUGIN_BYPASS); in port_eventIDelayGui()
473 inv_switch_toggle_set_state(INV_SWITCH_TOGGLE (pluginGui->toggleMode), INV_SWITCH_TOGGLE_OFF); in port_eventIDelayGui()
[all …]
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/visual/
H A DModeSelectorCanvas.cpp31 InteractiveCanvas(parent, dispAttrs), numChoices(0), currentSelection(-1), toggleMode(false), input… in wxBEGIN_EVENT_TABLE()
116 if (toggleMode && (currentSelection == selectedButton)) { in OnMouseReleased()
203 toggleMode = toggleMode_in; in setToggleMode()
H A DModeSelectorCanvas.h69 bool toggleMode; variable
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A Dpeopledetect.cpp25 void toggleMode() { m = (m == Default ? Daimler : Default); } in toggleMode() function in Detector
125 detector.toggleMode(); in main()
/dports/net-im/kopete/kopete-21.12.3/kopete/chatwindow/
H A Dkopeteemailwindow.cpp189 toggleMode(Read); in KopeteEmailWindow()
191 toggleMode(Send); in KopeteEmailWindow()
347 toggleMode(Reply); in appendMessage()
499 void KopeteEmailWindow::toggleMode(WindowMode newMode) in toggleMode() function in KopeteEmailWindow
538 toggleMode(Reply); in slotReplySend()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtmultimedia/examples/multimedia/audiooutput/
H A Daudiooutput.cpp181 connect(m_modeButton, &QPushButton::clicked, this, &AudioTest::toggleMode); in initializeWindow()
231 toggleMode(); in initializeAudio()
251 void AudioTest::toggleMode() in toggleMode() function in AudioTest
H A Daudiooutput.h118 void toggleMode();
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtmultimedia/examples/multimedia/audioinput/
H A Daudioinput.cpp258 connect(m_modeButton, &QPushButton::clicked, this, &InputTest::toggleMode); in initializeWindow()
297 toggleMode(); in initializeAudio()
300 void InputTest::toggleMode() in toggleMode() function in InputTest
H A Daudioinput.h120 void toggleMode();
/dports/science/jmol/jmol-14.32.7/src/org/jmol/api/
H A DJmolTouchSimulatorInterface.java7 public abstract void toggleMode(); in toggleMode() method
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/examples/standardCamera/
H A DstandardCamera.h32 void toggleMode() { standard = !standard; } in toggleMode() function
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/src/statusbarwidget/
H A Dstatusbarlabeltoggledstate.h26 Q_REQUIRED_RESULT bool toggleMode() const;
H A Dstatusbarlabeltoggledstate.cpp40 bool StatusBarLabelToggledState::toggleMode() const in toggleMode() function in StatusBarLabelToggledState
/dports/irc/quassel/quassel-0.14-rc2/src/qtui/
H A Dchannellistdlg.h67 inline void toggleMode() { setAdvancedMode(!_advancedMode); } in toggleMode() function
/dports/irc/quassel-core/quassel-0.14-rc2/src/qtui/
H A Dchannellistdlg.h67 inline void toggleMode() { setAdvancedMode(!_advancedMode); } in toggleMode() function
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/multimedia/audiooutput/
H A Daudiooutput.h115 void toggleMode();
/dports/games/simsu/simsu-1.4.0/src/
H A Dwindow.h101 void toggleMode();
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/star_control/
H A Dstar_view.h150 void toggleMode();
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/multimedia/audioinput/
H A Daudioinput.h112 void toggleMode();

1234