Home
last modified time | relevance | path

Searched refs:m_currentInput (Results 1 – 14 of 14) sorted by relevance

/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/alsa-in/
H A Dalsamidiinput.cpp47 MIDIConnection m_currentInput; member in drumstick::rt::ALSAMIDIInput::ALSAMIDIInputPrivate
175 if (!m_currentInput.first.isEmpty() && in reloadDeviceList()
176 !m_inputDevices.contains(m_currentInput)) { in reloadDeviceList()
177 m_currentInput = MIDIConnection(); in reloadDeviceList()
187 m_currentInput = newDevice; in setSubscription()
197 if (!m_currentInput.first.isEmpty() && m_initialized) { in clearSubscription()
200 m_currentInput = MIDIConnection(); in clearSubscription()
360 return d->m_currentInput; in currentConnection()
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/mac-in/
H A Dmacmidiinput.cpp51 MIDIConnection m_currentInput; member in drumstick::rt::MacMIDIInputPrivate
158 if (!m_currentInput.first.isEmpty() && m_source != 0 && in reloadDeviceList()
159 !m_inputDevices.contains(m_currentInput)) { in reloadDeviceList()
160 m_currentInput = MIDIConnection(); in reloadDeviceList()
185 m_currentInput = conn; in open()
201 m_currentInput = MIDIConnection(); in close()
343 return d->m_currentInput; in currentConnection()
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/Viewer/
H A DViewerWidget.cpp752 m_currentInput = QString::fromLatin1(""); in updateInfoBox()
1028 m_currentInput.remove(m_currentInput.length() - 1, 1); in keyPressEvent()
1042 m_currentInput = m_currentInput.right(m_currentInput.length() - 1); in keyPressEvent()
1044 if (m_currentInput.isEmpty()) in keyPressEvent()
1048 category->addItem(m_currentInput); in keyPressEvent()
1050 m_currentInput = QString::fromLatin1(""); in keyPressEvent()
1077 m_currentInput = QString::fromLatin1(""); in keyPressEvent()
1082 } else if (m_currentInput.isEmpty() && in keyPressEvent()
1106 m_currentInput += incomingKey; in keyPressEvent()
1111 m_currentInput = QString::fromLatin1(""); in keyPressEvent()
[all …]
H A DViewerWidget.h258 QString m_currentInput; variable
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/win-in/
H A Dwinmidiinput.cpp54 MIDIConnection m_currentInput; member in drumstick::rt::WinMIDIInput::WinMIDIInputPrivate
75 if (conn != m_currentInput) { in open()
89 m_currentInput = conn; in open()
111 m_currentInput = MIDIConnection(); in close()
315 return d->m_currentInput; in currentConnection()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dtonecurvefield.cpp881 m_currentInput = new DoubleLineEdit(this); in ToneCurveField()
883 m_currentInput->setFixedWidth(60); in ToneCurveField()
885 m_currentInput->setDecimals(2); in ToneCurveField()
887 m_currentInput->setDisabled(true); in ToneCurveField()
927 currentValLayout->addWidget(m_currentInput); in ToneCurveField()
1028 m_currentInput->setDisabled(true); in onUpdateCurrentPosition()
1038 m_currentInput->setText(""); in onUpdateCurrentPosition()
1041 m_currentInput->setValue(modify(pos.x())); in onUpdateCurrentPosition()
1046 m_currentInput->setEnabled(true); in onUpdateCurrentPosition()
1064 m_currentInput->setRange(modify(cp.x), in onUpdateCurrentPosition()
[all …]
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/oss-in/
H A Dossinput_p.cpp63 m_currentInput = portName; in open()
83 m_currentInput = MIDIConnection(); in close()
H A Dossinput_p.h47 MIDIConnection m_currentInput; variable
H A Dossinput.cpp67 return d->m_currentInput; in currentConnection()
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/net-in/
H A Dnetmidiinput_p.cpp52 m_currentInput = portName; in open()
79 m_currentInput = MIDIConnection(); in close()
H A Dnetmidiinput_p.h45 MIDIConnection m_currentInput; variable
H A Dnetmidiinput.cpp79 return d->m_currentInput; in currentConnection()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dtonecurvefield.h141 DoubleLineEdit *m_currentInput, *m_currentOutput; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/jsonwizard/
H A Djsonfieldpage.cpp119 [this]() { return m_currentInput; }); in LineEdit()
133 m_currentInput = string; in fixInputString()
140 mutable QString m_currentInput; member in ProjectExplorer::LineEdit