Home
last modified time | relevance | path

Searched refs:valueChange (Results 1 – 25 of 138) sorted by relevance

123456

/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/bluetooth/heartrate-server/
H A Dmain.cpp112 enum ValueChange { ValueUp, ValueDown } valueChange = ValueUp; in main() local
113 const auto heartbeatProvider = [&service, &currentHeartRate, &valueChange]() { in main()
122 valueChange = ValueUp; in main()
124 valueChange = ValueDown; in main()
125 if (valueChange == ValueUp) in main()
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/parameterpattern/
H A DLinearParameterPattern.cpp76 const double valueChange = value2 - value1; in setEventProperties() local
81 const int value = value1 + int(getValueDelta(valueChange, timeRatio)); in setEventProperties()
88 getValueDelta(double valueChange, double timeRatio) const in getValueDelta() argument
90 return valueChange * timeRatio; in getValueDelta()
H A DQuarterSinePattern.cpp46 getValueDelta(double valueChange, double timeRatio) const in getValueDelta() argument
54 return sin(sinArg) * valueChange; in getValueDelta()
H A DHalfSinePattern.cpp45 getValueDelta(double valueChange, double timeRatio) const in getValueDelta() argument
60 return (-cos(cosArg)/2 + 0.5) * valueChange; in getValueDelta()
H A DHalfSinePattern.h34 double getValueDelta(double valueChange, double timeRatio) const override;
H A DQuarterSinePattern.h33 double getValueDelta(double valueChange, double timeRatio) const override; in type_id()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/widgets/
H A DspinboxFP.cpp49 connect(this, SIGNAL(valueChanged(double)), SLOT(valueChange(double))); in SpinBoxFP()
67 connect(this, SIGNAL(valueChanged(double)), SLOT(valueChange(double))); in SpinBoxFP()
74 void SpinBoxFP::valueChange(double) in valueChange() function in MusEGui::SpinBoxFP
H A DspinboxFP.h50 void valueChange(double);
/dports/audio/musescore/MuseScore-3.6.1/awl/
H A Daslider.cpp135 valueChange(); in wheelEvent()
165 valueChange(); in keyPressEvent()
178 valueChange(); in mouseDoubleClickEvent()
211 void AbstractSlider::valueChange() in valueChange() function in Awl::AbstractSlider
/dports/audio/muse-sequencer/muse-4.0.0/src/awl/
H A Dfloatentry.cpp132 valueChange(); in setSValue()
140 void FloatEntry::valueChange() in valueChange() function in Awl::FloatEntry
160 valueChange(); in incValue()
178 valueChange(); in decValue()
H A Daslider.cpp140 valueChange(); in wheelEvent()
172 valueChange(); in keyPressEvent()
203 void AbstractSlider::valueChange() in valueChange() function in Awl::AbstractSlider
H A Dmidipanentry.cpp44 void MidiPanEntry::valueChange() in valueChange() function in Awl::MidiPanEntry
H A Dmidipanknob.h42 virtual void valueChange() { in valueChange() function
/dports/cad/ktechlab/ktechlab-0.50.0/src/gui/itemeditor/
H A Dpropertyeditorinput.cpp104 connect( m_spinBox, SIGNAL(valueChanged( int )), this, SLOT(valueChange( int ))); in PropertyEditorSpin()
109 void PropertyEditorSpin::valueChange( int value ) in valueChange() function in PropertyEditorSpin
157 connect( m_spinBox, SIGNAL(valueChanged(double)), this, SLOT(valueChange(double))); in PropertyEditorDblSpin()
162 void PropertyEditorDblSpin::valueChange( double value ) in valueChange() function in PropertyEditorDblSpin
H A Dpropertyeditorinput.h69 void valueChange( int );
100 void valueChange( double value );
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/widgets/
H A Dq3rangecontrol.cpp203 valueChange(); in setValue()
359 valueChange(); in setRange()
412 void Q3RangeControl::valueChange() in valueChange() function in Q3RangeControl
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_double_range.cpp47 valueChange();
122 valueChange();
286 void QwtDoubleRange::valueChange() in contentsRect()
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_double_range.cpp47 valueChange(); in setValid()
122 valueChange(); in setNewValue()
286 void QwtDoubleRange::valueChange() in valueChange() function in QwtDoubleRange
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/osmf/src/org/osmf/events/
H A DMetadataEvent.as65 * of the type property of the event object for a valueChange
68 * @eventType valueChange
75 public static const VALUE_CHANGE:String = "valueChange";
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qml/qmlpuppet/mockfiles/qt5/
H A DSpotLightHandle.qml58 signal valueChange()
75 handleRoot.valueChange();
H A DAreaLightHandle.qml60 signal valueChange()
78 handleRoot.valueChange();
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qml/qmlpuppet/mockfiles/qt6/
H A DSpotLightHandle.qml59 signal valueChange()
76 handleRoot.valueChange();
H A DAreaLightHandle.qml61 signal valueChange()
79 handleRoot.valueChange();
/dports/www/R-cran-shiny/shiny/R/
H A Dgraph.R336 valueChange = function(reactId, value, domain) { method in RLog
346 self$valueChange(self$namesIdStr(reactId), nameValues, domain)
349 self$valueChange(self$asListIdStr(reactId), listValue, domain)
352 self$valueChange(self$asListAllIdStr(reactId), listValue, domain)
355 self$valueChange(self$keyIdStr(reactId, key), value, domain)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/tree_ops/
H A DRewriteAtomicCounters.cpp596 uint32_t valueChange = 0; in convertBuiltinFunction() local
602 valueChange = 1; in convertBuiltinFunction()
607 valueChange = std::numeric_limits<uint32_t>::max(); in convertBuiltinFunction()
625 substituteArguments->push_back(CreateUIntConstant(valueChange)); in convertBuiltinFunction()

123456