|
|
@@ -551,17 +551,18 @@ public: |
|
|
|
|
|
|
|
@see getDoubleClickReturnValue
|
|
|
|
*/
|
|
|
|
void setDoubleClickReturnValue (bool isDoubleClickEnabled,
|
|
|
|
void setDoubleClickReturnValue (bool shouldDoubleClickBeEnabled,
|
|
|
|
double valueToSetOnDoubleClick);
|
|
|
|
|
|
|
|
/** Returns the values last set by setDoubleClickReturnValue() method.
|
|
|
|
@see setDoubleClickReturnValue
|
|
|
|
*/
|
|
|
|
double getDoubleClickReturnValue() const noexcept;
|
|
|
|
|
|
|
|
Sets isEnabled to true if double-click is enabled, and returns the value
|
|
|
|
that was set.
|
|
|
|
|
|
|
|
/** Returns true if double-clicking to reset to a default value is enabled.
|
|
|
|
@see setDoubleClickReturnValue
|
|
|
|
*/
|
|
|
|
double getDoubleClickReturnValue (bool& isEnabled) const;
|
|
|
|
bool isDoubleClickReturnEnabled() const noexcept;
|
|
|
|
|
|
|
|
//==============================================================================
|
|
|
|
/** Tells the slider whether to keep sending change messages while the user
|
|
|
|