diff --git a/Application_8hpp_source.html b/Application_8hpp_source.html index 61d0eba0..11ba7da8 100644 --- a/Application_8hpp_source.html +++ b/Application_8hpp_source.html @@ -220,9 +220,9 @@ $(function() {
+ DISTRHO Plugin Framework
+
+ |
+
+ DISTRHO Plugin Framework
+
+ |
+
+ DISTRHO Plugin Framework
+
+ |
+
+ DISTRHO Plugin Framework
+
+ |
+
This is the complete list of members for ExponentialValueSmoother, including all inherited members.
+clearToTargetValue() noexcept (defined in ExponentialValueSmoother) | ExponentialValueSmoother | inline |
ExponentialValueSmoother() (defined in ExponentialValueSmoother) | ExponentialValueSmoother | inline |
getCurrentValue() const noexcept (defined in ExponentialValueSmoother) | ExponentialValueSmoother | inline |
getTargetValue() const noexcept (defined in ExponentialValueSmoother) | ExponentialValueSmoother | inline |
next() noexcept (defined in ExponentialValueSmoother) | ExponentialValueSmoother | inline |
peek() const noexcept (defined in ExponentialValueSmoother) | ExponentialValueSmoother | inline |
setSampleRate(const float newSampleRate) noexcept (defined in ExponentialValueSmoother) | ExponentialValueSmoother | inline |
setTargetValue(const float newTarget) noexcept (defined in ExponentialValueSmoother) | ExponentialValueSmoother | inline |
setTimeConstant(const float newT60) noexcept (defined in ExponentialValueSmoother) | ExponentialValueSmoother | inline |
+ DISTRHO Plugin Framework
+
+ |
+
An exponential smoother for control values. + More...
+ +#include <ValueSmoother.hpp>
An exponential smoother for control values.
+This continually smooths a value towards a defined target, using a low-pass filter of the 1st order, which creates an exponential curve.
+The length of the curve is defined by a T60 constant, which is the time it takes for a 1-to-0 smoothing to fall to -60dB.
+Note that this smoother has asymptotical behavior, and it must not be assumed that the final target is ever reached.
+
+ DISTRHO Plugin Framework
+
+ |
+
This is the complete list of members for LinearValueSmoother, including all inherited members.
+clearToTargetValue() noexcept (defined in LinearValueSmoother) | LinearValueSmoother | inline |
getCurrentValue() const noexcept (defined in LinearValueSmoother) | LinearValueSmoother | inline |
getTargetValue() const noexcept (defined in LinearValueSmoother) | LinearValueSmoother | inline |
LinearValueSmoother() (defined in LinearValueSmoother) | LinearValueSmoother | inline |
next() noexcept (defined in LinearValueSmoother) | LinearValueSmoother | inline |
peek() const noexcept (defined in LinearValueSmoother) | LinearValueSmoother | inline |
setSampleRate(const float newSampleRate) noexcept (defined in LinearValueSmoother) | LinearValueSmoother | inline |
setTargetValue(const float newTarget) noexcept (defined in LinearValueSmoother) | LinearValueSmoother | inline |
setTimeConstant(const float newTau) noexcept (defined in LinearValueSmoother) | LinearValueSmoother | inline |
+ DISTRHO Plugin Framework
+
+ |
+
A linear smoother for control values. + More...
+ +#include <ValueSmoother.hpp>
A linear smoother for control values.
+This continually smooths a value towards a defined target, using linear segments.
+The duration of the smoothing segment is defined by the given time constant. Every time the target changes, a new segment restarts for the whole duration of the time constant.
+Note that this smoother, unlike an exponential smoother, eventually should converge to its target value.
+Friends |
Get the plugin unique Id.
-This value is used by LADSPA, DSSI and VST plugin formats.
+
|
+ +protectedvirtual | +
Optional callback to inform the plugin about audio port IO changes.
+This function will only be called when the plugin is deactivated.
+Only used in AU (AudioUnit) format when DISTRHO_PLUGIN_EXTRA_IO is defined.
clearData() noexcept (defined in RingBufferControl< BufferStruct >) | RingBufferControl< BufferStruct > | inline | ||||
commitWrite() noexcept | RingBufferControl< BufferStruct > | inline | ||||
getReadableDataSize() const noexcept (defined in RingBufferControl< BufferStruct >) | RingBufferControl< BufferStruct > | inline | ||||
flush() noexcept (defined in RingBufferControl< BufferStruct >) | RingBufferControl< BufferStruct > | inline | ||||
getReadableDataSize() const noexcept (defined in RingBufferControl< BufferStruct >) | RingBufferControl< BufferStruct > | inline | ||||
getSize() const noexcept (defined in RingBufferControl< BufferStruct >) | RingBufferControl< BufferStruct > | inline | ||||
getWritableDataSize() const noexcept (defined in RingBufferControl< BufferStruct >) | RingBufferControl< BufferStruct > | inline | ||||
isDataAvailableForReading() const noexcept (defined in RingBufferControl< BufferStruct >) | RingBufferControl< BufferStruct > | inline | ||||
isEmpty() const noexcept (defined in RingBufferControl< BufferStruct >) | RingBufferControl< BufferStruct > | inline | isDataAvailableForRea
bool | isEmpty () const noexcept | |
+uint32_t | getSize () const noexcept | |
uint32_t | getReadableDataSize () const noexcept | | | getWritableDataSi
void | clearData () noexcept | |
+void | flush () noexcept | |
bool | readBool () noexcept | | // do something with "anotherData"
}
}
-Definition: RingBuffer.hpp:689 bool createBuffer(const uint32_t size) noexcept Definition: RingBuffer.hpp:711 bool writeCustomData(const void *const data, const uint32_t size) noexcept Definition: RingBuffer.hpp:472 bool readCustomData(void *const data, const uint32_t size) noexcept Definition: RingBuffer.hpp:356 Definition: RingBuffer.hpp:711 bool createBuffer(const uint32_t size) noexcept Definition: RingBuffer.hpp:733 bool writeCustomData(const void *const data, const uint32_t size) noexcept Definition: RingBuffer.hpp:494 bool readCustomData(void *const data, const uint32_t size) noexcept Definition: RingBuffer.hpp:378
Member Function Documentationdiff --git a/classScopedDenormalDisable-members.html b/classScopedDenormalDisable-members.html new file mode 100644 index 00000000..0b1add54 --- /dev/null +++ b/classScopedDenormalDisable-members.html @@ -0,0 +1,79 @@ + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ScopedDenormalDisable Member List
+
+
+
+This is the complete list of members for ScopedDenormalDisable, including all inherited members. +
+Generated by
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ScopedDenormalDisable Class Reference
+
+
+
+
Detailed Description+ScopedDenormalDisable is a handy class for disabling denormal numbers during a function scope. Denormal numbers can happen in IIR or other types of filters, they are often very slow. +Use this class with care! Messing up with the global state is bound to make some hosts unhappy. +The documentation for this class was generated from the following file:
+Generated by
diff --git a/classStandaloneWindow.html b/classStandaloneWindow.html index da2b853c..1248022d 100644 --- a/classStandaloneWindow.html +++ b/classStandaloneWindow.html @@ -89,6 +89,8 @@ Public Member Functions |
void | done () | |||||
void | reinit () | |||||
bool | isVisible () const noexcept | |||||
@@ -472,6 +474,32 @@ Additional Inherited Members |
+
|
+ +inline | +
Get a graphics context back again. Called when a valid graphics context is needed outside the constructor.
+Variables | |
static const uint32_t | kAudioPortIsCV = 0x1 |
static const uint32_t | kAudioPortIsSidechain = 0x2 |
static const uint32_t | kCVPortHasBipolarRange = 0x10 |
static const uint32_t | kCVPortHasNegativeUnipolarRange = 0x20 |
static const uint32_t | kCVPortHasPositiveUnipolarRange = 0x40 |
static const uint32_t | kCVPortHasScaledRange = 0x80 |
static constexpr const uint32_t | kAudioPortIsCV = 0x1 |
static constexpr const uint32_t | kAudioPortIsSidechain = 0x2 |
static constexpr const uint32_t | kCVPortHasBipolarRange = 0x10 |
static constexpr const uint32_t | kCVPortHasNegativeUnipolarRange = 0x20 |
static constexpr const uint32_t | kCVPortHasPositiveUnipolarRange = 0x40 |
static constexpr const uint32_t | kCVPortHasScaledRange = 0x80 |
static constexpr const uint32_t | kCVPortIsOptional = 0x100 |
Various audio port hints.
const uint32_t kAudioPortIsCV = 0x1 | +constexpr const uint32_t kAudioPortIsCV = 0x1 |
const uint32_t kAudioPortIsSidechain = 0x2 | +constexpr const uint32_t kAudioPortIsSidechain = 0x2 |
const uint32_t kCVPortHasBipolarRange = 0x10 | +constexpr const uint32_t kCVPortHasBipolarRange = 0x10 |
const uint32_t kCVPortHasNegativeUnipolarRange = 0x20 | +constexpr const uint32_t kCVPortHasNegativeUnipolarRange = 0x20 |
const uint32_t kCVPortHasPositiveUnipolarRange = 0x40 | +constexpr const uint32_t kCVPortHasPositiveUnipolarRange = 0x40 |
const uint32_t kCVPortHasScaledRange = 0x80 | +constexpr const uint32_t kCVPortHasScaledRange = 0x80 |
CV port has scaled range to match real values (-5 to +5v bipolar, +/-10 to 0v unipolar). One other range flag is required if this flag is set.
When enabled, this makes the port a mod:CVPort, compatible with the MOD Devices platform.
+
+
|
+ +staticconstexpr | +
CV port is optional, allowing hosts that do no CV ports to load the plugin. When loaded in hosts that don't support CV, the float* buffer for this port will be null.
+make DPF_RUNTIME_TESTING=
Whether to show parameter outputs in the VST2 plugins.
This is disabled (unset) by default, as the VST2 format has no notion of read-only parameters.
+
+
+
+◆ DPF_VST3_DONT_USE_BRAND_ID
+
+
+
+
+
+ #define DPF_VST3_DONT_USE_BRAND_ID
+
+
+
+Forcibly ignore DISTRHO_PLUGIN_BRAND_ID for VST3 plugins.
+This is required for DPF-based VST3 plugins that got released without setting DISTRHO_PLUGIN_BRAND_ID first.
+
diff --git a/group__MathFunctions.html b/group__MathFunctions.html
index 58542977..8b98bf28 100644
--- a/group__MathFunctions.html
+++ b/group__MathFunctions.html
@@ -70,25 +70,37 @@ $(function() {
Functions
-template<typename T >
-static bool d_isEqual (const T &v1, const T &v2)
-
-template<typename T >
-static bool d_isNotEqual (const T &v1, const T &v2)
-
-template<typename T >
-static bool d_isZero (const T &value)
-
-template<typename T >
-static bool d_isNotZero (const T &value)
-
+template<typename T >
+static constexpr bool d_isEqual (const T &v1, const T &v2)
+
+template<typename T >
+static constexpr bool d_isNotEqual (const T &v1, const T &v2)
+
+template<typename T >
+static constexpr bool d_isZero (const T &value)
+
+template<typename T >
+static constexpr bool d_isNotZero (const T &value)
+
static uint32_t d_nextPowerOf2 (uint32_t size) noexcept
+template<typename T >
+static constexpr int32_t d_roundToIntPositive (const T &value)
+
+template<typename T >
+static constexpr uint32_t d_roundToUnsignedInt (const T &value)
+
+template<typename T >
+static constexpr int32_t d_roundToIntNegative (const T &value)
+
+template<typename T >
+static constexpr int32_t d_roundToInt (const T &value)
+
Detailed Description
Function Documentation
-
-◆ d_isEqual()
+
+◆ d_isEqual()
@@ -99,7 +111,7 @@ template<typename T >
- static bool d_isEqual
+ static constexpr bool d_isEqual
(
const T &
v1,
@@ -118,7 +130,7 @@ template<typename T >
-inlinestatic
+inlinestaticconstexpr
@@ -126,8 +138,8 @@ template<typename T >
-
-◆ d_isNotEqual()
+
+◆ d_isNotEqual()
@@ -138,7 +150,7 @@ template<typename T >
- static bool d_isNotEqual
+ static constexpr bool d_isNotEqual
(
const T &
v1,
@@ -157,7 +169,7 @@ template<typename T >
-inlinestatic
+inlinestaticconstexpr
@@ -165,8 +177,8 @@ template<typename T >
-
-◆ d_isZero()
+
+◆ d_isZero()
@@ -177,7 +189,7 @@ template<typename T >
- static bool d_isZero
+ static constexpr bool d_isZero
(
const T &
value )
@@ -186,7 +198,7 @@ template<typename T >
-inlinestatic
+inlinestaticconstexpr
@@ -194,8 +206,8 @@ template<typename T >
-
-◆ d_isNotZero()
+
+◆ d_isNotZero()
@@ -206,7 +218,7 @@ template<typename T >
- static bool d_isNotZero
+ static constexpr bool d_isNotZero
(
const T &
value )
@@ -215,7 +227,7 @@ template<typename T >
-inlinestatic
+inlinestaticconstexpr
@@ -248,6 +260,122 @@ template<typename T >
Get next power of 2.
+
+
+
+◆ d_roundToIntPositive()
+
+
+
+
+template<typename T >
+
+
+
+
+
+ static constexpr int32_t d_roundToIntPositive
+ (
+ const T &
+ value )
+
+
+
+
+
+inlinestaticconstexpr
+
+
+
+Round a floating point number to an integer. Fast operation for values known to be 0 or positive.
+
+
+
+
+◆ d_roundToUnsignedInt()
+
+
+
+
+template<typename T >
+
+
+
+
+
+ static constexpr uint32_t d_roundToUnsignedInt
+ (
+ const T &
+ value )
+
+
+
+
+
+inlinestaticconstexpr
+
+
+
+Round a floating point number to an unsigned integer. Fast operation for values known to be 0 or positive.
+
+
+
+
+◆ d_roundToIntNegative()
+
+
+
+
+template<typename T >
+
+
+
+
+
+ static constexpr int32_t d_roundToIntNegative
+ (
+ const T &
+ value )
+
+
+
+
+
+inlinestaticconstexpr
+
+
+
+Round a floating point number to an integer. Fast operation for values known to be 0 or negative.
+
+
+
+
+◆ d_roundToInt()
+
+
+
+
+template<typename T >
+
+
+
+
+
+ static constexpr int32_t d_roundToInt
+ (
+ const T &
+ value )
+
+
+
+
+
+inlinestaticconstexpr
+
+
+
+Round a floating point number to integer.
+
diff --git a/group__MiscellaneousFunctions.html b/group__MiscellaneousFunctions.html
index d6d8b468..714fad10 100644
--- a/group__MiscellaneousFunctions.html
+++ b/group__MiscellaneousFunctions.html
@@ -72,6 +72,8 @@ $(function() {
Functions
static constexpr int64_t d_cconst (const uint8_t a, const uint8_t b, const uint8_t c, const uint8_t d) noexcept
+static constexpr uint32_t d_cconst (const char str[4])
+
static constexpr uint32_t d_version (const uint8_t major, const uint8_t minor, const uint8_t micro) noexcept
static void d_pass () noexcept
@@ -80,7 +82,7 @@ Functions
Detailed Description
Function Documentation
-◆ d_cconst()
+◆ d_cconst() [1/2]
@@ -127,6 +129,33 @@ Functions
Return a 32-bit number from 4 8-bit numbers.
The return type is a int64_t for better compatibility with plugin formats that use such numbers.
+
+
+
+◆ d_cconst() [2/2]
+
+
+
+
+
+
+
+
+ static constexpr uint32_t d_cconst
+ (
+ const char
+ str[4] )
+
+
+
+
+
+inlinestaticconstexpr
+
+
+
+Return a 32-bit number from 4 ASCII characters.
+
diff --git a/group__ParameterHints.html b/group__ParameterHints.html
index ae2d0a64..e1a6ab79 100644
--- a/group__ParameterHints.html
+++ b/group__ParameterHints.html
@@ -70,26 +70,28 @@ $(function() {
Variables
-static const uint32_t kParameterIsAutomatable = 0x01
-
-static const uint32_t kParameterIsAutomable = kParameterIsAutomatable
-
-static const uint32_t kParameterIsBoolean = 0x02
-
-static const uint32_t kParameterIsInteger = 0x04
-
-static const uint32_t kParameterIsLogarithmic = 0x08
-
-static const uint32_t kParameterIsOutput = 0x10
-
-static const uint32_t kParameterIsTrigger = 0x20 | kParameterIsBoolean
-
+static constexpr const uint32_t kParameterIsAutomatable = 0x01
+
+static constexpr const uint32_t kParameterIsAutomable = kParameterIsAutomatable
+
+static constexpr const uint32_t kParameterIsBoolean = 0x02
+
+static constexpr const uint32_t kParameterIsInteger = 0x04
+
+static constexpr const uint32_t kParameterIsLogarithmic = 0x08
+
+static constexpr const uint32_t kParameterIsOutput = 0x10
+
+static constexpr const uint32_t kParameterIsTrigger = 0x20 | kParameterIsBoolean
+
+static constexpr const uint32_t kParameterIsHidden = 0x40
+
Detailed Description
Various parameter hints.
- See also
- Parameter::hints
Variable Documentation
-
-◆ kParameterIsAutomatable
+
+◆ kParameterIsAutomatable
@@ -98,12 +100,12 @@ Variables
- const uint32_t kParameterIsAutomatable = 0x01
+ constexpr const uint32_t kParameterIsAutomatable = 0x01
-static
+staticconstexpr
@@ -111,8 +113,8 @@ Variables
-
-◆ kParameterIsAutomable
+
+◆ kParameterIsAutomable
@@ -121,12 +123,12 @@ Variables
- const uint32_t kParameterIsAutomable = kParameterIsAutomatable
+ constexpr const uint32_t kParameterIsAutomable = kParameterIsAutomatable
-static
+staticconstexpr
@@ -134,8 +136,8 @@ Variables
-
-◆ kParameterIsBoolean
+
+◆ kParameterIsBoolean
@@ -144,12 +146,12 @@ Variables
- const uint32_t kParameterIsBoolean = 0x02
+ constexpr const uint32_t kParameterIsBoolean = 0x02
-static
+staticconstexpr
@@ -158,8 +160,8 @@ It's always at either minimum or maximum value.
-
-◆ kParameterIsInteger
+
+◆ kParameterIsInteger
@@ -168,12 +170,12 @@ It's always at either minimum or maximum value.
- const uint32_t kParameterIsInteger = 0x04
+ constexpr const uint32_t kParameterIsInteger = 0x04
-static
+staticconstexpr
@@ -181,8 +183,8 @@ It's always at either minimum or maximum value.
-
-◆ kParameterIsLogarithmic
+
+◆ kParameterIsLogarithmic
@@ -191,12 +193,12 @@ It's always at either minimum or maximum value.
- const uint32_t kParameterIsLogarithmic = 0x08
+ constexpr const uint32_t kParameterIsLogarithmic = 0x08
-static
+staticconstexpr
@@ -204,8 +206,8 @@ It's always at either minimum or maximum value.
-
-◆ kParameterIsOutput
+
+◆ kParameterIsOutput
@@ -214,12 +216,12 @@ It's always at either minimum or maximum value.
- const uint32_t kParameterIsOutput = 0x10
+ constexpr const uint32_t kParameterIsOutput = 0x10
-static
+staticconstexpr
@@ -233,8 +235,8 @@ Outputs are changed by the plugin and never modified by the host.
-
-◆ kParameterIsTrigger
+
+◆ kParameterIsTrigger
@@ -243,12 +245,12 @@ Outputs are changed by the plugin and never modified by the host.
- const uint32_t kParameterIsTrigger = 0x20 | kParameterIsBoolean
+ constexpr const uint32_t kParameterIsTrigger = 0x20 | kParameterIsBoolean
-static
+staticconstexpr
@@ -257,6 +259,30 @@ This means the value resets back to its default after each process/run call.
- Note
- Only officially supported under LV2. For other formats DPF simulates the behaviour.
+
+
+
+◆ kParameterIsHidden
+
+
+
+
+
+
+
+
+ constexpr const uint32_t kParameterIsHidden = 0x40
+
+
+
+
+staticconstexpr
+
+
+
+Parameter should be hidden from the host and user-visible GUIs.
+It is still saved and handled as any regular parameter, just not visible to the user (for example in a host generated GUI)
+
diff --git a/group__PluginMacros.html b/group__PluginMacros.html
index ff06d0fb..1be1a186 100644
--- a/group__PluginMacros.html
+++ b/group__PluginMacros.html
@@ -122,6 +122,12 @@ Macros
#define DISTRHO_UI_URI DISTRHO_PLUGIN_URI "#UI"
+#define DISTRHO_PLUGIN_AU_TYPE aufx
+
+#define DISTRHO_PLUGIN_BRAND_ID Dstr
+
+#define DISTRHO_PLUGIN_UNIQUE_ID test
+
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:Plugin"
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Stereo"
@@ -562,6 +568,56 @@ Enabling this options makes it possible for the user to resize the plugin The UI URI when exporting in LV2 format.
By default this is set to DISTRHO_PLUGIN_URI with "#UI" as suffix.
+
+
+
+◆ DISTRHO_PLUGIN_AU_TYPE
+
+
+
+
+
+ #define DISTRHO_PLUGIN_AU_TYPE aufx
+
+
+
+The AudioUnit type for a plugin.
+This is a 4-character symbol, automatically set by DPF based on other plugin macros. See https://developer.apple.com/documentation/audiotoolbox/1584142-audio_unit_types for more information.
+
+
+
+
+◆ DISTRHO_PLUGIN_BRAND_ID
+
+
+
+
+
+ #define DISTRHO_PLUGIN_BRAND_ID Dstr
+
+
+
+A 4-character symbol that identifies a brand or manufacturer, with at least one non-lower case character.
+Plugins from the same brand should use the same symbol.
- Note
- This macro is required when building AU plugins, and used for VST3 if present
+-
+Setting this macro will change the uid of a VST3 plugin. If you already released a DPF-based VST3 plugin make sure to also enable DISTRHO_PLUGIN_VST3_OLD_ID_COMPAT
+
+
+
+
+◆ DISTRHO_PLUGIN_UNIQUE_ID
+
+
+
+
+
+ #define DISTRHO_PLUGIN_UNIQUE_ID test
+
+
+
+A 4-character symbol which identifies a plugin.
+It must be unique within at least a set of plugins from the brand.
- Note
- This macro is required when building AU plugins
+
diff --git a/group__StateHints.html b/group__StateHints.html
index 81ed6fc2..3c33adf1 100644
--- a/group__StateHints.html
+++ b/group__StateHints.html
@@ -70,24 +70,24 @@ $(function() {
Variables
-static const uint32_t kStateIsHostReadable = 0x01
-
-static const uint32_t kStateIsHostWritable = 0x02 | kStateIsHostReadable
-
-static const uint32_t kStateIsFilenamePath = 0x04 | kStateIsHostWritable
-
-static const uint32_t kStateIsBase64Blob = 0x08
-
-static const uint32_t kStateIsOnlyForDSP = 0x10
-
-static const uint32_t kStateIsOnlyForUI = 0x20
-
+static constexpr const uint32_t kStateIsHostReadable = 0x01
+
+static constexpr const uint32_t kStateIsHostWritable = 0x02 | kStateIsHostReadable
+
+static constexpr const uint32_t kStateIsFilenamePath = 0x04 | kStateIsHostWritable
+
+static constexpr const uint32_t kStateIsBase64Blob = 0x08
+
+static constexpr const uint32_t kStateIsOnlyForDSP = 0x10
+
+static constexpr const uint32_t kStateIsOnlyForUI = 0x20
+
Detailed Description
Various state hints.
- See also
- State::hints
Variable Documentation
-
-◆ kStateIsHostReadable
+
+◆ kStateIsHostReadable
@@ -96,12 +96,12 @@ Variables
- const uint32_t kStateIsHostReadable = 0x01
+ constexpr const uint32_t kStateIsHostReadable = 0x01
-static
+staticconstexpr
@@ -109,8 +109,8 @@ Variables
-
-◆ kStateIsHostWritable
+
+◆ kStateIsHostWritable
@@ -119,12 +119,12 @@ Variables
- const uint32_t kStateIsHostWritable = 0x02 | kStateIsHostReadable
+ constexpr const uint32_t kStateIsHostWritable = 0x02 | kStateIsHostReadable
-static
+staticconstexpr
@@ -133,8 +133,8 @@ For obvious reasons a writable state is also readable by the host.
-
-◆ kStateIsFilenamePath
+
+◆ kStateIsFilenamePath
@@ -143,12 +143,12 @@ For obvious reasons a writable state is also readable by the host.
- const uint32_t kStateIsFilenamePath = 0x04 | kStateIsHostWritable
+ constexpr const uint32_t kStateIsFilenamePath = 0x04 | kStateIsHostWritable
-static
+staticconstexpr
@@ -157,8 +157,8 @@ The readable and writable hints are required for filenames to work, and thus are
-
-◆ kStateIsBase64Blob
+
+◆ kStateIsBase64Blob
@@ -167,12 +167,12 @@ The readable and writable hints are required for filenames to work, and thus are
- const uint32_t kStateIsBase64Blob = 0x08
+ constexpr const uint32_t kStateIsBase64Blob = 0x08
-static
+staticconstexpr
@@ -180,8 +180,8 @@ The readable and writable hints are required for filenames to work, and thus are
-
-◆ kStateIsOnlyForDSP
+
+◆ kStateIsOnlyForDSP
@@ -190,12 +190,12 @@ The readable and writable hints are required for filenames to work, and thus are
- const uint32_t kStateIsOnlyForDSP = 0x10
+ constexpr const uint32_t kStateIsOnlyForDSP = 0x10
-static
+staticconstexpr
@@ -203,8 +203,8 @@ The readable and writable hints are required for filenames to work, and thus are
-
-◆ kStateIsOnlyForUI
+
+◆ kStateIsOnlyForUI
@@ -213,12 +213,12 @@ The readable and writable hints are required for filenames to work, and thus are
- const uint32_t kStateIsOnlyForUI = 0x20
+ constexpr const uint32_t kStateIsOnlyForUI = 0x20
-static
+staticconstexpr
diff --git a/hierarchy.html b/hierarchy.html
index a8f2caa7..e246cb1d 100644
--- a/hierarchy.html
+++ b/hierarchy.html
@@ -71,18 +71,18 @@ $(function() {
CAudioMidiSyncHelper
CAudioPort
CTimePosition::BarBeatTick
- ▼CWidget::BaseEvent
- CWidget::CharacterInputEvent
- CWidget::KeyboardEvent
- CWidget::MotionEvent
- CWidget::MouseEvent
- CWidget::ScrollEvent
- ▼CBaseWidget
- CCairoBaseWidget< BaseWidget >
- CNanoBaseWidget< BaseWidget >
- CBigStackBuffer
- ▼CButtonEventHandler
- CImageBaseButton< ImageType >
+ ►CWidget::BaseEvent
+
+
+
+
+
+ ►CBaseWidget
+
+
+ CBigStackBuffer
+ ►CButtonEventHandler
+
CFileBrowserOptions::Buttons
CButtonEventHandler::Callback
CImageBaseButton< ImageType >::Callback
@@ -93,84 +93,87 @@ $(function() {
CCircle< T >
CClipboardDataOffer
CColor
- CExternalWindow
- CFileBrowserData
- CFileBrowserOptions
- CNanoVG::GlyphPosition
- ▼CGraphicsContext
- CCairoGraphicsContext
- COpenGLGraphicsContext
- CVulkanGraphicsContext
- CHeapBuffer
- CHorizontallyStackedVerticalLayout
- CHugeStackBuffer
- CIdleCallback
- ▼CImageBase
- CCairoImage
- COpenGLImage
- CVulkanImage
- ▼CKnobEventHandler
- CImageBaseKnob< ImageType >
- CLayout< horizontal >
- CLeakedObjectDetector< OwnerClass >
- CLine< T >
- CMidiEvent
- CMutex
- CNanoImage
- ▼CNanoVG
- CNanoBaseWidget< BaseWidget >
- CNanoVG::Paint
- CParameter
- CParameterEnumerationValue
- CParameterEnumerationValues
- CParameterRanges
- CPlugin
- CPoint< T >
- CPoint< double >
- CPoint< int >
- CPortGroup
- CWidget::PositionChangedEvent
- CRectangle< T >
- CRecursiveMutex
- CWidget::ResizeEvent
- CRingBufferControl< BufferStruct >
- ▼CRingBufferControl< HeapBuffer >
- CHeapRingBuffer
- ▼CRingBufferControl< SmallStackBuffer >
- CSmallStackRingBuffer
- CRunner
- CWindow::ScopedGraphicsContext
- CScopedPointer< ObjectType >
- CScopedSafeLocale
- CScopeLocker< Mutex >
- CScopeTryLocker< Mutex >
- CScopeUnlocker< Mutex >
- CSignal
- CSize< T >
- CSize< uint >
- CSliderEventHandler
- CSmallStackBuffer
- CState
- CString
- CSubWidgetWithSizeHint
- CNanoVG::TextRow
- CThread
- CTimePosition
- CTriangle< T >
- ▼CUIWidget
- CUI
- CVerticallyStackedHorizontalLayout
- ▼CWidget
- ►CSubWidget
-
-
-
-
- ►CTopLevelWidget
-
-
- ▼CWindow
- CStandaloneWindow
+ CExponentialValueSmoother An exponential smoother for control values
+ CExternalWindow
+ CFileBrowserData
+ CFileBrowserOptions
+ CNanoVG::GlyphPosition
+ ►CGraphicsContext
+
+
+
+ CHeapBuffer
+ CHorizontallyStackedVerticalLayout
+ CHugeStackBuffer
+ CIdleCallback
+ ►CImageBase
+
+
+
+ ►CKnobEventHandler
+
+ CLayout< horizontal >
+ CLeakedObjectDetector< OwnerClass >
+ CLine< T >
+ CLinearValueSmoother A linear smoother for control values
+ CMidiEvent
+ CMutex
+ CNanoImage
+ ►CNanoVG
+
+ CNanoVG::Paint
+ CParameter
+ CParameterEnumerationValue
+ CParameterEnumerationValues
+ CParameterRanges
+ CPlugin
+ CPoint< T >
+ CPoint< double >
+ CPoint< int >
+ CPortGroup
+ CWidget::PositionChangedEvent
+ CRectangle< T >
+ CRecursiveMutex
+ CWidget::ResizeEvent
+ CRingBufferControl< BufferStruct >
+ ►CRingBufferControl< HeapBuffer >
+
+ ►CRingBufferControl< SmallStackBuffer >
+
+ CRunner
+ CScopedDenormalDisable
+ CWindow::ScopedGraphicsContext
+ CScopedPointer< ObjectType >
+ CScopedSafeLocale
+ CScopeLocker< Mutex >
+ CScopeTryLocker< Mutex >
+ CScopeUnlocker< Mutex >
+ CSignal
+ CSize< T >
+ CSize< uint >
+ CSliderEventHandler
+ CSmallStackBuffer
+ CState
+ CString
+ CSubWidgetWithSizeHint
+ CNanoVG::TextRow
+ CThread
+ CTimePosition
+ CTriangle< T >
+ ►CUIWidget
+
+ CVerticallyStackedHorizontalLayout
+ ►CWidget
+
+
+
+
+
+
+
+
+ ►CWindow
+
diff --git a/index.html b/index.html
index 37e61dde..a2a0b536 100644
--- a/index.html
+++ b/index.html
@@ -184,7 +184,7 @@ Here is one of a stereo audio plugin that simply mutes the host output: {
return new MutePlugin();
}
-Definition: DistrhoPlugin.hpp:966
+Definition: DistrhoPlugin.hpp:61
virtual const char * getLabel() const =0
virtual void run(const float **inputs, float **outputs, uint32_t frames, const MidiEvent *midiEvents, uint32_t midiEventCount)=0
virtual const char * getLicense() const =0
@@ -192,9 +192,9 @@ Here is one of a stereo audio plugin that simply mutes the host output: virtual uint32_t getVersion() const =0
virtual int64_t getUniqueId() const =0
Plugin * createPlugin()
-static constexpr int64_t d_cconst(const uint8_t a, const uint8_t b, const uint8_t c, const uint8_t d) noexceptDefinition: DistrhoUtils.hpp:75
-static constexpr uint32_t d_version(const uint8_t major, const uint8_t minor, const uint8_t micro) noexceptDefinition: DistrhoUtils.hpp:84
-
+static constexpr int64_t d_cconst(const uint8_t a, const uint8_t b, const uint8_t c, const uint8_t d) noexceptDefinition: DistrhoUtils.hpp:72
+static constexpr uint32_t d_version(const uint8_t major, const uint8_t minor, const uint8_t micro) noexceptDefinition: DistrhoUtils.hpp:90
+
See the Plugin class for more information.
Parameters
@@ -259,7 +259,7 @@ The host will simply read their values and never change them.
{
// we only have one parameter so we can skip checking the index
- parameter.hints = kParameterIsAutomatable;
+ parameter.hints = kParameterIsAutomatable;
parameter.name = "Gain";
parameter.symbol = "gain";
@@ -310,15 +310,15 @@ The host will simply read their values and never change them.
virtual void setParameterValue(uint32_t index, float value)
virtual void initParameter(uint32_t index, Parameter ¶meter)
virtual float getParameterValue(uint32_t index) const
-static const uint32_t kParameterIsAutomatableDefinition: DistrhoPlugin.hpp:92
-
-
-
-Definition: DistrhoPlugin.hpp:547
-
-
-
-
+static constexpr const uint32_t kParameterIsAutomatableDefinition: DistrhoDetails.hpp:96
+
+
+
+Definition: DistrhoDetails.hpp:588
+
+
+
+
See the Parameter struct for more information about parameters.
Programs
@@ -374,7 +374,7 @@ When enabled you'll need to override 2 new function in your plugin code, */
{
- parameter.hints = kParameterIsAutomatable;
+ parameter.hints = kParameterIsAutomatable;
@@ -473,7 +473,7 @@ When enabled you'll need to override 2 new function in your plugin code, };
virtual void loadProgram(uint32_t index)
virtual void initProgramName(uint32_t index, String &programName)=0
-Definition: String.hpp:31
+Definition: String.hpp:35
This is a work-in-progress documentation page. States, MIDI, Latency, Time-Position and UI are still TODO.
diff --git a/menudata.js b/menudata.js
index c867902e..b332ba0f 100644
--- a/menudata.js
+++ b/menudata.js
@@ -25,6 +25,11 @@
var menudata={children:[
{text:"Main Page",url:"index.html"},
{text:"Modules",url:"modules.html"},
+{text:"Namespaces",url:"namespaces.html",children:[
+{text:"Namespace List",url:"namespaces.html"},
+{text:"Namespace Members",url:"namespacemembers.html",children:[
+{text:"All",url:"namespacemembers.html"},
+{text:"Variables",url:"namespacemembers_vars.html"}]}]},
{text:"Classes",url:"annotated.html",children:[
{text:"Class List",url:"annotated.html"},
{text:"Class Index",url:"classes.html"},
diff --git a/modules.html b/modules.html
index 5203bd1a..ce15cd38 100644
--- a/modules.html
+++ b/modules.html
@@ -67,13 +67,13 @@ $(function() {
Here is a list of all modules:
- Plugin Macros
- Extra Plugin Macros
- Namespace Macros
- Audio Port Hints
- Parameter Hints
- State Hints
- Base Plugin Structs
+ Audio Port Hints
+ Parameter Hints
+ State Hints
+ Base Plugin Structs
+ Plugin Macros
+ Extra Plugin Macros
+ Namespace Macros
Main Classes
Entry Points
Plugin related utilities
diff --git a/namespaceParameterDesignationSymbols.html b/namespaceParameterDesignationSymbols.html
new file mode 100644
index 00000000..575671cd
--- /dev/null
+++ b/namespaceParameterDesignationSymbols.html
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+DISTRHO Plugin Framework: ParameterDesignationSymbols Namespace Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DISTRHO Plugin Framework
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ParameterDesignationSymbols Namespace Reference
+
+
+
+
+Variables
+static constexpr const char bypass [] = "dpf_bypass"
+
+static constexpr const char bypass_lv2 [] = "lv2_enabled"
+
+
+Detailed Description
+Parameter designation symbols.
+These are static, hard-coded definitions to ensure consistency across DPF and plugins.
+Variable Documentation
+
+◆ bypass
+
+
+
+
+
+
+
+
+ constexpr const char ParameterDesignationSymbols::bypass[] = "dpf_bypass"
+
+
+
+
+staticconstexpr
+
+
+
+Bypass designation symbol.
+
+
+
+
+◆ bypass_lv2
+
+
+
+
+
+
+
+
+ constexpr const char ParameterDesignationSymbols::bypass_lv2[] = "lv2_enabled"
+
+
+
+
+staticconstexpr
+
+
+
+Bypass designation symbol, inverted for LV2 so it becomes "enabled".
+
+
+
+
+
+
+Generated by
1.9.1
+
+
+
diff --git a/namespacemembers.html b/namespacemembers.html
new file mode 100644
index 00000000..aba24aa7
--- /dev/null
+++ b/namespacemembers.html
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+DISTRHO Plugin Framework: Namespace Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DISTRHO Plugin Framework
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Here is a list of all documented namespace members with links to the namespaces they belong to:
+- bypass
+: ParameterDesignationSymbols
+
+- bypass_lv2
+: ParameterDesignationSymbols
+
+
+
+
+
+Generated by
1.9.1
+
+
+
diff --git a/namespacemembers_vars.html b/namespacemembers_vars.html
new file mode 100644
index 00000000..ee283cf3
--- /dev/null
+++ b/namespacemembers_vars.html
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+DISTRHO Plugin Framework: Namespace Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DISTRHO Plugin Framework
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- bypass
+: ParameterDesignationSymbols
+
+- bypass_lv2
+: ParameterDesignationSymbols
+
+
+
+
+
+Generated by
1.9.1
+
+
+
diff --git a/namespaces.html b/namespaces.html
new file mode 100644
index 00000000..018f17be
--- /dev/null
+++ b/namespaces.html
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+DISTRHO Plugin Framework: Namespace List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DISTRHO Plugin Framework
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Namespace List
+
+
+Here is a list of all documented namespaces with brief descriptions:
+
+ NParameterDesignationSymbols
+ Nstd
+
+
+
+
+
+Generated by
1.9.1
+
+
+
diff --git a/search/all_1.js b/search/all_1.js
index 5577528c..bdb2a3c2 100644
--- a/search/all_1.js
+++ b/search/all_1.js
@@ -19,5 +19,7 @@ var searchData=
['button_25',['button',['../structWidget_1_1MouseEvent.html#ab6471d00c229719e1dd821f78ed4bdef',1,'Widget::MouseEvent']]],
['buttoneventhandler_26',['ButtonEventHandler',['../classButtonEventHandler.html',1,'']]],
['buttons_27',['Buttons',['../structFileBrowserOptions_1_1Buttons.html#ac63aae50a8d713ac6de337cc8739c870',1,'FileBrowserOptions::Buttons::Buttons()'],['../structFileBrowserOptions_1_1Buttons.html',1,'FileBrowserOptions::Buttons']]],
- ['buttonstate_28',['ButtonState',['../structFileBrowserOptions.html#ac435c15f821601fa0a10fbd4707b5ab9',1,'FileBrowserOptions']]]
+ ['buttonstate_28',['ButtonState',['../structFileBrowserOptions.html#ac435c15f821601fa0a10fbd4707b5ab9',1,'FileBrowserOptions']]],
+ ['bypass_29',['bypass',['../namespaceParameterDesignationSymbols.html#a276f3fe98418294fe19734f4e9e72664',1,'ParameterDesignationSymbols']]],
+ ['bypass_5flv2_30',['bypass_lv2',['../namespaceParameterDesignationSymbols.html#a882fd8b5f9a9ff68f62e5d27228b43ba',1,'ParameterDesignationSymbols']]]
];
diff --git a/search/all_10.js b/search/all_10.js
index 5566b2a6..2361f22d 100644
--- a/search/all_10.js
+++ b/search/all_10.js
@@ -1,34 +1,35 @@
var searchData=
[
- ['radialgradient_406',['radialGradient',['../classNanoVG.html#a19d27b1b3a22afe9a6d27f4f9f8bf167',1,'NanoVG']]],
- ['radtodeg_407',['radToDeg',['../classNanoVG.html#a175f4c41e0d89ae5d8bdb65e5580c637',1,'NanoVG']]],
- ['ranges_408',['ranges',['../structParameter.html#a2d0c81e4fb8fad18d920ef6ecd4a64db',1,'Parameter']]],
- ['readcustomdata_409',['readCustomData',['../classRingBufferControl.html#aafdb126b2885c507cec852bc63fd6cb8',1,'RingBufferControl']]],
- ['readcustomtype_410',['readCustomType',['../classRingBufferControl.html#aaaf4efe13ec2555c390047f545d2660d',1,'RingBufferControl']]],
- ['rect_411',['rect',['../classNanoVG.html#a1bc27cc57b0e2d3bc0fd12d519312251',1,'NanoVG']]],
- ['rectangle_412',['Rectangle',['../classRectangle.html#a4b4d34708248ee56900916cdf1138edc',1,'Rectangle::Rectangle(const Point< T > &pos, const Size< T > &size) noexcept'],['../classRectangle.html#a7e55381bd7fe33d52a8847f65e9883ed',1,'Rectangle::Rectangle(const Point< T > &pos, const T &width, const T &height) noexcept'],['../classRectangle.html#ae2560ef4446450f535414f70d7f46aa0',1,'Rectangle::Rectangle(const T &x, const T &y, const Size< T > &size) noexcept'],['../classRectangle.html#a883fb137e26b5b7e95791d91c232603f',1,'Rectangle::Rectangle(const T &x, const T &y, const T &width, const T &height) noexcept'],['../classRectangle.html#acf4a7cdc13c4176d44965db53a3561f3',1,'Rectangle::Rectangle() noexcept'],['../classRectangle.html#ac492f53d4f548c4f572c90c485606db8',1,'Rectangle::Rectangle(const Rectangle< T > &rect) noexcept'],['../classRectangle.html',1,'Rectangle< T >']]],
- ['recursivemutex_413',['RecursiveMutex',['../classRecursiveMutex.html',1,'']]],
- ['release_414',['release',['../classScopedPointer.html#a10c8f696fec0cca763b067ec3e469199',1,'ScopedPointer']]],
- ['removeidlecallback_415',['removeIdleCallback',['../classApplication.html#a082f532e2922924c6c72517f9272f67d',1,'Application::removeIdleCallback()'],['../classWindow.html#a5c5c4f53c53cb081b39a40d5ce9afd65',1,'Window::removeIdleCallback(IdleCallback *callback)']]],
- ['rendertopicture_416',['renderToPicture',['../classWindow.html#abc7044d06bab27a7dadf06b9f42b2c95',1,'Window']]],
- ['repaint_417',['repaint',['../classStandaloneWindow.html#aa1475d362245c793b516a232deab70ff',1,'StandaloneWindow::repaint()'],['../classSubWidget.html#a13910739dc797b600502e2dfa7daef87',1,'SubWidget::repaint()'],['../classTopLevelWidget.html#a5b71bc1266aea488b1f85b83744adbfd',1,'TopLevelWidget::repaint() noexcept override'],['../classTopLevelWidget.html#a4a9b2d040ba36825fd95f966bb4d9e36',1,'TopLevelWidget::repaint(const Rectangle< uint > &rect) noexcept'],['../classWidget.html#abe8cfe0aaae71dd011cf9a86e930fd12',1,'Widget::repaint()'],['../classWindow.html#a729ab39a1ac99d81b289e08a42582ade',1,'Window::repaint() noexcept'],['../classWindow.html#a33f9518b6f3209cd8201106260c9e42c',1,'Window::repaint(const Rectangle< uint > &rect) noexcept']]],
- ['requestaudioinput_418',['requestAudioInput',['../group__StandalonePluginRelatedUtilities.html#gaa499fd42799f9d7479917549634c0226',1,'DistrhoStandaloneUtils.hpp']]],
- ['requestbuffersizechange_419',['requestBufferSizeChange',['../group__StandalonePluginRelatedUtilities.html#ga448fb5c17b53116ff45716884b7a7635',1,'DistrhoStandaloneUtils.hpp']]],
- ['requestmidi_420',['requestMIDI',['../group__StandalonePluginRelatedUtilities.html#gac81794c2f59b4a1793ea25b73b76e5e3',1,'DistrhoStandaloneUtils.hpp']]],
- ['requestparametervaluechange_421',['requestParameterValueChange',['../classPlugin.html#ae65d8603022c09d1ce2ee5cf568de70f',1,'Plugin']]],
- ['requeststatefile_422',['requestStateFile',['../classUI.html#a53aebb0a0a4ee5d321503d2ba8d7a631',1,'UI']]],
- ['reset_423',['reset',['../classNanoVG.html#ad5ddb240794b35105eeadd1534f0911b',1,'NanoVG']]],
- ['resetscissor_424',['resetScissor',['../classNanoVG.html#aff2eaea01970f0ec2005d1051f25ad35',1,'NanoVG']]],
- ['resettransform_425',['resetTransform',['../classNanoVG.html#aac35e4a0ce84c0f4bf8d881d1b8a5b34',1,'NanoVG']]],
- ['resizeevent_426',['ResizeEvent',['../structWidget_1_1ResizeEvent.html#ac92abcdb2820807cd3d020864b96b3bd',1,'Widget::ResizeEvent::ResizeEvent()'],['../structWidget_1_1ResizeEvent.html',1,'Widget::ResizeEvent']]],
- ['restore_427',['restore',['../classNanoVG.html#aa1da11cb97d4f6718ffe8b4622684c3b',1,'NanoVG']]],
- ['restrictedmode_428',['restrictedMode',['../structParameterEnumerationValues.html#a014ebcacbe68c3f77f2f8ac9ffe3cd6f',1,'ParameterEnumerationValues']]],
- ['ringbuffercontrol_429',['RingBufferControl',['../classRingBufferControl.html',1,'']]],
- ['ringbuffercontrol_3c_20heapbuffer_20_3e_430',['RingBufferControl< HeapBuffer >',['../classRingBufferControl.html',1,'']]],
- ['ringbuffercontrol_3c_20smallstackbuffer_20_3e_431',['RingBufferControl< SmallStackBuffer >',['../classRingBufferControl.html',1,'']]],
- ['rotate_432',['rotate',['../classNanoVG.html#a13da8f469cd43117c19d8459c178b905',1,'NanoVG']]],
- ['roundedrect_433',['roundedRect',['../classNanoVG.html#ac9d8502c3cbf6745ff3a41d1b97b6529',1,'NanoVG']]],
- ['run_434',['run',['../classPlugin.html#a0a969c78f8455ac6ba65fa42e8c498f6',1,'Plugin']]],
- ['runasmodal_435',['runAsModal',['../classWindow.html#a00108f3d1c5831d02b0c67cd4f226e4d',1,'Window']]],
- ['runner_436',['Runner',['../classRunner.html',1,'']]]
+ ['radialgradient_427',['radialGradient',['../classNanoVG.html#a19d27b1b3a22afe9a6d27f4f9f8bf167',1,'NanoVG']]],
+ ['radtodeg_428',['radToDeg',['../classNanoVG.html#a175f4c41e0d89ae5d8bdb65e5580c637',1,'NanoVG']]],
+ ['ranges_429',['ranges',['../structParameter.html#a2d0c81e4fb8fad18d920ef6ecd4a64db',1,'Parameter']]],
+ ['readcustomdata_430',['readCustomData',['../classRingBufferControl.html#aafdb126b2885c507cec852bc63fd6cb8',1,'RingBufferControl']]],
+ ['readcustomtype_431',['readCustomType',['../classRingBufferControl.html#aaaf4efe13ec2555c390047f545d2660d',1,'RingBufferControl']]],
+ ['rect_432',['rect',['../classNanoVG.html#a1bc27cc57b0e2d3bc0fd12d519312251',1,'NanoVG']]],
+ ['rectangle_433',['Rectangle',['../classRectangle.html#ac492f53d4f548c4f572c90c485606db8',1,'Rectangle::Rectangle(const Rectangle< T > &rect) noexcept'],['../classRectangle.html#a4b4d34708248ee56900916cdf1138edc',1,'Rectangle::Rectangle(const Point< T > &pos, const Size< T > &size) noexcept'],['../classRectangle.html#a7e55381bd7fe33d52a8847f65e9883ed',1,'Rectangle::Rectangle(const Point< T > &pos, const T &width, const T &height) noexcept'],['../classRectangle.html#ae2560ef4446450f535414f70d7f46aa0',1,'Rectangle::Rectangle(const T &x, const T &y, const Size< T > &size) noexcept'],['../classRectangle.html#a883fb137e26b5b7e95791d91c232603f',1,'Rectangle::Rectangle(const T &x, const T &y, const T &width, const T &height) noexcept'],['../classRectangle.html#acf4a7cdc13c4176d44965db53a3561f3',1,'Rectangle::Rectangle() noexcept'],['../classRectangle.html',1,'Rectangle< T >']]],
+ ['recursivemutex_434',['RecursiveMutex',['../classRecursiveMutex.html',1,'']]],
+ ['reinit_435',['reinit',['../classStandaloneWindow.html#ad5848f401a4b91a2d4d5c8c420b4f72e',1,'StandaloneWindow::reinit()'],['../structWindow_1_1ScopedGraphicsContext.html#afe259111bbf09fcf95995b0e447de221',1,'Window::ScopedGraphicsContext::reinit()']]],
+ ['release_436',['release',['../classScopedPointer.html#a10c8f696fec0cca763b067ec3e469199',1,'ScopedPointer']]],
+ ['removeidlecallback_437',['removeIdleCallback',['../classApplication.html#a082f532e2922924c6c72517f9272f67d',1,'Application::removeIdleCallback()'],['../classWindow.html#a5c5c4f53c53cb081b39a40d5ce9afd65',1,'Window::removeIdleCallback(IdleCallback *callback)']]],
+ ['rendertopicture_438',['renderToPicture',['../classWindow.html#abc7044d06bab27a7dadf06b9f42b2c95',1,'Window']]],
+ ['repaint_439',['repaint',['../classStandaloneWindow.html#aa1475d362245c793b516a232deab70ff',1,'StandaloneWindow::repaint()'],['../classSubWidget.html#a13910739dc797b600502e2dfa7daef87',1,'SubWidget::repaint()'],['../classTopLevelWidget.html#a5b71bc1266aea488b1f85b83744adbfd',1,'TopLevelWidget::repaint() noexcept override'],['../classTopLevelWidget.html#a4a9b2d040ba36825fd95f966bb4d9e36',1,'TopLevelWidget::repaint(const Rectangle< uint > &rect) noexcept'],['../classWidget.html#abe8cfe0aaae71dd011cf9a86e930fd12',1,'Widget::repaint()'],['../classWindow.html#a729ab39a1ac99d81b289e08a42582ade',1,'Window::repaint() noexcept'],['../classWindow.html#a33f9518b6f3209cd8201106260c9e42c',1,'Window::repaint(const Rectangle< uint > &rect) noexcept']]],
+ ['requestaudioinput_440',['requestAudioInput',['../group__StandalonePluginRelatedUtilities.html#gaa499fd42799f9d7479917549634c0226',1,'DistrhoStandaloneUtils.hpp']]],
+ ['requestbuffersizechange_441',['requestBufferSizeChange',['../group__StandalonePluginRelatedUtilities.html#ga448fb5c17b53116ff45716884b7a7635',1,'DistrhoStandaloneUtils.hpp']]],
+ ['requestmidi_442',['requestMIDI',['../group__StandalonePluginRelatedUtilities.html#gac81794c2f59b4a1793ea25b73b76e5e3',1,'DistrhoStandaloneUtils.hpp']]],
+ ['requestparametervaluechange_443',['requestParameterValueChange',['../classPlugin.html#ae65d8603022c09d1ce2ee5cf568de70f',1,'Plugin']]],
+ ['requeststatefile_444',['requestStateFile',['../classUI.html#a53aebb0a0a4ee5d321503d2ba8d7a631',1,'UI']]],
+ ['reset_445',['reset',['../classNanoVG.html#ad5ddb240794b35105eeadd1534f0911b',1,'NanoVG']]],
+ ['resetscissor_446',['resetScissor',['../classNanoVG.html#aff2eaea01970f0ec2005d1051f25ad35',1,'NanoVG']]],
+ ['resettransform_447',['resetTransform',['../classNanoVG.html#aac35e4a0ce84c0f4bf8d881d1b8a5b34',1,'NanoVG']]],
+ ['resizeevent_448',['ResizeEvent',['../structWidget_1_1ResizeEvent.html#ac92abcdb2820807cd3d020864b96b3bd',1,'Widget::ResizeEvent::ResizeEvent()'],['../structWidget_1_1ResizeEvent.html',1,'Widget::ResizeEvent']]],
+ ['restore_449',['restore',['../classNanoVG.html#aa1da11cb97d4f6718ffe8b4622684c3b',1,'NanoVG']]],
+ ['restrictedmode_450',['restrictedMode',['../structParameterEnumerationValues.html#a014ebcacbe68c3f77f2f8ac9ffe3cd6f',1,'ParameterEnumerationValues']]],
+ ['ringbuffercontrol_451',['RingBufferControl',['../classRingBufferControl.html',1,'']]],
+ ['ringbuffercontrol_3c_20heapbuffer_20_3e_452',['RingBufferControl< HeapBuffer >',['../classRingBufferControl.html',1,'']]],
+ ['ringbuffercontrol_3c_20smallstackbuffer_20_3e_453',['RingBufferControl< SmallStackBuffer >',['../classRingBufferControl.html',1,'']]],
+ ['rotate_454',['rotate',['../classNanoVG.html#a13da8f469cd43117c19d8459c178b905',1,'NanoVG']]],
+ ['roundedrect_455',['roundedRect',['../classNanoVG.html#ac9d8502c3cbf6745ff3a41d1b97b6529',1,'NanoVG']]],
+ ['run_456',['run',['../classPlugin.html#a0a969c78f8455ac6ba65fa42e8c498f6',1,'Plugin']]],
+ ['runasmodal_457',['runAsModal',['../classWindow.html#a00108f3d1c5831d02b0c67cd4f226e4d',1,'Window']]],
+ ['runner_458',['Runner',['../classRunner.html',1,'']]]
];
diff --git a/search/all_11.js b/search/all_11.js
index ea4d66aa..2d3c29f0 100644
--- a/search/all_11.js
+++ b/search/all_11.js
@@ -1,92 +1,93 @@
var searchData=
[
- ['sampleratechanged_437',['sampleRateChanged',['../classUI.html#ac3e98726ca71f95a1e6c867706ebd9be',1,'UI::sampleRateChanged()'],['../classPlugin.html#a2fcbfa1893f44e661d0d8cd53391dadc',1,'Plugin::sampleRateChanged()']]],
- ['save_438',['save',['../classNanoVG.html#a05fd441d579c42c76d786bd4a7b437af',1,'NanoVG']]],
- ['saving_439',['saving',['../structFileBrowserOptions.html#a923166f4f4477b4491d3f47e05cfbdfe',1,'FileBrowserOptions']]],
- ['scale_440',['scale',['../classNanoVG.html#a76273b763fa9b84c4a86d37065accee7',1,'NanoVG']]],
- ['scissor_441',['scissor',['../classNanoVG.html#a7ac24b9a1ab2b901ab18d4d8dbb92c1c',1,'NanoVG']]],
- ['scopedgraphicscontext_442',['ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html#a4ac64bc28d2fdd1dba5a65ae5dfab5ff',1,'Window::ScopedGraphicsContext::ScopedGraphicsContext(Window &window, Window &transientParentWindow)'],['../structWindow_1_1ScopedGraphicsContext.html#a05761155e7d7de67f5a593968f581607',1,'Window::ScopedGraphicsContext::ScopedGraphicsContext(Window &window)'],['../structWindow_1_1ScopedGraphicsContext.html',1,'Window::ScopedGraphicsContext']]],
- ['scopedpointer_443',['ScopedPointer',['../classScopedPointer.html',1,'ScopedPointer< ObjectType >'],['../classScopedPointer.html#a04688b1561dd9d861ca80c6deb63a233',1,'ScopedPointer::ScopedPointer(ScopedPointer &objectToTransferFrom) noexcept'],['../classScopedPointer.html#a44a7843e49c3ff719f06607b6e908f7d',1,'ScopedPointer::ScopedPointer(ObjectType *const objectToTakePossessionOf) noexcept'],['../classScopedPointer.html#ac187958296e33aa057dd37478ea70400',1,'ScopedPointer::ScopedPointer() noexcept']]],
- ['scopedsafelocale_444',['ScopedSafeLocale',['../classScopedSafeLocale.html',1,'']]],
- ['scopelocker_445',['ScopeLocker',['../classScopeLocker.html',1,'']]],
- ['scopetrylocker_446',['ScopeTryLocker',['../classScopeTryLocker.html',1,'']]],
- ['scopeunlocker_447',['ScopeUnlocker',['../classScopeUnlocker.html',1,'']]],
- ['scrollevent_448',['ScrollEvent',['../structWidget_1_1ScrollEvent.html#abee88b10b7b031ddcca1454e064a3cc3',1,'Widget::ScrollEvent::ScrollEvent()'],['../structWidget_1_1ScrollEvent.html',1,'Widget::ScrollEvent']]],
- ['sendnote_449',['sendNote',['../classUI.html#a9d630b2b1696e01015d869a5b434eb6e',1,'UI']]],
- ['setabsolutepos_450',['setAbsolutePos',['../classSubWidget.html#a05c5e533e9b10186d0f72ae94f72196d',1,'SubWidget::setAbsolutePos(const Point< int > &pos) noexcept'],['../classSubWidget.html#a0e7a4dd27eee8a3a1b7bf12d9f21769f',1,'SubWidget::setAbsolutePos(int x, int y) noexcept']]],
- ['setabsolutex_451',['setAbsoluteX',['../classSubWidget.html#abcd0a00a4c3cdc402aea56044df26cc3',1,'SubWidget']]],
- ['setabsolutey_452',['setAbsoluteY',['../classSubWidget.html#a3c674e3c46206ac29a562c0f02dcf82c',1,'SubWidget']]],
- ['setclassname_453',['setClassName',['../classApplication.html#a203d22d1ce0c0de90c2379f6bc839815',1,'Application']]],
- ['setclipboard_454',['setClipboard',['../classWindow.html#a88bf8d28d58fbe390359bd220137311e',1,'Window']]],
- ['setcursor_455',['setCursor',['../classWindow.html#aabcbd667b0c4dd4665d13beb940fa700',1,'Window']]],
- ['setendpos_456',['setEndPos',['../classLine.html#a13324b63d42efff020622aa2979d1009',1,'Line::setEndPos(const Point< T > &pos) noexcept'],['../classLine.html#af05002adedbeaeea698d26bf4afadff0',1,'Line::setEndPos(const T &x, const T &y) noexcept']]],
- ['setendx_457',['setEndX',['../classLine.html#a17061d9ae2e85a5f929148e5106504bf',1,'Line']]],
- ['setendy_458',['setEndY',['../classLine.html#a0dcd399a55aef168e91c645958670ee6',1,'Line']]],
- ['setfor_459',['setFor',['../structColor.html#a9bd4efab0718f412babc62398875a80f',1,'Color']]],
- ['setgeometryconstraints_460',['setGeometryConstraints',['../classWindow.html#aa3824e300206b15241df8c8c78785d73',1,'Window::setGeometryConstraints()'],['../classExternalWindow.html#a15b677215c3abb5c1f7f71c4a00fd41c',1,'ExternalWindow::setGeometryConstraints()']]],
- ['setheight_461',['setHeight',['../classWindow.html#a13f314cfd5c9048ec8ea0b88b611f54d',1,'Window::setHeight()'],['../classWidget.html#ac6d2e6cbb2ff96f3645493d804af07f7',1,'Widget::setHeight()'],['../classTopLevelWidget.html#a607afeaa7fc1bd6cf52ef3138c38360f',1,'TopLevelWidget::setHeight()'],['../classRectangle.html#a5ff3aca88c9ef31a2e3f8e6cee846155',1,'Rectangle::setHeight()'],['../classSize.html#a30d453133d7a677e14641f010204237e',1,'Size::setHeight()'],['../classExternalWindow.html#add192e95a0fa7187cb0a8e739095674f',1,'ExternalWindow::setHeight()']]],
- ['setid_462',['setId',['../classWidget.html#abfba3652559de84ba1ae9ccbd3d35e31',1,'Widget']]],
- ['setignoringkeyrepeat_463',['setIgnoringKeyRepeat',['../classWindow.html#a36a04e5f5ecc6ee5228f9da6df43e865',1,'Window']]],
- ['setimage_464',['setImage',['../classImageBaseAboutWindow.html#a10cf37217ddc3a045970461473e79bdc',1,'ImageBaseAboutWindow']]],
- ['setlatency_465',['setLatency',['../classPlugin.html#a2a70c4ec55d74d9bc26862975d8df8a7',1,'Plugin']]],
- ['setmargin_466',['setMargin',['../classSubWidget.html#a9594d89a623dd7e63cbdb8139e9e4a38',1,'SubWidget::setMargin(int x, int y) noexcept'],['../classSubWidget.html#a77f510ea6d0864d296b02b085cc05f2b',1,'SubWidget::setMargin(const Point< int > &offset) noexcept']]],
- ['setname_467',['setName',['../classWidget.html#a6303d0445f21a2a95148780b0a0afed6',1,'Widget']]],
- ['setneedsfullviewportdrawing_468',['setNeedsFullViewportDrawing',['../classSubWidget.html#a926884690b66c762f7bdb1196c58522b',1,'SubWidget']]],
- ['setneedsviewportscaling_469',['setNeedsViewportScaling',['../classSubWidget.html#a5cd703976adf24decbb66dd3dbc1db8b',1,'SubWidget']]],
- ['setnumsegments_470',['setNumSegments',['../classCircle.html#a34fa92504c0bcc008958779fa4d66c32',1,'Circle']]],
- ['setoffset_471',['setOffset',['../classWindow.html#a5d79613d3223395806d7d09ad65d5c4d',1,'Window::setOffset(int x, int y)'],['../classWindow.html#ae02f210d981b2ac5efd6207864789758',1,'Window::setOffset(const Point< int > &offset)']]],
- ['setoffsetx_472',['setOffsetX',['../classWindow.html#a486cf7a5f89c39e1cac3a01633f170db',1,'Window']]],
- ['setoffsety_473',['setOffsetY',['../classWindow.html#ac570a2c8f35ea4962c8f23c8435cdbfc',1,'Window']]],
- ['setparametervalue_474',['setParameterValue',['../classPlugin.html#a7e9e26ceafc7603ef6163483a9dc39be',1,'Plugin::setParameterValue()'],['../classUI.html#a973db6e8805f0aa9be3457685564ab8a',1,'UI::setParameterValue()']]],
- ['setpos_475',['setPos',['../classPoint.html#aac5c7220da858d14140ff0c78684d4e2',1,'Point::setPos(const T &x, const T &y) noexcept'],['../classPoint.html#a2df24dbabd272d2308cc2b53d24d548a',1,'Point::setPos(const Point< T > &pos) noexcept'],['../classCircle.html#a2046a9238a3870276e1dac7fb684eacb',1,'Circle::setPos(const T &x, const T &y) noexcept'],['../classCircle.html#addce92ba3813dc8ae1222127a9dd932d',1,'Circle::setPos(const Point< T > &pos) noexcept'],['../classRectangle.html#a52adba9ba93242a51de29865818fd776',1,'Rectangle::setPos(const T &x, const T &y) noexcept'],['../classRectangle.html#ae0904b281ed4811e6901d0d78c30f08e',1,'Rectangle::setPos(const Point< T > &pos) noexcept']]],
- ['setrectangle_476',['setRectangle',['../classRectangle.html#a2907d68a36a3ba97cb8ef14f86d85075',1,'Rectangle::setRectangle(const Point< T > &pos, const Size< T > &size) noexcept'],['../classRectangle.html#ac74be2c368aee380680c0221c432cb7f',1,'Rectangle::setRectangle(const Rectangle< T > &rect) noexcept']]],
- ['setresizable_477',['setResizable',['../classWindow.html#a10f6ff4b0f3e714298a4ac612edcdd7e',1,'Window']]],
- ['setsize_478',['setSize',['../classWindow.html#a9408b98401ce2fab132c196283248d1a',1,'Window::setSize()'],['../classSize.html#a973da47d41aaa3757646a8ec0a1d93da',1,'Size::setSize()'],['../classWindow.html#a89bd0c91920029ddcb21b8975e8b47d9',1,'Window::setSize()'],['../classWidget.html#afce784b204902c0f11e9ed02bc692362',1,'Widget::setSize(const Size< uint > &size) noexcept'],['../classWidget.html#ab4d9e0156e455db3ff23730f82544daa',1,'Widget::setSize(uint width, uint height) noexcept'],['../classTopLevelWidget.html#a94f526903d739bf2e812fb785fc66aae',1,'TopLevelWidget::setSize(const Size< uint > &size)'],['../classTopLevelWidget.html#a41fa486da289fb082bb840aaaad72a08',1,'TopLevelWidget::setSize(uint width, uint height)'],['../classRectangle.html#a23d728827f9c22167929c461aa65882e',1,'Rectangle::setSize(const Size< T > &size) noexcept'],['../classRectangle.html#a6af8f18557397f909cae8eb65f8367a4',1,'Rectangle::setSize(const T &width, const T &height) noexcept'],['../classCircle.html#a02fc5ef5aae2d5d1c1bd016cab8afc5d',1,'Circle::setSize()'],['../classSize.html#a6dd4d69857ef92c65dd941eea3356ed9',1,'Size::setSize()'],['../classExternalWindow.html#a54bb8e6674ef42e0ebc67576df3d103a',1,'ExternalWindow::setSize()']]],
- ['setskipdrawing_479',['setSkipDrawing',['../classSubWidget.html#adb38f61c0205d7832ddfd090f7f60f2a',1,'SubWidget']]],
- ['setstartpos_480',['setStartPos',['../classLine.html#aa078f8d0f2cf36e3162bc1977dc56d4b',1,'Line::setStartPos(const Point< T > &pos) noexcept'],['../classLine.html#a958d534b1b0c2d581b110dd26c0d4cea',1,'Line::setStartPos(const T &x, const T &y) noexcept']]],
- ['setstartx_481',['setStartX',['../classLine.html#ad2b10d3144ba0711f9ecb444bb08ad4c',1,'Line']]],
- ['setstarty_482',['setStartY',['../classLine.html#ae35ba55c6ff3bae24c7f05133b9e003b',1,'Line']]],
- ['setstate_483',['setState',['../classUI.html#abc94a38afa658849f3fdfd66cd8f5f51',1,'UI::setState()'],['../classPlugin.html#afcbb504b824bacea622de9bac09b2331',1,'Plugin::setState()']]],
- ['settitle_484',['setTitle',['../classWindow.html#ab2f1b80c5dfcafd2cbdf6b85b756fdbd',1,'Window::setTitle()'],['../classExternalWindow.html#a8a196d0db3f082f6861d1d1bfc1db993',1,'ExternalWindow::setTitle()']]],
- ['settransientparent_485',['setTransientParent',['../classWindow.html#ab3fd6ca05bdbd2df01665192cde2ff34',1,'Window']]],
- ['settransientwindowid_486',['setTransientWindowId',['../classExternalWindow.html#afe5b255affc787ad34b25a30114f9b89',1,'ExternalWindow']]],
- ['setvisible_487',['setVisible',['../classExternalWindow.html#a2b599fc96437e666a7a0a4c1b9844b15',1,'ExternalWindow::setVisible()'],['../classWidget.html#a66088a03691f9c643ff335fa826576ba',1,'Widget::setVisible()'],['../classWindow.html#a118e0356bb6fcf081955f2bd97686036',1,'Window::setVisible()']]],
- ['setwidth_488',['setWidth',['../classExternalWindow.html#a4bebffffd78f13122dc74e4d85c0b527',1,'ExternalWindow::setWidth()'],['../classSize.html#aa552662217b3e8e9c0b6d69d7bc22665',1,'Size::setWidth()'],['../classRectangle.html#a75ce3e3a2e8745a1d749dd9da02e9443',1,'Rectangle::setWidth()'],['../classTopLevelWidget.html#a4a95eb3bb76704737ef9cf405e800617',1,'TopLevelWidget::setWidth()'],['../classWidget.html#aed80a9cbc4a13c01641f35dd3d8688ea',1,'Widget::setWidth()'],['../classWindow.html#acfc9a6f22176e204009acbb387d3861c',1,'Window::setWidth()']]],
- ['setx_489',['setX',['../classPoint.html#a1539a6f24282a1d637b60ccfbbf46629',1,'Point::setX()'],['../classCircle.html#acc96a188288cdf83fd822bb41f8f2be1',1,'Circle::setX()'],['../classRectangle.html#af618ee618bd029fbe66291228041990e',1,'Rectangle::setX(const T &x) noexcept']]],
- ['sety_490',['setY',['../classRectangle.html#abe5b6c92cece58bbc0c7cb4855e73dac',1,'Rectangle::setY()'],['../classCircle.html#a034ddfd162d89a7dacea7981a5406a1a',1,'Circle::setY()'],['../classPoint.html#a8ffe6785dc851accf06d02917fba54cf',1,'Point::setY()']]],
- ['shortname_491',['shortName',['../structParameter.html#a1a47c46f3588b8a940d87fd4d69810ab',1,'Parameter']]],
- ['show_492',['show',['../classWindow.html#a8f986e19a11c4c97ed8e6ad3d0e648b7',1,'Window::show()'],['../classWidget.html#a25ff178539e226b5f30ef0335d060f2b',1,'Widget::show()'],['../classExternalWindow.html#a35f711faffa1195c478689f4654dcc4f',1,'ExternalWindow::show()']]],
- ['showhidden_493',['showHidden',['../structFileBrowserOptions_1_1Buttons.html#a43b25f4cece01eb8dd8d89a10e921dfc',1,'FileBrowserOptions::Buttons']]],
- ['showplaces_494',['showPlaces',['../structFileBrowserOptions_1_1Buttons.html#ac2df440c203fb3b1a3be012283427d5b',1,'FileBrowserOptions::Buttons']]],
- ['shrinkby_495',['shrinkBy',['../classSize.html#abbcf98f504b23679162cab3b6f818949',1,'Size::shrinkBy()'],['../classRectangle.html#a22e5029d09c7eac8ebee0e079dab075f',1,'Rectangle::shrinkBy()']]],
- ['signal_496',['Signal',['../classSignal.html',1,'']]],
- ['size_497',['Size',['../classSize.html',1,'Size< T >'],['../classSize.html#ada0c1f75029742b2514ede5466993776',1,'Size::Size() noexcept'],['../classSize.html#ac3096253937df7e318a02838c48bf941',1,'Size::Size(const T &width, const T &height) noexcept'],['../classSize.html#a90ab9513f96f3642def121d2fbd92593',1,'Size::Size(const Size< T > &size) noexcept']]],
- ['size_498',['size',['../structMidiEvent.html#a48b420a6dbca6502113b92c336a3041e',1,'MidiEvent::size()'],['../structHeapBuffer.html#a582e7b5aa4a85814f291d002abb49599',1,'HeapBuffer::size()'],['../structWidget_1_1ResizeEvent.html#a79045426f6b38169fec44abbb19d92d9',1,'Widget::ResizeEvent::size()']]],
- ['size_3c_20uint_20_3e_499',['Size< uint >',['../classSize.html',1,'']]],
- ['sizechanged_500',['sizeChanged',['../classUI.html#a3d499674a620c1ce3b6e1dbded9f09c4',1,'UI::sizeChanged()'],['../classExternalWindow.html#aba350e1f737b68e51bfe8018bded6e45',1,'ExternalWindow::sizeChanged()']]],
- ['skewx_501',['skewX',['../classNanoVG.html#a4f45e3cf465060491e73427e5868573f',1,'NanoVG']]],
- ['skewy_502',['skewY',['../classNanoVG.html#a508c4fde6212c1b0598d9f8b32cba0f6',1,'NanoVG']]],
- ['slidereventhandler_503',['SliderEventHandler',['../classSliderEventHandler.html',1,'']]],
- ['smallstackbuffer_504',['SmallStackBuffer',['../structSmallStackBuffer.html',1,'']]],
- ['smallstackringbuffer_505',['SmallStackRingBuffer',['../classSmallStackRingBuffer.html#aceb7e429507b28dd56e837f23b623987',1,'SmallStackRingBuffer::SmallStackRingBuffer()'],['../classSmallStackRingBuffer.html',1,'SmallStackRingBuffer']]],
- ['standalonewindow_506',['StandaloneWindow',['../classStandaloneWindow.html#a86e7db3cd8830628b37d0608df40963c',1,'StandaloneWindow::StandaloneWindow(Application &app, Window &transientParentWindow)'],['../classStandaloneWindow.html#a28d4f09b9f280c1d03cc77fc63465b48',1,'StandaloneWindow::StandaloneWindow(Application &app)'],['../classStandaloneWindow.html',1,'StandaloneWindow']]],
- ['start_5fnamespace_5fdistrho_507',['START_NAMESPACE_DISTRHO',['../group__NamespaceMacros.html#gac4cb97c393d20c28ba19365d844341cd',1,'DistrhoInfo.hpp']]],
- ['startdir_508',['startDir',['../structFileBrowserOptions.html#a921fe62f9783fee2c01ddbaa0851e8b4',1,'FileBrowserOptions']]],
- ['state_509',['State',['../structState.html',1,'State'],['../structState.html#abd7983c6af263866ab33229e6d835ef1',1,'State::State()']]],
- ['state_20hints_510',['State Hints',['../group__StateHints.html',1,'']]],
- ['statechanged_511',['stateChanged',['../classUI.html#a1bdc7e158d974e82f0535f1658d66575',1,'UI']]],
- ['string_512',['String',['../classString.html',1,'']]],
- ['string_513',['string',['../structWidget_1_1CharacterInputEvent.html#a5bfefd8ce88c676f1dd4b990faf49cb0',1,'Widget::CharacterInputEvent']]],
- ['string_20print_20functions_514',['String print functions',['../group__StringPrintFunctions.html',1,'']]],
- ['stroke_515',['stroke',['../classNanoVG.html#aeed167687a8a269c4f9c44a7db4d3746',1,'NanoVG']]],
- ['strokecolor_516',['strokeColor',['../classNanoVG.html#acefc70128644fb8ee5abe6dc04d4f710',1,'NanoVG::strokeColor(const Color &color)'],['../classNanoVG.html#a6242c3e68789ed57b46fb75ba396506d',1,'NanoVG::strokeColor(const int red, const int green, const int blue, const int alpha=255)'],['../classNanoVG.html#a22bac7e1806c9203a637337478a90165',1,'NanoVG::strokeColor(const float red, const float green, const float blue, const float alpha=1.0f)']]],
- ['strokepaint_517',['strokePaint',['../classNanoVG.html#a8d00b35e0ab5c428af120cc78ff32804',1,'NanoVG']]],
- ['strokewidth_518',['strokeWidth',['../classNanoVG.html#a373190894070313e8d321b2af0bbab58',1,'NanoVG']]],
- ['subwidget_519',['SubWidget',['../classSubWidget.html#a9fda448971613b2758fd9570c3065f7a',1,'SubWidget::SubWidget()'],['../classSubWidget.html',1,'SubWidget']]],
- ['subwidgetwithsizehint_520',['SubWidgetWithSizeHint',['../structSubWidgetWithSizeHint.html',1,'']]],
- ['supportsaudioinput_521',['supportsAudioInput',['../group__StandalonePluginRelatedUtilities.html#ga13301901e329e098883c62de0972d9ec',1,'DistrhoStandaloneUtils.hpp']]],
- ['supportsbuffersizechanges_522',['supportsBufferSizeChanges',['../group__StandalonePluginRelatedUtilities.html#gae30b95b8622bdce705b5e7465548ed4c',1,'DistrhoStandaloneUtils.hpp']]],
- ['supportsmidi_523',['supportsMIDI',['../group__StandalonePluginRelatedUtilities.html#gadbfa0c2cdcb4c114db1063651e97066e',1,'DistrhoStandaloneUtils.hpp']]],
- ['swapwith_524',['swapWith',['../classScopedPointer.html#a362cd8d5a212df0ee08691b75a4ba3de',1,'ScopedPointer']]],
- ['symbol_525',['symbol',['../structAudioPort.html#af2bda30f97a1b63cbeb9f11f718d3d30',1,'AudioPort::symbol()'],['../structParameter.html#a3e546efd8dbd0d77351208b670719468',1,'Parameter::symbol()'],['../structPortGroup.html#ae42f849c9f34d940f6fdcfc9abd65d4f',1,'PortGroup::symbol()']]]
+ ['sampleratechanged_459',['sampleRateChanged',['../classUI.html#ac3e98726ca71f95a1e6c867706ebd9be',1,'UI::sampleRateChanged()'],['../classPlugin.html#a2fcbfa1893f44e661d0d8cd53391dadc',1,'Plugin::sampleRateChanged()']]],
+ ['save_460',['save',['../classNanoVG.html#a05fd441d579c42c76d786bd4a7b437af',1,'NanoVG']]],
+ ['saving_461',['saving',['../structFileBrowserOptions.html#a923166f4f4477b4491d3f47e05cfbdfe',1,'FileBrowserOptions']]],
+ ['scale_462',['scale',['../classNanoVG.html#a76273b763fa9b84c4a86d37065accee7',1,'NanoVG']]],
+ ['scissor_463',['scissor',['../classNanoVG.html#a7ac24b9a1ab2b901ab18d4d8dbb92c1c',1,'NanoVG']]],
+ ['scopeddenormaldisable_464',['ScopedDenormalDisable',['../classScopedDenormalDisable.html',1,'']]],
+ ['scopedgraphicscontext_465',['ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html#a4ac64bc28d2fdd1dba5a65ae5dfab5ff',1,'Window::ScopedGraphicsContext::ScopedGraphicsContext(Window &window, Window &transientParentWindow)'],['../structWindow_1_1ScopedGraphicsContext.html#a05761155e7d7de67f5a593968f581607',1,'Window::ScopedGraphicsContext::ScopedGraphicsContext(Window &window)'],['../structWindow_1_1ScopedGraphicsContext.html',1,'Window::ScopedGraphicsContext']]],
+ ['scopedpointer_466',['ScopedPointer',['../classScopedPointer.html#ac187958296e33aa057dd37478ea70400',1,'ScopedPointer::ScopedPointer() noexcept'],['../classScopedPointer.html#a44a7843e49c3ff719f06607b6e908f7d',1,'ScopedPointer::ScopedPointer(ObjectType *const objectToTakePossessionOf) noexcept'],['../classScopedPointer.html#a04688b1561dd9d861ca80c6deb63a233',1,'ScopedPointer::ScopedPointer(ScopedPointer &objectToTransferFrom) noexcept'],['../classScopedPointer.html',1,'ScopedPointer< ObjectType >']]],
+ ['scopedsafelocale_467',['ScopedSafeLocale',['../classScopedSafeLocale.html',1,'']]],
+ ['scopelocker_468',['ScopeLocker',['../classScopeLocker.html',1,'']]],
+ ['scopetrylocker_469',['ScopeTryLocker',['../classScopeTryLocker.html',1,'']]],
+ ['scopeunlocker_470',['ScopeUnlocker',['../classScopeUnlocker.html',1,'']]],
+ ['scrollevent_471',['ScrollEvent',['../structWidget_1_1ScrollEvent.html#abee88b10b7b031ddcca1454e064a3cc3',1,'Widget::ScrollEvent::ScrollEvent()'],['../structWidget_1_1ScrollEvent.html',1,'Widget::ScrollEvent']]],
+ ['sendnote_472',['sendNote',['../classUI.html#a9d630b2b1696e01015d869a5b434eb6e',1,'UI']]],
+ ['setabsolutepos_473',['setAbsolutePos',['../classSubWidget.html#a0e7a4dd27eee8a3a1b7bf12d9f21769f',1,'SubWidget::setAbsolutePos(int x, int y) noexcept'],['../classSubWidget.html#a05c5e533e9b10186d0f72ae94f72196d',1,'SubWidget::setAbsolutePos(const Point< int > &pos) noexcept']]],
+ ['setabsolutex_474',['setAbsoluteX',['../classSubWidget.html#abcd0a00a4c3cdc402aea56044df26cc3',1,'SubWidget']]],
+ ['setabsolutey_475',['setAbsoluteY',['../classSubWidget.html#a3c674e3c46206ac29a562c0f02dcf82c',1,'SubWidget']]],
+ ['setclassname_476',['setClassName',['../classApplication.html#a203d22d1ce0c0de90c2379f6bc839815',1,'Application']]],
+ ['setclipboard_477',['setClipboard',['../classWindow.html#a88bf8d28d58fbe390359bd220137311e',1,'Window']]],
+ ['setcursor_478',['setCursor',['../classWindow.html#aabcbd667b0c4dd4665d13beb940fa700',1,'Window']]],
+ ['setendpos_479',['setEndPos',['../classLine.html#af05002adedbeaeea698d26bf4afadff0',1,'Line::setEndPos(const T &x, const T &y) noexcept'],['../classLine.html#a13324b63d42efff020622aa2979d1009',1,'Line::setEndPos(const Point< T > &pos) noexcept']]],
+ ['setendx_480',['setEndX',['../classLine.html#a17061d9ae2e85a5f929148e5106504bf',1,'Line']]],
+ ['setendy_481',['setEndY',['../classLine.html#a0dcd399a55aef168e91c645958670ee6',1,'Line']]],
+ ['setfor_482',['setFor',['../structColor.html#a9bd4efab0718f412babc62398875a80f',1,'Color']]],
+ ['setgeometryconstraints_483',['setGeometryConstraints',['../classWindow.html#aa3824e300206b15241df8c8c78785d73',1,'Window::setGeometryConstraints()'],['../classExternalWindow.html#a15b677215c3abb5c1f7f71c4a00fd41c',1,'ExternalWindow::setGeometryConstraints()']]],
+ ['setheight_484',['setHeight',['../classWindow.html#a13f314cfd5c9048ec8ea0b88b611f54d',1,'Window::setHeight()'],['../classWidget.html#ac6d2e6cbb2ff96f3645493d804af07f7',1,'Widget::setHeight()'],['../classTopLevelWidget.html#a607afeaa7fc1bd6cf52ef3138c38360f',1,'TopLevelWidget::setHeight()'],['../classRectangle.html#a5ff3aca88c9ef31a2e3f8e6cee846155',1,'Rectangle::setHeight()'],['../classSize.html#a30d453133d7a677e14641f010204237e',1,'Size::setHeight()'],['../classExternalWindow.html#add192e95a0fa7187cb0a8e739095674f',1,'ExternalWindow::setHeight()']]],
+ ['setid_485',['setId',['../classWidget.html#abfba3652559de84ba1ae9ccbd3d35e31',1,'Widget']]],
+ ['setignoringkeyrepeat_486',['setIgnoringKeyRepeat',['../classWindow.html#a36a04e5f5ecc6ee5228f9da6df43e865',1,'Window']]],
+ ['setimage_487',['setImage',['../classImageBaseAboutWindow.html#a10cf37217ddc3a045970461473e79bdc',1,'ImageBaseAboutWindow']]],
+ ['setlatency_488',['setLatency',['../classPlugin.html#a2a70c4ec55d74d9bc26862975d8df8a7',1,'Plugin']]],
+ ['setmargin_489',['setMargin',['../classSubWidget.html#a9594d89a623dd7e63cbdb8139e9e4a38',1,'SubWidget::setMargin(int x, int y) noexcept'],['../classSubWidget.html#a77f510ea6d0864d296b02b085cc05f2b',1,'SubWidget::setMargin(const Point< int > &offset) noexcept']]],
+ ['setname_490',['setName',['../classWidget.html#a6303d0445f21a2a95148780b0a0afed6',1,'Widget']]],
+ ['setneedsfullviewportdrawing_491',['setNeedsFullViewportDrawing',['../classSubWidget.html#a926884690b66c762f7bdb1196c58522b',1,'SubWidget']]],
+ ['setneedsviewportscaling_492',['setNeedsViewportScaling',['../classSubWidget.html#a5cd703976adf24decbb66dd3dbc1db8b',1,'SubWidget']]],
+ ['setnumsegments_493',['setNumSegments',['../classCircle.html#a34fa92504c0bcc008958779fa4d66c32',1,'Circle']]],
+ ['setoffset_494',['setOffset',['../classWindow.html#a5d79613d3223395806d7d09ad65d5c4d',1,'Window::setOffset(int x, int y)'],['../classWindow.html#ae02f210d981b2ac5efd6207864789758',1,'Window::setOffset(const Point< int > &offset)']]],
+ ['setoffsetx_495',['setOffsetX',['../classWindow.html#a486cf7a5f89c39e1cac3a01633f170db',1,'Window']]],
+ ['setoffsety_496',['setOffsetY',['../classWindow.html#ac570a2c8f35ea4962c8f23c8435cdbfc',1,'Window']]],
+ ['setparametervalue_497',['setParameterValue',['../classPlugin.html#a7e9e26ceafc7603ef6163483a9dc39be',1,'Plugin::setParameterValue()'],['../classUI.html#a973db6e8805f0aa9be3457685564ab8a',1,'UI::setParameterValue()']]],
+ ['setpos_498',['setPos',['../classPoint.html#aac5c7220da858d14140ff0c78684d4e2',1,'Point::setPos(const T &x, const T &y) noexcept'],['../classPoint.html#a2df24dbabd272d2308cc2b53d24d548a',1,'Point::setPos(const Point< T > &pos) noexcept'],['../classCircle.html#a2046a9238a3870276e1dac7fb684eacb',1,'Circle::setPos(const T &x, const T &y) noexcept'],['../classCircle.html#addce92ba3813dc8ae1222127a9dd932d',1,'Circle::setPos(const Point< T > &pos) noexcept'],['../classRectangle.html#a52adba9ba93242a51de29865818fd776',1,'Rectangle::setPos(const T &x, const T &y) noexcept'],['../classRectangle.html#ae0904b281ed4811e6901d0d78c30f08e',1,'Rectangle::setPos(const Point< T > &pos) noexcept']]],
+ ['setrectangle_499',['setRectangle',['../classRectangle.html#a2907d68a36a3ba97cb8ef14f86d85075',1,'Rectangle::setRectangle(const Point< T > &pos, const Size< T > &size) noexcept'],['../classRectangle.html#ac74be2c368aee380680c0221c432cb7f',1,'Rectangle::setRectangle(const Rectangle< T > &rect) noexcept']]],
+ ['setresizable_500',['setResizable',['../classWindow.html#a10f6ff4b0f3e714298a4ac612edcdd7e',1,'Window']]],
+ ['setsize_501',['setSize',['../classSize.html#a6dd4d69857ef92c65dd941eea3356ed9',1,'Size::setSize()'],['../classWindow.html#a9408b98401ce2fab132c196283248d1a',1,'Window::setSize(const Size< uint > &size)'],['../classWindow.html#a89bd0c91920029ddcb21b8975e8b47d9',1,'Window::setSize(uint width, uint height)'],['../classWidget.html#afce784b204902c0f11e9ed02bc692362',1,'Widget::setSize(const Size< uint > &size) noexcept'],['../classWidget.html#ab4d9e0156e455db3ff23730f82544daa',1,'Widget::setSize(uint width, uint height) noexcept'],['../classTopLevelWidget.html#a94f526903d739bf2e812fb785fc66aae',1,'TopLevelWidget::setSize(const Size< uint > &size)'],['../classTopLevelWidget.html#a41fa486da289fb082bb840aaaad72a08',1,'TopLevelWidget::setSize(uint width, uint height)'],['../classRectangle.html#a23d728827f9c22167929c461aa65882e',1,'Rectangle::setSize(const Size< T > &size) noexcept'],['../classRectangle.html#a6af8f18557397f909cae8eb65f8367a4',1,'Rectangle::setSize(const T &width, const T &height) noexcept'],['../classCircle.html#a02fc5ef5aae2d5d1c1bd016cab8afc5d',1,'Circle::setSize()'],['../classSize.html#a973da47d41aaa3757646a8ec0a1d93da',1,'Size::setSize()'],['../classExternalWindow.html#a54bb8e6674ef42e0ebc67576df3d103a',1,'ExternalWindow::setSize()']]],
+ ['setskipdrawing_502',['setSkipDrawing',['../classSubWidget.html#adb38f61c0205d7832ddfd090f7f60f2a',1,'SubWidget']]],
+ ['setstartpos_503',['setStartPos',['../classLine.html#aa078f8d0f2cf36e3162bc1977dc56d4b',1,'Line::setStartPos(const Point< T > &pos) noexcept'],['../classLine.html#a958d534b1b0c2d581b110dd26c0d4cea',1,'Line::setStartPos(const T &x, const T &y) noexcept']]],
+ ['setstartx_504',['setStartX',['../classLine.html#ad2b10d3144ba0711f9ecb444bb08ad4c',1,'Line']]],
+ ['setstarty_505',['setStartY',['../classLine.html#ae35ba55c6ff3bae24c7f05133b9e003b',1,'Line']]],
+ ['setstate_506',['setState',['../classUI.html#abc94a38afa658849f3fdfd66cd8f5f51',1,'UI::setState()'],['../classPlugin.html#afcbb504b824bacea622de9bac09b2331',1,'Plugin::setState()']]],
+ ['settitle_507',['setTitle',['../classWindow.html#ab2f1b80c5dfcafd2cbdf6b85b756fdbd',1,'Window::setTitle()'],['../classExternalWindow.html#a8a196d0db3f082f6861d1d1bfc1db993',1,'ExternalWindow::setTitle()']]],
+ ['settransientparent_508',['setTransientParent',['../classWindow.html#ab3fd6ca05bdbd2df01665192cde2ff34',1,'Window']]],
+ ['settransientwindowid_509',['setTransientWindowId',['../classExternalWindow.html#afe5b255affc787ad34b25a30114f9b89',1,'ExternalWindow']]],
+ ['setvisible_510',['setVisible',['../classExternalWindow.html#a2b599fc96437e666a7a0a4c1b9844b15',1,'ExternalWindow::setVisible()'],['../classWidget.html#a66088a03691f9c643ff335fa826576ba',1,'Widget::setVisible()'],['../classWindow.html#a118e0356bb6fcf081955f2bd97686036',1,'Window::setVisible()']]],
+ ['setwidth_511',['setWidth',['../classExternalWindow.html#a4bebffffd78f13122dc74e4d85c0b527',1,'ExternalWindow::setWidth()'],['../classSize.html#aa552662217b3e8e9c0b6d69d7bc22665',1,'Size::setWidth()'],['../classRectangle.html#a75ce3e3a2e8745a1d749dd9da02e9443',1,'Rectangle::setWidth()'],['../classTopLevelWidget.html#a4a95eb3bb76704737ef9cf405e800617',1,'TopLevelWidget::setWidth()'],['../classWidget.html#aed80a9cbc4a13c01641f35dd3d8688ea',1,'Widget::setWidth()'],['../classWindow.html#acfc9a6f22176e204009acbb387d3861c',1,'Window::setWidth()']]],
+ ['setx_512',['setX',['../classPoint.html#a1539a6f24282a1d637b60ccfbbf46629',1,'Point::setX()'],['../classCircle.html#acc96a188288cdf83fd822bb41f8f2be1',1,'Circle::setX()'],['../classRectangle.html#af618ee618bd029fbe66291228041990e',1,'Rectangle::setX(const T &x) noexcept']]],
+ ['sety_513',['setY',['../classRectangle.html#abe5b6c92cece58bbc0c7cb4855e73dac',1,'Rectangle::setY()'],['../classCircle.html#a034ddfd162d89a7dacea7981a5406a1a',1,'Circle::setY()'],['../classPoint.html#a8ffe6785dc851accf06d02917fba54cf',1,'Point::setY()']]],
+ ['shortname_514',['shortName',['../structParameter.html#a1a47c46f3588b8a940d87fd4d69810ab',1,'Parameter']]],
+ ['show_515',['show',['../classWindow.html#a8f986e19a11c4c97ed8e6ad3d0e648b7',1,'Window::show()'],['../classWidget.html#a25ff178539e226b5f30ef0335d060f2b',1,'Widget::show()'],['../classExternalWindow.html#a35f711faffa1195c478689f4654dcc4f',1,'ExternalWindow::show()']]],
+ ['showhidden_516',['showHidden',['../structFileBrowserOptions_1_1Buttons.html#a43b25f4cece01eb8dd8d89a10e921dfc',1,'FileBrowserOptions::Buttons']]],
+ ['showplaces_517',['showPlaces',['../structFileBrowserOptions_1_1Buttons.html#ac2df440c203fb3b1a3be012283427d5b',1,'FileBrowserOptions::Buttons']]],
+ ['shrinkby_518',['shrinkBy',['../classSize.html#abbcf98f504b23679162cab3b6f818949',1,'Size::shrinkBy()'],['../classRectangle.html#a22e5029d09c7eac8ebee0e079dab075f',1,'Rectangle::shrinkBy()']]],
+ ['signal_519',['Signal',['../classSignal.html',1,'']]],
+ ['size_520',['Size',['../classSize.html',1,'Size< T >'],['../classSize.html#ada0c1f75029742b2514ede5466993776',1,'Size::Size() noexcept'],['../classSize.html#ac3096253937df7e318a02838c48bf941',1,'Size::Size(const T &width, const T &height) noexcept'],['../classSize.html#a90ab9513f96f3642def121d2fbd92593',1,'Size::Size(const Size< T > &size) noexcept']]],
+ ['size_521',['size',['../structMidiEvent.html#a48b420a6dbca6502113b92c336a3041e',1,'MidiEvent::size()'],['../structHeapBuffer.html#a582e7b5aa4a85814f291d002abb49599',1,'HeapBuffer::size()'],['../structWidget_1_1ResizeEvent.html#a79045426f6b38169fec44abbb19d92d9',1,'Widget::ResizeEvent::size()']]],
+ ['size_3c_20uint_20_3e_522',['Size< uint >',['../classSize.html',1,'']]],
+ ['sizechanged_523',['sizeChanged',['../classUI.html#a3d499674a620c1ce3b6e1dbded9f09c4',1,'UI::sizeChanged()'],['../classExternalWindow.html#aba350e1f737b68e51bfe8018bded6e45',1,'ExternalWindow::sizeChanged()']]],
+ ['skewx_524',['skewX',['../classNanoVG.html#a4f45e3cf465060491e73427e5868573f',1,'NanoVG']]],
+ ['skewy_525',['skewY',['../classNanoVG.html#a508c4fde6212c1b0598d9f8b32cba0f6',1,'NanoVG']]],
+ ['slidereventhandler_526',['SliderEventHandler',['../classSliderEventHandler.html',1,'']]],
+ ['smallstackbuffer_527',['SmallStackBuffer',['../structSmallStackBuffer.html',1,'']]],
+ ['smallstackringbuffer_528',['SmallStackRingBuffer',['../classSmallStackRingBuffer.html#aceb7e429507b28dd56e837f23b623987',1,'SmallStackRingBuffer::SmallStackRingBuffer()'],['../classSmallStackRingBuffer.html',1,'SmallStackRingBuffer']]],
+ ['standalonewindow_529',['StandaloneWindow',['../classStandaloneWindow.html#a86e7db3cd8830628b37d0608df40963c',1,'StandaloneWindow::StandaloneWindow(Application &app, Window &transientParentWindow)'],['../classStandaloneWindow.html#a28d4f09b9f280c1d03cc77fc63465b48',1,'StandaloneWindow::StandaloneWindow(Application &app)'],['../classStandaloneWindow.html',1,'StandaloneWindow']]],
+ ['start_5fnamespace_5fdistrho_530',['START_NAMESPACE_DISTRHO',['../group__NamespaceMacros.html#gac4cb97c393d20c28ba19365d844341cd',1,'DistrhoInfo.hpp']]],
+ ['startdir_531',['startDir',['../structFileBrowserOptions.html#a921fe62f9783fee2c01ddbaa0851e8b4',1,'FileBrowserOptions']]],
+ ['state_532',['State',['../structState.html',1,'State'],['../structState.html#abd7983c6af263866ab33229e6d835ef1',1,'State::State()']]],
+ ['state_20hints_533',['State Hints',['../group__StateHints.html',1,'']]],
+ ['statechanged_534',['stateChanged',['../classUI.html#a1bdc7e158d974e82f0535f1658d66575',1,'UI']]],
+ ['string_535',['String',['../classString.html',1,'']]],
+ ['string_536',['string',['../structWidget_1_1CharacterInputEvent.html#a5bfefd8ce88c676f1dd4b990faf49cb0',1,'Widget::CharacterInputEvent']]],
+ ['string_20print_20functions_537',['String print functions',['../group__StringPrintFunctions.html',1,'']]],
+ ['stroke_538',['stroke',['../classNanoVG.html#aeed167687a8a269c4f9c44a7db4d3746',1,'NanoVG']]],
+ ['strokecolor_539',['strokeColor',['../classNanoVG.html#acefc70128644fb8ee5abe6dc04d4f710',1,'NanoVG::strokeColor(const Color &color)'],['../classNanoVG.html#a6242c3e68789ed57b46fb75ba396506d',1,'NanoVG::strokeColor(const int red, const int green, const int blue, const int alpha=255)'],['../classNanoVG.html#a22bac7e1806c9203a637337478a90165',1,'NanoVG::strokeColor(const float red, const float green, const float blue, const float alpha=1.0f)']]],
+ ['strokepaint_540',['strokePaint',['../classNanoVG.html#a8d00b35e0ab5c428af120cc78ff32804',1,'NanoVG']]],
+ ['strokewidth_541',['strokeWidth',['../classNanoVG.html#a373190894070313e8d321b2af0bbab58',1,'NanoVG']]],
+ ['subwidget_542',['SubWidget',['../classSubWidget.html#a9fda448971613b2758fd9570c3065f7a',1,'SubWidget::SubWidget()'],['../classSubWidget.html',1,'SubWidget']]],
+ ['subwidgetwithsizehint_543',['SubWidgetWithSizeHint',['../structSubWidgetWithSizeHint.html',1,'']]],
+ ['supportsaudioinput_544',['supportsAudioInput',['../group__StandalonePluginRelatedUtilities.html#ga13301901e329e098883c62de0972d9ec',1,'DistrhoStandaloneUtils.hpp']]],
+ ['supportsbuffersizechanges_545',['supportsBufferSizeChanges',['../group__StandalonePluginRelatedUtilities.html#gae30b95b8622bdce705b5e7465548ed4c',1,'DistrhoStandaloneUtils.hpp']]],
+ ['supportsmidi_546',['supportsMIDI',['../group__StandalonePluginRelatedUtilities.html#gadbfa0c2cdcb4c114db1063651e97066e',1,'DistrhoStandaloneUtils.hpp']]],
+ ['swapwith_547',['swapWith',['../classScopedPointer.html#a362cd8d5a212df0ee08691b75a4ba3de',1,'ScopedPointer']]],
+ ['symbol_548',['symbol',['../structAudioPort.html#af2bda30f97a1b63cbeb9f11f718d3d30',1,'AudioPort::symbol()'],['../structParameter.html#a3e546efd8dbd0d77351208b670719468',1,'Parameter::symbol()'],['../structPortGroup.html#ae42f849c9f34d940f6fdcfc9abd65d4f',1,'PortGroup::symbol()']]]
];
diff --git a/search/all_12.js b/search/all_12.js
index ae61868a..0b70a9b3 100644
--- a/search/all_12.js
+++ b/search/all_12.js
@@ -1,40 +1,40 @@
var searchData=
[
- ['tail_526',['tail',['../structHeapBuffer.html#abd05cbae44531a412352ed52c8a50aec',1,'HeapBuffer']]],
- ['text_527',['text',['../classNanoVG.html#af9526a1c4b2d5e1db0190c32ba9a1eaa',1,'NanoVG']]],
- ['textalign_528',['textAlign',['../classNanoVG.html#a9c942ced1722beff8e326a6cf0c9a1d1',1,'NanoVG::textAlign(Align align)'],['../classNanoVG.html#a9a1a5e00351ff92ebb9795a2127f0529',1,'NanoVG::textAlign(int align)']]],
- ['textbounds_529',['textBounds',['../classNanoVG.html#a281c71d51c5f9d6fb5d6e8369ca650f4',1,'NanoVG']]],
- ['textbox_530',['textBox',['../classNanoVG.html#a16f910cddbecd570d3c125e217f51e10',1,'NanoVG']]],
- ['textboxbounds_531',['textBoxBounds',['../classNanoVG.html#a47e41ef76a4682f0418ba8d0a60f6ea8',1,'NanoVG']]],
- ['textbreaklines_532',['textBreakLines',['../classNanoVG.html#ab403a3cdf19dd2af4c75bb180c5e0fb8',1,'NanoVG']]],
- ['textglyphpositions_533',['textGlyphPositions',['../classNanoVG.html#ae8476a381526e6ef89150529594cbf35',1,'NanoVG']]],
- ['textletterspacing_534',['textLetterSpacing',['../classNanoVG.html#ad768aae0871c1685ca5dc590859d5c1b',1,'NanoVG']]],
- ['textlineheight_535',['textLineHeight',['../classNanoVG.html#aab69aa4f2ae1b15adcceb9d065ea8aa6',1,'NanoVG']]],
- ['textmetrics_536',['textMetrics',['../classNanoVG.html#a5e84bf7dec65064733aec488389568b0',1,'NanoVG']]],
- ['textrow_537',['TextRow',['../structNanoVG_1_1TextRow.html',1,'NanoVG']]],
- ['thread_538',['Thread',['../classThread.html',1,'']]],
- ['tick_539',['tick',['../structTimePosition_1_1BarBeatTick.html#aecb8a1a98db84c6d03c39278f86a0324',1,'TimePosition::BarBeatTick']]],
- ['ticksperbeat_540',['ticksPerBeat',['../structTimePosition_1_1BarBeatTick.html#ab8cfc3f2709a79e733e58556712da062',1,'TimePosition::BarBeatTick']]],
- ['time_541',['time',['../structWidget_1_1BaseEvent.html#a52bcdb90972ffb30a223d358e64f723f',1,'Widget::BaseEvent']]],
- ['timeposition_542',['TimePosition',['../structTimePosition.html',1,'TimePosition'],['../structTimePosition.html#aee816daeed95cf309ded1087a0c800ae',1,'TimePosition::TimePosition()']]],
- ['title_543',['title',['../structFileBrowserOptions.html#a16d59d24e75eec2c6f9f3aebfe5464e7',1,'FileBrowserOptions']]],
- ['titlechanged_544',['titleChanged',['../classExternalWindow.html#afd42fab01a270aab541b161237b7d9f3',1,'ExternalWindow']]],
- ['tobottom_545',['toBottom',['../classSubWidget.html#a87d35cdd41511d75fb12bc18a2d9facc',1,'SubWidget']]],
- ['tofront_546',['toFront',['../classSubWidget.html#a3426cbcf0104c8a5c9996e3efff75381',1,'SubWidget']]],
- ['toplevelwidget_547',['TopLevelWidget',['../classTopLevelWidget.html',1,'TopLevelWidget'],['../classTopLevelWidget.html#a3cdeec5e7b144cc48d89e748a37f538e',1,'TopLevelWidget::TopLevelWidget()']]],
- ['transform_548',['transform',['../classNanoVG.html#ad06096ade68bf78bcc256005cd6f2c45',1,'NanoVG']]],
- ['transformidentity_549',['transformIdentity',['../classNanoVG.html#a81c8b60a87be8a8d4a5efce8eeaf1915',1,'NanoVG']]],
- ['transforminverse_550',['transformInverse',['../classNanoVG.html#ac5692f82bcac4858f44d9fd0df287cad',1,'NanoVG']]],
- ['transformmultiply_551',['transformMultiply',['../classNanoVG.html#a3ac9aade102afb3a4f84966f0727c6c6',1,'NanoVG']]],
- ['transformpoint_552',['transformPoint',['../classNanoVG.html#ae2e49763ab7f503016c0dede0dbfd3cc',1,'NanoVG']]],
- ['transformpremultiply_553',['transformPremultiply',['../classNanoVG.html#a1416fbff2a0ecada90b2d9852bfbaf42',1,'NanoVG']]],
- ['transformrotate_554',['transformRotate',['../classNanoVG.html#a43e16d0f94dc0a49dae5128d69e75e3c',1,'NanoVG']]],
- ['transformscale_555',['transformScale',['../classNanoVG.html#a94c1f78baadff1d6c6a5a4d52dd770d7',1,'NanoVG']]],
- ['transformskewx_556',['transformSkewX',['../classNanoVG.html#a178b6b9a8c755cda91ccba2b6239d279',1,'NanoVG']]],
- ['transformskewy_557',['transformSkewY',['../classNanoVG.html#af23e7f6a6056e5efe72944fa68767704',1,'NanoVG']]],
- ['transformtranslate_558',['transformTranslate',['../classNanoVG.html#a022e3cdfa06f5bc9103b37dfa64adb2c',1,'NanoVG']]],
- ['transientparentwindowchanged_559',['transientParentWindowChanged',['../classExternalWindow.html#a4ea76a2c6240c95ff941bc95841c73c8',1,'ExternalWindow']]],
- ['translate_560',['translate',['../classNanoVG.html#abc1d6466eb7fdc57a869ec7b9fdd6bdf',1,'NanoVG']]],
- ['triangle_561',['Triangle',['../classTriangle.html',1,'Triangle< T >'],['../classTriangle.html#ad3ae4f80efb4b18f4f8b8a25543aa10c',1,'Triangle::Triangle() noexcept'],['../classTriangle.html#a394b031be82e2e0c043547ad1e551ddb',1,'Triangle::Triangle(const T &x1, const T &y1, const T &x2, const T &y2, const T &x3, const T &y3) noexcept'],['../classTriangle.html#a79fdc0930afc294c7bce90a2cd3075ed',1,'Triangle::Triangle(const Point< T > &pos1, const Point< T > &pos2, const Point< T > &pos3) noexcept'],['../classTriangle.html#a5130f571dd5de1f070573929637544ce',1,'Triangle::Triangle(const Triangle< T > &tri) noexcept']]],
- ['type_562',['type',['../structClipboardDataOffer.html#a23d607737b1fffbb003b885da5a5ca66',1,'ClipboardDataOffer']]]
+ ['tail_549',['tail',['../structHeapBuffer.html#abd05cbae44531a412352ed52c8a50aec',1,'HeapBuffer']]],
+ ['text_550',['text',['../classNanoVG.html#af9526a1c4b2d5e1db0190c32ba9a1eaa',1,'NanoVG']]],
+ ['textalign_551',['textAlign',['../classNanoVG.html#a9c942ced1722beff8e326a6cf0c9a1d1',1,'NanoVG::textAlign(Align align)'],['../classNanoVG.html#a9a1a5e00351ff92ebb9795a2127f0529',1,'NanoVG::textAlign(int align)']]],
+ ['textbounds_552',['textBounds',['../classNanoVG.html#a281c71d51c5f9d6fb5d6e8369ca650f4',1,'NanoVG']]],
+ ['textbox_553',['textBox',['../classNanoVG.html#a16f910cddbecd570d3c125e217f51e10',1,'NanoVG']]],
+ ['textboxbounds_554',['textBoxBounds',['../classNanoVG.html#a47e41ef76a4682f0418ba8d0a60f6ea8',1,'NanoVG']]],
+ ['textbreaklines_555',['textBreakLines',['../classNanoVG.html#ab403a3cdf19dd2af4c75bb180c5e0fb8',1,'NanoVG']]],
+ ['textglyphpositions_556',['textGlyphPositions',['../classNanoVG.html#ae8476a381526e6ef89150529594cbf35',1,'NanoVG']]],
+ ['textletterspacing_557',['textLetterSpacing',['../classNanoVG.html#ad768aae0871c1685ca5dc590859d5c1b',1,'NanoVG']]],
+ ['textlineheight_558',['textLineHeight',['../classNanoVG.html#aab69aa4f2ae1b15adcceb9d065ea8aa6',1,'NanoVG']]],
+ ['textmetrics_559',['textMetrics',['../classNanoVG.html#a5e84bf7dec65064733aec488389568b0',1,'NanoVG']]],
+ ['textrow_560',['TextRow',['../structNanoVG_1_1TextRow.html',1,'NanoVG']]],
+ ['thread_561',['Thread',['../classThread.html',1,'']]],
+ ['tick_562',['tick',['../structTimePosition_1_1BarBeatTick.html#aecb8a1a98db84c6d03c39278f86a0324',1,'TimePosition::BarBeatTick']]],
+ ['ticksperbeat_563',['ticksPerBeat',['../structTimePosition_1_1BarBeatTick.html#ab8cfc3f2709a79e733e58556712da062',1,'TimePosition::BarBeatTick']]],
+ ['time_564',['time',['../structWidget_1_1BaseEvent.html#a52bcdb90972ffb30a223d358e64f723f',1,'Widget::BaseEvent']]],
+ ['timeposition_565',['TimePosition',['../structTimePosition.html',1,'TimePosition'],['../structTimePosition.html#aee816daeed95cf309ded1087a0c800ae',1,'TimePosition::TimePosition()']]],
+ ['title_566',['title',['../structFileBrowserOptions.html#a16d59d24e75eec2c6f9f3aebfe5464e7',1,'FileBrowserOptions']]],
+ ['titlechanged_567',['titleChanged',['../classExternalWindow.html#afd42fab01a270aab541b161237b7d9f3',1,'ExternalWindow']]],
+ ['tobottom_568',['toBottom',['../classSubWidget.html#a87d35cdd41511d75fb12bc18a2d9facc',1,'SubWidget']]],
+ ['tofront_569',['toFront',['../classSubWidget.html#a3426cbcf0104c8a5c9996e3efff75381',1,'SubWidget']]],
+ ['toplevelwidget_570',['TopLevelWidget',['../classTopLevelWidget.html',1,'TopLevelWidget'],['../classTopLevelWidget.html#a3cdeec5e7b144cc48d89e748a37f538e',1,'TopLevelWidget::TopLevelWidget()']]],
+ ['transform_571',['transform',['../classNanoVG.html#ad06096ade68bf78bcc256005cd6f2c45',1,'NanoVG']]],
+ ['transformidentity_572',['transformIdentity',['../classNanoVG.html#a81c8b60a87be8a8d4a5efce8eeaf1915',1,'NanoVG']]],
+ ['transforminverse_573',['transformInverse',['../classNanoVG.html#ac5692f82bcac4858f44d9fd0df287cad',1,'NanoVG']]],
+ ['transformmultiply_574',['transformMultiply',['../classNanoVG.html#a3ac9aade102afb3a4f84966f0727c6c6',1,'NanoVG']]],
+ ['transformpoint_575',['transformPoint',['../classNanoVG.html#ae2e49763ab7f503016c0dede0dbfd3cc',1,'NanoVG']]],
+ ['transformpremultiply_576',['transformPremultiply',['../classNanoVG.html#a1416fbff2a0ecada90b2d9852bfbaf42',1,'NanoVG']]],
+ ['transformrotate_577',['transformRotate',['../classNanoVG.html#a43e16d0f94dc0a49dae5128d69e75e3c',1,'NanoVG']]],
+ ['transformscale_578',['transformScale',['../classNanoVG.html#a94c1f78baadff1d6c6a5a4d52dd770d7',1,'NanoVG']]],
+ ['transformskewx_579',['transformSkewX',['../classNanoVG.html#a178b6b9a8c755cda91ccba2b6239d279',1,'NanoVG']]],
+ ['transformskewy_580',['transformSkewY',['../classNanoVG.html#af23e7f6a6056e5efe72944fa68767704',1,'NanoVG']]],
+ ['transformtranslate_581',['transformTranslate',['../classNanoVG.html#a022e3cdfa06f5bc9103b37dfa64adb2c',1,'NanoVG']]],
+ ['transientparentwindowchanged_582',['transientParentWindowChanged',['../classExternalWindow.html#a4ea76a2c6240c95ff941bc95841c73c8',1,'ExternalWindow']]],
+ ['translate_583',['translate',['../classNanoVG.html#abc1d6466eb7fdc57a869ec7b9fdd6bdf',1,'NanoVG']]],
+ ['triangle_584',['Triangle',['../classTriangle.html',1,'Triangle< T >'],['../classTriangle.html#ad3ae4f80efb4b18f4f8b8a25543aa10c',1,'Triangle::Triangle() noexcept'],['../classTriangle.html#a394b031be82e2e0c043547ad1e551ddb',1,'Triangle::Triangle(const T &x1, const T &y1, const T &x2, const T &y2, const T &x3, const T &y3) noexcept'],['../classTriangle.html#a79fdc0930afc294c7bce90a2cd3075ed',1,'Triangle::Triangle(const Point< T > &pos1, const Point< T > &pos2, const Point< T > &pos3) noexcept'],['../classTriangle.html#a5130f571dd5de1f070573929637544ce',1,'Triangle::Triangle(const Triangle< T > &tri) noexcept']]],
+ ['type_585',['type',['../structClipboardDataOffer.html#a23d607737b1fffbb003b885da5a5ca66',1,'ClipboardDataOffer']]]
];
diff --git a/search/all_13.js b/search/all_13.js
index 3144dad1..656c0ba8 100644
--- a/search/all_13.js
+++ b/search/all_13.js
@@ -1,9 +1,9 @@
var searchData=
[
- ['ui_563',['UI',['../classUI.html',1,'UI'],['../classUI.html#a844584caf362e72c0def15ff3477187f',1,'UI::UI(uint width=0, uint height=0, bool automaticallyScaleAndSetAsMinimumSize=false)']]],
- ['uiidle_564',['uiIdle',['../classUI.html#af8de639088f3b2d42c266a2d2d6719da',1,'UI']]],
- ['uiscalefactorchanged_565',['uiScaleFactorChanged',['../classUI.html#ad89b09ef4e8129d72ff3b3cb8716a96b',1,'UI']]],
- ['unit_566',['unit',['../structParameter.html#a2f79574998d34504e3a694163b4599a1',1,'Parameter']]],
- ['updatestatevalue_567',['updateStateValue',['../classPlugin.html#aa85c50c732d9083f57b72d6b4cd7c5ae',1,'Plugin']]],
- ['use_5fnamespace_5fdistrho_568',['USE_NAMESPACE_DISTRHO',['../group__NamespaceMacros.html#gadcd7e7d900fbae0fa1a71d6fbab4d59c',1,'DistrhoInfo.hpp']]]
+ ['ui_586',['UI',['../classUI.html',1,'UI'],['../classUI.html#a844584caf362e72c0def15ff3477187f',1,'UI::UI(uint width=0, uint height=0, bool automaticallyScaleAndSetAsMinimumSize=false)']]],
+ ['uiidle_587',['uiIdle',['../classUI.html#af8de639088f3b2d42c266a2d2d6719da',1,'UI']]],
+ ['uiscalefactorchanged_588',['uiScaleFactorChanged',['../classUI.html#ad89b09ef4e8129d72ff3b3cb8716a96b',1,'UI']]],
+ ['unit_589',['unit',['../structParameter.html#a2f79574998d34504e3a694163b4599a1',1,'Parameter']]],
+ ['updatestatevalue_590',['updateStateValue',['../classPlugin.html#aa85c50c732d9083f57b72d6b4cd7c5ae',1,'Plugin']]],
+ ['use_5fnamespace_5fdistrho_591',['USE_NAMESPACE_DISTRHO',['../group__NamespaceMacros.html#gadcd7e7d900fbae0fa1a71d6fbab4d59c',1,'DistrhoInfo.hpp']]]
];
diff --git a/search/all_14.js b/search/all_14.js
index b9b066fb..adcb9f22 100644
--- a/search/all_14.js
+++ b/search/all_14.js
@@ -1,10 +1,10 @@
var searchData=
[
- ['valid_569',['valid',['../structTimePosition_1_1BarBeatTick.html#a45a05047e923285af0fbeacb371e3f4e',1,'TimePosition::BarBeatTick']]],
- ['value_570',['value',['../structParameterEnumerationValue.html#a292f282837daa791205027d998907ae9',1,'ParameterEnumerationValue']]],
- ['values_571',['values',['../structParameterEnumerationValues.html#ae101471c5d819624398001c84c534b7a',1,'ParameterEnumerationValues']]],
- ['verticallystackedhorizontallayout_572',['VerticallyStackedHorizontalLayout',['../structVerticallyStackedHorizontalLayout.html',1,'']]],
- ['visibilitychanged_573',['visibilityChanged',['../classExternalWindow.html#a60ddf70411d05cef91f4a1eaa09554b8',1,'ExternalWindow']]],
- ['vulkangraphicscontext_574',['VulkanGraphicsContext',['../structVulkanGraphicsContext.html',1,'']]],
- ['vulkanimage_575',['VulkanImage',['../classVulkanImage.html',1,'VulkanImage'],['../classVulkanImage.html#aaa625bb7cbad92de916c0d6877033a42',1,'VulkanImage::VulkanImage()'],['../classVulkanImage.html#a9a3d03e892ee950aa291811e54845568',1,'VulkanImage::VulkanImage(const char *rawData, uint width, uint height, ImageFormat format)'],['../classVulkanImage.html#aa1af6c288a92b400c0f99dd62b709443',1,'VulkanImage::VulkanImage(const char *rawData, const Size< uint > &size, ImageFormat format)'],['../classVulkanImage.html#a5821aca1ae6e78a7e7c9814a42f55f35',1,'VulkanImage::VulkanImage(const VulkanImage &image)']]]
+ ['valid_592',['valid',['../structTimePosition_1_1BarBeatTick.html#a45a05047e923285af0fbeacb371e3f4e',1,'TimePosition::BarBeatTick']]],
+ ['value_593',['value',['../structParameterEnumerationValue.html#a292f282837daa791205027d998907ae9',1,'ParameterEnumerationValue']]],
+ ['values_594',['values',['../structParameterEnumerationValues.html#ae101471c5d819624398001c84c534b7a',1,'ParameterEnumerationValues']]],
+ ['verticallystackedhorizontallayout_595',['VerticallyStackedHorizontalLayout',['../structVerticallyStackedHorizontalLayout.html',1,'']]],
+ ['visibilitychanged_596',['visibilityChanged',['../classExternalWindow.html#a60ddf70411d05cef91f4a1eaa09554b8',1,'ExternalWindow']]],
+ ['vulkangraphicscontext_597',['VulkanGraphicsContext',['../structVulkanGraphicsContext.html',1,'']]],
+ ['vulkanimage_598',['VulkanImage',['../classVulkanImage.html',1,'VulkanImage'],['../classVulkanImage.html#aaa625bb7cbad92de916c0d6877033a42',1,'VulkanImage::VulkanImage()'],['../classVulkanImage.html#a9a3d03e892ee950aa291811e54845568',1,'VulkanImage::VulkanImage(const char *rawData, uint width, uint height, ImageFormat format)'],['../classVulkanImage.html#aa1af6c288a92b400c0f99dd62b709443',1,'VulkanImage::VulkanImage(const char *rawData, const Size< uint > &size, ImageFormat format)'],['../classVulkanImage.html#a5821aca1ae6e78a7e7c9814a42f55f35',1,'VulkanImage::VulkanImage(const VulkanImage &image)']]]
];
diff --git a/search/all_15.js b/search/all_15.js
index ee2d006d..51a8e646 100644
--- a/search/all_15.js
+++ b/search/all_15.js
@@ -1,10 +1,10 @@
var searchData=
[
- ['widget_576',['Widget',['../classWidget.html',1,'']]],
- ['window_577',['Window',['../classWindow.html',1,'Window'],['../classWindow.html#a2f6257937261fcb3e627752dfb248d47',1,'Window::Window(Application &app)'],['../classWindow.html#a647ec84da28005ecf0501825af77adec',1,'Window::Window(Application &app, Window &transientParentWindow)'],['../classWindow.html#a2cd48e2c2d816439cf38faf5c7a9736f',1,'Window::Window(Application &app, uintptr_t parentWindowHandle, double scaleFactor, bool resizable)'],['../classWindow.html#ada557b4543c122a0de22c876c55504ae',1,'Window::Window(Application &app, uintptr_t parentWindowHandle, uint width, uint height, double scaleFactor, bool resizable)']]],
- ['withalpha_578',['withAlpha',['../structColor.html#a3f163d59e5a313f742acdd2bbd47441f',1,'Color']]],
- ['writecustomdata_579',['writeCustomData',['../classRingBufferControl.html#a72e173dcae573f6e2e8ac4cfeb8aa96b',1,'RingBufferControl']]],
- ['writecustomtype_580',['writeCustomType',['../classRingBufferControl.html#a3e9c1857e11f0d9efcc2944d6000504b',1,'RingBufferControl']]],
- ['writemidievent_581',['writeMidiEvent',['../classPlugin.html#a0467eef817ac130cbbe1c0fbe09660c6',1,'Plugin']]],
- ['wrtn_582',['wrtn',['../structHeapBuffer.html#a4d330b5567a46f6b6972f5174b262292',1,'HeapBuffer']]]
+ ['widget_599',['Widget',['../classWidget.html',1,'']]],
+ ['window_600',['Window',['../classWindow.html',1,'Window'],['../classWindow.html#a2f6257937261fcb3e627752dfb248d47',1,'Window::Window(Application &app)'],['../classWindow.html#a647ec84da28005ecf0501825af77adec',1,'Window::Window(Application &app, Window &transientParentWindow)'],['../classWindow.html#a2cd48e2c2d816439cf38faf5c7a9736f',1,'Window::Window(Application &app, uintptr_t parentWindowHandle, double scaleFactor, bool resizable)'],['../classWindow.html#ada557b4543c122a0de22c876c55504ae',1,'Window::Window(Application &app, uintptr_t parentWindowHandle, uint width, uint height, double scaleFactor, bool resizable)']]],
+ ['withalpha_601',['withAlpha',['../structColor.html#a3f163d59e5a313f742acdd2bbd47441f',1,'Color']]],
+ ['writecustomdata_602',['writeCustomData',['../classRingBufferControl.html#a72e173dcae573f6e2e8ac4cfeb8aa96b',1,'RingBufferControl']]],
+ ['writecustomtype_603',['writeCustomType',['../classRingBufferControl.html#a3e9c1857e11f0d9efcc2944d6000504b',1,'RingBufferControl']]],
+ ['writemidievent_604',['writeMidiEvent',['../classPlugin.html#a0467eef817ac130cbbe1c0fbe09660c6',1,'Plugin']]],
+ ['wrtn_605',['wrtn',['../structHeapBuffer.html#a4d330b5567a46f6b6972f5174b262292',1,'HeapBuffer']]]
];
diff --git a/search/all_16.js b/search/all_16.js
index 276afd0e..3f5308b1 100644
--- a/search/all_16.js
+++ b/search/all_16.js
@@ -1,24 +1,24 @@
var searchData=
[
- ['_7eapplication_583',['~Application',['../classApplication.html#a20573928a0d53fb96d929513bc5acde6',1,'Application']]],
- ['_7ebaseevent_584',['~BaseEvent',['../structWidget_1_1BaseEvent.html#a58da172316b49f6d79b879b74ce5792a',1,'Widget::BaseEvent']]],
- ['_7ecairobasewidget_585',['~CairoBaseWidget',['../classCairoBaseWidget.html#ab13e7888614ab01ef4a74175b9c487fa',1,'CairoBaseWidget']]],
- ['_7ecairoimage_586',['~CairoImage',['../classCairoImage.html#a36abbee6a47fc3447f00270aa16a82b7',1,'CairoImage']]],
- ['_7eexternalwindow_587',['~ExternalWindow',['../classExternalWindow.html#a97f21d30b4449fc5cd87396ff051c199',1,'ExternalWindow']]],
- ['_7eheapringbuffer_588',['~HeapRingBuffer',['../classHeapRingBuffer.html#ae2e25c610073d35998efd7106b5eb8a0',1,'HeapRingBuffer']]],
- ['_7eimagebase_589',['~ImageBase',['../classImageBase.html#a247e1c3259d5943a5766c99f61da9309',1,'ImageBase']]],
- ['_7eleakedobjectdetector_590',['~LeakedObjectDetector',['../classLeakedObjectDetector.html#af4fd575fa5361ce5b01f65a635b1d6b3',1,'LeakedObjectDetector']]],
- ['_7enanobasewidget_591',['~NanoBaseWidget',['../classNanoBaseWidget.html#a7baf9307e082a627e7fae8732346174b',1,'NanoBaseWidget']]],
- ['_7enanoimage_592',['~NanoImage',['../classNanoImage.html#a8915fb5eae1a0180edd3f5babf6a0091',1,'NanoImage']]],
- ['_7enanovg_593',['~NanoVG',['../classNanoVG.html#a3e05169f4e66e811537adaea17e4bb3f',1,'NanoVG']]],
- ['_7eopenglimage_594',['~OpenGLImage',['../classOpenGLImage.html#a97461921a4eba66af7cfeaf84595f3ad',1,'OpenGLImage']]],
- ['_7eplugin_595',['~Plugin',['../classPlugin.html#a89814b8f0b1c91e49140d42eb8331383',1,'Plugin']]],
- ['_7escopedgraphicscontext_596',['~ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html#a18fa5edc2ecfeafcc0849094ab49996e',1,'Window::ScopedGraphicsContext']]],
- ['_7escopedpointer_597',['~ScopedPointer',['../classScopedPointer.html#a3c540f0121065aafa5f9607362fc1450',1,'ScopedPointer']]],
- ['_7esubwidget_598',['~SubWidget',['../classSubWidget.html#a7ac8a2d6086eceb5af7b7fa5a157e2bc',1,'SubWidget']]],
- ['_7etoplevelwidget_599',['~TopLevelWidget',['../classTopLevelWidget.html#af60daa3513ca7f7d05575ab3feaee268',1,'TopLevelWidget']]],
- ['_7eui_600',['~UI',['../classUI.html#a9b9e41e6021cc07a25b50539e74daaae',1,'UI']]],
- ['_7evulkanimage_601',['~VulkanImage',['../classVulkanImage.html#a45ab89d12d9a6a08f4986ac241a025dc',1,'VulkanImage']]],
- ['_7ewidget_602',['~Widget',['../classWidget.html#a714cf798aadb4d615f6f60a355382c02',1,'Widget']]],
- ['_7ewindow_603',['~Window',['../classWindow.html#a62b4a97b3c2e492f1d9a46092011e2d9',1,'Window']]]
+ ['_7eapplication_606',['~Application',['../classApplication.html#a20573928a0d53fb96d929513bc5acde6',1,'Application']]],
+ ['_7ebaseevent_607',['~BaseEvent',['../structWidget_1_1BaseEvent.html#a58da172316b49f6d79b879b74ce5792a',1,'Widget::BaseEvent']]],
+ ['_7ecairobasewidget_608',['~CairoBaseWidget',['../classCairoBaseWidget.html#ab13e7888614ab01ef4a74175b9c487fa',1,'CairoBaseWidget']]],
+ ['_7ecairoimage_609',['~CairoImage',['../classCairoImage.html#a36abbee6a47fc3447f00270aa16a82b7',1,'CairoImage']]],
+ ['_7eexternalwindow_610',['~ExternalWindow',['../classExternalWindow.html#a97f21d30b4449fc5cd87396ff051c199',1,'ExternalWindow']]],
+ ['_7eheapringbuffer_611',['~HeapRingBuffer',['../classHeapRingBuffer.html#ae2e25c610073d35998efd7106b5eb8a0',1,'HeapRingBuffer']]],
+ ['_7eimagebase_612',['~ImageBase',['../classImageBase.html#a247e1c3259d5943a5766c99f61da9309',1,'ImageBase']]],
+ ['_7eleakedobjectdetector_613',['~LeakedObjectDetector',['../classLeakedObjectDetector.html#af4fd575fa5361ce5b01f65a635b1d6b3',1,'LeakedObjectDetector']]],
+ ['_7enanobasewidget_614',['~NanoBaseWidget',['../classNanoBaseWidget.html#a7baf9307e082a627e7fae8732346174b',1,'NanoBaseWidget']]],
+ ['_7enanoimage_615',['~NanoImage',['../classNanoImage.html#a8915fb5eae1a0180edd3f5babf6a0091',1,'NanoImage']]],
+ ['_7enanovg_616',['~NanoVG',['../classNanoVG.html#a3e05169f4e66e811537adaea17e4bb3f',1,'NanoVG']]],
+ ['_7eopenglimage_617',['~OpenGLImage',['../classOpenGLImage.html#a97461921a4eba66af7cfeaf84595f3ad',1,'OpenGLImage']]],
+ ['_7eplugin_618',['~Plugin',['../classPlugin.html#a89814b8f0b1c91e49140d42eb8331383',1,'Plugin']]],
+ ['_7escopedgraphicscontext_619',['~ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html#a18fa5edc2ecfeafcc0849094ab49996e',1,'Window::ScopedGraphicsContext']]],
+ ['_7escopedpointer_620',['~ScopedPointer',['../classScopedPointer.html#a3c540f0121065aafa5f9607362fc1450',1,'ScopedPointer']]],
+ ['_7esubwidget_621',['~SubWidget',['../classSubWidget.html#a7ac8a2d6086eceb5af7b7fa5a157e2bc',1,'SubWidget']]],
+ ['_7etoplevelwidget_622',['~TopLevelWidget',['../classTopLevelWidget.html#af60daa3513ca7f7d05575ab3feaee268',1,'TopLevelWidget']]],
+ ['_7eui_623',['~UI',['../classUI.html#a9b9e41e6021cc07a25b50539e74daaae',1,'UI']]],
+ ['_7evulkanimage_624',['~VulkanImage',['../classVulkanImage.html#a45ab89d12d9a6a08f4986ac241a025dc',1,'VulkanImage']]],
+ ['_7ewidget_625',['~Widget',['../classWidget.html#a714cf798aadb4d615f6f60a355382c02',1,'Widget']]],
+ ['_7ewindow_626',['~Window',['../classWindow.html#a62b4a97b3c2e492f1d9a46092011e2d9',1,'Window']]]
];
diff --git a/search/all_2.js b/search/all_2.js
index 25f91ade..1296c073 100644
--- a/search/all_2.js
+++ b/search/all_2.js
@@ -1,40 +1,41 @@
var searchData=
[
- ['cairobasewidget_29',['CairoBaseWidget',['../classCairoBaseWidget.html',1,'CairoBaseWidget< BaseWidget >'],['../classCairoBaseWidget.html#af5544cdc62910eb3c25670a5130baeb2',1,'CairoBaseWidget::CairoBaseWidget(Application &app, Window &parentWindow)'],['../classCairoBaseWidget.html#a2342ae5da3def6ce0b9713a9bf49e203',1,'CairoBaseWidget::CairoBaseWidget(Application &app)'],['../classCairoBaseWidget.html#a07039d9207f923b0bf7f62a96f168f70',1,'CairoBaseWidget::CairoBaseWidget(Window &windowToMapTo)'],['../classCairoBaseWidget.html#a264d5e3f7de6dd5c9f9b492f5577420f',1,'CairoBaseWidget::CairoBaseWidget(Widget *const parentGroupWidget)']]],
- ['cairographicscontext_30',['CairoGraphicsContext',['../structCairoGraphicsContext.html',1,'']]],
- ['cairoimage_31',['CairoImage',['../classCairoImage.html#a17ce2733afa4fc080a63b23cd0dd7b18',1,'CairoImage::CairoImage(const char *rawData, uint width, uint height, ImageFormat format)'],['../classCairoImage.html#a89f96493ba7b890a4d43f00672f1a497',1,'CairoImage::CairoImage(const CairoImage &image)'],['../classCairoImage.html#ad3490061bcaae7cc320c5ccfb40ab3dd',1,'CairoImage::CairoImage(const char *rawData, const Size< uint > &size, ImageFormat format)'],['../classCairoImage.html#aeadcf789efdf894a61e477b4d64fc0b6',1,'CairoImage::CairoImage()'],['../classCairoImage.html',1,'CairoImage']]],
- ['callback_32',['Callback',['../classButtonEventHandler_1_1Callback.html',1,'ButtonEventHandler::Callback'],['../classImageBaseButton_1_1Callback.html',1,'ImageBaseButton< ImageType >::Callback'],['../classImageBaseKnob_1_1Callback.html',1,'ImageBaseKnob< ImageType >::Callback'],['../classImageBaseSlider_1_1Callback.html',1,'ImageBaseSlider< ImageType >::Callback'],['../classImageBaseSwitch_1_1Callback.html',1,'ImageBaseSwitch< ImageType >::Callback'],['../classKnobEventHandler_1_1Callback.html',1,'KnobEventHandler::Callback']]],
- ['cancelframe_33',['cancelFrame',['../classNanoVG.html#a5c47888aaa114b8ca9a0431383c1c0f1',1,'NanoVG']]],
- ['canrequestparametervaluechanges_34',['canRequestParameterValueChanges',['../classPlugin.html#a581614e1d301ee613a988855c61b2517',1,'Plugin']]],
- ['character_35',['character',['../structWidget_1_1CharacterInputEvent.html#a8426db4231baad1c1621e287817fde85',1,'Widget::CharacterInputEvent']]],
- ['characterinputevent_36',['CharacterInputEvent',['../structWidget_1_1CharacterInputEvent.html#ab0e3407cf8693ba9f3be0be805c8af24',1,'Widget::CharacterInputEvent::CharacterInputEvent()'],['../structWidget_1_1CharacterInputEvent.html',1,'Widget::CharacterInputEvent']]],
- ['circle_37',['Circle',['../classCircle.html',1,'']]],
- ['circle_38',['circle',['../classNanoVG.html#aa3230d48ce48f050d3ad636fc2ff4235',1,'NanoVG']]],
- ['circle_39',['Circle',['../classCircle.html#aeee15927ea13e9114aa53a8c26c5e1df',1,'Circle::Circle(const Circle< T > &cir) noexcept'],['../classCircle.html#ab0e9f6bedf3dfa9fd958c573eca46368',1,'Circle::Circle(const Point< T > &pos, const float size, const uint numSegments=300)'],['../classCircle.html#a391892aed07c5239153a038fea80423b',1,'Circle::Circle(const T &x, const T &y, const float size, const uint numSegments=300)'],['../classCircle.html#a69bf0ddae80047ef3e9b230930eb1ba6',1,'Circle::Circle() noexcept']]],
- ['clear_40',['clear',['../structTimePosition.html#acd89e79032d748ee7fc01d55a2c518bb',1,'TimePosition::clear()'],['../structTimePosition_1_1BarBeatTick.html#ae6ea776260b58800bff63f515351bd3a',1,'TimePosition::BarBeatTick::clear()']]],
- ['clipboarddataoffer_41',['ClipboardDataOffer',['../structClipboardDataOffer.html',1,'']]],
- ['close_42',['close',['../classExternalWindow.html#acaa09de3c6dfccecf725a8f7a486ce15',1,'ExternalWindow::close()'],['../classWindow.html#a35055c04498121d39741bfcd5082705b',1,'Window::close()']]],
- ['closepath_43',['closePath',['../classNanoVG.html#a74ae13eec498c0afb9fa20199eecbd48',1,'NanoVG']]],
- ['color_44',['Color',['../structColor.html#acbbdba6661c2bbd987ef27de59813b47',1,'Color::Color() noexcept'],['../structColor.html#a8d51b3f9457c1d9524ad67c94152b99a',1,'Color::Color(const Color &color1, const Color &color2, float u) noexcept'],['../structColor.html#a7ac8018890423379bf8cdce2c6bc9d7e',1,'Color::Color(const Color &color) noexcept'],['../structColor.html#ab5f3b6caec37b3ba8f7a04c801c63847',1,'Color::Color(int red, int green, int blue, float alpha=1.0f) noexcept'],['../structColor.html#a77dd2b8f997aaf034c790ffd4ffe64bc',1,'Color::Color(float red, float green, float blue, float alpha=1.0f) noexcept'],['../structColor.html',1,'Color']]],
- ['commitwrite_45',['commitWrite',['../classRingBufferControl.html#afe0c53d2591eb265d657c1cab6800036',1,'RingBufferControl']]],
- ['contains_46',['contains',['../classRectangle.html#a08b0741e6259e88552106136cdbff489',1,'Rectangle::contains(const T &x, const T &y) const noexcept'],['../classRectangle.html#a4420a73414a0fd1b85abd468a2c890d3',1,'Rectangle::contains(const Point< T > &pos) const noexcept'],['../classRectangle.html#aa39ae4cb4a8c27f91db466fa12aef254',1,'Rectangle::contains(const Point< T2 > &pos) const noexcept'],['../classSubWidget.html#ac9b4d3e2a3a39e588504dd33c1d9ca95',1,'SubWidget::contains(T x, T y) const noexcept'],['../classSubWidget.html#ac5b584dfb15c98b67c03a2d9699651b7',1,'SubWidget::contains(const Point< T > &pos) const noexcept']]],
- ['containsafterscaling_47',['containsAfterScaling',['../classRectangle.html#a9edf56d37c808947aa75b55fa81a11e1',1,'Rectangle']]],
- ['containsx_48',['containsX',['../classRectangle.html#a71d17fdf110e4ed2350d2a5fe248e540',1,'Rectangle']]],
- ['containsy_49',['containsY',['../classRectangle.html#a38b56f4f8b38597fd34f68c677de2559',1,'Rectangle']]],
- ['count_50',['count',['../structParameterEnumerationValues.html#afd740dd45384c493801405a1c1c3d51d',1,'ParameterEnumerationValues']]],
- ['create_5fantialias_51',['CREATE_ANTIALIAS',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9a4fb2bb2ad2eccc922e6e5613ca1bf19e',1,'NanoVG']]],
- ['create_5fdebug_52',['CREATE_DEBUG',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9ace85d2e89072533bdc5d326df30f82c5',1,'NanoVG']]],
- ['create_5fstencil_5fstrokes_53',['CREATE_STENCIL_STROKES',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9aa4539b7424f6885f382ad911c5eb4ad3',1,'NanoVG']]],
- ['createbuffer_54',['createBuffer',['../classHeapRingBuffer.html#ab7d60a3acc757e88e1c7254626ce9709',1,'HeapRingBuffer']]],
- ['createflags_55',['CreateFlags',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9',1,'NanoVG']]],
- ['createfontfromfile_56',['createFontFromFile',['../classNanoVG.html#a202e31bed7a83c59d417fa016f66f12a',1,'NanoVG']]],
- ['createfontfrommemory_57',['createFontFromMemory',['../classNanoVG.html#a304f4fcf7fc4dff936563606cec7ea63',1,'NanoVG']]],
- ['createimagefromfile_58',['createImageFromFile',['../classNanoVG.html#a2a6d7cc76cb4c7f35ef51a388f5818f6',1,'NanoVG::createImageFromFile(const char *filename, ImageFlags imageFlags)'],['../classNanoVG.html#a7555d49ba847a92fb2c56b2f9f68f366',1,'NanoVG::createImageFromFile(const char *filename, int imageFlags)']]],
- ['createimagefrommemory_59',['createImageFromMemory',['../classNanoVG.html#a82858e18090cbd5d787668d21f685b95',1,'NanoVG::createImageFromMemory(const uchar *data, uint dataSize, ImageFlags imageFlags)'],['../classNanoVG.html#a6cac272a24edf6a679944267a02131ad',1,'NanoVG::createImageFromMemory(const uchar *data, uint dataSize, int imageFlags)']]],
- ['createimagefromrawmemory_60',['createImageFromRawMemory',['../classNanoVG.html#a32fc9c8f1385dad33acf208167230ddb',1,'NanoVG::createImageFromRawMemory(uint w, uint h, const uchar *data, ImageFlags imageFlags, ImageFormat format)'],['../classNanoVG.html#adb3e8947a09a73b9662731f14aa2ca1f',1,'NanoVG::createImageFromRawMemory(uint w, uint h, const uchar *data, int imageFlags, ImageFormat format)']]],
- ['createimagefromrgba_61',['createImageFromRGBA',['../classNanoVG.html#a68cfbff787af38a017eecdb4e77e1b45',1,'NanoVG::createImageFromRGBA(uint w, uint h, const uchar *data, ImageFlags imageFlags)'],['../classNanoVG.html#ac4e97dd35ebface5fd9160ef1d5e8cbb',1,'NanoVG::createImageFromRGBA(uint w, uint h, const uchar *data, int imageFlags)']]],
- ['createimagefromtexturehandle_62',['createImageFromTextureHandle',['../classNanoVG.html#af37971e5d04d57c9ad98f0164164ea79',1,'NanoVG::createImageFromTextureHandle(GLuint textureId, uint w, uint h, ImageFlags imageFlags, bool deleteTexture=false)'],['../classNanoVG.html#aa4ebb0baddb15fdc74c1f68b6403eaaf',1,'NanoVG::createImageFromTextureHandle(GLuint textureId, uint w, uint h, int imageFlags, bool deleteTexture=false)']]],
- ['createplugin_63',['createPlugin',['../group__EntryPoints.html#ga87f1fa9084f2490ca04ea733292c6dee',1,'DistrhoPlugin.hpp']]],
- ['createui_64',['createUI',['../group__EntryPoints.html#gaad0ced21537a067680729bee6a65d8c8',1,'DistrhoUI.hpp']]],
- ['currenttransform_65',['currentTransform',['../classNanoVG.html#ad51cefbcf8819d365205fa004a10b976',1,'NanoVG']]]
+ ['cairobasewidget_31',['CairoBaseWidget',['../classCairoBaseWidget.html#af5544cdc62910eb3c25670a5130baeb2',1,'CairoBaseWidget::CairoBaseWidget(Application &app, Window &parentWindow)'],['../classCairoBaseWidget.html#a2342ae5da3def6ce0b9713a9bf49e203',1,'CairoBaseWidget::CairoBaseWidget(Application &app)'],['../classCairoBaseWidget.html#a07039d9207f923b0bf7f62a96f168f70',1,'CairoBaseWidget::CairoBaseWidget(Window &windowToMapTo)'],['../classCairoBaseWidget.html#a264d5e3f7de6dd5c9f9b492f5577420f',1,'CairoBaseWidget::CairoBaseWidget(Widget *const parentGroupWidget)'],['../classCairoBaseWidget.html',1,'CairoBaseWidget< BaseWidget >']]],
+ ['cairographicscontext_32',['CairoGraphicsContext',['../structCairoGraphicsContext.html',1,'']]],
+ ['cairoimage_33',['CairoImage',['../classCairoImage.html#aeadcf789efdf894a61e477b4d64fc0b6',1,'CairoImage::CairoImage()'],['../classCairoImage.html#a89f96493ba7b890a4d43f00672f1a497',1,'CairoImage::CairoImage(const CairoImage &image)'],['../classCairoImage.html#ad3490061bcaae7cc320c5ccfb40ab3dd',1,'CairoImage::CairoImage(const char *rawData, const Size< uint > &size, ImageFormat format)'],['../classCairoImage.html#a17ce2733afa4fc080a63b23cd0dd7b18',1,'CairoImage::CairoImage(const char *rawData, uint width, uint height, ImageFormat format)'],['../classCairoImage.html',1,'CairoImage']]],
+ ['callback_34',['Callback',['../classButtonEventHandler_1_1Callback.html',1,'ButtonEventHandler::Callback'],['../classImageBaseButton_1_1Callback.html',1,'ImageBaseButton< ImageType >::Callback'],['../classImageBaseKnob_1_1Callback.html',1,'ImageBaseKnob< ImageType >::Callback'],['../classImageBaseSlider_1_1Callback.html',1,'ImageBaseSlider< ImageType >::Callback'],['../classImageBaseSwitch_1_1Callback.html',1,'ImageBaseSwitch< ImageType >::Callback'],['../classKnobEventHandler_1_1Callback.html',1,'KnobEventHandler::Callback']]],
+ ['cancelframe_35',['cancelFrame',['../classNanoVG.html#a5c47888aaa114b8ca9a0431383c1c0f1',1,'NanoVG']]],
+ ['canrequestparametervaluechanges_36',['canRequestParameterValueChanges',['../classPlugin.html#a581614e1d301ee613a988855c61b2517',1,'Plugin']]],
+ ['character_37',['character',['../structWidget_1_1CharacterInputEvent.html#a8426db4231baad1c1621e287817fde85',1,'Widget::CharacterInputEvent']]],
+ ['characterinputevent_38',['CharacterInputEvent',['../structWidget_1_1CharacterInputEvent.html#ab0e3407cf8693ba9f3be0be805c8af24',1,'Widget::CharacterInputEvent::CharacterInputEvent()'],['../structWidget_1_1CharacterInputEvent.html',1,'Widget::CharacterInputEvent']]],
+ ['circle_39',['Circle',['../classCircle.html',1,'']]],
+ ['circle_40',['circle',['../classNanoVG.html#aa3230d48ce48f050d3ad636fc2ff4235',1,'NanoVG']]],
+ ['circle_41',['Circle',['../classCircle.html#aeee15927ea13e9114aa53a8c26c5e1df',1,'Circle::Circle(const Circle< T > &cir) noexcept'],['../classCircle.html#ab0e9f6bedf3dfa9fd958c573eca46368',1,'Circle::Circle(const Point< T > &pos, const float size, const uint numSegments=300)'],['../classCircle.html#a391892aed07c5239153a038fea80423b',1,'Circle::Circle(const T &x, const T &y, const float size, const uint numSegments=300)'],['../classCircle.html#a69bf0ddae80047ef3e9b230930eb1ba6',1,'Circle::Circle() noexcept']]],
+ ['classname_42',['className',['../structFileBrowserOptions.html#a5cd131b31f02ceff8b9ac5db6b40fc3a',1,'FileBrowserOptions']]],
+ ['clear_43',['clear',['../structTimePosition.html#acd89e79032d748ee7fc01d55a2c518bb',1,'TimePosition::clear()'],['../structTimePosition_1_1BarBeatTick.html#ae6ea776260b58800bff63f515351bd3a',1,'TimePosition::BarBeatTick::clear()']]],
+ ['clipboarddataoffer_44',['ClipboardDataOffer',['../structClipboardDataOffer.html',1,'']]],
+ ['close_45',['close',['../classExternalWindow.html#acaa09de3c6dfccecf725a8f7a486ce15',1,'ExternalWindow::close()'],['../classWindow.html#a35055c04498121d39741bfcd5082705b',1,'Window::close()']]],
+ ['closepath_46',['closePath',['../classNanoVG.html#a74ae13eec498c0afb9fa20199eecbd48',1,'NanoVG']]],
+ ['color_47',['Color',['../structColor.html#acbbdba6661c2bbd987ef27de59813b47',1,'Color::Color()'],['../structColor.html',1,'Color'],['../structColor.html#a8d51b3f9457c1d9524ad67c94152b99a',1,'Color::Color(const Color &color1, const Color &color2, float u) noexcept'],['../structColor.html#a7ac8018890423379bf8cdce2c6bc9d7e',1,'Color::Color(const Color &color) noexcept'],['../structColor.html#a77dd2b8f997aaf034c790ffd4ffe64bc',1,'Color::Color(float red, float green, float blue, float alpha=1.0f) noexcept'],['../structColor.html#ab5f3b6caec37b3ba8f7a04c801c63847',1,'Color::Color(int red, int green, int blue, float alpha=1.0f) noexcept']]],
+ ['commitwrite_48',['commitWrite',['../classRingBufferControl.html#afe0c53d2591eb265d657c1cab6800036',1,'RingBufferControl']]],
+ ['contains_49',['contains',['../classRectangle.html#a08b0741e6259e88552106136cdbff489',1,'Rectangle::contains(const T &x, const T &y) const noexcept'],['../classRectangle.html#a4420a73414a0fd1b85abd468a2c890d3',1,'Rectangle::contains(const Point< T > &pos) const noexcept'],['../classRectangle.html#aa39ae4cb4a8c27f91db466fa12aef254',1,'Rectangle::contains(const Point< T2 > &pos) const noexcept'],['../classSubWidget.html#ac9b4d3e2a3a39e588504dd33c1d9ca95',1,'SubWidget::contains(T x, T y) const noexcept'],['../classSubWidget.html#ac5b584dfb15c98b67c03a2d9699651b7',1,'SubWidget::contains(const Point< T > &pos) const noexcept']]],
+ ['containsafterscaling_50',['containsAfterScaling',['../classRectangle.html#a9edf56d37c808947aa75b55fa81a11e1',1,'Rectangle']]],
+ ['containsx_51',['containsX',['../classRectangle.html#a71d17fdf110e4ed2350d2a5fe248e540',1,'Rectangle']]],
+ ['containsy_52',['containsY',['../classRectangle.html#a38b56f4f8b38597fd34f68c677de2559',1,'Rectangle']]],
+ ['count_53',['count',['../structParameterEnumerationValues.html#afd740dd45384c493801405a1c1c3d51d',1,'ParameterEnumerationValues']]],
+ ['create_5fantialias_54',['CREATE_ANTIALIAS',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9a4fb2bb2ad2eccc922e6e5613ca1bf19e',1,'NanoVG']]],
+ ['create_5fdebug_55',['CREATE_DEBUG',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9ace85d2e89072533bdc5d326df30f82c5',1,'NanoVG']]],
+ ['create_5fstencil_5fstrokes_56',['CREATE_STENCIL_STROKES',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9aa4539b7424f6885f382ad911c5eb4ad3',1,'NanoVG']]],
+ ['createbuffer_57',['createBuffer',['../classHeapRingBuffer.html#ab7d60a3acc757e88e1c7254626ce9709',1,'HeapRingBuffer']]],
+ ['createflags_58',['CreateFlags',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9',1,'NanoVG']]],
+ ['createfontfromfile_59',['createFontFromFile',['../classNanoVG.html#a202e31bed7a83c59d417fa016f66f12a',1,'NanoVG']]],
+ ['createfontfrommemory_60',['createFontFromMemory',['../classNanoVG.html#a304f4fcf7fc4dff936563606cec7ea63',1,'NanoVG']]],
+ ['createimagefromfile_61',['createImageFromFile',['../classNanoVG.html#a2a6d7cc76cb4c7f35ef51a388f5818f6',1,'NanoVG::createImageFromFile(const char *filename, ImageFlags imageFlags)'],['../classNanoVG.html#a7555d49ba847a92fb2c56b2f9f68f366',1,'NanoVG::createImageFromFile(const char *filename, int imageFlags)']]],
+ ['createimagefrommemory_62',['createImageFromMemory',['../classNanoVG.html#a82858e18090cbd5d787668d21f685b95',1,'NanoVG::createImageFromMemory(const uchar *data, uint dataSize, ImageFlags imageFlags)'],['../classNanoVG.html#a6cac272a24edf6a679944267a02131ad',1,'NanoVG::createImageFromMemory(const uchar *data, uint dataSize, int imageFlags)']]],
+ ['createimagefromrawmemory_63',['createImageFromRawMemory',['../classNanoVG.html#a32fc9c8f1385dad33acf208167230ddb',1,'NanoVG::createImageFromRawMemory(uint w, uint h, const uchar *data, ImageFlags imageFlags, ImageFormat format)'],['../classNanoVG.html#adb3e8947a09a73b9662731f14aa2ca1f',1,'NanoVG::createImageFromRawMemory(uint w, uint h, const uchar *data, int imageFlags, ImageFormat format)']]],
+ ['createimagefromrgba_64',['createImageFromRGBA',['../classNanoVG.html#a68cfbff787af38a017eecdb4e77e1b45',1,'NanoVG::createImageFromRGBA(uint w, uint h, const uchar *data, ImageFlags imageFlags)'],['../classNanoVG.html#ac4e97dd35ebface5fd9160ef1d5e8cbb',1,'NanoVG::createImageFromRGBA(uint w, uint h, const uchar *data, int imageFlags)']]],
+ ['createimagefromtexturehandle_65',['createImageFromTextureHandle',['../classNanoVG.html#af37971e5d04d57c9ad98f0164164ea79',1,'NanoVG::createImageFromTextureHandle(GLuint textureId, uint w, uint h, ImageFlags imageFlags, bool deleteTexture=false)'],['../classNanoVG.html#aa4ebb0baddb15fdc74c1f68b6403eaaf',1,'NanoVG::createImageFromTextureHandle(GLuint textureId, uint w, uint h, int imageFlags, bool deleteTexture=false)']]],
+ ['createplugin_66',['createPlugin',['../group__EntryPoints.html#ga87f1fa9084f2490ca04ea733292c6dee',1,'DistrhoPlugin.hpp']]],
+ ['createui_67',['createUI',['../group__EntryPoints.html#gaad0ced21537a067680729bee6a65d8c8',1,'DistrhoUI.hpp']]],
+ ['currenttransform_68',['currentTransform',['../classNanoVG.html#ad51cefbcf8819d365205fa004a10b976',1,'NanoVG']]]
];
diff --git a/search/all_3.js b/search/all_3.js
index 4817d6aa..0a6e780b 100644
--- a/search/all_3.js
+++ b/search/all_3.js
@@ -1,74 +1,83 @@
var searchData=
[
- ['d_5fcconst_66',['d_cconst',['../group__MiscellaneousFunctions.html#ga6827e90feb9bdcb6f76175a245fbf12c',1,'DistrhoUtils.hpp']]],
- ['d_5fcustom_5fsafe_5fassert_67',['d_custom_safe_assert',['../group__StringPrintFunctions.html#ga643ef1d86ed4c665ae482ea0ccb52b51',1,'DistrhoUtils.hpp']]],
- ['d_5fdebug_68',['d_debug',['../group__StringPrintFunctions.html#ga9b8ac0ef05538648cb37b3c383ac60d9',1,'DistrhoUtils.hpp']]],
- ['d_5fisequal_69',['d_isEqual',['../group__MathFunctions.html#gabcb7db6e30f7428a3caa0fdec12af17a',1,'DistrhoUtils.hpp']]],
- ['d_5fisnotequal_70',['d_isNotEqual',['../group__MathFunctions.html#gaf99f3a8a1c9d97b07c0f225fad8a27b7',1,'DistrhoUtils.hpp']]],
- ['d_5fisnotzero_71',['d_isNotZero',['../group__MathFunctions.html#gaa8753f357eea6f93c5fa4e538ce6ac47',1,'DistrhoUtils.hpp']]],
- ['d_5fiszero_72',['d_isZero',['../group__MathFunctions.html#gae357f9031f7bcd8eccef3443081d3772',1,'DistrhoUtils.hpp']]],
- ['d_5fnextpowerof2_73',['d_nextPowerOf2',['../group__MathFunctions.html#gaded8dbdc7ff99c70e7361b3f1a32b584',1,'DistrhoUtils.hpp']]],
- ['d_5fpass_74',['d_pass',['../group__MiscellaneousFunctions.html#ga208c5bc138b7d4d4e318b6174c9dbf6d',1,'DistrhoUtils.hpp']]],
- ['d_5fsafe_5fassert_75',['d_safe_assert',['../group__StringPrintFunctions.html#ga9473c264004ac48764062fd881a55cff',1,'DistrhoUtils.hpp']]],
- ['d_5fsafe_5fassert_5fint_76',['d_safe_assert_int',['../group__StringPrintFunctions.html#gac59f28efd3d30333551df9ca47c1fc0f',1,'DistrhoUtils.hpp']]],
- ['d_5fsafe_5fassert_5fint2_77',['d_safe_assert_int2',['../group__StringPrintFunctions.html#ga9b31f29f7fde426a4a5bc9b1616aad28',1,'DistrhoUtils.hpp']]],
- ['d_5fsafe_5fassert_5fuint_78',['d_safe_assert_uint',['../group__StringPrintFunctions.html#gaf7645d9dcbbd44b92b8b6d4625a8e95c',1,'DistrhoUtils.hpp']]],
- ['d_5fsafe_5fassert_5fuint2_79',['d_safe_assert_uint2',['../group__StringPrintFunctions.html#gae62da5934fcf22b46324ddc2c44c3e58',1,'DistrhoUtils.hpp']]],
- ['d_5fsafe_5fexception_80',['d_safe_exception',['../group__StringPrintFunctions.html#ga98137b745947d74f613859780c81ba69',1,'DistrhoUtils.hpp']]],
- ['d_5fstderr_81',['d_stderr',['../group__StringPrintFunctions.html#ga61feaac6d65661f631be4136041e7bce',1,'DistrhoUtils.hpp']]],
- ['d_5fstderr2_82',['d_stderr2',['../group__StringPrintFunctions.html#ga9861b6a26e43554680f50623196dde7b',1,'DistrhoUtils.hpp']]],
- ['d_5fstdout_83',['d_stdout',['../group__StringPrintFunctions.html#ga78b9baaeb515112b1e5ec1182bab299b',1,'DistrhoUtils.hpp']]],
- ['d_5fversion_84',['d_version',['../group__MiscellaneousFunctions.html#ga95d67ff74d46b2c80f15c7790a523154',1,'DistrhoUtils.hpp']]],
- ['data_85',['data',['../structMidiEvent.html#aba54410d44eef48c10516f29452ef3a9',1,'MidiEvent']]],
- ['deactivate_86',['deactivate',['../classPlugin.html#aa089a56572bc8f1cb7e4b538c0d19c46',1,'Plugin']]],
- ['def_87',['def',['../structParameterRanges.html#aa0aba68115bcfff25c35b2da2f7aed4c',1,'ParameterRanges']]],
- ['defaultname_88',['defaultName',['../structFileBrowserOptions.html#acc05b9a39052fc84e4d50a62229091d8',1,'FileBrowserOptions']]],
- ['defaultvalue_89',['defaultValue',['../structState.html#af925c53b4676ed45b8b813424e626c3e',1,'State']]],
- ['degtorad_90',['degToRad',['../classNanoVG.html#ae3913bdf0efc2f5504422f558dca2c45',1,'NanoVG']]],
- ['deletebuffer_91',['deleteBuffer',['../classHeapRingBuffer.html#a940bc4c023a53a0d511d6f99186d8224',1,'HeapRingBuffer']]],
- ['delta_92',['delta',['../structWidget_1_1ScrollEvent.html#a5081893281d91c5f615cc066fb5fc3dc',1,'Widget::ScrollEvent']]],
- ['description_93',['description',['../structParameter.html#a5aacdf5c58652cc6840ebfbe2a748d29',1,'Parameter::description()'],['../structState.html#afb8bee553cefbfe2a495fc391a5f0243',1,'State::description()']]],
- ['designation_94',['designation',['../structParameter.html#a3bbf6f7d5ccea9a13504bd6ee3713986',1,'Parameter']]],
- ['dgl_5ffile_5fbrowser_5fdisabled_95',['DGL_FILE_BROWSER_DISABLED',['../group__ExtraPluginMacros.html#gabf2289230c19cc52d848bb174955f379',1,'DistrhoInfo.hpp']]],
- ['dgl_5fno_5fshared_5fresources_96',['DGL_NO_SHARED_RESOURCES',['../group__ExtraPluginMacros.html#ga38bbd9136e90d6b4ecd77823fc2f29ab',1,'DistrhoInfo.hpp']]],
- ['dgl_5fuse_5fopengl3_97',['DGL_USE_OPENGL3',['../group__ExtraPluginMacros.html#ga01988e3c3664d33fac3b7958715b00fd',1,'DistrhoInfo.hpp']]],
- ['direction_98',['direction',['../structWidget_1_1ScrollEvent.html#aaf8500e819334defd632522858050e02',1,'Widget::ScrollEvent']]],
- ['distrho_20_25plugin_20framework_99',['DISTRHO %Plugin Framework',['../index.html',1,'']]],
- ['distrho_5fnamespace_100',['DISTRHO_NAMESPACE',['../group__NamespaceMacros.html#gad4d95edc702f6066ba2f41740f7e5393',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fclap_5ffeatures_101',['DISTRHO_PLUGIN_CLAP_FEATURES',['../group__PluginMacros.html#gadf0fb4c49c6a9019a63bc52fbc2592f2',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fclap_5fid_102',['DISTRHO_PLUGIN_CLAP_ID',['../group__PluginMacros.html#gaae12b710ad877c03b2a369e4a5e05140',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fhas_5fui_103',['DISTRHO_PLUGIN_HAS_UI',['../group__PluginMacros.html#gacf8a1af679c09637ba0bdc5f4f8e37dd',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fis_5frt_5fsafe_104',['DISTRHO_PLUGIN_IS_RT_SAFE',['../group__PluginMacros.html#ga82546dd199fcea338b113f2f6da84ced',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fis_5fsynth_105',['DISTRHO_PLUGIN_IS_SYNTH',['../group__PluginMacros.html#ga854bde6b6fdb0d47182149dbab0fed72',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5flv2_5fcategory_106',['DISTRHO_PLUGIN_LV2_CATEGORY',['../group__PluginMacros.html#ga97bd6556fb9fcfc181778edb4fceeeef',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fminimum_5fbuffer_5fsize_107',['DISTRHO_PLUGIN_MINIMUM_BUFFER_SIZE',['../group__PluginMacros.html#ga9e0277ebff0b0a05047439532ff216d5',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fname_108',['DISTRHO_PLUGIN_NAME',['../group__PluginMacros.html#ga888482a9f695c2ca2f433e5f3172dcc4',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fnum_5finputs_109',['DISTRHO_PLUGIN_NUM_INPUTS',['../group__PluginMacros.html#ga5f4f3d9a5dc3c23882d158e636319998',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fnum_5foutputs_110',['DISTRHO_PLUGIN_NUM_OUTPUTS',['../group__PluginMacros.html#ga917195804ebcb2bb48c9fad52b20b3ca',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5furi_111',['DISTRHO_PLUGIN_URI',['../group__PluginMacros.html#ga9cc186448134e6a1956474b3878c97a8',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fuses_5fmodgui_112',['DISTRHO_PLUGIN_USES_MODGUI',['../group__PluginMacros.html#gaf75c327526ca8508c8968e43b6c1e49b',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fvst3_5fcategories_113',['DISTRHO_PLUGIN_VST3_CATEGORIES',['../group__PluginMacros.html#gab5bfd0f8045aa7eedd2ec6f5c9c2d17f',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fwant_5fdirect_5faccess_114',['DISTRHO_PLUGIN_WANT_DIRECT_ACCESS',['../group__PluginMacros.html#gac6873a3950f52f3fde8e386af63b69a1',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fwant_5ffull_5fstate_115',['DISTRHO_PLUGIN_WANT_FULL_STATE',['../group__PluginMacros.html#gac022d3d0a8782d632d7a801bc9cf721e',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fwant_5flatency_116',['DISTRHO_PLUGIN_WANT_LATENCY',['../group__PluginMacros.html#gad6b0ebf10e048f4742f29735da4d4930',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fwant_5fmidi_5finput_117',['DISTRHO_PLUGIN_WANT_MIDI_INPUT',['../group__PluginMacros.html#gadf2e2eb7550e4116001c816adfb04a70',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fwant_5fmidi_5foutput_118',['DISTRHO_PLUGIN_WANT_MIDI_OUTPUT',['../group__PluginMacros.html#ga548522eb91344a45841a5a95ff4f8073',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fwant_5fparameter_5fvalue_5fchange_5frequest_119',['DISTRHO_PLUGIN_WANT_PARAMETER_VALUE_CHANGE_REQUEST',['../group__PluginMacros.html#ga5a33bc5567795bdbbaab32313fabc652',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fwant_5fprograms_120',['DISTRHO_PLUGIN_WANT_PROGRAMS',['../group__PluginMacros.html#gad95e24b17f196260cee15255fdb5b677',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fwant_5fstate_121',['DISTRHO_PLUGIN_WANT_STATE',['../group__PluginMacros.html#ga255f43cc0997af8b56abcca260c875e0',1,'DistrhoInfo.hpp']]],
- ['distrho_5fplugin_5fwant_5ftimepos_122',['DISTRHO_PLUGIN_WANT_TIMEPOS',['../group__PluginMacros.html#ga496610b956d931b1940d07da48d123f2',1,'DistrhoInfo.hpp']]],
- ['distrho_5fui_5fcustom_5finclude_5fpath_123',['DISTRHO_UI_CUSTOM_INCLUDE_PATH',['../group__PluginMacros.html#gaf978778ddb34e3663a5c0bd128067e10',1,'DistrhoInfo.hpp']]],
- ['distrho_5fui_5fcustom_5fwidget_5ftype_124',['DISTRHO_UI_CUSTOM_WIDGET_TYPE',['../group__PluginMacros.html#gaf6377f757b9796bd37f7be4e605ccd4a',1,'DistrhoInfo.hpp']]],
- ['distrho_5fui_5fdefault_5fheight_125',['DISTRHO_UI_DEFAULT_HEIGHT',['../group__PluginMacros.html#ga69f68b766833a29671400808221f8f3c',1,'DistrhoInfo.hpp']]],
- ['distrho_5fui_5fdefault_5fwidth_126',['DISTRHO_UI_DEFAULT_WIDTH',['../group__PluginMacros.html#ga93240ccad789419d3c26768d00f2e97f',1,'DistrhoInfo.hpp']]],
- ['distrho_5fui_5furi_127',['DISTRHO_UI_URI',['../group__PluginMacros.html#ga420a88022da249b9f38a6046998dbd7c',1,'DistrhoInfo.hpp']]],
- ['distrho_5fui_5fuse_5fcustom_128',['DISTRHO_UI_USE_CUSTOM',['../group__PluginMacros.html#ga5bcd1ce31e47a617de4c32fbf85e44ca',1,'DistrhoInfo.hpp']]],
- ['distrho_5fui_5fuse_5fnanovg_129',['DISTRHO_UI_USE_NANOVG',['../group__PluginMacros.html#gad49e79936a2aa5afa089cbc051426ccd',1,'DistrhoInfo.hpp']]],
- ['distrho_5fui_5fuser_5fresizable_130',['DISTRHO_UI_USER_RESIZABLE',['../group__PluginMacros.html#gabadb9d9ba7f479df39b3963ee60b7a4b',1,'DistrhoInfo.hpp']]],
- ['done_131',['done',['../structWindow_1_1ScopedGraphicsContext.html#a4647e1da0c4477f021f668459fb3221f',1,'Window::ScopedGraphicsContext::done()'],['../classStandaloneWindow.html#a3b13bbbe8b8c431806ab50d2ea3410ad',1,'StandaloneWindow::done()']]],
- ['dpf_5fruntime_5ftesting_132',['DPF_RUNTIME_TESTING',['../group__ExtraPluginMacros.html#ga692c508f53e1eb8747e261d2435490b7',1,'DistrhoInfo.hpp']]],
- ['dpf_5fvst_5fshow_5fparameter_5foutputs_133',['DPF_VST_SHOW_PARAMETER_OUTPUTS',['../group__ExtraPluginMacros.html#ga9e6df7bd76cecd30e3762a58e29cd011',1,'DistrhoInfo.hpp']]],
- ['draw_134',['draw',['../classRectangle.html#a415da25901ad63d87e3bac7755535cda',1,'Rectangle::draw()'],['../classImageBase.html#a94fc564a4bb8c18cd576ee9b456887a9',1,'ImageBase::draw()'],['../classTriangle.html#a3221b311124ba9ce691060631e4d9cc2',1,'Triangle::draw()'],['../classCircle.html#ae1006bb2486c75b45e43675783521915',1,'Circle::draw()'],['../classCircle.html#a28bbc7afbd59d65c4969eba08c5f5c94',1,'Circle::draw(const GraphicsContext &context)'],['../classLine.html#af3eebf8905576276741caab216516949',1,'Line::draw()'],['../classLine.html#afbf571bd6bed6a63574ef934dc3e081a',1,'Line::draw(const GraphicsContext &context, T width=1)'],['../classTriangle.html#a5dd94312d41f36fb149e03d90800bb53',1,'Triangle::draw()'],['../classRectangle.html#a2ed6472a18407217f011d5fffd2806e2',1,'Rectangle::draw()'],['../classOpenGLImage.html#a0bd3a7e2a8d8e36ebacf4277a3f915cc',1,'OpenGLImage::draw()']]],
- ['drawat_135',['drawAt',['../classVulkanImage.html#a35ba9f546320a8b51c76f09f0d80845f',1,'VulkanImage::drawAt()'],['../classOpenGLImage.html#affc660fed1d4be803512d1ff7a0ccaf5',1,'OpenGLImage::drawAt(const Point< int > &pos)'],['../classOpenGLImage.html#a9b707a6bc3994826b250cd92059b711a',1,'OpenGLImage::drawAt(int x, int y)'],['../classOpenGLImage.html#ab97d09a7496436d2823c064708a61287',1,'OpenGLImage::drawAt(const GraphicsContext &context, const Point< int > &pos) override'],['../classImageBase.html#afef0b2e0d1baa305312435d0de2e027c',1,'ImageBase::drawAt(const GraphicsContext &context, const Point< int > &pos)=0'],['../classImageBase.html#a16d58063acd1a1e6ae8bc3afdea610f8',1,'ImageBase::drawAt(const GraphicsContext &context, int x, int y)'],['../classCairoImage.html#aa60a5e3b68032170e8e59fb506c7d3b7',1,'CairoImage::drawAt()']]],
- ['drawoutline_136',['drawOutline',['../classRectangle.html#ab07a01fb85e96f8f7a87e4b3e842a537',1,'Rectangle::drawOutline(const GraphicsContext &context, T lineWidth=1)'],['../classRectangle.html#a562e46203701309da8748dcc5277373e',1,'Rectangle::drawOutline()'],['../classTriangle.html#a93cda515489108aa6c14b0b1ab8cff11',1,'Triangle::drawOutline()'],['../classTriangle.html#a22cc10d40195f721c9ea9d4027c3d54f',1,'Triangle::drawOutline(const GraphicsContext &context, T lineWidth=1)'],['../classCircle.html#a59ad688a9f13a2e639502a8adc979111',1,'Circle::drawOutline()'],['../classCircle.html#ac81aa76956931eb307177e48119abc36',1,'Circle::drawOutline(const GraphicsContext &context, T lineWidth=1)']]]
+ ['d_5fcconst_69',['d_cconst',['../group__MiscellaneousFunctions.html#ga6827e90feb9bdcb6f76175a245fbf12c',1,'d_cconst(const uint8_t a, const uint8_t b, const uint8_t c, const uint8_t d) noexcept: DistrhoUtils.hpp'],['../group__MiscellaneousFunctions.html#gaa6e4fa8bdcebd0d15f4ead3bb923e3f3',1,'d_cconst(const char str[4]): DistrhoUtils.hpp']]],
+ ['d_5fcustom_5fsafe_5fassert_70',['d_custom_safe_assert',['../group__StringPrintFunctions.html#ga643ef1d86ed4c665ae482ea0ccb52b51',1,'DistrhoUtils.hpp']]],
+ ['d_5fdebug_71',['d_debug',['../group__StringPrintFunctions.html#ga9b8ac0ef05538648cb37b3c383ac60d9',1,'DistrhoUtils.hpp']]],
+ ['d_5fisequal_72',['d_isEqual',['../group__MathFunctions.html#ga81d4bbe1b2730cfc30aec9b347ef9360',1,'DistrhoUtils.hpp']]],
+ ['d_5fisnotequal_73',['d_isNotEqual',['../group__MathFunctions.html#ga3d70c97c300b9fb2792ba4fbb2fb501e',1,'DistrhoUtils.hpp']]],
+ ['d_5fisnotzero_74',['d_isNotZero',['../group__MathFunctions.html#gad891a20280e4f41017e7247d6e5a1f13',1,'DistrhoUtils.hpp']]],
+ ['d_5fiszero_75',['d_isZero',['../group__MathFunctions.html#gaf5526b06989c47f21bdff3cd99af8353',1,'DistrhoUtils.hpp']]],
+ ['d_5fnextpowerof2_76',['d_nextPowerOf2',['../group__MathFunctions.html#gaded8dbdc7ff99c70e7361b3f1a32b584',1,'DistrhoUtils.hpp']]],
+ ['d_5fpass_77',['d_pass',['../group__MiscellaneousFunctions.html#ga208c5bc138b7d4d4e318b6174c9dbf6d',1,'DistrhoUtils.hpp']]],
+ ['d_5froundtoint_78',['d_roundToInt',['../group__MathFunctions.html#ga981676558e521894c2ec4ca56b2ec8af',1,'DistrhoUtils.hpp']]],
+ ['d_5froundtointnegative_79',['d_roundToIntNegative',['../group__MathFunctions.html#gadd62923031cb7d9e06d01957b3bcf3a6',1,'DistrhoUtils.hpp']]],
+ ['d_5froundtointpositive_80',['d_roundToIntPositive',['../group__MathFunctions.html#ga3de0a572416cb38ca424094b595954ae',1,'DistrhoUtils.hpp']]],
+ ['d_5froundtounsignedint_81',['d_roundToUnsignedInt',['../group__MathFunctions.html#ga10abb07d21f97c5fbc0ec0b5fa0ab721',1,'DistrhoUtils.hpp']]],
+ ['d_5fsafe_5fassert_82',['d_safe_assert',['../group__StringPrintFunctions.html#ga9473c264004ac48764062fd881a55cff',1,'DistrhoUtils.hpp']]],
+ ['d_5fsafe_5fassert_5fint_83',['d_safe_assert_int',['../group__StringPrintFunctions.html#gac59f28efd3d30333551df9ca47c1fc0f',1,'DistrhoUtils.hpp']]],
+ ['d_5fsafe_5fassert_5fint2_84',['d_safe_assert_int2',['../group__StringPrintFunctions.html#ga9b31f29f7fde426a4a5bc9b1616aad28',1,'DistrhoUtils.hpp']]],
+ ['d_5fsafe_5fassert_5fuint_85',['d_safe_assert_uint',['../group__StringPrintFunctions.html#gaf7645d9dcbbd44b92b8b6d4625a8e95c',1,'DistrhoUtils.hpp']]],
+ ['d_5fsafe_5fassert_5fuint2_86',['d_safe_assert_uint2',['../group__StringPrintFunctions.html#gae62da5934fcf22b46324ddc2c44c3e58',1,'DistrhoUtils.hpp']]],
+ ['d_5fsafe_5fexception_87',['d_safe_exception',['../group__StringPrintFunctions.html#ga98137b745947d74f613859780c81ba69',1,'DistrhoUtils.hpp']]],
+ ['d_5fstderr_88',['d_stderr',['../group__StringPrintFunctions.html#ga61feaac6d65661f631be4136041e7bce',1,'DistrhoUtils.hpp']]],
+ ['d_5fstderr2_89',['d_stderr2',['../group__StringPrintFunctions.html#ga9861b6a26e43554680f50623196dde7b',1,'DistrhoUtils.hpp']]],
+ ['d_5fstdout_90',['d_stdout',['../group__StringPrintFunctions.html#ga78b9baaeb515112b1e5ec1182bab299b',1,'DistrhoUtils.hpp']]],
+ ['d_5fversion_91',['d_version',['../group__MiscellaneousFunctions.html#ga95d67ff74d46b2c80f15c7790a523154',1,'DistrhoUtils.hpp']]],
+ ['data_92',['data',['../structMidiEvent.html#aba54410d44eef48c10516f29452ef3a9',1,'MidiEvent']]],
+ ['deactivate_93',['deactivate',['../classPlugin.html#aa089a56572bc8f1cb7e4b538c0d19c46',1,'Plugin']]],
+ ['def_94',['def',['../structParameterRanges.html#aa0aba68115bcfff25c35b2da2f7aed4c',1,'ParameterRanges']]],
+ ['defaultname_95',['defaultName',['../structFileBrowserOptions.html#acc05b9a39052fc84e4d50a62229091d8',1,'FileBrowserOptions']]],
+ ['defaultvalue_96',['defaultValue',['../structState.html#af925c53b4676ed45b8b813424e626c3e',1,'State']]],
+ ['degtorad_97',['degToRad',['../classNanoVG.html#ae3913bdf0efc2f5504422f558dca2c45',1,'NanoVG']]],
+ ['deletebuffer_98',['deleteBuffer',['../classHeapRingBuffer.html#a940bc4c023a53a0d511d6f99186d8224',1,'HeapRingBuffer']]],
+ ['deletelater_99',['deleteLater',['../structParameterEnumerationValues.html#acf882508439c41eb4c1bc38237dcc976',1,'ParameterEnumerationValues']]],
+ ['delta_100',['delta',['../structWidget_1_1ScrollEvent.html#a5081893281d91c5f615cc066fb5fc3dc',1,'Widget::ScrollEvent']]],
+ ['description_101',['description',['../structParameter.html#a5aacdf5c58652cc6840ebfbe2a748d29',1,'Parameter::description()'],['../structState.html#afb8bee553cefbfe2a495fc391a5f0243',1,'State::description()']]],
+ ['designation_102',['designation',['../structParameter.html#a3bbf6f7d5ccea9a13504bd6ee3713986',1,'Parameter']]],
+ ['dgl_5ffile_5fbrowser_5fdisabled_103',['DGL_FILE_BROWSER_DISABLED',['../group__ExtraPluginMacros.html#gabf2289230c19cc52d848bb174955f379',1,'DistrhoInfo.hpp']]],
+ ['dgl_5fno_5fshared_5fresources_104',['DGL_NO_SHARED_RESOURCES',['../group__ExtraPluginMacros.html#ga38bbd9136e90d6b4ecd77823fc2f29ab',1,'DistrhoInfo.hpp']]],
+ ['dgl_5fuse_5fopengl3_105',['DGL_USE_OPENGL3',['../group__ExtraPluginMacros.html#ga01988e3c3664d33fac3b7958715b00fd',1,'DistrhoInfo.hpp']]],
+ ['direction_106',['direction',['../structWidget_1_1ScrollEvent.html#aaf8500e819334defd632522858050e02',1,'Widget::ScrollEvent']]],
+ ['distrho_20_25plugin_20framework_107',['DISTRHO %Plugin Framework',['../index.html',1,'']]],
+ ['distrho_5fnamespace_108',['DISTRHO_NAMESPACE',['../group__NamespaceMacros.html#gad4d95edc702f6066ba2f41740f7e5393',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fau_5ftype_109',['DISTRHO_PLUGIN_AU_TYPE',['../group__PluginMacros.html#ga0cb49832109c90267e4e7f7272154d4d',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fbrand_5fid_110',['DISTRHO_PLUGIN_BRAND_ID',['../group__PluginMacros.html#ga9c9caf7e3376c9235c3529dbc612a964',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fclap_5ffeatures_111',['DISTRHO_PLUGIN_CLAP_FEATURES',['../group__PluginMacros.html#gadf0fb4c49c6a9019a63bc52fbc2592f2',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fclap_5fid_112',['DISTRHO_PLUGIN_CLAP_ID',['../group__PluginMacros.html#gaae12b710ad877c03b2a369e4a5e05140',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fhas_5fui_113',['DISTRHO_PLUGIN_HAS_UI',['../group__PluginMacros.html#gacf8a1af679c09637ba0bdc5f4f8e37dd',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fis_5frt_5fsafe_114',['DISTRHO_PLUGIN_IS_RT_SAFE',['../group__PluginMacros.html#ga82546dd199fcea338b113f2f6da84ced',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fis_5fsynth_115',['DISTRHO_PLUGIN_IS_SYNTH',['../group__PluginMacros.html#ga854bde6b6fdb0d47182149dbab0fed72',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5flv2_5fcategory_116',['DISTRHO_PLUGIN_LV2_CATEGORY',['../group__PluginMacros.html#ga97bd6556fb9fcfc181778edb4fceeeef',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fminimum_5fbuffer_5fsize_117',['DISTRHO_PLUGIN_MINIMUM_BUFFER_SIZE',['../group__PluginMacros.html#ga9e0277ebff0b0a05047439532ff216d5',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fname_118',['DISTRHO_PLUGIN_NAME',['../group__PluginMacros.html#ga888482a9f695c2ca2f433e5f3172dcc4',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fnum_5finputs_119',['DISTRHO_PLUGIN_NUM_INPUTS',['../group__PluginMacros.html#ga5f4f3d9a5dc3c23882d158e636319998',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fnum_5foutputs_120',['DISTRHO_PLUGIN_NUM_OUTPUTS',['../group__PluginMacros.html#ga917195804ebcb2bb48c9fad52b20b3ca',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5funique_5fid_121',['DISTRHO_PLUGIN_UNIQUE_ID',['../group__PluginMacros.html#ga096d7684289e65485311a427ad8772f3',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5furi_122',['DISTRHO_PLUGIN_URI',['../group__PluginMacros.html#ga9cc186448134e6a1956474b3878c97a8',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fuses_5fmodgui_123',['DISTRHO_PLUGIN_USES_MODGUI',['../group__PluginMacros.html#gaf75c327526ca8508c8968e43b6c1e49b',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fvst3_5fcategories_124',['DISTRHO_PLUGIN_VST3_CATEGORIES',['../group__PluginMacros.html#gab5bfd0f8045aa7eedd2ec6f5c9c2d17f',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fwant_5fdirect_5faccess_125',['DISTRHO_PLUGIN_WANT_DIRECT_ACCESS',['../group__PluginMacros.html#gac6873a3950f52f3fde8e386af63b69a1',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fwant_5ffull_5fstate_126',['DISTRHO_PLUGIN_WANT_FULL_STATE',['../group__PluginMacros.html#gac022d3d0a8782d632d7a801bc9cf721e',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fwant_5flatency_127',['DISTRHO_PLUGIN_WANT_LATENCY',['../group__PluginMacros.html#gad6b0ebf10e048f4742f29735da4d4930',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fwant_5fmidi_5finput_128',['DISTRHO_PLUGIN_WANT_MIDI_INPUT',['../group__PluginMacros.html#gadf2e2eb7550e4116001c816adfb04a70',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fwant_5fmidi_5foutput_129',['DISTRHO_PLUGIN_WANT_MIDI_OUTPUT',['../group__PluginMacros.html#ga548522eb91344a45841a5a95ff4f8073',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fwant_5fparameter_5fvalue_5fchange_5frequest_130',['DISTRHO_PLUGIN_WANT_PARAMETER_VALUE_CHANGE_REQUEST',['../group__PluginMacros.html#ga5a33bc5567795bdbbaab32313fabc652',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fwant_5fprograms_131',['DISTRHO_PLUGIN_WANT_PROGRAMS',['../group__PluginMacros.html#gad95e24b17f196260cee15255fdb5b677',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fwant_5fstate_132',['DISTRHO_PLUGIN_WANT_STATE',['../group__PluginMacros.html#ga255f43cc0997af8b56abcca260c875e0',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fplugin_5fwant_5ftimepos_133',['DISTRHO_PLUGIN_WANT_TIMEPOS',['../group__PluginMacros.html#ga496610b956d931b1940d07da48d123f2',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fui_5fcustom_5finclude_5fpath_134',['DISTRHO_UI_CUSTOM_INCLUDE_PATH',['../group__PluginMacros.html#gaf978778ddb34e3663a5c0bd128067e10',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fui_5fcustom_5fwidget_5ftype_135',['DISTRHO_UI_CUSTOM_WIDGET_TYPE',['../group__PluginMacros.html#gaf6377f757b9796bd37f7be4e605ccd4a',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fui_5fdefault_5fheight_136',['DISTRHO_UI_DEFAULT_HEIGHT',['../group__PluginMacros.html#ga69f68b766833a29671400808221f8f3c',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fui_5fdefault_5fwidth_137',['DISTRHO_UI_DEFAULT_WIDTH',['../group__PluginMacros.html#ga93240ccad789419d3c26768d00f2e97f',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fui_5furi_138',['DISTRHO_UI_URI',['../group__PluginMacros.html#ga420a88022da249b9f38a6046998dbd7c',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fui_5fuse_5fcustom_139',['DISTRHO_UI_USE_CUSTOM',['../group__PluginMacros.html#ga5bcd1ce31e47a617de4c32fbf85e44ca',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fui_5fuse_5fnanovg_140',['DISTRHO_UI_USE_NANOVG',['../group__PluginMacros.html#gad49e79936a2aa5afa089cbc051426ccd',1,'DistrhoInfo.hpp']]],
+ ['distrho_5fui_5fuser_5fresizable_141',['DISTRHO_UI_USER_RESIZABLE',['../group__PluginMacros.html#gabadb9d9ba7f479df39b3963ee60b7a4b',1,'DistrhoInfo.hpp']]],
+ ['done_142',['done',['../classStandaloneWindow.html#a3b13bbbe8b8c431806ab50d2ea3410ad',1,'StandaloneWindow::done()'],['../structWindow_1_1ScopedGraphicsContext.html#a4647e1da0c4477f021f668459fb3221f',1,'Window::ScopedGraphicsContext::done()']]],
+ ['dpf_5fruntime_5ftesting_143',['DPF_RUNTIME_TESTING',['../group__ExtraPluginMacros.html#ga692c508f53e1eb8747e261d2435490b7',1,'DistrhoInfo.hpp']]],
+ ['dpf_5fvst3_5fdont_5fuse_5fbrand_5fid_144',['DPF_VST3_DONT_USE_BRAND_ID',['../group__ExtraPluginMacros.html#ga1942006206023a3943ce25a275de0179',1,'DistrhoInfo.hpp']]],
+ ['dpf_5fvst_5fshow_5fparameter_5foutputs_145',['DPF_VST_SHOW_PARAMETER_OUTPUTS',['../group__ExtraPluginMacros.html#ga9e6df7bd76cecd30e3762a58e29cd011',1,'DistrhoInfo.hpp']]],
+ ['draw_146',['draw',['../classRectangle.html#a2ed6472a18407217f011d5fffd2806e2',1,'Rectangle::draw(const GraphicsContext &context)'],['../classRectangle.html#a415da25901ad63d87e3bac7755535cda',1,'Rectangle::draw()'],['../classTriangle.html#a5dd94312d41f36fb149e03d90800bb53',1,'Triangle::draw()'],['../classTriangle.html#a3221b311124ba9ce691060631e4d9cc2',1,'Triangle::draw(const GraphicsContext &context)'],['../classCircle.html#ae1006bb2486c75b45e43675783521915',1,'Circle::draw()'],['../classCircle.html#a28bbc7afbd59d65c4969eba08c5f5c94',1,'Circle::draw(const GraphicsContext &context)'],['../classLine.html#af3eebf8905576276741caab216516949',1,'Line::draw()'],['../classLine.html#afbf571bd6bed6a63574ef934dc3e081a',1,'Line::draw(const GraphicsContext &context, T width=1)'],['../classImageBase.html#a94fc564a4bb8c18cd576ee9b456887a9',1,'ImageBase::draw()'],['../classOpenGLImage.html#a0bd3a7e2a8d8e36ebacf4277a3f915cc',1,'OpenGLImage::draw()']]],
+ ['drawat_147',['drawAt',['../classCairoImage.html#aa60a5e3b68032170e8e59fb506c7d3b7',1,'CairoImage::drawAt()'],['../classImageBase.html#a16d58063acd1a1e6ae8bc3afdea610f8',1,'ImageBase::drawAt(const GraphicsContext &context, int x, int y)'],['../classImageBase.html#afef0b2e0d1baa305312435d0de2e027c',1,'ImageBase::drawAt(const GraphicsContext &context, const Point< int > &pos)=0'],['../classVulkanImage.html#a35ba9f546320a8b51c76f09f0d80845f',1,'VulkanImage::drawAt()'],['../classOpenGLImage.html#affc660fed1d4be803512d1ff7a0ccaf5',1,'OpenGLImage::drawAt(const Point< int > &pos)'],['../classOpenGLImage.html#a9b707a6bc3994826b250cd92059b711a',1,'OpenGLImage::drawAt(int x, int y)'],['../classOpenGLImage.html#ab97d09a7496436d2823c064708a61287',1,'OpenGLImage::drawAt(const GraphicsContext &context, const Point< int > &pos) override']]],
+ ['drawoutline_148',['drawOutline',['../classRectangle.html#a562e46203701309da8748dcc5277373e',1,'Rectangle::drawOutline()'],['../classRectangle.html#ab07a01fb85e96f8f7a87e4b3e842a537',1,'Rectangle::drawOutline(const GraphicsContext &context, T lineWidth=1)'],['../classTriangle.html#a93cda515489108aa6c14b0b1ab8cff11',1,'Triangle::drawOutline()'],['../classTriangle.html#a22cc10d40195f721c9ea9d4027c3d54f',1,'Triangle::drawOutline(const GraphicsContext &context, T lineWidth=1)'],['../classCircle.html#a59ad688a9f13a2e639502a8adc979111',1,'Circle::drawOutline()'],['../classCircle.html#ac81aa76956931eb307177e48119abc36',1,'Circle::drawOutline(const GraphicsContext &context, T lineWidth=1)']]]
];
diff --git a/search/all_4.js b/search/all_4.js
index e7144c37..4f1f6530 100644
--- a/search/all_4.js
+++ b/search/all_4.js
@@ -1,12 +1,13 @@
var searchData=
[
- ['editparameter_137',['editParameter',['../classUI.html#a2efcd4f21af0470e91fb6a342d7667a0',1,'UI']]],
- ['ellipse_138',['ellipse',['../classNanoVG.html#a2081ea8d4c33481d24ae98d1a65a6f9b',1,'NanoVG']]],
- ['end_5fnamespace_5fdistrho_139',['END_NAMESPACE_DISTRHO',['../group__NamespaceMacros.html#ga3ff541a449593e069a29e92d21e38ef3',1,'DistrhoInfo.hpp']]],
- ['endframe_140',['endFrame',['../classNanoVG.html#a432d8c79b21f61eb1010a75cc13ee711',1,'NanoVG']]],
- ['entry_20points_141',['Entry Points',['../group__EntryPoints.html',1,'']]],
- ['enumvalues_142',['enumValues',['../structParameter.html#ab94ec79aad8e8f6e4bc33d046f029358',1,'Parameter']]],
- ['exec_143',['exec',['../classApplication.html#a805dd37af3b9adfc1d0ee1e734ad81e3',1,'Application::exec()'],['../classWindow.html#addce529703b96ff6742428c8bd8c4cba',1,'Window::exec()']]],
- ['externalwindow_144',['ExternalWindow',['../classExternalWindow.html',1,'ExternalWindow'],['../classExternalWindow.html#afc5ed08d95e01734cdfbd6c69d8505c6',1,'ExternalWindow::ExternalWindow()'],['../classExternalWindow.html#a4db15a0baa5e85c04b4a8c3545958aad',1,'ExternalWindow::ExternalWindow(const PrivateData &data)']]],
- ['extra_20plugin_20macros_145',['Extra Plugin Macros',['../group__ExtraPluginMacros.html',1,'']]]
+ ['editparameter_149',['editParameter',['../classUI.html#a2efcd4f21af0470e91fb6a342d7667a0',1,'UI']]],
+ ['ellipse_150',['ellipse',['../classNanoVG.html#a2081ea8d4c33481d24ae98d1a65a6f9b',1,'NanoVG']]],
+ ['end_5fnamespace_5fdistrho_151',['END_NAMESPACE_DISTRHO',['../group__NamespaceMacros.html#ga3ff541a449593e069a29e92d21e38ef3',1,'DistrhoInfo.hpp']]],
+ ['endframe_152',['endFrame',['../classNanoVG.html#a432d8c79b21f61eb1010a75cc13ee711',1,'NanoVG']]],
+ ['entry_20points_153',['Entry Points',['../group__EntryPoints.html',1,'']]],
+ ['enumvalues_154',['enumValues',['../structParameter.html#ab94ec79aad8e8f6e4bc33d046f029358',1,'Parameter']]],
+ ['exec_155',['exec',['../classApplication.html#a805dd37af3b9adfc1d0ee1e734ad81e3',1,'Application::exec()'],['../classWindow.html#addce529703b96ff6742428c8bd8c4cba',1,'Window::exec()']]],
+ ['exponentialvaluesmoother_156',['ExponentialValueSmoother',['../classExponentialValueSmoother.html',1,'']]],
+ ['externalwindow_157',['ExternalWindow',['../classExternalWindow.html',1,'ExternalWindow'],['../classExternalWindow.html#afc5ed08d95e01734cdfbd6c69d8505c6',1,'ExternalWindow::ExternalWindow()'],['../classExternalWindow.html#a4db15a0baa5e85c04b4a8c3545958aad',1,'ExternalWindow::ExternalWindow(const PrivateData &data)']]],
+ ['extra_20plugin_20macros_158',['Extra Plugin Macros',['../group__ExtraPluginMacros.html',1,'']]]
];
diff --git a/search/all_5.js b/search/all_5.js
index 4d464ff9..c80e705e 100644
--- a/search/all_5.js
+++ b/search/all_5.js
@@ -1,22 +1,22 @@
var searchData=
[
- ['filebrowserdata_146',['FileBrowserData',['../structFileBrowserData.html',1,'']]],
- ['filebrowseroptions_147',['FileBrowserOptions',['../structFileBrowserOptions.html',1,'FileBrowserOptions'],['../structFileBrowserOptions.html#afaad52af434db54ecc629ff68b194273',1,'FileBrowserOptions::FileBrowserOptions()']]],
- ['filebrowserselected_148',['fileBrowserSelected',['../classWindow.html#a6ec017881675f860ae746dad6c021b63',1,'Window']]],
- ['fill_149',['fill',['../classNanoVG.html#ae6e189b2c0b5a67c8c227d89b9bdb56e',1,'NanoVG']]],
- ['fillcolor_150',['fillColor',['../classNanoVG.html#a9a802d6e276195d13bc33d0f4b39cff9',1,'NanoVG::fillColor(const Color &color)'],['../classNanoVG.html#a9b88f568b952402bbcfec289095734a7',1,'NanoVG::fillColor(const int red, const int green, const int blue, const int alpha=255)'],['../classNanoVG.html#a364794e2641625310aab9b7755b1e3d5',1,'NanoVG::fillColor(const float red, const float green, const float blue, const float alpha=1.0f)']]],
- ['fillpaint_151',['fillPaint',['../classNanoVG.html#aca56cc6d1c2455fc9f750cce4dc132d0',1,'NanoVG']]],
- ['findfont_152',['findFont',['../classNanoVG.html#afbcfaa824c76e00eb22bd3f7dd5d1ab0',1,'NanoVG']]],
- ['fixbounds_153',['fixBounds',['../structColor.html#aad01f46af4cdb18b2bcbddd3f63d14d5',1,'Color']]],
- ['fixdefault_154',['fixDefault',['../structParameterRanges.html#a17519e584ccc28e87b73bfbd1a81cf10',1,'ParameterRanges']]],
- ['fixvalue_155',['fixValue',['../structParameterRanges.html#a1dac84c100f420bfc529a4d2ea60dc7c',1,'ParameterRanges']]],
- ['flags_156',['flags',['../structWidget_1_1BaseEvent.html#ae134a6bdbd16a59218b5b4f0ee3a154c',1,'Widget::BaseEvent']]],
- ['focus_157',['focus',['../classExternalWindow.html#a6957b4f82aa3e3557c4c455bbc6b1e15',1,'ExternalWindow::focus()'],['../classWindow.html#a03985e4ca2c9b4fcf572b5029e8c0115',1,'Window::focus()']]],
- ['fontblur_158',['fontBlur',['../classNanoVG.html#aa0a42259164f0893ea63929cfce29a75',1,'NanoVG']]],
- ['fontface_159',['fontFace',['../classNanoVG.html#a22fa48b86dac0cc4ab1cd922de39c52b',1,'NanoVG']]],
- ['fontfaceid_160',['fontFaceId',['../classNanoVG.html#a2d32dbd0fb0dd0ae36fdc6ef2be65f6c',1,'NanoVG']]],
- ['fontsize_161',['fontSize',['../classNanoVG.html#a23353792b4267d74f8f7a665d358c1a4',1,'NanoVG']]],
- ['frame_162',['frame',['../structMidiEvent.html#aca2f6590b33bd2175ab71f985747d88e',1,'MidiEvent::frame()'],['../structTimePosition.html#aa3606d1c518c7ebe6335bc19f72b015b',1,'TimePosition::frame()']]],
- ['fromhsl_163',['fromHSL',['../structColor.html#a41820f7349e997489d53f98036e76a0c',1,'Color']]],
- ['fromhtml_164',['fromHTML',['../structColor.html#abdc66d9b8c6422a721f8d576e871f646',1,'Color']]]
+ ['filebrowserdata_159',['FileBrowserData',['../structFileBrowserData.html',1,'']]],
+ ['filebrowseroptions_160',['FileBrowserOptions',['../structFileBrowserOptions.html',1,'FileBrowserOptions'],['../structFileBrowserOptions.html#afaad52af434db54ecc629ff68b194273',1,'FileBrowserOptions::FileBrowserOptions()']]],
+ ['filebrowserselected_161',['fileBrowserSelected',['../classWindow.html#a6ec017881675f860ae746dad6c021b63',1,'Window']]],
+ ['fill_162',['fill',['../classNanoVG.html#ae6e189b2c0b5a67c8c227d89b9bdb56e',1,'NanoVG']]],
+ ['fillcolor_163',['fillColor',['../classNanoVG.html#a9a802d6e276195d13bc33d0f4b39cff9',1,'NanoVG::fillColor(const Color &color)'],['../classNanoVG.html#a9b88f568b952402bbcfec289095734a7',1,'NanoVG::fillColor(const int red, const int green, const int blue, const int alpha=255)'],['../classNanoVG.html#a364794e2641625310aab9b7755b1e3d5',1,'NanoVG::fillColor(const float red, const float green, const float blue, const float alpha=1.0f)']]],
+ ['fillpaint_164',['fillPaint',['../classNanoVG.html#aca56cc6d1c2455fc9f750cce4dc132d0',1,'NanoVG']]],
+ ['findfont_165',['findFont',['../classNanoVG.html#afbcfaa824c76e00eb22bd3f7dd5d1ab0',1,'NanoVG']]],
+ ['fixbounds_166',['fixBounds',['../structColor.html#aad01f46af4cdb18b2bcbddd3f63d14d5',1,'Color']]],
+ ['fixdefault_167',['fixDefault',['../structParameterRanges.html#a17519e584ccc28e87b73bfbd1a81cf10',1,'ParameterRanges']]],
+ ['fixvalue_168',['fixValue',['../structParameterRanges.html#a1dac84c100f420bfc529a4d2ea60dc7c',1,'ParameterRanges']]],
+ ['flags_169',['flags',['../structWidget_1_1BaseEvent.html#ae134a6bdbd16a59218b5b4f0ee3a154c',1,'Widget::BaseEvent']]],
+ ['focus_170',['focus',['../classExternalWindow.html#a6957b4f82aa3e3557c4c455bbc6b1e15',1,'ExternalWindow::focus()'],['../classWindow.html#a03985e4ca2c9b4fcf572b5029e8c0115',1,'Window::focus()']]],
+ ['fontblur_171',['fontBlur',['../classNanoVG.html#aa0a42259164f0893ea63929cfce29a75',1,'NanoVG']]],
+ ['fontface_172',['fontFace',['../classNanoVG.html#a22fa48b86dac0cc4ab1cd922de39c52b',1,'NanoVG']]],
+ ['fontfaceid_173',['fontFaceId',['../classNanoVG.html#a2d32dbd0fb0dd0ae36fdc6ef2be65f6c',1,'NanoVG']]],
+ ['fontsize_174',['fontSize',['../classNanoVG.html#a23353792b4267d74f8f7a665d358c1a4',1,'NanoVG']]],
+ ['frame_175',['frame',['../structMidiEvent.html#aca2f6590b33bd2175ab71f985747d88e',1,'MidiEvent::frame()'],['../structTimePosition.html#aa3606d1c518c7ebe6335bc19f72b015b',1,'TimePosition::frame()']]],
+ ['fromhsl_176',['fromHSL',['../structColor.html#a41820f7349e997489d53f98036e76a0c',1,'Color']]],
+ ['fromhtml_177',['fromHTML',['../structColor.html#abdc66d9b8c6422a721f8d576e871f646',1,'Color']]]
];
diff --git a/search/all_6.js b/search/all_6.js
index 731a5a47..cdd4a624 100644
--- a/search/all_6.js
+++ b/search/all_6.js
@@ -1,85 +1,85 @@
var searchData=
[
- ['get_165',['get',['../classScopedPointer.html#ac65fb45b9eb2d53773489fcfbc6fd740',1,'ScopedPointer']]],
- ['getabsolutearea_166',['getAbsoluteArea',['../classSubWidget.html#af2f289973c4a58d78eb6bb12bcbf093a',1,'SubWidget']]],
- ['getabsolutepos_167',['getAbsolutePos',['../classSubWidget.html#a1c67b16fb0234941f387a960a0f0cb76',1,'SubWidget']]],
- ['getabsolutex_168',['getAbsoluteX',['../classSubWidget.html#a5a641f035fa0ce5b5e87ee9b3ab7bf34',1,'SubWidget']]],
- ['getabsolutey_169',['getAbsoluteY',['../classSubWidget.html#aefe10cc8f9d62950b56f71559d1e3f5e',1,'SubWidget']]],
- ['getapp_170',['getApp',['../classTopLevelWidget.html#af5c5c403ba231c14b3a41684bef45648',1,'TopLevelWidget::getApp()'],['../classWidget.html#a373419bc6353abf50a502cdbebd736e7',1,'Widget::getApp()'],['../classWindow.html#a92600b2e0715646b80474fccbcadf336',1,'Window::getApp()']]],
- ['getbackgroundcolor_171',['getBackgroundColor',['../classUI.html#a3c47bc4cb3dcc558bbd05791d1cc83f5',1,'UI']]],
- ['getbinaryfilename_172',['getBinaryFilename',['../group__PluginRelatedUtilities.html#ga59aac78ab7142a37a7a2c5f0c7fd2a62',1,'DistrhoPluginUtils.hpp']]],
- ['getbuffersize_173',['getBufferSize',['../classPlugin.html#a2643e638f62cfd4990247ec66bed60d2',1,'Plugin::getBufferSize()'],['../group__StandalonePluginRelatedUtilities.html#gaeb5392c82fb90c8f58e07465503ce11b',1,'getBufferSize(): DistrhoStandaloneUtils.hpp']]],
- ['getbundlepath_174',['getBundlePath',['../classPlugin.html#a5fd60c82f5a50f12312c57729885fc2f',1,'Plugin::getBundlePath()'],['../classUI.html#a3359930fbeb2670230e617d430ecd67e',1,'UI::getBundlePath()']]],
- ['getchildren_175',['getChildren',['../classWidget.html#a5381d5583ba6e55fe9fed87df95d9605',1,'Widget']]],
- ['getclassname_176',['getClassName',['../classApplication.html#a4eb331050ea4835aea5ad06cad1265fb',1,'Application']]],
- ['getclipboard_177',['getClipboard',['../classWindow.html#ac8244e75f9fdb4fe886b226959f568f9',1,'Window']]],
- ['getclipboarddataoffertypes_178',['getClipboardDataOfferTypes',['../classWindow.html#a6071a51d8fd2c150bcfc240ba43f7b2b',1,'Window']]],
- ['getconstrainedabsolutearea_179',['getConstrainedAbsoluteArea',['../classSubWidget.html#a72bf08fe6f61fc935f6f0836d308bc9e',1,'SubWidget']]],
- ['getcontext_180',['getContext',['../classNanoVG.html#a8b6f8caad8acb883fadc06a606ccade7',1,'NanoVG']]],
- ['getdescription_181',['getDescription',['../classPlugin.html#a30db5eef9de617f4c81d5c6925facea3',1,'Plugin']]],
- ['getendpos_182',['getEndPos',['../classLine.html#aa3f70d792719c026b35b3f32dc19ac65',1,'Line']]],
- ['getendx_183',['getEndX',['../classLine.html#a15462cbbe5154d8b27fd6c53ddafc17f',1,'Line']]],
- ['getendy_184',['getEndY',['../classLine.html#a5c5de1ccedae8ea85fd711eab10359dd',1,'Line']]],
- ['getfixedandnormalizedvalue_185',['getFixedAndNormalizedValue',['../structParameterRanges.html#a82698a1e07b1b04ccb5df0de4db0d0be',1,'ParameterRanges::getFixedAndNormalizedValue(const float &value) const noexcept'],['../structParameterRanges.html#ad22b84137bc5896ff634ee5f5927207c',1,'ParameterRanges::getFixedAndNormalizedValue(const double &value) const noexcept']]],
- ['getfixedvalue_186',['getFixedValue',['../structParameterRanges.html#a983383b2b3ce5d049802a7f0a12cee0c',1,'ParameterRanges']]],
- ['getforegroundcolor_187',['getForegroundColor',['../classUI.html#a607ea9f2978605808d8ef5dc3531fae7',1,'UI']]],
- ['getformat_188',['getFormat',['../classImageBase.html#a4b0c40113f956eaf2f2e0e51395b0926',1,'ImageBase']]],
- ['getgeometryconstraints_189',['getGeometryConstraints',['../classWindow.html#a540fbc63288c019f420123644acc6a11',1,'Window']]],
- ['getgraphicscontext_190',['getGraphicsContext',['../classWidget.html#ae23d09ec0e5f0397a3451b603b407182',1,'Widget::getGraphicsContext()'],['../classWindow.html#aa73a74df08f29d576e18cf1d61ea9897',1,'Window::getGraphicsContext()']]],
- ['getheight_191',['getHeight',['../classRectangle.html#a46b5c88ccfdf1b9f5c1086bb0852c94a',1,'Rectangle::getHeight()'],['../classWindow.html#a5d53bcba43455f8f77cfcbac61ec6c8e',1,'Window::getHeight()'],['../classWidget.html#aa20f6dc096a8836706173f31324c4db8',1,'Widget::getHeight()'],['../classImageBase.html#aff56029a17822f19b518560e82aba878',1,'ImageBase::getHeight()'],['../classExternalWindow.html#a6206ef403f95462ef84fe8127b65b1b7',1,'ExternalWindow::getHeight()'],['../classSize.html#a562e9d68738d1873a6aa0615af80505b',1,'Size::getHeight()']]],
- ['gethomepage_192',['getHomePage',['../classPlugin.html#ad12c681ce31004da0badd609763f45c5',1,'Plugin']]],
- ['getid_193',['getId',['../classWidget.html#a3ee6b2824e3f3719c1c9b3d070385f49',1,'Widget']]],
- ['getignoringkeyrepeat_194',['getIgnoringKeyRepeat',['../classWindow.html#a0e1895a4e93ee0d7c34a9b10953c968e',1,'Window']]],
- ['getlabel_195',['getLabel',['../classPlugin.html#a00f7945c16149db6845fbcc2af729f4f',1,'Plugin']]],
- ['getlicense_196',['getLicense',['../classPlugin.html#a686a3c92a376a185d6fd97efd59125d1',1,'Plugin']]],
- ['getmaker_197',['getMaker',['../classPlugin.html#a955832840de786a7a22798f0ef451c5d',1,'Plugin']]],
- ['getmargin_198',['getMargin',['../classSubWidget.html#abe42b4ff151599ca5ea72f2e26e93860',1,'SubWidget']]],
- ['getname_199',['getName',['../classPlugin.html#aebb5df5cde162462dc460d4fd45dae75',1,'Plugin::getName()'],['../classWidget.html#a70b07dbf748490e5a8c18fb9d5766c0e',1,'Widget::getName()']]],
- ['getnativewindowhandle_200',['getNativeWindowHandle',['../classExternalWindow.html#a8ec7abf1b22271458926530b377f2c27',1,'ExternalWindow::getNativeWindowHandle()'],['../classWindow.html#a01a9277a2e19766947f9a99b43147bfd',1,'Window::getNativeWindowHandle()']]],
- ['getnextbundlepath_201',['getNextBundlePath',['../classUI.html#ab157329c83a4660dd059508dc8d041f5',1,'UI']]],
- ['getnextscalefactor_202',['getNextScaleFactor',['../classUI.html#aa7277c575b7d0a75475e5a7ae684dc0f',1,'UI']]],
- ['getnextwindowid_203',['getNextWindowId',['../classUI.html#a4630e30aec3f3e7dcfc353ef2807bf56',1,'UI']]],
- ['getnormalizedvalue_204',['getNormalizedValue',['../structParameterRanges.html#ad16ef939c1caa2f51e9a4041f769f86e',1,'ParameterRanges::getNormalizedValue(const float &value) const noexcept'],['../structParameterRanges.html#acabe1b8a99a2859b5fe751de18ddcdd7',1,'ParameterRanges::getNormalizedValue(const double &value) const noexcept']]],
- ['getnumsegments_205',['getNumSegments',['../classCircle.html#a3a1586ea9115cc97473a2338127223b6',1,'Circle']]],
- ['getobject_206',['getObject',['../classScopedPointer.html#a1a88fa0865167c487050a9519297d4ed',1,'ScopedPointer']]],
- ['getoffset_207',['getOffset',['../classWindow.html#a58f66fcfd4c902954594e99d4bfa0b6a',1,'Window']]],
- ['getoffsetx_208',['getOffsetX',['../classWindow.html#a200f3e517effa7973e1c42c72ca55f9f',1,'Window']]],
- ['getoffsety_209',['getOffsetY',['../classWindow.html#a948304155a8403b92db8feeae1a76f46',1,'Window']]],
- ['getparametervalue_210',['getParameterValue',['../classPlugin.html#af9e9f5438e2e0c2352052eb5f95832aa',1,'Plugin']]],
- ['getparentwidget_211',['getParentWidget',['../classSubWidget.html#a2d658e71ccb9502b8409a08782d8b345',1,'SubWidget']]],
- ['getparentwindowhandle_212',['getParentWindowHandle',['../classExternalWindow.html#a56da59b2722bd7b0a6c63f9f7f120839',1,'ExternalWindow']]],
- ['getpluginformatname_213',['getPluginFormatName',['../group__PluginRelatedUtilities.html#gac339d6837f2d1a89d4d63b322822e32d',1,'DistrhoPluginUtils.hpp']]],
- ['getplugininstancepointer_214',['getPluginInstancePointer',['../classUI.html#a0863a8f7ca7fc7e172e703c58518329f',1,'UI']]],
- ['getpos_215',['getPos',['../classCircle.html#abdabe0a9d85db389485c69d6a7b6071e',1,'Circle::getPos()'],['../classRectangle.html#aa91fa8951b6a77c86a3df804b1ed0717',1,'Rectangle::getPos()']]],
- ['getrawdata_216',['getRawData',['../classImageBase.html#aea60747a216159b14a8d020cb9b19546',1,'ImageBase']]],
- ['getresourcepath_217',['getResourcePath',['../group__PluginRelatedUtilities.html#ga53aa68de85dae4e3102b1c0551950b86',1,'DistrhoPluginUtils.hpp']]],
- ['getsamplerate_218',['getSampleRate',['../classUI.html#a97d880182254652f94e7bed355370c07',1,'UI::getSampleRate()'],['../classPlugin.html#a3e162cfe8f1c52bf09805fd327bcc3c4',1,'Plugin::getSampleRate()']]],
- ['getscalefactor_219',['getScaleFactor',['../classWindow.html#a77774c8ce4b01113fcd525079f9b8787',1,'Window::getScaleFactor()'],['../classExternalWindow.html#a0383b6696469e9709e1a1ee53399d9f4',1,'ExternalWindow::getScaleFactor()']]],
- ['getscaling_220',['getScaling',['../classWindow.html#a9b94fea3236d1d49e3fbd53a8d9cc70b',1,'Window']]],
- ['getsize_221',['getSize',['../classImageBase.html#a7609a68efebd27587bb98e386db0e9e2',1,'ImageBase::getSize()'],['../classNanoImage.html#a979cc37d8a10dc0642fcea2d64d3b58c',1,'NanoImage::getSize()'],['../classWidget.html#a9044d42c20ead27dba983b710c94f8d6',1,'Widget::getSize()'],['../classWindow.html#acd158570648b07967a4af011d6223eea',1,'Window::getSize()'],['../classRectangle.html#a89992b11e6d09286c2d6f4504b49d05f',1,'Rectangle::getSize()'],['../classCircle.html#a95cbbd0567463a29e0e1b43febcc1daa',1,'Circle::getSize()']]],
- ['getstartpos_222',['getStartPos',['../classLine.html#a2c5ecf6513f1b1fd846a80915aff5744',1,'Line']]],
- ['getstartx_223',['getStartX',['../classLine.html#a7f3af6a8c08af69188714a83353e09fb',1,'Line']]],
- ['getstarty_224',['getStartY',['../classLine.html#a5a5ef0a94283339f2c20406a3d9fbb04',1,'Line']]],
- ['getstate_225',['getState',['../classPlugin.html#a9cf24d4880f200eaeacd08a591d00d1f',1,'Plugin']]],
- ['getsurface_226',['getSurface',['../classCairoImage.html#a5ce76c4866b396a771caafa80acf162b',1,'CairoImage']]],
- ['gettexturehandle_227',['getTextureHandle',['../classNanoImage.html#a3c1396cb2794d0a2e2f5603f6399472b',1,'NanoImage']]],
- ['gettime_228',['getTime',['../classApplication.html#a2f6f8250f31dbb600bdef12692d62b73',1,'Application']]],
- ['gettimeposition_229',['getTimePosition',['../classPlugin.html#ae85d602c430b1a4361a88d714d3a42c1',1,'Plugin']]],
- ['gettitle_230',['getTitle',['../classWindow.html#af437e6afd9104708f30ab769d9afce7a',1,'Window::getTitle()'],['../classExternalWindow.html#acd0c7cbaa50aab700bebe633309f6778',1,'ExternalWindow::getTitle()']]],
- ['gettoplevelwidget_231',['getTopLevelWidget',['../classWidget.html#a607b153f7d3187ca60bf21004efc1314',1,'Widget']]],
- ['gettransientwindowid_232',['getTransientWindowId',['../classExternalWindow.html#ad06f0e6adb6a1460af88707cd452e767',1,'ExternalWindow']]],
- ['gettype_233',['getType',['../classOpenGLImage.html#ac6eb1a0e289c0e29bf8d8cfb3310f40e',1,'OpenGLImage']]],
- ['getuniqueid_234',['getUniqueId',['../classPlugin.html#ad6ff8c80227d5ceebd40b96f3be29a66',1,'Plugin']]],
- ['getunnormalizedvalue_235',['getUnnormalizedValue',['../structParameterRanges.html#a992f75a925b3cd5e66544087708ea3c3',1,'ParameterRanges::getUnnormalizedValue(const float &value) const noexcept'],['../structParameterRanges.html#adf604eafd0f2b647b371735550c8d166',1,'ParameterRanges::getUnnormalizedValue(const double &value) const noexcept']]],
- ['getversion_236',['getVersion',['../classPlugin.html#abae540dd93caf4834270358a8aad334a',1,'Plugin']]],
- ['getwidth_237',['getWidth',['../classImageBase.html#a82057493bae9af996a9a10b1aa731666',1,'ImageBase::getWidth()'],['../classWidget.html#a169c317caf734c6664494a573e427b40',1,'Widget::getWidth()'],['../classWindow.html#ab19430997dd1b3d7bf9bd3640d73b007',1,'Window::getWidth()'],['../classExternalWindow.html#a0e15df4f8b3425b67ad56b42526bb5df',1,'ExternalWindow::getWidth()'],['../classSize.html#a3e65e5ff12f6bf57eaa6f45c54346942',1,'Size::getWidth()'],['../classRectangle.html#a5974e66bef8300fa6e052d846d07afb1',1,'Rectangle::getWidth()']]],
- ['getwindow_238',['getWindow',['../classTopLevelWidget.html#a3ceb7af6e9372a139d40a5859dfd0e4d',1,'TopLevelWidget::getWindow()'],['../classWidget.html#a0ef05695aec704b0eb1eb91c2e8af07d',1,'Widget::getWindow()']]],
- ['getx_239',['getX',['../classPoint.html#af6d528d5f73b06282aae5be3b188528e',1,'Point::getX()'],['../classCircle.html#a2f8530b43b24d28380e232367fea0823',1,'Circle::getX()'],['../classRectangle.html#aa7a5dc1efa46ac87abdc57850f65c1ef',1,'Rectangle::getX() const noexcept']]],
- ['gety_240',['getY',['../classRectangle.html#a8f2fb02ceea742b6155a476be3694ec9',1,'Rectangle::getY()'],['../classCircle.html#af1bdfeb5875cf8e6a8f09ad295d3bb09',1,'Circle::getY()'],['../classPoint.html#ab0250670052f5169c57de84a09d7534b',1,'Point::getY()']]],
- ['globalalpha_241',['globalAlpha',['../classNanoVG.html#acbae67cbb34b396bd1dff9cdc3c6712b',1,'NanoVG']]],
- ['globaltint_242',['globalTint',['../classNanoVG.html#abc92bd3d2bd9fd95aee6370b2fceae27',1,'NanoVG']]],
- ['glyphposition_243',['GlyphPosition',['../structNanoVG_1_1GlyphPosition.html',1,'NanoVG']]],
- ['graphicscontext_244',['GraphicsContext',['../structGraphicsContext.html',1,'']]],
- ['groupid_245',['groupId',['../structAudioPort.html#a80aba3da64389d738bd8ae68bcedb4f4',1,'AudioPort::groupId()'],['../structParameter.html#a72dd5af5c024bd86497a4a5d9c8c4f25',1,'Parameter::groupId()']]],
- ['growby_246',['growBy',['../classSize.html#ac6cb1721051ed5c8f21467f009d72982',1,'Size::growBy()'],['../classRectangle.html#a043d677b0fa28c50a18ed30bcb84e02b',1,'Rectangle::growBy()']]]
+ ['get_178',['get',['../classScopedPointer.html#ac65fb45b9eb2d53773489fcfbc6fd740',1,'ScopedPointer']]],
+ ['getabsolutearea_179',['getAbsoluteArea',['../classSubWidget.html#af2f289973c4a58d78eb6bb12bcbf093a',1,'SubWidget']]],
+ ['getabsolutepos_180',['getAbsolutePos',['../classSubWidget.html#a1c67b16fb0234941f387a960a0f0cb76',1,'SubWidget']]],
+ ['getabsolutex_181',['getAbsoluteX',['../classSubWidget.html#a5a641f035fa0ce5b5e87ee9b3ab7bf34',1,'SubWidget']]],
+ ['getabsolutey_182',['getAbsoluteY',['../classSubWidget.html#aefe10cc8f9d62950b56f71559d1e3f5e',1,'SubWidget']]],
+ ['getapp_183',['getApp',['../classTopLevelWidget.html#af5c5c403ba231c14b3a41684bef45648',1,'TopLevelWidget::getApp()'],['../classWidget.html#a373419bc6353abf50a502cdbebd736e7',1,'Widget::getApp()'],['../classWindow.html#a92600b2e0715646b80474fccbcadf336',1,'Window::getApp()']]],
+ ['getbackgroundcolor_184',['getBackgroundColor',['../classUI.html#a3c47bc4cb3dcc558bbd05791d1cc83f5',1,'UI']]],
+ ['getbinaryfilename_185',['getBinaryFilename',['../group__PluginRelatedUtilities.html#ga59aac78ab7142a37a7a2c5f0c7fd2a62',1,'DistrhoPluginUtils.hpp']]],
+ ['getbuffersize_186',['getBufferSize',['../classPlugin.html#a2643e638f62cfd4990247ec66bed60d2',1,'Plugin::getBufferSize()'],['../group__StandalonePluginRelatedUtilities.html#gaeb5392c82fb90c8f58e07465503ce11b',1,'getBufferSize(): DistrhoStandaloneUtils.hpp']]],
+ ['getbundlepath_187',['getBundlePath',['../classPlugin.html#a5fd60c82f5a50f12312c57729885fc2f',1,'Plugin::getBundlePath()'],['../classUI.html#a3359930fbeb2670230e617d430ecd67e',1,'UI::getBundlePath()']]],
+ ['getchildren_188',['getChildren',['../classWidget.html#a5381d5583ba6e55fe9fed87df95d9605',1,'Widget']]],
+ ['getclassname_189',['getClassName',['../classApplication.html#a4eb331050ea4835aea5ad06cad1265fb',1,'Application']]],
+ ['getclipboard_190',['getClipboard',['../classWindow.html#ac8244e75f9fdb4fe886b226959f568f9',1,'Window']]],
+ ['getclipboarddataoffertypes_191',['getClipboardDataOfferTypes',['../classWindow.html#a6071a51d8fd2c150bcfc240ba43f7b2b',1,'Window']]],
+ ['getconstrainedabsolutearea_192',['getConstrainedAbsoluteArea',['../classSubWidget.html#a72bf08fe6f61fc935f6f0836d308bc9e',1,'SubWidget']]],
+ ['getcontext_193',['getContext',['../classNanoVG.html#a8b6f8caad8acb883fadc06a606ccade7',1,'NanoVG']]],
+ ['getdescription_194',['getDescription',['../classPlugin.html#a30db5eef9de617f4c81d5c6925facea3',1,'Plugin']]],
+ ['getendpos_195',['getEndPos',['../classLine.html#aa3f70d792719c026b35b3f32dc19ac65',1,'Line']]],
+ ['getendx_196',['getEndX',['../classLine.html#a15462cbbe5154d8b27fd6c53ddafc17f',1,'Line']]],
+ ['getendy_197',['getEndY',['../classLine.html#a5c5de1ccedae8ea85fd711eab10359dd',1,'Line']]],
+ ['getfixedandnormalizedvalue_198',['getFixedAndNormalizedValue',['../structParameterRanges.html#a0faba98afd9f9c580acc54abe4ddeab5',1,'ParameterRanges::getFixedAndNormalizedValue(const float value) const noexcept'],['../structParameterRanges.html#a71929d241eb5ff5b5bb061a3142845ff',1,'ParameterRanges::getFixedAndNormalizedValue(const double value) const noexcept']]],
+ ['getfixedvalue_199',['getFixedValue',['../structParameterRanges.html#a85687844ae66f199015e14e6b9973f34',1,'ParameterRanges']]],
+ ['getforegroundcolor_200',['getForegroundColor',['../classUI.html#a607ea9f2978605808d8ef5dc3531fae7',1,'UI']]],
+ ['getformat_201',['getFormat',['../classImageBase.html#a4b0c40113f956eaf2f2e0e51395b0926',1,'ImageBase']]],
+ ['getgeometryconstraints_202',['getGeometryConstraints',['../classWindow.html#a540fbc63288c019f420123644acc6a11',1,'Window']]],
+ ['getgraphicscontext_203',['getGraphicsContext',['../classWidget.html#ae23d09ec0e5f0397a3451b603b407182',1,'Widget::getGraphicsContext()'],['../classWindow.html#aa73a74df08f29d576e18cf1d61ea9897',1,'Window::getGraphicsContext()']]],
+ ['getheight_204',['getHeight',['../classRectangle.html#a46b5c88ccfdf1b9f5c1086bb0852c94a',1,'Rectangle::getHeight()'],['../classWindow.html#a5d53bcba43455f8f77cfcbac61ec6c8e',1,'Window::getHeight()'],['../classWidget.html#aa20f6dc096a8836706173f31324c4db8',1,'Widget::getHeight()'],['../classImageBase.html#aff56029a17822f19b518560e82aba878',1,'ImageBase::getHeight()'],['../classExternalWindow.html#a6206ef403f95462ef84fe8127b65b1b7',1,'ExternalWindow::getHeight()'],['../classSize.html#a562e9d68738d1873a6aa0615af80505b',1,'Size::getHeight()']]],
+ ['gethomepage_205',['getHomePage',['../classPlugin.html#ad12c681ce31004da0badd609763f45c5',1,'Plugin']]],
+ ['getid_206',['getId',['../classWidget.html#a3ee6b2824e3f3719c1c9b3d070385f49',1,'Widget']]],
+ ['getignoringkeyrepeat_207',['getIgnoringKeyRepeat',['../classWindow.html#a0e1895a4e93ee0d7c34a9b10953c968e',1,'Window']]],
+ ['getlabel_208',['getLabel',['../classPlugin.html#a00f7945c16149db6845fbcc2af729f4f',1,'Plugin']]],
+ ['getlicense_209',['getLicense',['../classPlugin.html#a686a3c92a376a185d6fd97efd59125d1',1,'Plugin']]],
+ ['getmaker_210',['getMaker',['../classPlugin.html#a955832840de786a7a22798f0ef451c5d',1,'Plugin']]],
+ ['getmargin_211',['getMargin',['../classSubWidget.html#abe42b4ff151599ca5ea72f2e26e93860',1,'SubWidget']]],
+ ['getname_212',['getName',['../classPlugin.html#aebb5df5cde162462dc460d4fd45dae75',1,'Plugin::getName()'],['../classWidget.html#a70b07dbf748490e5a8c18fb9d5766c0e',1,'Widget::getName()']]],
+ ['getnativewindowhandle_213',['getNativeWindowHandle',['../classExternalWindow.html#a8ec7abf1b22271458926530b377f2c27',1,'ExternalWindow::getNativeWindowHandle()'],['../classWindow.html#a01a9277a2e19766947f9a99b43147bfd',1,'Window::getNativeWindowHandle()']]],
+ ['getnextbundlepath_214',['getNextBundlePath',['../classUI.html#ab157329c83a4660dd059508dc8d041f5',1,'UI']]],
+ ['getnextscalefactor_215',['getNextScaleFactor',['../classUI.html#aa7277c575b7d0a75475e5a7ae684dc0f',1,'UI']]],
+ ['getnextwindowid_216',['getNextWindowId',['../classUI.html#a4630e30aec3f3e7dcfc353ef2807bf56',1,'UI']]],
+ ['getnormalizedvalue_217',['getNormalizedValue',['../structParameterRanges.html#a215512088b0d0d8f7755bfe35c218602',1,'ParameterRanges::getNormalizedValue(const float value) const noexcept'],['../structParameterRanges.html#acabe1b8a99a2859b5fe751de18ddcdd7',1,'ParameterRanges::getNormalizedValue(const double &value) const noexcept']]],
+ ['getnumsegments_218',['getNumSegments',['../classCircle.html#a3a1586ea9115cc97473a2338127223b6',1,'Circle']]],
+ ['getobject_219',['getObject',['../classScopedPointer.html#a1a88fa0865167c487050a9519297d4ed',1,'ScopedPointer']]],
+ ['getoffset_220',['getOffset',['../classWindow.html#a58f66fcfd4c902954594e99d4bfa0b6a',1,'Window']]],
+ ['getoffsetx_221',['getOffsetX',['../classWindow.html#a200f3e517effa7973e1c42c72ca55f9f',1,'Window']]],
+ ['getoffsety_222',['getOffsetY',['../classWindow.html#a948304155a8403b92db8feeae1a76f46',1,'Window']]],
+ ['getparametervalue_223',['getParameterValue',['../classPlugin.html#af9e9f5438e2e0c2352052eb5f95832aa',1,'Plugin']]],
+ ['getparentwidget_224',['getParentWidget',['../classSubWidget.html#a2d658e71ccb9502b8409a08782d8b345',1,'SubWidget']]],
+ ['getparentwindowhandle_225',['getParentWindowHandle',['../classExternalWindow.html#a56da59b2722bd7b0a6c63f9f7f120839',1,'ExternalWindow']]],
+ ['getpluginformatname_226',['getPluginFormatName',['../group__PluginRelatedUtilities.html#gac339d6837f2d1a89d4d63b322822e32d',1,'DistrhoPluginUtils.hpp']]],
+ ['getplugininstancepointer_227',['getPluginInstancePointer',['../classUI.html#a0863a8f7ca7fc7e172e703c58518329f',1,'UI']]],
+ ['getpos_228',['getPos',['../classCircle.html#abdabe0a9d85db389485c69d6a7b6071e',1,'Circle::getPos()'],['../classRectangle.html#aa91fa8951b6a77c86a3df804b1ed0717',1,'Rectangle::getPos()']]],
+ ['getrawdata_229',['getRawData',['../classImageBase.html#aea60747a216159b14a8d020cb9b19546',1,'ImageBase']]],
+ ['getresourcepath_230',['getResourcePath',['../group__PluginRelatedUtilities.html#ga53aa68de85dae4e3102b1c0551950b86',1,'DistrhoPluginUtils.hpp']]],
+ ['getsamplerate_231',['getSampleRate',['../classUI.html#a97d880182254652f94e7bed355370c07',1,'UI::getSampleRate()'],['../classPlugin.html#a3e162cfe8f1c52bf09805fd327bcc3c4',1,'Plugin::getSampleRate()']]],
+ ['getscalefactor_232',['getScaleFactor',['../classWindow.html#a77774c8ce4b01113fcd525079f9b8787',1,'Window::getScaleFactor()'],['../classExternalWindow.html#a0383b6696469e9709e1a1ee53399d9f4',1,'ExternalWindow::getScaleFactor()']]],
+ ['getscaling_233',['getScaling',['../classWindow.html#a9b94fea3236d1d49e3fbd53a8d9cc70b',1,'Window']]],
+ ['getsize_234',['getSize',['../classImageBase.html#a7609a68efebd27587bb98e386db0e9e2',1,'ImageBase::getSize()'],['../classNanoImage.html#a979cc37d8a10dc0642fcea2d64d3b58c',1,'NanoImage::getSize()'],['../classWidget.html#a9044d42c20ead27dba983b710c94f8d6',1,'Widget::getSize()'],['../classWindow.html#acd158570648b07967a4af011d6223eea',1,'Window::getSize()'],['../classRectangle.html#a89992b11e6d09286c2d6f4504b49d05f',1,'Rectangle::getSize()'],['../classCircle.html#a95cbbd0567463a29e0e1b43febcc1daa',1,'Circle::getSize()']]],
+ ['getstartpos_235',['getStartPos',['../classLine.html#a2c5ecf6513f1b1fd846a80915aff5744',1,'Line']]],
+ ['getstartx_236',['getStartX',['../classLine.html#a7f3af6a8c08af69188714a83353e09fb',1,'Line']]],
+ ['getstarty_237',['getStartY',['../classLine.html#a5a5ef0a94283339f2c20406a3d9fbb04',1,'Line']]],
+ ['getstate_238',['getState',['../classPlugin.html#a9cf24d4880f200eaeacd08a591d00d1f',1,'Plugin']]],
+ ['getsurface_239',['getSurface',['../classCairoImage.html#a5ce76c4866b396a771caafa80acf162b',1,'CairoImage']]],
+ ['gettexturehandle_240',['getTextureHandle',['../classNanoImage.html#a3c1396cb2794d0a2e2f5603f6399472b',1,'NanoImage']]],
+ ['gettime_241',['getTime',['../classApplication.html#a2f6f8250f31dbb600bdef12692d62b73',1,'Application']]],
+ ['gettimeposition_242',['getTimePosition',['../classPlugin.html#ae85d602c430b1a4361a88d714d3a42c1',1,'Plugin']]],
+ ['gettitle_243',['getTitle',['../classWindow.html#af437e6afd9104708f30ab769d9afce7a',1,'Window::getTitle()'],['../classExternalWindow.html#acd0c7cbaa50aab700bebe633309f6778',1,'ExternalWindow::getTitle()']]],
+ ['gettoplevelwidget_244',['getTopLevelWidget',['../classWidget.html#a607b153f7d3187ca60bf21004efc1314',1,'Widget']]],
+ ['gettransientwindowid_245',['getTransientWindowId',['../classExternalWindow.html#ad06f0e6adb6a1460af88707cd452e767',1,'ExternalWindow']]],
+ ['gettype_246',['getType',['../classOpenGLImage.html#ac6eb1a0e289c0e29bf8d8cfb3310f40e',1,'OpenGLImage']]],
+ ['getuniqueid_247',['getUniqueId',['../classPlugin.html#ad6ff8c80227d5ceebd40b96f3be29a66',1,'Plugin']]],
+ ['getunnormalizedvalue_248',['getUnnormalizedValue',['../structParameterRanges.html#a05eb5f161319811b6e18863b72e3b453',1,'ParameterRanges::getUnnormalizedValue(const float value) const noexcept'],['../structParameterRanges.html#ad3aaf320e0f5e19bbca00bf0919e5b21',1,'ParameterRanges::getUnnormalizedValue(const double value) const noexcept']]],
+ ['getversion_249',['getVersion',['../classPlugin.html#abae540dd93caf4834270358a8aad334a',1,'Plugin']]],
+ ['getwidth_250',['getWidth',['../classImageBase.html#a82057493bae9af996a9a10b1aa731666',1,'ImageBase::getWidth()'],['../classWidget.html#a169c317caf734c6664494a573e427b40',1,'Widget::getWidth()'],['../classWindow.html#ab19430997dd1b3d7bf9bd3640d73b007',1,'Window::getWidth()'],['../classExternalWindow.html#a0e15df4f8b3425b67ad56b42526bb5df',1,'ExternalWindow::getWidth()'],['../classSize.html#a3e65e5ff12f6bf57eaa6f45c54346942',1,'Size::getWidth()'],['../classRectangle.html#a5974e66bef8300fa6e052d846d07afb1',1,'Rectangle::getWidth()']]],
+ ['getwindow_251',['getWindow',['../classTopLevelWidget.html#a3ceb7af6e9372a139d40a5859dfd0e4d',1,'TopLevelWidget::getWindow()'],['../classWidget.html#a0ef05695aec704b0eb1eb91c2e8af07d',1,'Widget::getWindow()']]],
+ ['getx_252',['getX',['../classPoint.html#af6d528d5f73b06282aae5be3b188528e',1,'Point::getX()'],['../classCircle.html#a2f8530b43b24d28380e232367fea0823',1,'Circle::getX()'],['../classRectangle.html#aa7a5dc1efa46ac87abdc57850f65c1ef',1,'Rectangle::getX() const noexcept']]],
+ ['gety_253',['getY',['../classRectangle.html#a8f2fb02ceea742b6155a476be3694ec9',1,'Rectangle::getY()'],['../classCircle.html#af1bdfeb5875cf8e6a8f09ad295d3bb09',1,'Circle::getY()'],['../classPoint.html#ab0250670052f5169c57de84a09d7534b',1,'Point::getY()']]],
+ ['globalalpha_254',['globalAlpha',['../classNanoVG.html#acbae67cbb34b396bd1dff9cdc3c6712b',1,'NanoVG']]],
+ ['globaltint_255',['globalTint',['../classNanoVG.html#abc92bd3d2bd9fd95aee6370b2fceae27',1,'NanoVG']]],
+ ['glyphposition_256',['GlyphPosition',['../structNanoVG_1_1GlyphPosition.html',1,'NanoVG']]],
+ ['graphicscontext_257',['GraphicsContext',['../structGraphicsContext.html',1,'']]],
+ ['groupid_258',['groupId',['../structAudioPort.html#a80aba3da64389d738bd8ae68bcedb4f4',1,'AudioPort::groupId()'],['../structParameter.html#a72dd5af5c024bd86497a4a5d9c8c4f25',1,'Parameter::groupId()']]],
+ ['growby_259',['growBy',['../classSize.html#ac6cb1721051ed5c8f21467f009d72982',1,'Size::growBy()'],['../classRectangle.html#a043d677b0fa28c50a18ed30bcb84e02b',1,'Rectangle::growBy()']]]
];
diff --git a/search/all_7.js b/search/all_7.js
index 4a04e0d4..0a22fddd 100644
--- a/search/all_7.js
+++ b/search/all_7.js
@@ -1,10 +1,10 @@
var searchData=
[
- ['head_247',['head',['../structHeapBuffer.html#a55b0dceb6b878021d8fe1353096e757b',1,'HeapBuffer']]],
- ['heapbuffer_248',['HeapBuffer',['../structHeapBuffer.html',1,'']]],
- ['heapringbuffer_249',['HeapRingBuffer',['../classHeapRingBuffer.html',1,'HeapRingBuffer'],['../classHeapRingBuffer.html#a6a3c03b584b5b20ad2829e26f5e6ed0e',1,'HeapRingBuffer::HeapRingBuffer()']]],
- ['hide_250',['hide',['../classExternalWindow.html#aa9bce2cc83c1a8c6ee87f79bf36e3955',1,'ExternalWindow::hide()'],['../classWidget.html#a4a2f8eebacdd20db505b838f1a118c6b',1,'Widget::hide()'],['../classWindow.html#a4626829d3cb9d01285f739d2bbc69b74',1,'Window::hide()']]],
- ['hints_251',['hints',['../structAudioPort.html#af93f38f9ef48ea14544adf32e4b1e513',1,'AudioPort::hints()'],['../structParameter.html#a397fb977f0c6cbec31df4f141ca3f5b3',1,'Parameter::hints()'],['../structState.html#adaa34a729d4e8c0e2e6434b4c4f55fab',1,'State::hints()']]],
- ['horizontallystackedverticallayout_252',['HorizontallyStackedVerticalLayout',['../structHorizontallyStackedVerticalLayout.html',1,'']]],
- ['hugestackbuffer_253',['HugeStackBuffer',['../structHugeStackBuffer.html',1,'']]]
+ ['head_260',['head',['../structHeapBuffer.html#a55b0dceb6b878021d8fe1353096e757b',1,'HeapBuffer']]],
+ ['heapbuffer_261',['HeapBuffer',['../structHeapBuffer.html',1,'']]],
+ ['heapringbuffer_262',['HeapRingBuffer',['../classHeapRingBuffer.html',1,'HeapRingBuffer'],['../classHeapRingBuffer.html#a6a3c03b584b5b20ad2829e26f5e6ed0e',1,'HeapRingBuffer::HeapRingBuffer()']]],
+ ['hide_263',['hide',['../classExternalWindow.html#aa9bce2cc83c1a8c6ee87f79bf36e3955',1,'ExternalWindow::hide()'],['../classWidget.html#a4a2f8eebacdd20db505b838f1a118c6b',1,'Widget::hide()'],['../classWindow.html#a4626829d3cb9d01285f739d2bbc69b74',1,'Window::hide()']]],
+ ['hints_264',['hints',['../structAudioPort.html#af93f38f9ef48ea14544adf32e4b1e513',1,'AudioPort::hints()'],['../structParameter.html#a397fb977f0c6cbec31df4f141ca3f5b3',1,'Parameter::hints()'],['../structState.html#adaa34a729d4e8c0e2e6434b4c4f55fab',1,'State::hints()']]],
+ ['horizontallystackedverticallayout_265',['HorizontallyStackedVerticalLayout',['../structHorizontallyStackedVerticalLayout.html',1,'']]],
+ ['hugestackbuffer_266',['HugeStackBuffer',['../structHugeStackBuffer.html',1,'']]]
];
diff --git a/search/all_8.js b/search/all_8.js
index 2d7aeaa2..60019443 100644
--- a/search/all_8.js
+++ b/search/all_8.js
@@ -1,41 +1,43 @@
var searchData=
[
- ['id_254',['id',['../structClipboardDataOffer.html#a573b30efdf1eee418f7388c9713dfddc',1,'ClipboardDataOffer']]],
- ['idle_255',['idle',['../classApplication.html#ac8382754f04f4de15768981459a28e3a',1,'Application']]],
- ['idlecallback_256',['IdleCallback',['../structIdleCallback.html',1,'']]],
- ['imagebase_257',['ImageBase',['../classImageBase.html',1,'ImageBase'],['../classImageBase.html#a56dd89a0a5c0abc604044e33c8b1db59',1,'ImageBase::ImageBase(const ImageBase &image)'],['../classImageBase.html#aa61181afeb3abd0253ae0a25712164ee',1,'ImageBase::ImageBase(const char *rawData, const Size< uint > &size, ImageFormat format)'],['../classImageBase.html#a494cd9221fe88f34ce011f004eea7596',1,'ImageBase::ImageBase(const char *rawData, uint width, uint height, ImageFormat format)'],['../classImageBase.html#a1a1f82fcab01adea2f8783547e8a18aa',1,'ImageBase::ImageBase()']]],
- ['imagebaseaboutwindow_258',['ImageBaseAboutWindow',['../classImageBaseAboutWindow.html',1,'ImageBaseAboutWindow< ImageType >'],['../classImageBaseAboutWindow.html#ae90dd7700dc6b88eca94be95459f7607',1,'ImageBaseAboutWindow::ImageBaseAboutWindow(Window &transientParentWindow, const ImageType &image=ImageType())'],['../classImageBaseAboutWindow.html#a6866dc828c0a7435d86887ced02ff993',1,'ImageBaseAboutWindow::ImageBaseAboutWindow(TopLevelWidget *topLevelWidget, const ImageType &image=ImageType())']]],
- ['imagebasebutton_259',['ImageBaseButton',['../classImageBaseButton.html',1,'']]],
- ['imagebaseknob_260',['ImageBaseKnob',['../classImageBaseKnob.html',1,'']]],
- ['imagebaseslider_261',['ImageBaseSlider',['../classImageBaseSlider.html',1,'']]],
- ['imagebaseswitch_262',['ImageBaseSwitch',['../classImageBaseSwitch.html',1,'']]],
- ['imagepattern_263',['imagePattern',['../classNanoVG.html#a00c718a017652e8888a48ff1577b57ef',1,'NanoVG']]],
- ['initaudioport_264',['initAudioPort',['../classPlugin.html#a75f30935198a0acba25f4ea92af72dc4',1,'Plugin']]],
- ['initdesignation_265',['initDesignation',['../structParameter.html#ad959d31bcfaa056908406bbf37c134bf',1,'Parameter']]],
- ['initparameter_266',['initParameter',['../classPlugin.html#aacf87bd0037efeb3b60d204940f3f4a0',1,'Plugin']]],
- ['initportgroup_267',['initPortGroup',['../classPlugin.html#a71b876c8157b087b3552960f2877a44d',1,'Plugin']]],
- ['initprogramname_268',['initProgramName',['../classPlugin.html#a54d66af3111541b7c118f9749ef0231b',1,'Plugin']]],
- ['initstate_269',['initState',['../classPlugin.html#ad4ab623187f905c250a42284704eb840',1,'Plugin']]],
- ['interpolate_270',['interpolate',['../structColor.html#a96283f5b9ad6f6465e40f69012aca00f',1,'Color']]],
- ['intersectscissor_271',['intersectScissor',['../classNanoVG.html#a0d86d93bc09fc8da01f2b2fdd97f7448',1,'NanoVG']]],
- ['invalidatecommit_272',['invalidateCommit',['../structHeapBuffer.html#a0cd85f596b680b57cc6669de7cf7ed27',1,'HeapBuffer']]],
- ['isaudioinputenabled_273',['isAudioInputEnabled',['../group__StandalonePluginRelatedUtilities.html#ga0a61814996c249f0010928afe976950a',1,'DistrhoStandaloneUtils.hpp']]],
- ['isdummyinstance_274',['isDummyInstance',['../classPlugin.html#ab2c6b7bc2e0cdcd589cf9d03be831042',1,'Plugin']]],
- ['isembed_275',['isEmbed',['../classExternalWindow.html#a26dd0bc32a816c014731a78658cc3a5b',1,'ExternalWindow::isEmbed()'],['../classWindow.html#afb840ed25c1fe17bed66d80adfc420ab',1,'Window::isEmbed()']]],
- ['isequal_276',['isEqual',['../structColor.html#a16880d42b2d52ed23eb307ed2980a9a3',1,'Color']]],
- ['isignoringkeyrepeat_277',['isIgnoringKeyRepeat',['../classWindow.html#ab5cbe1298a28a1860319198a4c843183',1,'Window']]],
- ['isinvalid_278',['isInvalid',['../classImageBase.html#a83ea79fff6adfa0720985f2e9794ed2d',1,'ImageBase::isInvalid()'],['../classRectangle.html#a4606fd36eafb48a35cc890a781075177',1,'Rectangle::isInvalid()'],['../classSize.html#ab832e37b50a2d98648be4ac811af305f',1,'Size::isInvalid()'],['../classTriangle.html#a757b50c4c2e0d154c6626e252527fc2f',1,'Triangle::isInvalid()']]],
- ['ismidienabled_279',['isMIDIEnabled',['../group__StandalonePluginRelatedUtilities.html#ga14edff90e67fc028b106c7dc0888d1d3',1,'DistrhoStandaloneUtils.hpp']]],
- ['isnotnull_280',['isNotNull',['../classSize.html#a57093e93dcdfadc9f720b9d8fda4b59e',1,'Size::isNotNull()'],['../classRectangle.html#a418138f282293797af5273163a307356',1,'Rectangle::isNotNull()'],['../classTriangle.html#ab825fecc8ba95577430002de793c5683',1,'Triangle::isNotNull()'],['../classLine.html#ad156bd44539aa28e052207a25d705695',1,'Line::isNotNull()']]],
- ['isnotzero_281',['isNotZero',['../classPoint.html#aede5df141963951a746d7e207fa7e073',1,'Point']]],
- ['isnull_282',['isNull',['../classSize.html#ab49a572da2fb72ab4f6dfd7a06b000c8',1,'Size::isNull()'],['../classLine.html#ab300b2e8deeda3d08cc7e70299c3955d',1,'Line::isNull()'],['../classTriangle.html#a14729ce6716a66216a991ce7958dbed3',1,'Triangle::isNull()'],['../classRectangle.html#ae49e802c09f810bef2e98698d94a7416',1,'Rectangle::isNull()']]],
- ['isquitting_283',['isQuitting',['../classExternalWindow.html#a7aacd265be6cd6901405ad32cf6758a0',1,'ExternalWindow::isQuitting()'],['../classApplication.html#aa2dd05d544834e8fca24a58f5e57f795',1,'Application::isQuitting()']]],
- ['isresizable_284',['isResizable',['../classUI.html#a8fe940d56a0c283095e28bbc5806af31',1,'UI::isResizable()'],['../classWindow.html#a1b888a7e6a5562968a253b915ccb7825',1,'Window::isResizable()']]],
- ['isrunning_285',['isRunning',['../classExternalWindow.html#ae5763405ca1d2405973e691e78d9b2a7',1,'ExternalWindow']]],
- ['isselftestinstance_286',['isSelfTestInstance',['../classPlugin.html#a8d07561f935bf9918e8b395e6eaabfa0',1,'Plugin']]],
- ['isstandalone_287',['isStandalone',['../classApplication.html#aa0728e9c72545d81ba403b44c92ecd50',1,'Application::isStandalone()'],['../classExternalWindow.html#a5a870bd4d4e4cdbee7eb029384c2f1bf',1,'ExternalWindow::isStandalone()']]],
- ['isusingnativeaudio_288',['isUsingNativeAudio',['../group__StandalonePluginRelatedUtilities.html#gae42de84169a5b578063b833caf5a5570',1,'DistrhoStandaloneUtils.hpp']]],
- ['isvalid_289',['isValid',['../classSize.html#a1e6c381d5a5c19e7ab2c83118ebbd0ec',1,'Size::isValid()'],['../classTriangle.html#a3fd5cf976cd212276d10885f99856bdc',1,'Triangle::isValid()'],['../classRectangle.html#a364ee7449a1d11207322e56aac024376',1,'Rectangle::isValid()'],['../classImageBase.html#ab5b2bc7d68b0aff3452478f906aa960f',1,'ImageBase::isValid()'],['../classNanoImage.html#a5095000052a0796ee0f944bed2503593',1,'NanoImage::isValid()']]],
- ['isvisible_290',['isVisible',['../classExternalWindow.html#a2e76b734d72a0766d7ddbf62d3e9f2b5',1,'ExternalWindow::isVisible()'],['../classStandaloneWindow.html#a645f7c56f44d9a8a72e81595b28650e2',1,'StandaloneWindow::isVisible()'],['../classWidget.html#a234a8ee8a685dc211ad11f492f0dbc71',1,'Widget::isVisible()'],['../classWindow.html#a6be53a737e7dfcc74167962437e93b8f',1,'Window::isVisible()']]],
- ['iszero_291',['isZero',['../classPoint.html#a845d59d29722c962c7af8f602bcf9ba4',1,'Point']]]
+ ['id_267',['id',['../structClipboardDataOffer.html#a573b30efdf1eee418f7388c9713dfddc',1,'ClipboardDataOffer']]],
+ ['idle_268',['idle',['../classApplication.html#ac8382754f04f4de15768981459a28e3a',1,'Application']]],
+ ['idlecallback_269',['IdleCallback',['../structIdleCallback.html',1,'']]],
+ ['imagebase_270',['ImageBase',['../classImageBase.html#a1a1f82fcab01adea2f8783547e8a18aa',1,'ImageBase::ImageBase()'],['../classImageBase.html#a56dd89a0a5c0abc604044e33c8b1db59',1,'ImageBase::ImageBase(const ImageBase &image)'],['../classImageBase.html#aa61181afeb3abd0253ae0a25712164ee',1,'ImageBase::ImageBase(const char *rawData, const Size< uint > &size, ImageFormat format)'],['../classImageBase.html#a494cd9221fe88f34ce011f004eea7596',1,'ImageBase::ImageBase(const char *rawData, uint width, uint height, ImageFormat format)'],['../classImageBase.html',1,'ImageBase']]],
+ ['imagebaseaboutwindow_271',['ImageBaseAboutWindow',['../classImageBaseAboutWindow.html',1,'ImageBaseAboutWindow< ImageType >'],['../classImageBaseAboutWindow.html#ae90dd7700dc6b88eca94be95459f7607',1,'ImageBaseAboutWindow::ImageBaseAboutWindow(Window &transientParentWindow, const ImageType &image=ImageType())'],['../classImageBaseAboutWindow.html#a6866dc828c0a7435d86887ced02ff993',1,'ImageBaseAboutWindow::ImageBaseAboutWindow(TopLevelWidget *topLevelWidget, const ImageType &image=ImageType())']]],
+ ['imagebasebutton_272',['ImageBaseButton',['../classImageBaseButton.html',1,'']]],
+ ['imagebaseknob_273',['ImageBaseKnob',['../classImageBaseKnob.html',1,'']]],
+ ['imagebaseslider_274',['ImageBaseSlider',['../classImageBaseSlider.html',1,'']]],
+ ['imagebaseswitch_275',['ImageBaseSwitch',['../classImageBaseSwitch.html',1,'']]],
+ ['imagepattern_276',['imagePattern',['../classNanoVG.html#a00c718a017652e8888a48ff1577b57ef',1,'NanoVG']]],
+ ['initaudioport_277',['initAudioPort',['../classPlugin.html#a75f30935198a0acba25f4ea92af72dc4',1,'Plugin']]],
+ ['initdesignation_278',['initDesignation',['../structParameter.html#ad959d31bcfaa056908406bbf37c134bf',1,'Parameter']]],
+ ['initparameter_279',['initParameter',['../classPlugin.html#aacf87bd0037efeb3b60d204940f3f4a0',1,'Plugin']]],
+ ['initportgroup_280',['initPortGroup',['../classPlugin.html#a71b876c8157b087b3552960f2877a44d',1,'Plugin']]],
+ ['initprogramname_281',['initProgramName',['../classPlugin.html#a54d66af3111541b7c118f9749ef0231b',1,'Plugin']]],
+ ['initstate_282',['initState',['../classPlugin.html#ad4ab623187f905c250a42284704eb840',1,'Plugin']]],
+ ['interpolate_283',['interpolate',['../structColor.html#a96283f5b9ad6f6465e40f69012aca00f',1,'Color']]],
+ ['intersectscissor_284',['intersectScissor',['../classNanoVG.html#a0d86d93bc09fc8da01f2b2fdd97f7448',1,'NanoVG']]],
+ ['invalidatecommit_285',['invalidateCommit',['../structHeapBuffer.html#a0cd85f596b680b57cc6669de7cf7ed27',1,'HeapBuffer']]],
+ ['invert_286',['invert',['../structColor.html#a1cc575ce361080042b5072f91ca52893',1,'Color']]],
+ ['iochanged_287',['ioChanged',['../classPlugin.html#ac3a55830c3474a3dc663365d43b581c1',1,'Plugin']]],
+ ['isaudioinputenabled_288',['isAudioInputEnabled',['../group__StandalonePluginRelatedUtilities.html#ga0a61814996c249f0010928afe976950a',1,'DistrhoStandaloneUtils.hpp']]],
+ ['isdummyinstance_289',['isDummyInstance',['../classPlugin.html#ab2c6b7bc2e0cdcd589cf9d03be831042',1,'Plugin']]],
+ ['isembed_290',['isEmbed',['../classExternalWindow.html#a26dd0bc32a816c014731a78658cc3a5b',1,'ExternalWindow::isEmbed()'],['../classWindow.html#afb840ed25c1fe17bed66d80adfc420ab',1,'Window::isEmbed()']]],
+ ['isequal_291',['isEqual',['../structColor.html#a16880d42b2d52ed23eb307ed2980a9a3',1,'Color']]],
+ ['isignoringkeyrepeat_292',['isIgnoringKeyRepeat',['../classWindow.html#ab5cbe1298a28a1860319198a4c843183',1,'Window']]],
+ ['isinvalid_293',['isInvalid',['../classTriangle.html#a757b50c4c2e0d154c6626e252527fc2f',1,'Triangle::isInvalid()'],['../classImageBase.html#a83ea79fff6adfa0720985f2e9794ed2d',1,'ImageBase::isInvalid()'],['../classSize.html#ab832e37b50a2d98648be4ac811af305f',1,'Size::isInvalid()'],['../classRectangle.html#a4606fd36eafb48a35cc890a781075177',1,'Rectangle::isInvalid()']]],
+ ['ismidienabled_294',['isMIDIEnabled',['../group__StandalonePluginRelatedUtilities.html#ga14edff90e67fc028b106c7dc0888d1d3',1,'DistrhoStandaloneUtils.hpp']]],
+ ['isnotnull_295',['isNotNull',['../classSize.html#a57093e93dcdfadc9f720b9d8fda4b59e',1,'Size::isNotNull()'],['../classRectangle.html#a418138f282293797af5273163a307356',1,'Rectangle::isNotNull()'],['../classTriangle.html#ab825fecc8ba95577430002de793c5683',1,'Triangle::isNotNull()'],['../classLine.html#ad156bd44539aa28e052207a25d705695',1,'Line::isNotNull()']]],
+ ['isnotzero_296',['isNotZero',['../classPoint.html#aede5df141963951a746d7e207fa7e073',1,'Point']]],
+ ['isnull_297',['isNull',['../classSize.html#ab49a572da2fb72ab4f6dfd7a06b000c8',1,'Size::isNull()'],['../classLine.html#ab300b2e8deeda3d08cc7e70299c3955d',1,'Line::isNull()'],['../classTriangle.html#a14729ce6716a66216a991ce7958dbed3',1,'Triangle::isNull()'],['../classRectangle.html#ae49e802c09f810bef2e98698d94a7416',1,'Rectangle::isNull()']]],
+ ['isquitting_298',['isQuitting',['../classExternalWindow.html#a7aacd265be6cd6901405ad32cf6758a0',1,'ExternalWindow::isQuitting()'],['../classApplication.html#aa2dd05d544834e8fca24a58f5e57f795',1,'Application::isQuitting()']]],
+ ['isresizable_299',['isResizable',['../classUI.html#a8fe940d56a0c283095e28bbc5806af31',1,'UI::isResizable()'],['../classWindow.html#a1b888a7e6a5562968a253b915ccb7825',1,'Window::isResizable()']]],
+ ['isrunning_300',['isRunning',['../classExternalWindow.html#ae5763405ca1d2405973e691e78d9b2a7',1,'ExternalWindow']]],
+ ['isselftestinstance_301',['isSelfTestInstance',['../classPlugin.html#a8d07561f935bf9918e8b395e6eaabfa0',1,'Plugin']]],
+ ['isstandalone_302',['isStandalone',['../classApplication.html#aa0728e9c72545d81ba403b44c92ecd50',1,'Application::isStandalone()'],['../classExternalWindow.html#a5a870bd4d4e4cdbee7eb029384c2f1bf',1,'ExternalWindow::isStandalone()']]],
+ ['isusingnativeaudio_303',['isUsingNativeAudio',['../group__StandalonePluginRelatedUtilities.html#gae42de84169a5b578063b833caf5a5570',1,'DistrhoStandaloneUtils.hpp']]],
+ ['isvalid_304',['isValid',['../classSize.html#a1e6c381d5a5c19e7ab2c83118ebbd0ec',1,'Size::isValid()'],['../classTriangle.html#a3fd5cf976cd212276d10885f99856bdc',1,'Triangle::isValid()'],['../classRectangle.html#a364ee7449a1d11207322e56aac024376',1,'Rectangle::isValid()'],['../classImageBase.html#ab5b2bc7d68b0aff3452478f906aa960f',1,'ImageBase::isValid()'],['../classNanoImage.html#a5095000052a0796ee0f944bed2503593',1,'NanoImage::isValid()']]],
+ ['isvisible_305',['isVisible',['../classExternalWindow.html#a2e76b734d72a0766d7ddbf62d3e9f2b5',1,'ExternalWindow::isVisible()'],['../classStandaloneWindow.html#a645f7c56f44d9a8a72e81595b28650e2',1,'StandaloneWindow::isVisible()'],['../classWidget.html#a234a8ee8a685dc211ad11f492f0dbc71',1,'Widget::isVisible()'],['../classWindow.html#a6be53a737e7dfcc74167962437e93b8f',1,'Window::isVisible()']]],
+ ['iszero_306',['isZero',['../classPoint.html#a845d59d29722c962c7af8f602bcf9ba4',1,'Point']]]
];
diff --git a/search/all_9.js b/search/all_9.js
index 3ae8eaa1..1059fab8 100644
--- a/search/all_9.js
+++ b/search/all_9.js
@@ -1,32 +1,34 @@
var searchData=
[
- ['kaudioportiscv_292',['kAudioPortIsCV',['../group__AudioPortHints.html#ga92c8a0135d1b6dacd22df25295c15ff3',1,'DistrhoPlugin.hpp']]],
- ['kaudioportissidechain_293',['kAudioPortIsSidechain',['../group__AudioPortHints.html#gafbf1a5255d0a19f35ae21480ab2c7433',1,'DistrhoPlugin.hpp']]],
- ['kcvporthasbipolarrange_294',['kCVPortHasBipolarRange',['../group__AudioPortHints.html#ga7133899b77b31caa1eae3fe77409e69e',1,'DistrhoPlugin.hpp']]],
- ['kcvporthasnegativeunipolarrange_295',['kCVPortHasNegativeUnipolarRange',['../group__AudioPortHints.html#gafa444d8a3d5244e107c2ddb19f60105d',1,'DistrhoPlugin.hpp']]],
- ['kcvporthaspositiveunipolarrange_296',['kCVPortHasPositiveUnipolarRange',['../group__AudioPortHints.html#ga0919fac232ec9c6999057b09d54e3919',1,'DistrhoPlugin.hpp']]],
- ['kcvporthasscaledrange_297',['kCVPortHasScaledRange',['../group__AudioPortHints.html#gae36eb55fe0813af0dd6cdfe4f7baae97',1,'DistrhoPlugin.hpp']]],
- ['kdatasize_298',['kDataSize',['../structMidiEvent.html#a9e23ce17777c2ff5190670d3262129b9',1,'MidiEvent']]],
- ['key_299',['key',['../structState.html#a62474faa50839c3d35fe31b3bf7e39b0',1,'State::key()'],['../structWidget_1_1KeyboardEvent.html#a46cdbf1f69912c93deb649f756ec24f4',1,'Widget::KeyboardEvent::key()']]],
- ['keyboardevent_300',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html#a5a55a296264b9999a7915f2633eacb10',1,'Widget::KeyboardEvent::KeyboardEvent()'],['../structWidget_1_1KeyboardEvent.html',1,'Widget::KeyboardEvent']]],
- ['keycode_301',['keycode',['../structWidget_1_1CharacterInputEvent.html#ab1ee376543219ff4e4f2139b23701700',1,'Widget::CharacterInputEvent::keycode()'],['../structWidget_1_1KeyboardEvent.html#a0db51894bdbda766c9596b226d04d8c3',1,'Widget::KeyboardEvent::keycode()']]],
- ['knobeventhandler_302',['KnobEventHandler',['../classKnobEventHandler.html',1,'']]],
- ['kparameterdesignationbypass_303',['kParameterDesignationBypass',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890dea0623d4fc45bc45f4afad0f752955c50b',1,'DistrhoPlugin.hpp']]],
- ['kparameterdesignationnull_304',['kParameterDesignationNull',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890deaee7f64d019ddec5f802c9d53eb033401',1,'DistrhoPlugin.hpp']]],
- ['kparameterisautomable_305',['kParameterIsAutomable',['../group__ParameterHints.html#ga04161ef926442aa08ae7aa6847078ad9',1,'DistrhoPlugin.hpp']]],
- ['kparameterisautomatable_306',['kParameterIsAutomatable',['../group__ParameterHints.html#ga6d39267b105c2d8dfc82a810c5e8a061',1,'DistrhoPlugin.hpp']]],
- ['kparameterisboolean_307',['kParameterIsBoolean',['../group__ParameterHints.html#gaafca30df903781d2e1c2491808e17c8d',1,'DistrhoPlugin.hpp']]],
- ['kparameterisinteger_308',['kParameterIsInteger',['../group__ParameterHints.html#ga76a82c93efe6ad728c9f0cb4ef33a2b9',1,'DistrhoPlugin.hpp']]],
- ['kparameterislogarithmic_309',['kParameterIsLogarithmic',['../group__ParameterHints.html#gabc539ecbfe420246a33f93aed32b8a3b',1,'DistrhoPlugin.hpp']]],
- ['kparameterisoutput_310',['kParameterIsOutput',['../group__ParameterHints.html#ga0a3633c93e8589f4b3e6124bb97ad8d4',1,'DistrhoPlugin.hpp']]],
- ['kparameteristrigger_311',['kParameterIsTrigger',['../group__ParameterHints.html#ga068de47c587411c9e91ef09f7d800884',1,'DistrhoPlugin.hpp']]],
- ['kportgroupmono_312',['kPortGroupMono',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aa0f890fe6310b119745b6c6cb409c5fe9',1,'DistrhoPlugin.hpp']]],
- ['kportgroupnone_313',['kPortGroupNone',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaea27aed9948a2aaf4978941c96df3932',1,'DistrhoPlugin.hpp']]],
- ['kportgroupstereo_314',['kPortGroupStereo',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaeefc1b206ffdedf67376156cf6e5d114',1,'DistrhoPlugin.hpp']]],
- ['kstateisbase64blob_315',['kStateIsBase64Blob',['../group__StateHints.html#gad07fa3f1fd8ca36e94f75518d9d3d29e',1,'DistrhoPlugin.hpp']]],
- ['kstateisfilenamepath_316',['kStateIsFilenamePath',['../group__StateHints.html#gaea57e1af2af673c2647757335d2d3751',1,'DistrhoPlugin.hpp']]],
- ['kstateishostreadable_317',['kStateIsHostReadable',['../group__StateHints.html#gacbcc437321d85ca23d692b68802a0165',1,'DistrhoPlugin.hpp']]],
- ['kstateishostwritable_318',['kStateIsHostWritable',['../group__StateHints.html#ga57437781c616c82bcb9e409433b7f16d',1,'DistrhoPlugin.hpp']]],
- ['kstateisonlyfordsp_319',['kStateIsOnlyForDSP',['../group__StateHints.html#ga1e7299b8d4c8c1fc57bceef2b87fe057',1,'DistrhoPlugin.hpp']]],
- ['kstateisonlyforui_320',['kStateIsOnlyForUI',['../group__StateHints.html#ga7d960ebb437726e25066b5e38b4a4843',1,'DistrhoPlugin.hpp']]]
+ ['kaudioportiscv_307',['kAudioPortIsCV',['../group__AudioPortHints.html#gabcc94d985f256449c7a8d3cd87e3be1c',1,'DistrhoDetails.hpp']]],
+ ['kaudioportissidechain_308',['kAudioPortIsSidechain',['../group__AudioPortHints.html#ga69f0b10291219ded938f1d617da83b6c',1,'DistrhoDetails.hpp']]],
+ ['kcvporthasbipolarrange_309',['kCVPortHasBipolarRange',['../group__AudioPortHints.html#ga3a45f2c54093698796ccd2c4cc81df52',1,'DistrhoDetails.hpp']]],
+ ['kcvporthasnegativeunipolarrange_310',['kCVPortHasNegativeUnipolarRange',['../group__AudioPortHints.html#gaa3002d9b23a613dcf6a9ab72457d5de6',1,'DistrhoDetails.hpp']]],
+ ['kcvporthaspositiveunipolarrange_311',['kCVPortHasPositiveUnipolarRange',['../group__AudioPortHints.html#ga38c419b184512774f70df65a483592f5',1,'DistrhoDetails.hpp']]],
+ ['kcvporthasscaledrange_312',['kCVPortHasScaledRange',['../group__AudioPortHints.html#ga4e04785c3970e954164741c2cd359246',1,'DistrhoDetails.hpp']]],
+ ['kcvportisoptional_313',['kCVPortIsOptional',['../group__AudioPortHints.html#ga17a15c61c31e385ab0fdbfdea07d2f07',1,'DistrhoDetails.hpp']]],
+ ['kdatasize_314',['kDataSize',['../structMidiEvent.html#a9c92915476d4a970a07f9ce218f9d7fe',1,'MidiEvent']]],
+ ['key_315',['key',['../structState.html#a62474faa50839c3d35fe31b3bf7e39b0',1,'State::key()'],['../structWidget_1_1KeyboardEvent.html#a46cdbf1f69912c93deb649f756ec24f4',1,'Widget::KeyboardEvent::key()']]],
+ ['keyboardevent_316',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html#a5a55a296264b9999a7915f2633eacb10',1,'Widget::KeyboardEvent::KeyboardEvent()'],['../structWidget_1_1KeyboardEvent.html',1,'Widget::KeyboardEvent']]],
+ ['keycode_317',['keycode',['../structWidget_1_1CharacterInputEvent.html#ab1ee376543219ff4e4f2139b23701700',1,'Widget::CharacterInputEvent::keycode()'],['../structWidget_1_1KeyboardEvent.html#a0db51894bdbda766c9596b226d04d8c3',1,'Widget::KeyboardEvent::keycode()']]],
+ ['knobeventhandler_318',['KnobEventHandler',['../classKnobEventHandler.html',1,'']]],
+ ['kparameterdesignationbypass_319',['kParameterDesignationBypass',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890dea0623d4fc45bc45f4afad0f752955c50b',1,'DistrhoDetails.hpp']]],
+ ['kparameterdesignationnull_320',['kParameterDesignationNull',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890deaee7f64d019ddec5f802c9d53eb033401',1,'DistrhoDetails.hpp']]],
+ ['kparameterisautomable_321',['kParameterIsAutomable',['../group__ParameterHints.html#ga93539c9797820bb5fd7a28d2152711fc',1,'DistrhoDetails.hpp']]],
+ ['kparameterisautomatable_322',['kParameterIsAutomatable',['../group__ParameterHints.html#gaf82d83a105dc418877ef91e84ac6efd3',1,'DistrhoDetails.hpp']]],
+ ['kparameterisboolean_323',['kParameterIsBoolean',['../group__ParameterHints.html#gae7bfe085cc1ce2d56488254946846dd7',1,'DistrhoDetails.hpp']]],
+ ['kparameterishidden_324',['kParameterIsHidden',['../group__ParameterHints.html#ga8b5cde9360d1f54acfa8d7b6c2d3560d',1,'DistrhoDetails.hpp']]],
+ ['kparameterisinteger_325',['kParameterIsInteger',['../group__ParameterHints.html#ga9588f46e0b10f8b690aa8290e9fa7959',1,'DistrhoDetails.hpp']]],
+ ['kparameterislogarithmic_326',['kParameterIsLogarithmic',['../group__ParameterHints.html#gaa37037e8977495866d0ea58a2d804f3b',1,'DistrhoDetails.hpp']]],
+ ['kparameterisoutput_327',['kParameterIsOutput',['../group__ParameterHints.html#ga2fecc56e672626c98bdbc004c581101b',1,'DistrhoDetails.hpp']]],
+ ['kparameteristrigger_328',['kParameterIsTrigger',['../group__ParameterHints.html#gaa347318fd978d909d6f247377413f871',1,'DistrhoDetails.hpp']]],
+ ['kportgroupmono_329',['kPortGroupMono',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aa0f890fe6310b119745b6c6cb409c5fe9',1,'DistrhoDetails.hpp']]],
+ ['kportgroupnone_330',['kPortGroupNone',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaea27aed9948a2aaf4978941c96df3932',1,'DistrhoDetails.hpp']]],
+ ['kportgroupstereo_331',['kPortGroupStereo',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaeefc1b206ffdedf67376156cf6e5d114',1,'DistrhoDetails.hpp']]],
+ ['kstateisbase64blob_332',['kStateIsBase64Blob',['../group__StateHints.html#gac892503b0568ceb31f0f7c46af701b0b',1,'DistrhoDetails.hpp']]],
+ ['kstateisfilenamepath_333',['kStateIsFilenamePath',['../group__StateHints.html#ga5f41b602be8ae24d8ad0cd25deb41922',1,'DistrhoDetails.hpp']]],
+ ['kstateishostreadable_334',['kStateIsHostReadable',['../group__StateHints.html#ga41ada5ff397930abdbf3fbfb1abb6fea',1,'DistrhoDetails.hpp']]],
+ ['kstateishostwritable_335',['kStateIsHostWritable',['../group__StateHints.html#gaec50a267e06e0299ae9f20fd702e4e60',1,'DistrhoDetails.hpp']]],
+ ['kstateisonlyfordsp_336',['kStateIsOnlyForDSP',['../group__StateHints.html#ga2c0833856c3f88a338bd8ee578ab8b72',1,'DistrhoDetails.hpp']]],
+ ['kstateisonlyforui_337',['kStateIsOnlyForUI',['../group__StateHints.html#ga313547806946a945f31f1a6de14fd12d',1,'DistrhoDetails.hpp']]]
];
diff --git a/search/all_a.js b/search/all_a.js
index 0eb9c127..9736cc17 100644
--- a/search/all_a.js
+++ b/search/all_a.js
@@ -1,16 +1,17 @@
var searchData=
[
- ['label_321',['label',['../structParameterEnumerationValue.html#aba1c51d5a2c99416c1dcf0a08345178d',1,'ParameterEnumerationValue::label()'],['../structState.html#ad29e7e5a872defd5521d69e47b1e9df5',1,'State::label()']]],
- ['layout_322',['Layout',['../structLayout.html',1,'']]],
- ['leakedobjectdetector_323',['LeakedObjectDetector',['../classLeakedObjectDetector.html',1,'']]],
- ['line_324',['Line',['../classLine.html',1,'Line< T >'],['../classLine.html#a7895211d4fa97f63b3495ca5c9bfaed1',1,'Line::Line() noexcept'],['../classLine.html#abb3a2ed1ad09a372c39fab9820defb03',1,'Line::Line(const T &startX, const T &startY, const T &endX, const T &endY) noexcept'],['../classLine.html#afb5087aefdb5a66befc2af548fc34056',1,'Line::Line(const T &startX, const T &startY, const Point< T > &endPos) noexcept'],['../classLine.html#a4e4d056335720256b83ae491a55bcb1e',1,'Line::Line(const Point< T > &startPos, const T &endX, const T &endY) noexcept'],['../classLine.html#a9a3e4daec16c09c9f7ae1ce6b3a56847',1,'Line::Line(const Point< T > &startPos, const Point< T > &endPos) noexcept'],['../classLine.html#a96f1ec549a1cdab2ae4480a9b2f839ec',1,'Line::Line(const Line< T > &line) noexcept']]],
- ['lineargradient_325',['linearGradient',['../classNanoVG.html#aa74a49bb588beb28654565a07022a178',1,'NanoVG']]],
- ['linecap_326',['lineCap',['../classNanoVG.html#a95dfc697ae6fe9c8d525430c09f839d1',1,'NanoVG']]],
- ['linejoin_327',['lineJoin',['../classNanoVG.html#a73767c9ade6a757bc6e1f4a2d45bdaeb',1,'NanoVG']]],
- ['lineto_328',['lineTo',['../classNanoVG.html#a63f509eaeb04475a8541ed8e846f352f',1,'NanoVG']]],
- ['listallfiles_329',['listAllFiles',['../structFileBrowserOptions_1_1Buttons.html#ac8174fbcf8d85ef5abece32114c234d5',1,'FileBrowserOptions::Buttons']]],
- ['loadfrommemory_330',['loadFromMemory',['../classCairoImage.html#a861bdbb5cd592feaef43e2202397deed',1,'CairoImage::loadFromMemory()'],['../classImageBase.html#a1d7893360e704dff3f2da11e7750359c',1,'ImageBase::loadFromMemory(const char *rawData, uint width, uint height, ImageFormat format=kImageFormatBGRA) noexcept'],['../classImageBase.html#a2c922b2ba7133937e74e1629fdde4f0e',1,'ImageBase::loadFromMemory(const char *rawData, const Size< uint > &size, ImageFormat format=kImageFormatBGRA) noexcept'],['../classOpenGLImage.html#a5ee11a12fb84219cf5216396c1cf3c0a',1,'OpenGLImage::loadFromMemory()'],['../classVulkanImage.html#afdf45f3e60f4a5a4805402b312bc8d5f',1,'VulkanImage::loadFromMemory()']]],
- ['loadfrompng_331',['loadFromPNG',['../classCairoImage.html#a94c1707943b9874e362e11473bdcf768',1,'CairoImage']]],
- ['loadprogram_332',['loadProgram',['../classPlugin.html#a44eb1bfcc3a3e5949ad053fc9ce55ce8',1,'Plugin']]],
- ['loadsharedresources_333',['loadSharedResources',['../classNanoVG.html#a210f19213fef82c2c7d8797e7cfea8aa',1,'NanoVG']]]
+ ['label_338',['label',['../structParameterEnumerationValue.html#aba1c51d5a2c99416c1dcf0a08345178d',1,'ParameterEnumerationValue::label()'],['../structState.html#ad29e7e5a872defd5521d69e47b1e9df5',1,'State::label()']]],
+ ['layout_339',['Layout',['../structLayout.html',1,'']]],
+ ['leakedobjectdetector_340',['LeakedObjectDetector',['../classLeakedObjectDetector.html',1,'']]],
+ ['line_341',['Line',['../classLine.html',1,'Line< T >'],['../classLine.html#a7895211d4fa97f63b3495ca5c9bfaed1',1,'Line::Line() noexcept'],['../classLine.html#abb3a2ed1ad09a372c39fab9820defb03',1,'Line::Line(const T &startX, const T &startY, const T &endX, const T &endY) noexcept'],['../classLine.html#afb5087aefdb5a66befc2af548fc34056',1,'Line::Line(const T &startX, const T &startY, const Point< T > &endPos) noexcept'],['../classLine.html#a4e4d056335720256b83ae491a55bcb1e',1,'Line::Line(const Point< T > &startPos, const T &endX, const T &endY) noexcept'],['../classLine.html#a9a3e4daec16c09c9f7ae1ce6b3a56847',1,'Line::Line(const Point< T > &startPos, const Point< T > &endPos) noexcept'],['../classLine.html#a96f1ec549a1cdab2ae4480a9b2f839ec',1,'Line::Line(const Line< T > &line) noexcept']]],
+ ['lineargradient_342',['linearGradient',['../classNanoVG.html#aa74a49bb588beb28654565a07022a178',1,'NanoVG']]],
+ ['linearvaluesmoother_343',['LinearValueSmoother',['../classLinearValueSmoother.html',1,'']]],
+ ['linecap_344',['lineCap',['../classNanoVG.html#a95dfc697ae6fe9c8d525430c09f839d1',1,'NanoVG']]],
+ ['linejoin_345',['lineJoin',['../classNanoVG.html#a73767c9ade6a757bc6e1f4a2d45bdaeb',1,'NanoVG']]],
+ ['lineto_346',['lineTo',['../classNanoVG.html#a63f509eaeb04475a8541ed8e846f352f',1,'NanoVG']]],
+ ['listallfiles_347',['listAllFiles',['../structFileBrowserOptions_1_1Buttons.html#ac8174fbcf8d85ef5abece32114c234d5',1,'FileBrowserOptions::Buttons']]],
+ ['loadfrommemory_348',['loadFromMemory',['../classCairoImage.html#a861bdbb5cd592feaef43e2202397deed',1,'CairoImage::loadFromMemory()'],['../classImageBase.html#a1d7893360e704dff3f2da11e7750359c',1,'ImageBase::loadFromMemory(const char *rawData, uint width, uint height, ImageFormat format=kImageFormatBGRA) noexcept'],['../classImageBase.html#a2c922b2ba7133937e74e1629fdde4f0e',1,'ImageBase::loadFromMemory(const char *rawData, const Size< uint > &size, ImageFormat format=kImageFormatBGRA) noexcept'],['../classOpenGLImage.html#a5ee11a12fb84219cf5216396c1cf3c0a',1,'OpenGLImage::loadFromMemory()'],['../classVulkanImage.html#afdf45f3e60f4a5a4805402b312bc8d5f',1,'VulkanImage::loadFromMemory()']]],
+ ['loadfrompng_349',['loadFromPNG',['../classCairoImage.html#a94c1707943b9874e362e11473bdcf768',1,'CairoImage']]],
+ ['loadprogram_350',['loadProgram',['../classPlugin.html#a44eb1bfcc3a3e5949ad053fc9ce55ce8',1,'Plugin']]],
+ ['loadsharedresources_351',['loadSharedResources',['../classNanoVG.html#a210f19213fef82c2c7d8797e7cfea8aa',1,'NanoVG']]]
];
diff --git a/search/all_b.js b/search/all_b.js
index 1abb4a18..7741fa72 100644
--- a/search/all_b.js
+++ b/search/all_b.js
@@ -1,17 +1,18 @@
var searchData=
[
- ['main_20classes_334',['Main Classes',['../group__MainClasses.html',1,'']]],
- ['math_20related_20functions_335',['Math related functions',['../group__MathFunctions.html',1,'']]],
- ['max_336',['max',['../structParameterRanges.html#a175c78c905c598df929a4450e4d2a2a0',1,'ParameterRanges']]],
- ['midicc_337',['midiCC',['../structParameter.html#a5389731e4cd95cac10af9aec9aa7b202',1,'Parameter']]],
- ['midievent_338',['MidiEvent',['../structMidiEvent.html',1,'']]],
- ['min_339',['min',['../structParameterRanges.html#a63c40988463a8ace9d0e9e55a00f3c7b',1,'ParameterRanges']]],
- ['miscellaneous_20functions_340',['Miscellaneous functions',['../group__MiscellaneousFunctions.html',1,'']]],
- ['miterlimit_341',['miterLimit',['../classNanoVG.html#a8a5ade44d39d21f28dcd02d27da62d14',1,'NanoVG']]],
- ['mod_342',['mod',['../structWidget_1_1BaseEvent.html#a227a57d145561c7d07596a702f20d448',1,'Widget::BaseEvent']]],
- ['motionevent_343',['MotionEvent',['../structWidget_1_1MotionEvent.html#a0d2bf8f5c66002bb129968f10e0cc082',1,'Widget::MotionEvent::MotionEvent()'],['../structWidget_1_1MotionEvent.html',1,'Widget::MotionEvent']]],
- ['mouseevent_344',['MouseEvent',['../structWidget_1_1MouseEvent.html#aa37fee8a593c62c53e4ca5c67ad9278f',1,'Widget::MouseEvent::MouseEvent()'],['../structWidget_1_1MouseEvent.html',1,'Widget::MouseEvent']]],
- ['moveby_345',['moveBy',['../classPoint.html#a541cdef0c235dc26d79c0b6ee7118346',1,'Point::moveBy(const T &x, const T &y) noexcept'],['../classPoint.html#a678019258549ab43e7bb1ad34f212d15',1,'Point::moveBy(const Point< T > &pos) noexcept'],['../classLine.html#a47c83b136a3d4df6ac688ac41126b967',1,'Line::moveBy(const T &x, const T &y) noexcept'],['../classLine.html#af287984efeaf15d632a715f884194dab',1,'Line::moveBy(const Point< T > &pos) noexcept'],['../classRectangle.html#a040f154cde2faff853fd0bde9ca884b9',1,'Rectangle::moveBy(const T &x, const T &y) noexcept'],['../classRectangle.html#a9e81627f1201111f0e36cce15e317000',1,'Rectangle::moveBy(const Point< T > &pos) noexcept']]],
- ['moveto_346',['moveTo',['../classNanoVG.html#af1ac0918567c17c93e0586c4284e04b9',1,'NanoVG']]],
- ['mutex_347',['Mutex',['../classMutex.html',1,'']]]
+ ['main_20classes_352',['Main Classes',['../group__MainClasses.html',1,'']]],
+ ['math_20related_20functions_353',['Math related functions',['../group__MathFunctions.html',1,'']]],
+ ['max_354',['max',['../structParameterRanges.html#a175c78c905c598df929a4450e4d2a2a0',1,'ParameterRanges']]],
+ ['midicc_355',['midiCC',['../structParameter.html#a5389731e4cd95cac10af9aec9aa7b202',1,'Parameter']]],
+ ['midievent_356',['MidiEvent',['../structMidiEvent.html',1,'']]],
+ ['min_357',['min',['../structParameterRanges.html#a63c40988463a8ace9d0e9e55a00f3c7b',1,'ParameterRanges']]],
+ ['minus_358',['minus',['../structColor.html#a9649cf7255a6241a7b08fda056875853',1,'Color::minus(int value) const noexcept'],['../structColor.html#abbd3f5d38f0b344179c7fd1aa6561fa3',1,'Color::minus(float value) const noexcept']]],
+ ['miscellaneous_20functions_359',['Miscellaneous functions',['../group__MiscellaneousFunctions.html',1,'']]],
+ ['miterlimit_360',['miterLimit',['../classNanoVG.html#a8a5ade44d39d21f28dcd02d27da62d14',1,'NanoVG']]],
+ ['mod_361',['mod',['../structWidget_1_1BaseEvent.html#a227a57d145561c7d07596a702f20d448',1,'Widget::BaseEvent']]],
+ ['motionevent_362',['MotionEvent',['../structWidget_1_1MotionEvent.html#a0d2bf8f5c66002bb129968f10e0cc082',1,'Widget::MotionEvent::MotionEvent()'],['../structWidget_1_1MotionEvent.html',1,'Widget::MotionEvent']]],
+ ['mouseevent_363',['MouseEvent',['../structWidget_1_1MouseEvent.html#aa37fee8a593c62c53e4ca5c67ad9278f',1,'Widget::MouseEvent::MouseEvent()'],['../structWidget_1_1MouseEvent.html',1,'Widget::MouseEvent']]],
+ ['moveby_364',['moveBy',['../classPoint.html#a541cdef0c235dc26d79c0b6ee7118346',1,'Point::moveBy(const T &x, const T &y) noexcept'],['../classPoint.html#a678019258549ab43e7bb1ad34f212d15',1,'Point::moveBy(const Point< T > &pos) noexcept'],['../classLine.html#a47c83b136a3d4df6ac688ac41126b967',1,'Line::moveBy(const T &x, const T &y) noexcept'],['../classLine.html#af287984efeaf15d632a715f884194dab',1,'Line::moveBy(const Point< T > &pos) noexcept'],['../classRectangle.html#a040f154cde2faff853fd0bde9ca884b9',1,'Rectangle::moveBy(const T &x, const T &y) noexcept'],['../classRectangle.html#a9e81627f1201111f0e36cce15e317000',1,'Rectangle::moveBy(const Point< T > &pos) noexcept']]],
+ ['moveto_365',['moveTo',['../classNanoVG.html#af1ac0918567c17c93e0586c4284e04b9',1,'NanoVG']]],
+ ['mutex_366',['Mutex',['../classMutex.html',1,'']]]
];
diff --git a/search/all_c.js b/search/all_c.js
index eff78802..2e3b8f53 100644
--- a/search/all_c.js
+++ b/search/all_c.js
@@ -1,9 +1,9 @@
var searchData=
[
- ['name_348',['name',['../structAudioPort.html#adb3b58f79131b653d6b2adfa3ea07e5c',1,'AudioPort::name()'],['../structParameter.html#ae63c1fcfb20e320bada1f58c04ff18da',1,'Parameter::name()'],['../structPortGroup.html#af3ab9eaf5eb1ad8165fc43b4518d2c5b',1,'PortGroup::name()']]],
- ['namespace_20macros_349',['Namespace Macros',['../group__NamespaceMacros.html',1,'']]],
- ['nanobasewidget_350',['NanoBaseWidget',['../classNanoBaseWidget.html#a02c2567d5cefb6f508a49b544364b2cd',1,'NanoBaseWidget::NanoBaseWidget(Window &windowToMapTo, int flags=CREATE_ANTIALIAS)'],['../classNanoBaseWidget.html#a595d332ead95b9102a16f8f9bc53a8e8',1,'NanoBaseWidget::NanoBaseWidget(Application &app, Window &transientParentWindow, int flags=CREATE_ANTIALIAS)'],['../classNanoBaseWidget.html#a4f7e3ad95f8f5ba93fb2e452afd88115',1,'NanoBaseWidget::NanoBaseWidget(Application &app, int flags=CREATE_ANTIALIAS)'],['../classNanoBaseWidget.html',1,'NanoBaseWidget< BaseWidget >'],['../classNanoBaseWidget.html#a375e45a4686a29c925f089bd2fa9457c',1,'NanoBaseWidget::NanoBaseWidget(NanoBaseWidget< TopLevelWidget > *parentWidget)'],['../classNanoBaseWidget.html#a2914a53d3ddc6bbc5e91a54c2b2bfc47',1,'NanoBaseWidget::NanoBaseWidget(NanoBaseWidget< SubWidget > *parentWidget)'],['../classNanoBaseWidget.html#ae3d5de903a78228b8b657ce89979b958',1,'NanoBaseWidget::NanoBaseWidget(Widget *parentWidget, int flags=CREATE_ANTIALIAS)']]],
- ['nanoimage_351',['NanoImage',['../classNanoImage.html#a5bf22d2002986c3b81f3b38ec8abf4a5',1,'NanoImage::NanoImage()'],['../classNanoImage.html#ae822e33bed10563f4bd1898ae18afe8e',1,'NanoImage::NanoImage(const Handle &handle)'],['../classNanoImage.html',1,'NanoImage']]],
- ['nanovg_352',['NanoVG',['../classNanoVG.html',1,'NanoVG'],['../classNanoVG.html#a79dfc0b6c38ec95cef030df2b7a663ef',1,'NanoVG::NanoVG(int flags=CREATE_ANTIALIAS)'],['../classNanoVG.html#a318e768012e73c0291cf6d3b24f37819',1,'NanoVG::NanoVG(NVGcontext *context)']]],
- ['nextevent_353',['nextEvent',['../structAudioMidiSyncHelper.html#a43f354c1520893449d81a27b3e7a81fe',1,'AudioMidiSyncHelper']]]
+ ['name_367',['name',['../structAudioPort.html#adb3b58f79131b653d6b2adfa3ea07e5c',1,'AudioPort::name()'],['../structParameter.html#ae63c1fcfb20e320bada1f58c04ff18da',1,'Parameter::name()'],['../structPortGroup.html#af3ab9eaf5eb1ad8165fc43b4518d2c5b',1,'PortGroup::name()']]],
+ ['namespace_20macros_368',['Namespace Macros',['../group__NamespaceMacros.html',1,'']]],
+ ['nanobasewidget_369',['NanoBaseWidget',['../classNanoBaseWidget.html#a02c2567d5cefb6f508a49b544364b2cd',1,'NanoBaseWidget::NanoBaseWidget(Window &windowToMapTo, int flags=CREATE_ANTIALIAS)'],['../classNanoBaseWidget.html#a595d332ead95b9102a16f8f9bc53a8e8',1,'NanoBaseWidget::NanoBaseWidget(Application &app, Window &transientParentWindow, int flags=CREATE_ANTIALIAS)'],['../classNanoBaseWidget.html#a4f7e3ad95f8f5ba93fb2e452afd88115',1,'NanoBaseWidget::NanoBaseWidget(Application &app, int flags=CREATE_ANTIALIAS)'],['../classNanoBaseWidget.html',1,'NanoBaseWidget< BaseWidget >'],['../classNanoBaseWidget.html#a375e45a4686a29c925f089bd2fa9457c',1,'NanoBaseWidget::NanoBaseWidget(NanoBaseWidget< TopLevelWidget > *parentWidget)'],['../classNanoBaseWidget.html#a2914a53d3ddc6bbc5e91a54c2b2bfc47',1,'NanoBaseWidget::NanoBaseWidget(NanoBaseWidget< SubWidget > *parentWidget)'],['../classNanoBaseWidget.html#ae3d5de903a78228b8b657ce89979b958',1,'NanoBaseWidget::NanoBaseWidget(Widget *parentWidget, int flags=CREATE_ANTIALIAS)']]],
+ ['nanoimage_370',['NanoImage',['../classNanoImage.html#a5bf22d2002986c3b81f3b38ec8abf4a5',1,'NanoImage::NanoImage()'],['../classNanoImage.html#ae822e33bed10563f4bd1898ae18afe8e',1,'NanoImage::NanoImage(const Handle &handle)'],['../classNanoImage.html',1,'NanoImage']]],
+ ['nanovg_371',['NanoVG',['../classNanoVG.html',1,'NanoVG'],['../classNanoVG.html#a79dfc0b6c38ec95cef030df2b7a663ef',1,'NanoVG::NanoVG(int flags=CREATE_ANTIALIAS)'],['../classNanoVG.html#a318e768012e73c0291cf6d3b24f37819',1,'NanoVG::NanoVG(NVGcontext *context)']]],
+ ['nextevent_372',['nextEvent',['../structAudioMidiSyncHelper.html#a43f354c1520893449d81a27b3e7a81fe',1,'AudioMidiSyncHelper']]]
];
diff --git a/search/all_d.js b/search/all_d.js
index 3b5518d7..a8369033 100644
--- a/search/all_d.js
+++ b/search/all_d.js
@@ -1,30 +1,30 @@
var searchData=
[
- ['oldpos_354',['oldPos',['../structWidget_1_1PositionChangedEvent.html#ab722a13acfc378f562a484c375a62d5d',1,'Widget::PositionChangedEvent']]],
- ['oldsize_355',['oldSize',['../structWidget_1_1ResizeEvent.html#a91546ab4b305f914b8ce144bd0f88960',1,'Widget::ResizeEvent']]],
- ['oncairodisplay_356',['onCairoDisplay',['../classCairoBaseWidget.html#a2d59f5625d6e948ccbf7a9d2b3b00adf',1,'CairoBaseWidget']]],
- ['oncharacterinput_357',['onCharacterInput',['../classWidget.html#ad7fb24de24d8809305b04ff3750f0dea',1,'Widget::onCharacterInput()'],['../classTopLevelWidget.html#a567153ae0853e56553c9569dc61ed913',1,'TopLevelWidget::onCharacterInput()']]],
- ['onclipboarddataoffer_358',['onClipboardDataOffer',['../classWindow.html#a0d6c68dee413b400e599f715f2e3b5e7',1,'Window']]],
- ['onclose_359',['onClose',['../classWindow.html#a979cfd2bc52650f07b789217d6c6f570',1,'Window']]],
- ['ondisplay_360',['onDisplay',['../classImageBaseAboutWindow.html#a3e675bef6bb84375cb762767d216e8f7',1,'ImageBaseAboutWindow::onDisplay()'],['../classImageBaseButton.html#a4a3eaf5367a91d43465ffca09464b8ad',1,'ImageBaseButton::onDisplay()'],['../classImageBaseKnob.html#a9a4d1a1ff6fe7e51be7491148c20d1c5',1,'ImageBaseKnob::onDisplay()'],['../classImageBaseSlider.html#ad51cf7404dd7791eaa83126f346ae6c5',1,'ImageBaseSlider::onDisplay()'],['../classImageBaseSwitch.html#aee9ad32db22d06c98b37d4b62904f92b',1,'ImageBaseSwitch::onDisplay()'],['../classWidget.html#ae1554f348fe3b2f9d4c3c5c4f9ec55bd',1,'Widget::onDisplay()']]],
- ['onfileselected_361',['onFileSelected',['../classWindow.html#a887287be0807b58aa701139c802939a3',1,'Window']]],
- ['onfocus_362',['onFocus',['../classWindow.html#a754415613248bd3b5068d76c4cfe3704',1,'Window']]],
- ['onkeyboard_363',['onKeyboard',['../classImageBaseAboutWindow.html#a239bf25a7ac8063d2cf3d4db250396e2',1,'ImageBaseAboutWindow::onKeyboard()'],['../classTopLevelWidget.html#a7b182e276662bc32aa0fcd7b07dfe4d0',1,'TopLevelWidget::onKeyboard()'],['../classWidget.html#a9fa874aede538b41348f1029524aea11',1,'Widget::onKeyboard(const KeyboardEvent &)']]],
- ['onmotion_364',['onMotion',['../classWidget.html#a655569fb78a598652e9f24cefa1fe4a5',1,'Widget::onMotion()'],['../classTopLevelWidget.html#ac640eb913196c9edb68e5d52df4a89cb',1,'TopLevelWidget::onMotion()'],['../classImageBaseSlider.html#a2b50b9c33b7f0685c6d3037afe65ebae',1,'ImageBaseSlider::onMotion()'],['../classImageBaseKnob.html#ab7fc0602637a98d5a0a5ecfd74557636',1,'ImageBaseKnob::onMotion()'],['../classImageBaseButton.html#a6333af8b73082f6b4dff77cf690be82d',1,'ImageBaseButton::onMotion()']]],
- ['onmouse_365',['onMouse',['../classTopLevelWidget.html#a8ceccb37de18c8e3b21fbf64ad58981c',1,'TopLevelWidget::onMouse()'],['../classImageBaseKnob.html#a6cd97ff56064b28a56d1321508e29f8b',1,'ImageBaseKnob::onMouse()'],['../classImageBaseSlider.html#af1caea46d10b3decd14ad795e0a58a9d',1,'ImageBaseSlider::onMouse()'],['../classImageBaseSwitch.html#a6912be0532a24c33e6dac851779fc8f0',1,'ImageBaseSwitch::onMouse()'],['../classImageBaseButton.html#a643f3c0429d514c70c7a1333829f6cf8',1,'ImageBaseButton::onMouse()'],['../classImageBaseAboutWindow.html#ad2c3d4c6943a5562574baf60f58de483',1,'ImageBaseAboutWindow::onMouse()'],['../classWidget.html#a097ec1d56a06bdc9e0a4e54880def378',1,'Widget::onMouse()']]],
- ['onnanodisplay_366',['onNanoDisplay',['../classNanoBaseWidget.html#a77a197095bf9bf6fd6ff40145746c9b9',1,'NanoBaseWidget']]],
- ['onpositionchanged_367',['onPositionChanged',['../classSubWidget.html#a80ac88898a4a87047d63a7e49a5a0946',1,'SubWidget']]],
- ['onreshape_368',['onReshape',['../classWindow.html#a04207502372d42d0d17604b104c1d8d6',1,'Window']]],
- ['onresize_369',['onResize',['../classWidget.html#acc0365ec4b9245bdffb8d0285be55dea',1,'Widget']]],
- ['onscalefactorchanged_370',['onScaleFactorChanged',['../classWindow.html#a306742ddc21c7c41f59b41e5761a38c7',1,'Window']]],
- ['onscroll_371',['onScroll',['../classImageBaseKnob.html#aeb9c35449f4b48741ceb8ba8253648bb',1,'ImageBaseKnob::onScroll()'],['../classTopLevelWidget.html#a412a6ce96a4ef7f64396e312ad072f9d',1,'TopLevelWidget::onScroll()'],['../classWidget.html#a0d78d28bd4a98c3a016a38091b2d4185',1,'Widget::onScroll(const ScrollEvent &)']]],
- ['onspecial_372',['onSpecial',['../classWidget.html#a3b42652fcb2f95c6f86bdd43a1727507',1,'Widget']]],
- ['openfilebrowser_373',['openFileBrowser',['../classWindow.html#a56ed4c181deb56c7fcec2b2cfe7295bd',1,'Window']]],
- ['openglgraphicscontext_374',['OpenGLGraphicsContext',['../structOpenGLGraphicsContext.html',1,'']]],
- ['openglimage_375',['OpenGLImage',['../classOpenGLImage.html',1,'OpenGLImage'],['../classOpenGLImage.html#a9f6ac5e7437a8a0aaa28bc298ab9350f',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, GLenum glFormat)'],['../classOpenGLImage.html#a729ba128952454d53054e23ea9d3a73f',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, GLenum glFormat)'],['../classOpenGLImage.html#a9cd14d74c793c77c3ee3a8f9d291a706',1,'OpenGLImage::OpenGLImage(const OpenGLImage &image)'],['../classOpenGLImage.html#af61ca1a163bae128817d3ad0ea6095f4',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#ab3846413c806171a98ec3f41f5db20a8',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#a7292ff9abcd2137c0cf8d7c0d57d1eb5',1,'OpenGLImage::OpenGLImage()']]],
- ['operator_20objecttype_20_2a_376',['operator ObjectType *',['../classScopedPointer.html#af7c241c736d79754fd6f8d305cce8bc3',1,'ScopedPointer']]],
- ['operator_2a_377',['operator*',['../classScopedPointer.html#a2f48458a1656a6ef1bd35cb8452eed35',1,'ScopedPointer']]],
- ['operator_2d_3e_378',['operator->',['../classScopedPointer.html#a6eedc84349cbe629cc1abb79ffa74e87',1,'ScopedPointer']]],
- ['operator_3d_379',['operator=',['../classScopedPointer.html#afefc7940828d72c056e03804cd6bea9f',1,'ScopedPointer::operator=(ScopedPointer &objectToTransferFrom)'],['../classScopedPointer.html#a88ee7f038e57471539d3181141c0390e',1,'ScopedPointer::operator=(ObjectType *const newObjectToTakePossessionOf)'],['../classCairoImage.html#af5f422a5a77f4639a907f8e5dde29ef7',1,'CairoImage::operator=()'],['../classImageBase.html#ac352a5a4291cd0945c663b17631598dc',1,'ImageBase::operator=()'],['../classNanoImage.html#a50e5456835e48157abc365a1e095f591',1,'NanoImage::operator=()'],['../classOpenGLImage.html#a289cbeb6a607985c323e0cd5a8fbd19a',1,'OpenGLImage::operator=()'],['../classVulkanImage.html#ae99740f2a1bdaa98e67c8fcfbdec9423',1,'VulkanImage::operator=()']]],
- ['outputs_380',['outputs',['../structAudioMidiSyncHelper.html#a7b54cae0fdaae3d23aaccf2dbb9344ef',1,'AudioMidiSyncHelper']]]
+ ['oldpos_373',['oldPos',['../structWidget_1_1PositionChangedEvent.html#ab722a13acfc378f562a484c375a62d5d',1,'Widget::PositionChangedEvent']]],
+ ['oldsize_374',['oldSize',['../structWidget_1_1ResizeEvent.html#a91546ab4b305f914b8ce144bd0f88960',1,'Widget::ResizeEvent']]],
+ ['oncairodisplay_375',['onCairoDisplay',['../classCairoBaseWidget.html#a2d59f5625d6e948ccbf7a9d2b3b00adf',1,'CairoBaseWidget']]],
+ ['oncharacterinput_376',['onCharacterInput',['../classWidget.html#ad7fb24de24d8809305b04ff3750f0dea',1,'Widget::onCharacterInput()'],['../classTopLevelWidget.html#a567153ae0853e56553c9569dc61ed913',1,'TopLevelWidget::onCharacterInput()']]],
+ ['onclipboarddataoffer_377',['onClipboardDataOffer',['../classWindow.html#a0d6c68dee413b400e599f715f2e3b5e7',1,'Window']]],
+ ['onclose_378',['onClose',['../classWindow.html#a979cfd2bc52650f07b789217d6c6f570',1,'Window']]],
+ ['ondisplay_379',['onDisplay',['../classImageBaseAboutWindow.html#a3e675bef6bb84375cb762767d216e8f7',1,'ImageBaseAboutWindow::onDisplay()'],['../classImageBaseButton.html#a4a3eaf5367a91d43465ffca09464b8ad',1,'ImageBaseButton::onDisplay()'],['../classImageBaseKnob.html#a9a4d1a1ff6fe7e51be7491148c20d1c5',1,'ImageBaseKnob::onDisplay()'],['../classImageBaseSlider.html#ad51cf7404dd7791eaa83126f346ae6c5',1,'ImageBaseSlider::onDisplay()'],['../classImageBaseSwitch.html#aee9ad32db22d06c98b37d4b62904f92b',1,'ImageBaseSwitch::onDisplay()'],['../classWidget.html#ae1554f348fe3b2f9d4c3c5c4f9ec55bd',1,'Widget::onDisplay()']]],
+ ['onfileselected_380',['onFileSelected',['../classWindow.html#a887287be0807b58aa701139c802939a3',1,'Window']]],
+ ['onfocus_381',['onFocus',['../classWindow.html#a754415613248bd3b5068d76c4cfe3704',1,'Window']]],
+ ['onkeyboard_382',['onKeyboard',['../classImageBaseAboutWindow.html#a239bf25a7ac8063d2cf3d4db250396e2',1,'ImageBaseAboutWindow::onKeyboard()'],['../classTopLevelWidget.html#a7b182e276662bc32aa0fcd7b07dfe4d0',1,'TopLevelWidget::onKeyboard()'],['../classWidget.html#a9fa874aede538b41348f1029524aea11',1,'Widget::onKeyboard(const KeyboardEvent &)']]],
+ ['onmotion_383',['onMotion',['../classWidget.html#a655569fb78a598652e9f24cefa1fe4a5',1,'Widget::onMotion()'],['../classTopLevelWidget.html#ac640eb913196c9edb68e5d52df4a89cb',1,'TopLevelWidget::onMotion()'],['../classImageBaseSlider.html#a2b50b9c33b7f0685c6d3037afe65ebae',1,'ImageBaseSlider::onMotion()'],['../classImageBaseKnob.html#ab7fc0602637a98d5a0a5ecfd74557636',1,'ImageBaseKnob::onMotion()'],['../classImageBaseButton.html#a6333af8b73082f6b4dff77cf690be82d',1,'ImageBaseButton::onMotion()']]],
+ ['onmouse_384',['onMouse',['../classTopLevelWidget.html#a8ceccb37de18c8e3b21fbf64ad58981c',1,'TopLevelWidget::onMouse()'],['../classImageBaseKnob.html#a6cd97ff56064b28a56d1321508e29f8b',1,'ImageBaseKnob::onMouse()'],['../classImageBaseSlider.html#af1caea46d10b3decd14ad795e0a58a9d',1,'ImageBaseSlider::onMouse()'],['../classImageBaseSwitch.html#a6912be0532a24c33e6dac851779fc8f0',1,'ImageBaseSwitch::onMouse()'],['../classImageBaseButton.html#a643f3c0429d514c70c7a1333829f6cf8',1,'ImageBaseButton::onMouse()'],['../classImageBaseAboutWindow.html#ad2c3d4c6943a5562574baf60f58de483',1,'ImageBaseAboutWindow::onMouse()'],['../classWidget.html#a097ec1d56a06bdc9e0a4e54880def378',1,'Widget::onMouse()']]],
+ ['onnanodisplay_385',['onNanoDisplay',['../classNanoBaseWidget.html#a77a197095bf9bf6fd6ff40145746c9b9',1,'NanoBaseWidget']]],
+ ['onpositionchanged_386',['onPositionChanged',['../classSubWidget.html#a80ac88898a4a87047d63a7e49a5a0946',1,'SubWidget']]],
+ ['onreshape_387',['onReshape',['../classWindow.html#a04207502372d42d0d17604b104c1d8d6',1,'Window']]],
+ ['onresize_388',['onResize',['../classWidget.html#acc0365ec4b9245bdffb8d0285be55dea',1,'Widget']]],
+ ['onscalefactorchanged_389',['onScaleFactorChanged',['../classWindow.html#a306742ddc21c7c41f59b41e5761a38c7',1,'Window']]],
+ ['onscroll_390',['onScroll',['../classImageBaseKnob.html#aeb9c35449f4b48741ceb8ba8253648bb',1,'ImageBaseKnob::onScroll()'],['../classTopLevelWidget.html#a412a6ce96a4ef7f64396e312ad072f9d',1,'TopLevelWidget::onScroll()'],['../classWidget.html#a0d78d28bd4a98c3a016a38091b2d4185',1,'Widget::onScroll(const ScrollEvent &)']]],
+ ['onspecial_391',['onSpecial',['../classWidget.html#a3b42652fcb2f95c6f86bdd43a1727507',1,'Widget']]],
+ ['openfilebrowser_392',['openFileBrowser',['../classWindow.html#a56ed4c181deb56c7fcec2b2cfe7295bd',1,'Window']]],
+ ['openglgraphicscontext_393',['OpenGLGraphicsContext',['../structOpenGLGraphicsContext.html',1,'']]],
+ ['openglimage_394',['OpenGLImage',['../classOpenGLImage.html',1,'OpenGLImage'],['../classOpenGLImage.html#a9f6ac5e7437a8a0aaa28bc298ab9350f',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, GLenum glFormat)'],['../classOpenGLImage.html#a729ba128952454d53054e23ea9d3a73f',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, GLenum glFormat)'],['../classOpenGLImage.html#a9cd14d74c793c77c3ee3a8f9d291a706',1,'OpenGLImage::OpenGLImage(const OpenGLImage &image)'],['../classOpenGLImage.html#af61ca1a163bae128817d3ad0ea6095f4',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#ab3846413c806171a98ec3f41f5db20a8',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#a7292ff9abcd2137c0cf8d7c0d57d1eb5',1,'OpenGLImage::OpenGLImage()']]],
+ ['operator_20objecttype_20_2a_395',['operator ObjectType *',['../classScopedPointer.html#af7c241c736d79754fd6f8d305cce8bc3',1,'ScopedPointer']]],
+ ['operator_2a_396',['operator*',['../classScopedPointer.html#a2f48458a1656a6ef1bd35cb8452eed35',1,'ScopedPointer']]],
+ ['operator_2d_3e_397',['operator->',['../classScopedPointer.html#a6eedc84349cbe629cc1abb79ffa74e87',1,'ScopedPointer']]],
+ ['operator_3d_398',['operator=',['../classScopedPointer.html#afefc7940828d72c056e03804cd6bea9f',1,'ScopedPointer::operator=(ScopedPointer &objectToTransferFrom)'],['../classScopedPointer.html#a88ee7f038e57471539d3181141c0390e',1,'ScopedPointer::operator=(ObjectType *const newObjectToTakePossessionOf)'],['../classCairoImage.html#af5f422a5a77f4639a907f8e5dde29ef7',1,'CairoImage::operator=()'],['../classImageBase.html#ac352a5a4291cd0945c663b17631598dc',1,'ImageBase::operator=()'],['../classNanoImage.html#a50e5456835e48157abc365a1e095f591',1,'NanoImage::operator=()'],['../classOpenGLImage.html#a289cbeb6a607985c323e0cd5a8fbd19a',1,'OpenGLImage::operator=()'],['../classVulkanImage.html#ae99740f2a1bdaa98e67c8fcfbdec9423',1,'VulkanImage::operator=()']]],
+ ['outputs_399',['outputs',['../structAudioMidiSyncHelper.html#a7b54cae0fdaae3d23aaccf2dbb9344ef',1,'AudioMidiSyncHelper']]]
];
diff --git a/search/all_e.js b/search/all_e.js
index 546f23fb..5d957255 100644
--- a/search/all_e.js
+++ b/search/all_e.js
@@ -1,26 +1,28 @@
var searchData=
[
- ['paint_381',['Paint',['../structNanoVG_1_1Paint.html',1,'NanoVG']]],
- ['parameter_382',['Parameter',['../structParameter.html',1,'Parameter'],['../structParameter.html#af0c5eeebedfe0058775a7ff4d904b6ab',1,'Parameter::Parameter(uint32_t h, const char *n, const char *s, const char *u, float def, float min, float max) noexcept'],['../structParameter.html#a12ced87d6d832deccb6c8ce2c8313b2e',1,'Parameter::Parameter() noexcept']]],
- ['parameter_20hints_383',['Parameter Hints',['../group__ParameterHints.html',1,'']]],
- ['parameterchanged_384',['parameterChanged',['../classUI.html#ab3086d302a9685b25abf144ade3e88f6',1,'UI']]],
- ['parameterdesignation_385',['ParameterDesignation',['../group__BasePluginStructs.html#ga9a7e733c40008f92e96e2ccf24f890de',1,'DistrhoPlugin.hpp']]],
- ['parameterenumerationvalue_386',['ParameterEnumerationValue',['../structParameterEnumerationValue.html',1,'ParameterEnumerationValue'],['../structParameterEnumerationValue.html#aad073d95adfcd8ec01767490fbd69f68',1,'ParameterEnumerationValue::ParameterEnumerationValue(float v, const char *l) noexcept'],['../structParameterEnumerationValue.html#a169e558182f93aadd2e66819a981a3f9',1,'ParameterEnumerationValue::ParameterEnumerationValue() noexcept']]],
- ['parameterenumerationvalues_387',['ParameterEnumerationValues',['../structParameterEnumerationValues.html#ab1bbcf39e2efae872e9b8dbde17a045a',1,'ParameterEnumerationValues::ParameterEnumerationValues() noexcept'],['../structParameterEnumerationValues.html#a109591a3392e28362de7e1e474f75ae2',1,'ParameterEnumerationValues::ParameterEnumerationValues(uint32_t c, bool r, ParameterEnumerationValue *v) noexcept'],['../structParameterEnumerationValues.html',1,'ParameterEnumerationValues']]],
- ['parameterranges_388',['ParameterRanges',['../structParameterRanges.html#adb9b2712df3401eb0c5e11362d865d4e',1,'ParameterRanges::ParameterRanges() noexcept'],['../structParameterRanges.html#a75337384c041ef8cd1a1cd2ba57ac205',1,'ParameterRanges::ParameterRanges(float df, float mn, float mx) noexcept'],['../structParameterRanges.html',1,'ParameterRanges']]],
- ['pathwinding_389',['pathWinding',['../classNanoVG.html#aaf7f45fc45cf920d261a8b2cfebf9026',1,'NanoVG']]],
- ['playing_390',['playing',['../structTimePosition.html#a35db424bdf8ec01102a4fa6346c45574',1,'TimePosition']]],
- ['plugin_391',['Plugin',['../classPlugin.html#acb5a3632da5a5c4110172a3a78e1fd32',1,'Plugin::Plugin()'],['../classPlugin.html',1,'Plugin']]],
- ['plugin_20helper_20classes_392',['Plugin helper classes',['../group__PluginHelperClasses.html',1,'']]],
- ['plugin_20macros_393',['Plugin Macros',['../group__PluginMacros.html',1,'']]],
- ['plugin_20related_20utilities_394',['Plugin related utilities',['../group__PluginRelatedUtilities.html',1,'(Global Namespace)'],['../group__StandalonePluginRelatedUtilities.html',1,'(Global Namespace)']]],
- ['point_395',['Point',['../classPoint.html#ada3e3f5f840cf70db3c7f884843a3d01',1,'Point::Point() noexcept'],['../classPoint.html#a273b90bf5380bacd6e58582ef9ce35f7',1,'Point::Point(const T &x, const T &y) noexcept'],['../classPoint.html#a31393ac57c0140243e8723f9cd9106bb',1,'Point::Point(const Point< T > &pos) noexcept'],['../classPoint.html',1,'Point< T >']]],
- ['point_3c_20double_20_3e_396',['Point< double >',['../classPoint.html',1,'']]],
- ['point_3c_20int_20_3e_397',['Point< int >',['../classPoint.html',1,'']]],
- ['portgroup_398',['PortGroup',['../structPortGroup.html',1,'']]],
- ['pos_399',['pos',['../structWidget_1_1PositionChangedEvent.html#ab7364cb80073ed1fc981d5685a8e9942',1,'Widget::PositionChangedEvent::pos()'],['../structWidget_1_1ScrollEvent.html#aea1e954d9e6aaee6b3f6131a1ca7aecf',1,'Widget::ScrollEvent::pos()'],['../structWidget_1_1MotionEvent.html#a8024c6f2f0027bb046b152d003b2527a',1,'Widget::MotionEvent::pos()'],['../structWidget_1_1MouseEvent.html#a11c6d85adf87424c392d866579149770',1,'Widget::MouseEvent::pos()']]],
- ['positionchangedevent_400',['PositionChangedEvent',['../structWidget_1_1PositionChangedEvent.html#aa6360f57c0314621b04d049708bea45c',1,'Widget::PositionChangedEvent::PositionChangedEvent()'],['../structWidget_1_1PositionChangedEvent.html',1,'Widget::PositionChangedEvent']]],
- ['predefinedportgroupsids_401',['PredefinedPortGroupsIds',['../group__BasePluginStructs.html#ga177ca6eb2528109ec4a130a643e8c70a',1,'DistrhoPlugin.hpp']]],
- ['press_402',['press',['../structWidget_1_1KeyboardEvent.html#a8169fe04d78fb7bb4052ec7bc820da43',1,'Widget::KeyboardEvent::press()'],['../structWidget_1_1MouseEvent.html#ab65f0309f44fab0bf329b4ade9b53fcb',1,'Widget::MouseEvent::press()']]],
- ['programloaded_403',['programLoaded',['../classUI.html#a2f043dd1b2e179248a19918c5483cfae',1,'UI']]]
+ ['paint_400',['Paint',['../structNanoVG_1_1Paint.html',1,'NanoVG']]],
+ ['parameter_401',['Parameter',['../structParameter.html',1,'Parameter'],['../structParameter.html#af0c5eeebedfe0058775a7ff4d904b6ab',1,'Parameter::Parameter(uint32_t h, const char *n, const char *s, const char *u, float def, float min, float max) noexcept'],['../structParameter.html#a12ced87d6d832deccb6c8ce2c8313b2e',1,'Parameter::Parameter() noexcept']]],
+ ['parameter_20hints_402',['Parameter Hints',['../group__ParameterHints.html',1,'']]],
+ ['parameterchanged_403',['parameterChanged',['../classUI.html#ab3086d302a9685b25abf144ade3e88f6',1,'UI']]],
+ ['parameterdesignation_404',['ParameterDesignation',['../group__BasePluginStructs.html#ga9a7e733c40008f92e96e2ccf24f890de',1,'DistrhoDetails.hpp']]],
+ ['parameterdesignationsymbols_405',['ParameterDesignationSymbols',['../namespaceParameterDesignationSymbols.html',1,'']]],
+ ['parameterenumerationvalue_406',['ParameterEnumerationValue',['../structParameterEnumerationValue.html',1,'ParameterEnumerationValue'],['../structParameterEnumerationValue.html#aad073d95adfcd8ec01767490fbd69f68',1,'ParameterEnumerationValue::ParameterEnumerationValue(float v, const char *l) noexcept'],['../structParameterEnumerationValue.html#a169e558182f93aadd2e66819a981a3f9',1,'ParameterEnumerationValue::ParameterEnumerationValue() noexcept']]],
+ ['parameterenumerationvalues_407',['ParameterEnumerationValues',['../structParameterEnumerationValues.html#a08cf9d8ef22b0ddd6fb288307a3ff1bf',1,'ParameterEnumerationValues::ParameterEnumerationValues(uint8_t c, bool r, ParameterEnumerationValue *v) noexcept'],['../structParameterEnumerationValues.html#a8f8bc997ceb137ec7ead3b0468f6b0ef',1,'ParameterEnumerationValues::ParameterEnumerationValues() noexcept'],['../structParameterEnumerationValues.html',1,'ParameterEnumerationValues']]],
+ ['parameterranges_408',['ParameterRanges',['../structParameterRanges.html#a9b41c9c726cd92c7c1cc8501b36ad9b6',1,'ParameterRanges::ParameterRanges() noexcept'],['../structParameterRanges.html#a6ba24c6e129e37975fa7afcc15fd48e4',1,'ParameterRanges::ParameterRanges(const float df, const float mn, const float mx) noexcept'],['../structParameterRanges.html',1,'ParameterRanges']]],
+ ['pathwinding_409',['pathWinding',['../classNanoVG.html#aaf7f45fc45cf920d261a8b2cfebf9026',1,'NanoVG']]],
+ ['playing_410',['playing',['../structTimePosition.html#a35db424bdf8ec01102a4fa6346c45574',1,'TimePosition']]],
+ ['plugin_411',['Plugin',['../classPlugin.html#acb5a3632da5a5c4110172a3a78e1fd32',1,'Plugin::Plugin()'],['../classPlugin.html',1,'Plugin']]],
+ ['plugin_20helper_20classes_412',['Plugin helper classes',['../group__PluginHelperClasses.html',1,'']]],
+ ['plugin_20macros_413',['Plugin Macros',['../group__PluginMacros.html',1,'']]],
+ ['plugin_20related_20utilities_414',['Plugin related utilities',['../group__PluginRelatedUtilities.html',1,'(Global Namespace)'],['../group__StandalonePluginRelatedUtilities.html',1,'(Global Namespace)']]],
+ ['plus_415',['plus',['../structColor.html#ad3c9595604828b97c3cf1bfeb323cfbe',1,'Color::plus(int value) const noexcept'],['../structColor.html#a919d9746e01fa6ca7083e17242b371d2',1,'Color::plus(float value) const noexcept']]],
+ ['point_416',['Point',['../classPoint.html#ada3e3f5f840cf70db3c7f884843a3d01',1,'Point::Point() noexcept'],['../classPoint.html#a273b90bf5380bacd6e58582ef9ce35f7',1,'Point::Point(const T &x, const T &y) noexcept'],['../classPoint.html#a31393ac57c0140243e8723f9cd9106bb',1,'Point::Point(const Point< T > &pos) noexcept'],['../classPoint.html',1,'Point< T >']]],
+ ['point_3c_20double_20_3e_417',['Point< double >',['../classPoint.html',1,'']]],
+ ['point_3c_20int_20_3e_418',['Point< int >',['../classPoint.html',1,'']]],
+ ['portgroup_419',['PortGroup',['../structPortGroup.html',1,'']]],
+ ['pos_420',['pos',['../structWidget_1_1PositionChangedEvent.html#ab7364cb80073ed1fc981d5685a8e9942',1,'Widget::PositionChangedEvent::pos()'],['../structWidget_1_1ScrollEvent.html#aea1e954d9e6aaee6b3f6131a1ca7aecf',1,'Widget::ScrollEvent::pos()'],['../structWidget_1_1MotionEvent.html#a8024c6f2f0027bb046b152d003b2527a',1,'Widget::MotionEvent::pos()'],['../structWidget_1_1MouseEvent.html#a11c6d85adf87424c392d866579149770',1,'Widget::MouseEvent::pos()']]],
+ ['positionchangedevent_421',['PositionChangedEvent',['../structWidget_1_1PositionChangedEvent.html#aa6360f57c0314621b04d049708bea45c',1,'Widget::PositionChangedEvent::PositionChangedEvent()'],['../structWidget_1_1PositionChangedEvent.html',1,'Widget::PositionChangedEvent']]],
+ ['predefinedportgroupsids_422',['PredefinedPortGroupsIds',['../group__BasePluginStructs.html#ga177ca6eb2528109ec4a130a643e8c70a',1,'DistrhoDetails.hpp']]],
+ ['press_423',['press',['../structWidget_1_1KeyboardEvent.html#a8169fe04d78fb7bb4052ec7bc820da43',1,'Widget::KeyboardEvent::press()'],['../structWidget_1_1MouseEvent.html#ab65f0309f44fab0bf329b4ade9b53fcb',1,'Widget::MouseEvent::press()']]],
+ ['programloaded_424',['programLoaded',['../classUI.html#a2f043dd1b2e179248a19918c5483cfae',1,'UI']]]
];
diff --git a/search/all_f.js b/search/all_f.js
index 72ae7153..e20fa1fc 100644
--- a/search/all_f.js
+++ b/search/all_f.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['quadto_404',['quadTo',['../classNanoVG.html#ad21dce44617cb0ed89bcafa794c56fde',1,'NanoVG']]],
- ['quit_405',['quit',['../classApplication.html#af77b716ee803aecb2ce1674695dc3986',1,'Application']]]
+ ['quadto_425',['quadTo',['../classNanoVG.html#ad21dce44617cb0ed89bcafa794c56fde',1,'NanoVG']]],
+ ['quit_426',['quit',['../classApplication.html#af77b716ee803aecb2ce1674695dc3986',1,'Application']]]
];
diff --git a/search/classes_0.js b/search/classes_0.js
index 977908b9..be0cf55d 100644
--- a/search/classes_0.js
+++ b/search/classes_0.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['application_604',['Application',['../classApplication.html',1,'']]],
- ['audiomidisynchelper_605',['AudioMidiSyncHelper',['../structAudioMidiSyncHelper.html',1,'']]],
- ['audioport_606',['AudioPort',['../structAudioPort.html',1,'']]]
+ ['application_627',['Application',['../classApplication.html',1,'']]],
+ ['audiomidisynchelper_628',['AudioMidiSyncHelper',['../structAudioMidiSyncHelper.html',1,'']]],
+ ['audioport_629',['AudioPort',['../structAudioPort.html',1,'']]]
];
diff --git a/search/classes_1.js b/search/classes_1.js
index f703ac56..9514cd3f 100644
--- a/search/classes_1.js
+++ b/search/classes_1.js
@@ -1,8 +1,8 @@
var searchData=
[
- ['barbeattick_607',['BarBeatTick',['../structTimePosition_1_1BarBeatTick.html',1,'TimePosition']]],
- ['baseevent_608',['BaseEvent',['../structWidget_1_1BaseEvent.html',1,'Widget']]],
- ['bigstackbuffer_609',['BigStackBuffer',['../structBigStackBuffer.html',1,'']]],
- ['buttoneventhandler_610',['ButtonEventHandler',['../classButtonEventHandler.html',1,'']]],
- ['buttons_611',['Buttons',['../structFileBrowserOptions_1_1Buttons.html',1,'FileBrowserOptions']]]
+ ['barbeattick_630',['BarBeatTick',['../structTimePosition_1_1BarBeatTick.html',1,'TimePosition']]],
+ ['baseevent_631',['BaseEvent',['../structWidget_1_1BaseEvent.html',1,'Widget']]],
+ ['bigstackbuffer_632',['BigStackBuffer',['../structBigStackBuffer.html',1,'']]],
+ ['buttoneventhandler_633',['ButtonEventHandler',['../classButtonEventHandler.html',1,'']]],
+ ['buttons_634',['Buttons',['../structFileBrowserOptions_1_1Buttons.html',1,'FileBrowserOptions']]]
];
diff --git a/search/classes_10.js b/search/classes_10.js
index 30bcb3bd..de4dba20 100644
--- a/search/classes_10.js
+++ b/search/classes_10.js
@@ -1,8 +1,8 @@
var searchData=
[
- ['textrow_686',['TextRow',['../structNanoVG_1_1TextRow.html',1,'NanoVG']]],
- ['thread_687',['Thread',['../classThread.html',1,'']]],
- ['timeposition_688',['TimePosition',['../structTimePosition.html',1,'']]],
- ['toplevelwidget_689',['TopLevelWidget',['../classTopLevelWidget.html',1,'']]],
- ['triangle_690',['Triangle',['../classTriangle.html',1,'']]]
+ ['textrow_712',['TextRow',['../structNanoVG_1_1TextRow.html',1,'NanoVG']]],
+ ['thread_713',['Thread',['../classThread.html',1,'']]],
+ ['timeposition_714',['TimePosition',['../structTimePosition.html',1,'']]],
+ ['toplevelwidget_715',['TopLevelWidget',['../classTopLevelWidget.html',1,'']]],
+ ['triangle_716',['Triangle',['../classTriangle.html',1,'']]]
];
diff --git a/search/classes_11.js b/search/classes_11.js
index d4d03fd1..9926e9e2 100644
--- a/search/classes_11.js
+++ b/search/classes_11.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['ui_691',['UI',['../classUI.html',1,'']]]
+ ['ui_717',['UI',['../classUI.html',1,'']]]
];
diff --git a/search/classes_12.js b/search/classes_12.js
index 82e34e73..7a994a3c 100644
--- a/search/classes_12.js
+++ b/search/classes_12.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['verticallystackedhorizontallayout_692',['VerticallyStackedHorizontalLayout',['../structVerticallyStackedHorizontalLayout.html',1,'']]],
- ['vulkangraphicscontext_693',['VulkanGraphicsContext',['../structVulkanGraphicsContext.html',1,'']]],
- ['vulkanimage_694',['VulkanImage',['../classVulkanImage.html',1,'']]]
+ ['verticallystackedhorizontallayout_718',['VerticallyStackedHorizontalLayout',['../structVerticallyStackedHorizontalLayout.html',1,'']]],
+ ['vulkangraphicscontext_719',['VulkanGraphicsContext',['../structVulkanGraphicsContext.html',1,'']]],
+ ['vulkanimage_720',['VulkanImage',['../classVulkanImage.html',1,'']]]
];
diff --git a/search/classes_13.js b/search/classes_13.js
index ffaec959..2c1417e8 100644
--- a/search/classes_13.js
+++ b/search/classes_13.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['widget_695',['Widget',['../classWidget.html',1,'']]],
- ['window_696',['Window',['../classWindow.html',1,'']]]
+ ['widget_721',['Widget',['../classWidget.html',1,'']]],
+ ['window_722',['Window',['../classWindow.html',1,'']]]
];
diff --git a/search/classes_2.js b/search/classes_2.js
index 85a0509c..5c0bbf28 100644
--- a/search/classes_2.js
+++ b/search/classes_2.js
@@ -1,11 +1,11 @@
var searchData=
[
- ['cairobasewidget_612',['CairoBaseWidget',['../classCairoBaseWidget.html',1,'']]],
- ['cairographicscontext_613',['CairoGraphicsContext',['../structCairoGraphicsContext.html',1,'']]],
- ['cairoimage_614',['CairoImage',['../classCairoImage.html',1,'']]],
- ['callback_615',['Callback',['../classButtonEventHandler_1_1Callback.html',1,'ButtonEventHandler::Callback'],['../classImageBaseButton_1_1Callback.html',1,'ImageBaseButton< ImageType >::Callback'],['../classImageBaseKnob_1_1Callback.html',1,'ImageBaseKnob< ImageType >::Callback'],['../classImageBaseSlider_1_1Callback.html',1,'ImageBaseSlider< ImageType >::Callback'],['../classImageBaseSwitch_1_1Callback.html',1,'ImageBaseSwitch< ImageType >::Callback'],['../classKnobEventHandler_1_1Callback.html',1,'KnobEventHandler::Callback']]],
- ['characterinputevent_616',['CharacterInputEvent',['../structWidget_1_1CharacterInputEvent.html',1,'Widget']]],
- ['circle_617',['Circle',['../classCircle.html',1,'']]],
- ['clipboarddataoffer_618',['ClipboardDataOffer',['../structClipboardDataOffer.html',1,'']]],
- ['color_619',['Color',['../structColor.html',1,'']]]
+ ['cairobasewidget_635',['CairoBaseWidget',['../classCairoBaseWidget.html',1,'']]],
+ ['cairographicscontext_636',['CairoGraphicsContext',['../structCairoGraphicsContext.html',1,'']]],
+ ['cairoimage_637',['CairoImage',['../classCairoImage.html',1,'']]],
+ ['callback_638',['Callback',['../classButtonEventHandler_1_1Callback.html',1,'ButtonEventHandler::Callback'],['../classImageBaseButton_1_1Callback.html',1,'ImageBaseButton< ImageType >::Callback'],['../classImageBaseKnob_1_1Callback.html',1,'ImageBaseKnob< ImageType >::Callback'],['../classImageBaseSlider_1_1Callback.html',1,'ImageBaseSlider< ImageType >::Callback'],['../classImageBaseSwitch_1_1Callback.html',1,'ImageBaseSwitch< ImageType >::Callback'],['../classKnobEventHandler_1_1Callback.html',1,'KnobEventHandler::Callback']]],
+ ['characterinputevent_639',['CharacterInputEvent',['../structWidget_1_1CharacterInputEvent.html',1,'Widget']]],
+ ['circle_640',['Circle',['../classCircle.html',1,'']]],
+ ['clipboarddataoffer_641',['ClipboardDataOffer',['../structClipboardDataOffer.html',1,'']]],
+ ['color_642',['Color',['../structColor.html',1,'']]]
];
diff --git a/search/classes_3.js b/search/classes_3.js
index dbc4e235..e6cd77aa 100644
--- a/search/classes_3.js
+++ b/search/classes_3.js
@@ -1,4 +1,5 @@
var searchData=
[
- ['externalwindow_620',['ExternalWindow',['../classExternalWindow.html',1,'']]]
+ ['exponentialvaluesmoother_643',['ExponentialValueSmoother',['../classExponentialValueSmoother.html',1,'']]],
+ ['externalwindow_644',['ExternalWindow',['../classExternalWindow.html',1,'']]]
];
diff --git a/search/classes_4.js b/search/classes_4.js
index 5bbcfc40..2422ba0a 100644
--- a/search/classes_4.js
+++ b/search/classes_4.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['filebrowserdata_621',['FileBrowserData',['../structFileBrowserData.html',1,'']]],
- ['filebrowseroptions_622',['FileBrowserOptions',['../structFileBrowserOptions.html',1,'']]]
+ ['filebrowserdata_645',['FileBrowserData',['../structFileBrowserData.html',1,'']]],
+ ['filebrowseroptions_646',['FileBrowserOptions',['../structFileBrowserOptions.html',1,'']]]
];
diff --git a/search/classes_5.js b/search/classes_5.js
index 002b2190..fa626f23 100644
--- a/search/classes_5.js
+++ b/search/classes_5.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['glyphposition_623',['GlyphPosition',['../structNanoVG_1_1GlyphPosition.html',1,'NanoVG']]],
- ['graphicscontext_624',['GraphicsContext',['../structGraphicsContext.html',1,'']]]
+ ['glyphposition_647',['GlyphPosition',['../structNanoVG_1_1GlyphPosition.html',1,'NanoVG']]],
+ ['graphicscontext_648',['GraphicsContext',['../structGraphicsContext.html',1,'']]]
];
diff --git a/search/classes_6.js b/search/classes_6.js
index 4c3879cc..91876344 100644
--- a/search/classes_6.js
+++ b/search/classes_6.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['heapbuffer_625',['HeapBuffer',['../structHeapBuffer.html',1,'']]],
- ['heapringbuffer_626',['HeapRingBuffer',['../classHeapRingBuffer.html',1,'']]],
- ['horizontallystackedverticallayout_627',['HorizontallyStackedVerticalLayout',['../structHorizontallyStackedVerticalLayout.html',1,'']]],
- ['hugestackbuffer_628',['HugeStackBuffer',['../structHugeStackBuffer.html',1,'']]]
+ ['heapbuffer_649',['HeapBuffer',['../structHeapBuffer.html',1,'']]],
+ ['heapringbuffer_650',['HeapRingBuffer',['../classHeapRingBuffer.html',1,'']]],
+ ['horizontallystackedverticallayout_651',['HorizontallyStackedVerticalLayout',['../structHorizontallyStackedVerticalLayout.html',1,'']]],
+ ['hugestackbuffer_652',['HugeStackBuffer',['../structHugeStackBuffer.html',1,'']]]
];
diff --git a/search/classes_7.js b/search/classes_7.js
index 2bf02634..4bb8ad31 100644
--- a/search/classes_7.js
+++ b/search/classes_7.js
@@ -1,10 +1,10 @@
var searchData=
[
- ['idlecallback_629',['IdleCallback',['../structIdleCallback.html',1,'']]],
- ['imagebase_630',['ImageBase',['../classImageBase.html',1,'']]],
- ['imagebaseaboutwindow_631',['ImageBaseAboutWindow',['../classImageBaseAboutWindow.html',1,'']]],
- ['imagebasebutton_632',['ImageBaseButton',['../classImageBaseButton.html',1,'']]],
- ['imagebaseknob_633',['ImageBaseKnob',['../classImageBaseKnob.html',1,'']]],
- ['imagebaseslider_634',['ImageBaseSlider',['../classImageBaseSlider.html',1,'']]],
- ['imagebaseswitch_635',['ImageBaseSwitch',['../classImageBaseSwitch.html',1,'']]]
+ ['idlecallback_653',['IdleCallback',['../structIdleCallback.html',1,'']]],
+ ['imagebase_654',['ImageBase',['../classImageBase.html',1,'']]],
+ ['imagebaseaboutwindow_655',['ImageBaseAboutWindow',['../classImageBaseAboutWindow.html',1,'']]],
+ ['imagebasebutton_656',['ImageBaseButton',['../classImageBaseButton.html',1,'']]],
+ ['imagebaseknob_657',['ImageBaseKnob',['../classImageBaseKnob.html',1,'']]],
+ ['imagebaseslider_658',['ImageBaseSlider',['../classImageBaseSlider.html',1,'']]],
+ ['imagebaseswitch_659',['ImageBaseSwitch',['../classImageBaseSwitch.html',1,'']]]
];
diff --git a/search/classes_8.js b/search/classes_8.js
index 95e5bf67..93f0169e 100644
--- a/search/classes_8.js
+++ b/search/classes_8.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['keyboardevent_636',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html',1,'Widget']]],
- ['knobeventhandler_637',['KnobEventHandler',['../classKnobEventHandler.html',1,'']]]
+ ['keyboardevent_660',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html',1,'Widget']]],
+ ['knobeventhandler_661',['KnobEventHandler',['../classKnobEventHandler.html',1,'']]]
];
diff --git a/search/classes_9.js b/search/classes_9.js
index 4128453d..0853e1a5 100644
--- a/search/classes_9.js
+++ b/search/classes_9.js
@@ -1,6 +1,7 @@
var searchData=
[
- ['layout_638',['Layout',['../structLayout.html',1,'']]],
- ['leakedobjectdetector_639',['LeakedObjectDetector',['../classLeakedObjectDetector.html',1,'']]],
- ['line_640',['Line',['../classLine.html',1,'']]]
+ ['layout_662',['Layout',['../structLayout.html',1,'']]],
+ ['leakedobjectdetector_663',['LeakedObjectDetector',['../classLeakedObjectDetector.html',1,'']]],
+ ['line_664',['Line',['../classLine.html',1,'']]],
+ ['linearvaluesmoother_665',['LinearValueSmoother',['../classLinearValueSmoother.html',1,'']]]
];
diff --git a/search/classes_a.js b/search/classes_a.js
index 9cae9cee..39bbbd47 100644
--- a/search/classes_a.js
+++ b/search/classes_a.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['midievent_641',['MidiEvent',['../structMidiEvent.html',1,'']]],
- ['motionevent_642',['MotionEvent',['../structWidget_1_1MotionEvent.html',1,'Widget']]],
- ['mouseevent_643',['MouseEvent',['../structWidget_1_1MouseEvent.html',1,'Widget']]],
- ['mutex_644',['Mutex',['../classMutex.html',1,'']]]
+ ['midievent_666',['MidiEvent',['../structMidiEvent.html',1,'']]],
+ ['motionevent_667',['MotionEvent',['../structWidget_1_1MotionEvent.html',1,'Widget']]],
+ ['mouseevent_668',['MouseEvent',['../structWidget_1_1MouseEvent.html',1,'Widget']]],
+ ['mutex_669',['Mutex',['../classMutex.html',1,'']]]
];
diff --git a/search/classes_b.js b/search/classes_b.js
index 01a61c0f..2833b8c2 100644
--- a/search/classes_b.js
+++ b/search/classes_b.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['nanobasewidget_645',['NanoBaseWidget',['../classNanoBaseWidget.html',1,'']]],
- ['nanoimage_646',['NanoImage',['../classNanoImage.html',1,'']]],
- ['nanovg_647',['NanoVG',['../classNanoVG.html',1,'']]]
+ ['nanobasewidget_670',['NanoBaseWidget',['../classNanoBaseWidget.html',1,'']]],
+ ['nanoimage_671',['NanoImage',['../classNanoImage.html',1,'']]],
+ ['nanovg_672',['NanoVG',['../classNanoVG.html',1,'']]]
];
diff --git a/search/classes_c.js b/search/classes_c.js
index a21254a0..c60e8e61 100644
--- a/search/classes_c.js
+++ b/search/classes_c.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['openglgraphicscontext_648',['OpenGLGraphicsContext',['../structOpenGLGraphicsContext.html',1,'']]],
- ['openglimage_649',['OpenGLImage',['../classOpenGLImage.html',1,'']]]
+ ['openglgraphicscontext_673',['OpenGLGraphicsContext',['../structOpenGLGraphicsContext.html',1,'']]],
+ ['openglimage_674',['OpenGLImage',['../classOpenGLImage.html',1,'']]]
];
diff --git a/search/classes_d.js b/search/classes_d.js
index 0b7b6b7f..c6889db1 100644
--- a/search/classes_d.js
+++ b/search/classes_d.js
@@ -1,14 +1,14 @@
var searchData=
[
- ['paint_650',['Paint',['../structNanoVG_1_1Paint.html',1,'NanoVG']]],
- ['parameter_651',['Parameter',['../structParameter.html',1,'']]],
- ['parameterenumerationvalue_652',['ParameterEnumerationValue',['../structParameterEnumerationValue.html',1,'']]],
- ['parameterenumerationvalues_653',['ParameterEnumerationValues',['../structParameterEnumerationValues.html',1,'']]],
- ['parameterranges_654',['ParameterRanges',['../structParameterRanges.html',1,'']]],
- ['plugin_655',['Plugin',['../classPlugin.html',1,'']]],
- ['point_656',['Point',['../classPoint.html',1,'']]],
- ['point_3c_20double_20_3e_657',['Point< double >',['../classPoint.html',1,'']]],
- ['point_3c_20int_20_3e_658',['Point< int >',['../classPoint.html',1,'']]],
- ['portgroup_659',['PortGroup',['../structPortGroup.html',1,'']]],
- ['positionchangedevent_660',['PositionChangedEvent',['../structWidget_1_1PositionChangedEvent.html',1,'Widget']]]
+ ['paint_675',['Paint',['../structNanoVG_1_1Paint.html',1,'NanoVG']]],
+ ['parameter_676',['Parameter',['../structParameter.html',1,'']]],
+ ['parameterenumerationvalue_677',['ParameterEnumerationValue',['../structParameterEnumerationValue.html',1,'']]],
+ ['parameterenumerationvalues_678',['ParameterEnumerationValues',['../structParameterEnumerationValues.html',1,'']]],
+ ['parameterranges_679',['ParameterRanges',['../structParameterRanges.html',1,'']]],
+ ['plugin_680',['Plugin',['../classPlugin.html',1,'']]],
+ ['point_681',['Point',['../classPoint.html',1,'']]],
+ ['point_3c_20double_20_3e_682',['Point< double >',['../classPoint.html',1,'']]],
+ ['point_3c_20int_20_3e_683',['Point< int >',['../classPoint.html',1,'']]],
+ ['portgroup_684',['PortGroup',['../structPortGroup.html',1,'']]],
+ ['positionchangedevent_685',['PositionChangedEvent',['../structWidget_1_1PositionChangedEvent.html',1,'Widget']]]
];
diff --git a/search/classes_e.js b/search/classes_e.js
index c19cd760..8cc5c5a1 100644
--- a/search/classes_e.js
+++ b/search/classes_e.js
@@ -1,10 +1,10 @@
var searchData=
[
- ['rectangle_661',['Rectangle',['../classRectangle.html',1,'']]],
- ['recursivemutex_662',['RecursiveMutex',['../classRecursiveMutex.html',1,'']]],
- ['resizeevent_663',['ResizeEvent',['../structWidget_1_1ResizeEvent.html',1,'Widget']]],
- ['ringbuffercontrol_664',['RingBufferControl',['../classRingBufferControl.html',1,'']]],
- ['ringbuffercontrol_3c_20heapbuffer_20_3e_665',['RingBufferControl< HeapBuffer >',['../classRingBufferControl.html',1,'']]],
- ['ringbuffercontrol_3c_20smallstackbuffer_20_3e_666',['RingBufferControl< SmallStackBuffer >',['../classRingBufferControl.html',1,'']]],
- ['runner_667',['Runner',['../classRunner.html',1,'']]]
+ ['rectangle_686',['Rectangle',['../classRectangle.html',1,'']]],
+ ['recursivemutex_687',['RecursiveMutex',['../classRecursiveMutex.html',1,'']]],
+ ['resizeevent_688',['ResizeEvent',['../structWidget_1_1ResizeEvent.html',1,'Widget']]],
+ ['ringbuffercontrol_689',['RingBufferControl',['../classRingBufferControl.html',1,'']]],
+ ['ringbuffercontrol_3c_20heapbuffer_20_3e_690',['RingBufferControl< HeapBuffer >',['../classRingBufferControl.html',1,'']]],
+ ['ringbuffercontrol_3c_20smallstackbuffer_20_3e_691',['RingBufferControl< SmallStackBuffer >',['../classRingBufferControl.html',1,'']]],
+ ['runner_692',['Runner',['../classRunner.html',1,'']]]
];
diff --git a/search/classes_f.js b/search/classes_f.js
index ea32358b..cd61603b 100644
--- a/search/classes_f.js
+++ b/search/classes_f.js
@@ -1,21 +1,22 @@
var searchData=
[
- ['scopedgraphicscontext_668',['ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html',1,'Window']]],
- ['scopedpointer_669',['ScopedPointer',['../classScopedPointer.html',1,'']]],
- ['scopedsafelocale_670',['ScopedSafeLocale',['../classScopedSafeLocale.html',1,'']]],
- ['scopelocker_671',['ScopeLocker',['../classScopeLocker.html',1,'']]],
- ['scopetrylocker_672',['ScopeTryLocker',['../classScopeTryLocker.html',1,'']]],
- ['scopeunlocker_673',['ScopeUnlocker',['../classScopeUnlocker.html',1,'']]],
- ['scrollevent_674',['ScrollEvent',['../structWidget_1_1ScrollEvent.html',1,'Widget']]],
- ['signal_675',['Signal',['../classSignal.html',1,'']]],
- ['size_676',['Size',['../classSize.html',1,'']]],
- ['size_3c_20uint_20_3e_677',['Size< uint >',['../classSize.html',1,'']]],
- ['slidereventhandler_678',['SliderEventHandler',['../classSliderEventHandler.html',1,'']]],
- ['smallstackbuffer_679',['SmallStackBuffer',['../structSmallStackBuffer.html',1,'']]],
- ['smallstackringbuffer_680',['SmallStackRingBuffer',['../classSmallStackRingBuffer.html',1,'']]],
- ['standalonewindow_681',['StandaloneWindow',['../classStandaloneWindow.html',1,'']]],
- ['state_682',['State',['../structState.html',1,'']]],
- ['string_683',['String',['../classString.html',1,'']]],
- ['subwidget_684',['SubWidget',['../classSubWidget.html',1,'']]],
- ['subwidgetwithsizehint_685',['SubWidgetWithSizeHint',['../structSubWidgetWithSizeHint.html',1,'']]]
+ ['scopeddenormaldisable_693',['ScopedDenormalDisable',['../classScopedDenormalDisable.html',1,'']]],
+ ['scopedgraphicscontext_694',['ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html',1,'Window']]],
+ ['scopedpointer_695',['ScopedPointer',['../classScopedPointer.html',1,'']]],
+ ['scopedsafelocale_696',['ScopedSafeLocale',['../classScopedSafeLocale.html',1,'']]],
+ ['scopelocker_697',['ScopeLocker',['../classScopeLocker.html',1,'']]],
+ ['scopetrylocker_698',['ScopeTryLocker',['../classScopeTryLocker.html',1,'']]],
+ ['scopeunlocker_699',['ScopeUnlocker',['../classScopeUnlocker.html',1,'']]],
+ ['scrollevent_700',['ScrollEvent',['../structWidget_1_1ScrollEvent.html',1,'Widget']]],
+ ['signal_701',['Signal',['../classSignal.html',1,'']]],
+ ['size_702',['Size',['../classSize.html',1,'']]],
+ ['size_3c_20uint_20_3e_703',['Size< uint >',['../classSize.html',1,'']]],
+ ['slidereventhandler_704',['SliderEventHandler',['../classSliderEventHandler.html',1,'']]],
+ ['smallstackbuffer_705',['SmallStackBuffer',['../structSmallStackBuffer.html',1,'']]],
+ ['smallstackringbuffer_706',['SmallStackRingBuffer',['../classSmallStackRingBuffer.html',1,'']]],
+ ['standalonewindow_707',['StandaloneWindow',['../classStandaloneWindow.html',1,'']]],
+ ['state_708',['State',['../structState.html',1,'']]],
+ ['string_709',['String',['../classString.html',1,'']]],
+ ['subwidget_710',['SubWidget',['../classSubWidget.html',1,'']]],
+ ['subwidgetwithsizehint_711',['SubWidgetWithSizeHint',['../structSubWidgetWithSizeHint.html',1,'']]]
];
diff --git a/search/enums_0.js b/search/enums_0.js
index 64b3d008..298cd264 100644
--- a/search/enums_0.js
+++ b/search/enums_0.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['buttonstate_1189',['ButtonState',['../structFileBrowserOptions.html#ac435c15f821601fa0a10fbd4707b5ab9',1,'FileBrowserOptions']]]
+ ['buttonstate_1231',['ButtonState',['../structFileBrowserOptions.html#ac435c15f821601fa0a10fbd4707b5ab9',1,'FileBrowserOptions']]]
];
diff --git a/search/enums_1.js b/search/enums_1.js
index 9f0cc202..0c241d40 100644
--- a/search/enums_1.js
+++ b/search/enums_1.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['createflags_1190',['CreateFlags',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9',1,'NanoVG']]]
+ ['createflags_1232',['CreateFlags',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9',1,'NanoVG']]]
];
diff --git a/search/enums_2.js b/search/enums_2.js
index d805c269..135df072 100644
--- a/search/enums_2.js
+++ b/search/enums_2.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['parameterdesignation_1191',['ParameterDesignation',['../group__BasePluginStructs.html#ga9a7e733c40008f92e96e2ccf24f890de',1,'DistrhoPlugin.hpp']]],
- ['predefinedportgroupsids_1192',['PredefinedPortGroupsIds',['../group__BasePluginStructs.html#ga177ca6eb2528109ec4a130a643e8c70a',1,'DistrhoPlugin.hpp']]]
+ ['parameterdesignation_1233',['ParameterDesignation',['../group__BasePluginStructs.html#ga9a7e733c40008f92e96e2ccf24f890de',1,'DistrhoDetails.hpp']]],
+ ['predefinedportgroupsids_1234',['PredefinedPortGroupsIds',['../group__BasePluginStructs.html#ga177ca6eb2528109ec4a130a643e8c70a',1,'DistrhoDetails.hpp']]]
];
diff --git a/search/enumvalues_0.js b/search/enumvalues_0.js
index 39ee0cd7..55539796 100644
--- a/search/enumvalues_0.js
+++ b/search/enumvalues_0.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['create_5fantialias_1193',['CREATE_ANTIALIAS',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9a4fb2bb2ad2eccc922e6e5613ca1bf19e',1,'NanoVG']]],
- ['create_5fdebug_1194',['CREATE_DEBUG',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9ace85d2e89072533bdc5d326df30f82c5',1,'NanoVG']]],
- ['create_5fstencil_5fstrokes_1195',['CREATE_STENCIL_STROKES',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9aa4539b7424f6885f382ad911c5eb4ad3',1,'NanoVG']]]
+ ['create_5fantialias_1235',['CREATE_ANTIALIAS',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9a4fb2bb2ad2eccc922e6e5613ca1bf19e',1,'NanoVG']]],
+ ['create_5fdebug_1236',['CREATE_DEBUG',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9ace85d2e89072533bdc5d326df30f82c5',1,'NanoVG']]],
+ ['create_5fstencil_5fstrokes_1237',['CREATE_STENCIL_STROKES',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9aa4539b7424f6885f382ad911c5eb4ad3',1,'NanoVG']]]
];
diff --git a/search/enumvalues_1.js b/search/enumvalues_1.js
index 9f09295b..5b079fd1 100644
--- a/search/enumvalues_1.js
+++ b/search/enumvalues_1.js
@@ -1,8 +1,8 @@
var searchData=
[
- ['kparameterdesignationbypass_1196',['kParameterDesignationBypass',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890dea0623d4fc45bc45f4afad0f752955c50b',1,'DistrhoPlugin.hpp']]],
- ['kparameterdesignationnull_1197',['kParameterDesignationNull',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890deaee7f64d019ddec5f802c9d53eb033401',1,'DistrhoPlugin.hpp']]],
- ['kportgroupmono_1198',['kPortGroupMono',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aa0f890fe6310b119745b6c6cb409c5fe9',1,'DistrhoPlugin.hpp']]],
- ['kportgroupnone_1199',['kPortGroupNone',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaea27aed9948a2aaf4978941c96df3932',1,'DistrhoPlugin.hpp']]],
- ['kportgroupstereo_1200',['kPortGroupStereo',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaeefc1b206ffdedf67376156cf6e5d114',1,'DistrhoPlugin.hpp']]]
+ ['kparameterdesignationbypass_1238',['kParameterDesignationBypass',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890dea0623d4fc45bc45f4afad0f752955c50b',1,'DistrhoDetails.hpp']]],
+ ['kparameterdesignationnull_1239',['kParameterDesignationNull',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890deaee7f64d019ddec5f802c9d53eb033401',1,'DistrhoDetails.hpp']]],
+ ['kportgroupmono_1240',['kPortGroupMono',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aa0f890fe6310b119745b6c6cb409c5fe9',1,'DistrhoDetails.hpp']]],
+ ['kportgroupnone_1241',['kPortGroupNone',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaea27aed9948a2aaf4978941c96df3932',1,'DistrhoDetails.hpp']]],
+ ['kportgroupstereo_1242',['kPortGroupStereo',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaeefc1b206ffdedf67376156cf6e5d114',1,'DistrhoDetails.hpp']]]
];
diff --git a/search/functions_0.js b/search/functions_0.js
index e7d7f48e..c172dc44 100644
--- a/search/functions_0.js
+++ b/search/functions_0.js
@@ -1,10 +1,10 @@
var searchData=
[
- ['activate_697',['activate',['../classPlugin.html#aa5c1262f5ca20536bb5850fdd6faa22c',1,'Plugin']]],
- ['addidlecallback_698',['addIdleCallback',['../classApplication.html#ad6aab76a79b7b3c2883785040b46017a',1,'Application::addIdleCallback()'],['../classWindow.html#ad17a7f53a62673982f4861cdc27fd54e',1,'Window::addIdleCallback()']]],
- ['application_699',['Application',['../classApplication.html#af9dd089d30cf442f8ffda646305089bb',1,'Application']]],
- ['arc_700',['arc',['../classNanoVG.html#a5da07d6030f2918260e1fc20cfb4c9e6',1,'NanoVG']]],
- ['arcto_701',['arcTo',['../classNanoVG.html#aea6996381cba59bdcef33a981af853e8',1,'NanoVG']]],
- ['audiomidisynchelper_702',['AudioMidiSyncHelper',['../structAudioMidiSyncHelper.html#ae75a1d7256c04445ec77176b6505fcb0',1,'AudioMidiSyncHelper']]],
- ['audioport_703',['AudioPort',['../structAudioPort.html#abbd5c1ad18e0b920c2ff6c5053e59ede',1,'AudioPort']]]
+ ['activate_724',['activate',['../classPlugin.html#aa5c1262f5ca20536bb5850fdd6faa22c',1,'Plugin']]],
+ ['addidlecallback_725',['addIdleCallback',['../classApplication.html#ad6aab76a79b7b3c2883785040b46017a',1,'Application::addIdleCallback()'],['../classWindow.html#ad17a7f53a62673982f4861cdc27fd54e',1,'Window::addIdleCallback()']]],
+ ['application_726',['Application',['../classApplication.html#af9dd089d30cf442f8ffda646305089bb',1,'Application']]],
+ ['arc_727',['arc',['../classNanoVG.html#a5da07d6030f2918260e1fc20cfb4c9e6',1,'NanoVG']]],
+ ['arcto_728',['arcTo',['../classNanoVG.html#aea6996381cba59bdcef33a981af853e8',1,'NanoVG']]],
+ ['audiomidisynchelper_729',['AudioMidiSyncHelper',['../structAudioMidiSyncHelper.html#ae75a1d7256c04445ec77176b6505fcb0',1,'AudioMidiSyncHelper']]],
+ ['audioport_730',['AudioPort',['../structAudioPort.html#abbd5c1ad18e0b920c2ff6c5053e59ede',1,'AudioPort']]]
];
diff --git a/search/functions_1.js b/search/functions_1.js
index 23f413b7..f56805bb 100644
--- a/search/functions_1.js
+++ b/search/functions_1.js
@@ -1,11 +1,11 @@
var searchData=
[
- ['barbeattick_704',['BarBeatTick',['../structTimePosition_1_1BarBeatTick.html#abff8c9586a4e82694e7d6bac3e8da1ef',1,'TimePosition::BarBeatTick']]],
- ['baseevent_705',['BaseEvent',['../structWidget_1_1BaseEvent.html#a18c1114caca474cadefd9a13e2d9c693',1,'Widget::BaseEvent']]],
- ['beginframe_706',['beginFrame',['../classNanoVG.html#ac8d53f7131f5f883042bd48a1b910f5f',1,'NanoVG::beginFrame(const uint width, const uint height, const float scaleFactor=1.0f)'],['../classNanoVG.html#a7758435376f2f223e38c6187cbf79096',1,'NanoVG::beginFrame(Widget *const widget)']]],
- ['beginpath_707',['beginPath',['../classNanoVG.html#a1cd7ee075338cbd5069e0862dff70b41',1,'NanoVG']]],
- ['bezierto_708',['bezierTo',['../classNanoVG.html#a44831e8c0c5e457eda688c9141e10f68',1,'NanoVG']]],
- ['boxgradient_709',['boxGradient',['../classNanoVG.html#a1496424cb5a9e40844ebb4d8dad83799',1,'NanoVG']]],
- ['buffersizechanged_710',['bufferSizeChanged',['../classPlugin.html#a9f6c8ad6b054056649d0250e527e1297',1,'Plugin']]],
- ['buttons_711',['Buttons',['../structFileBrowserOptions_1_1Buttons.html#ac63aae50a8d713ac6de337cc8739c870',1,'FileBrowserOptions::Buttons']]]
+ ['barbeattick_731',['BarBeatTick',['../structTimePosition_1_1BarBeatTick.html#abff8c9586a4e82694e7d6bac3e8da1ef',1,'TimePosition::BarBeatTick']]],
+ ['baseevent_732',['BaseEvent',['../structWidget_1_1BaseEvent.html#a18c1114caca474cadefd9a13e2d9c693',1,'Widget::BaseEvent']]],
+ ['beginframe_733',['beginFrame',['../classNanoVG.html#ac8d53f7131f5f883042bd48a1b910f5f',1,'NanoVG::beginFrame(const uint width, const uint height, const float scaleFactor=1.0f)'],['../classNanoVG.html#a7758435376f2f223e38c6187cbf79096',1,'NanoVG::beginFrame(Widget *const widget)']]],
+ ['beginpath_734',['beginPath',['../classNanoVG.html#a1cd7ee075338cbd5069e0862dff70b41',1,'NanoVG']]],
+ ['bezierto_735',['bezierTo',['../classNanoVG.html#a44831e8c0c5e457eda688c9141e10f68',1,'NanoVG']]],
+ ['boxgradient_736',['boxGradient',['../classNanoVG.html#a1496424cb5a9e40844ebb4d8dad83799',1,'NanoVG']]],
+ ['buffersizechanged_737',['bufferSizeChanged',['../classPlugin.html#a9f6c8ad6b054056649d0250e527e1297',1,'Plugin']]],
+ ['buttons_738',['Buttons',['../structFileBrowserOptions_1_1Buttons.html#ac63aae50a8d713ac6de337cc8739c870',1,'FileBrowserOptions::Buttons']]]
];
diff --git a/search/functions_10.js b/search/functions_10.js
index 2fedb620..9f9635f5 100644
--- a/search/functions_10.js
+++ b/search/functions_10.js
@@ -1,27 +1,28 @@
var searchData=
[
- ['radialgradient_953',['radialGradient',['../classNanoVG.html#a19d27b1b3a22afe9a6d27f4f9f8bf167',1,'NanoVG']]],
- ['radtodeg_954',['radToDeg',['../classNanoVG.html#a175f4c41e0d89ae5d8bdb65e5580c637',1,'NanoVG']]],
- ['readcustomdata_955',['readCustomData',['../classRingBufferControl.html#aafdb126b2885c507cec852bc63fd6cb8',1,'RingBufferControl']]],
- ['readcustomtype_956',['readCustomType',['../classRingBufferControl.html#aaaf4efe13ec2555c390047f545d2660d',1,'RingBufferControl']]],
- ['rect_957',['rect',['../classNanoVG.html#a1bc27cc57b0e2d3bc0fd12d519312251',1,'NanoVG']]],
- ['rectangle_958',['Rectangle',['../classRectangle.html#ac492f53d4f548c4f572c90c485606db8',1,'Rectangle::Rectangle(const Rectangle< T > &rect) noexcept'],['../classRectangle.html#a4b4d34708248ee56900916cdf1138edc',1,'Rectangle::Rectangle(const Point< T > &pos, const Size< T > &size) noexcept'],['../classRectangle.html#a7e55381bd7fe33d52a8847f65e9883ed',1,'Rectangle::Rectangle(const Point< T > &pos, const T &width, const T &height) noexcept'],['../classRectangle.html#ae2560ef4446450f535414f70d7f46aa0',1,'Rectangle::Rectangle(const T &x, const T &y, const Size< T > &size) noexcept'],['../classRectangle.html#a883fb137e26b5b7e95791d91c232603f',1,'Rectangle::Rectangle(const T &x, const T &y, const T &width, const T &height) noexcept'],['../classRectangle.html#acf4a7cdc13c4176d44965db53a3561f3',1,'Rectangle::Rectangle() noexcept']]],
- ['release_959',['release',['../classScopedPointer.html#a10c8f696fec0cca763b067ec3e469199',1,'ScopedPointer']]],
- ['removeidlecallback_960',['removeIdleCallback',['../classApplication.html#a082f532e2922924c6c72517f9272f67d',1,'Application::removeIdleCallback()'],['../classWindow.html#a5c5c4f53c53cb081b39a40d5ce9afd65',1,'Window::removeIdleCallback(IdleCallback *callback)']]],
- ['rendertopicture_961',['renderToPicture',['../classWindow.html#abc7044d06bab27a7dadf06b9f42b2c95',1,'Window']]],
- ['repaint_962',['repaint',['../classWindow.html#a33f9518b6f3209cd8201106260c9e42c',1,'Window::repaint(const Rectangle< uint > &rect) noexcept'],['../classWindow.html#a729ab39a1ac99d81b289e08a42582ade',1,'Window::repaint() noexcept'],['../classWidget.html#abe8cfe0aaae71dd011cf9a86e930fd12',1,'Widget::repaint()'],['../classTopLevelWidget.html#a4a9b2d040ba36825fd95f966bb4d9e36',1,'TopLevelWidget::repaint()'],['../classSubWidget.html#a13910739dc797b600502e2dfa7daef87',1,'SubWidget::repaint()'],['../classStandaloneWindow.html#aa1475d362245c793b516a232deab70ff',1,'StandaloneWindow::repaint()'],['../classTopLevelWidget.html#a5b71bc1266aea488b1f85b83744adbfd',1,'TopLevelWidget::repaint()']]],
- ['requestaudioinput_963',['requestAudioInput',['../group__StandalonePluginRelatedUtilities.html#gaa499fd42799f9d7479917549634c0226',1,'DistrhoStandaloneUtils.hpp']]],
- ['requestbuffersizechange_964',['requestBufferSizeChange',['../group__StandalonePluginRelatedUtilities.html#ga448fb5c17b53116ff45716884b7a7635',1,'DistrhoStandaloneUtils.hpp']]],
- ['requestmidi_965',['requestMIDI',['../group__StandalonePluginRelatedUtilities.html#gac81794c2f59b4a1793ea25b73b76e5e3',1,'DistrhoStandaloneUtils.hpp']]],
- ['requestparametervaluechange_966',['requestParameterValueChange',['../classPlugin.html#ae65d8603022c09d1ce2ee5cf568de70f',1,'Plugin']]],
- ['requeststatefile_967',['requestStateFile',['../classUI.html#a53aebb0a0a4ee5d321503d2ba8d7a631',1,'UI']]],
- ['reset_968',['reset',['../classNanoVG.html#ad5ddb240794b35105eeadd1534f0911b',1,'NanoVG']]],
- ['resetscissor_969',['resetScissor',['../classNanoVG.html#aff2eaea01970f0ec2005d1051f25ad35',1,'NanoVG']]],
- ['resettransform_970',['resetTransform',['../classNanoVG.html#aac35e4a0ce84c0f4bf8d881d1b8a5b34',1,'NanoVG']]],
- ['resizeevent_971',['ResizeEvent',['../structWidget_1_1ResizeEvent.html#ac92abcdb2820807cd3d020864b96b3bd',1,'Widget::ResizeEvent']]],
- ['restore_972',['restore',['../classNanoVG.html#aa1da11cb97d4f6718ffe8b4622684c3b',1,'NanoVG']]],
- ['rotate_973',['rotate',['../classNanoVG.html#a13da8f469cd43117c19d8459c178b905',1,'NanoVG']]],
- ['roundedrect_974',['roundedRect',['../classNanoVG.html#ac9d8502c3cbf6745ff3a41d1b97b6529',1,'NanoVG']]],
- ['run_975',['run',['../classPlugin.html#a0a969c78f8455ac6ba65fa42e8c498f6',1,'Plugin']]],
- ['runasmodal_976',['runAsModal',['../classWindow.html#a00108f3d1c5831d02b0c67cd4f226e4d',1,'Window']]]
+ ['radialgradient_988',['radialGradient',['../classNanoVG.html#a19d27b1b3a22afe9a6d27f4f9f8bf167',1,'NanoVG']]],
+ ['radtodeg_989',['radToDeg',['../classNanoVG.html#a175f4c41e0d89ae5d8bdb65e5580c637',1,'NanoVG']]],
+ ['readcustomdata_990',['readCustomData',['../classRingBufferControl.html#aafdb126b2885c507cec852bc63fd6cb8',1,'RingBufferControl']]],
+ ['readcustomtype_991',['readCustomType',['../classRingBufferControl.html#aaaf4efe13ec2555c390047f545d2660d',1,'RingBufferControl']]],
+ ['rect_992',['rect',['../classNanoVG.html#a1bc27cc57b0e2d3bc0fd12d519312251',1,'NanoVG']]],
+ ['rectangle_993',['Rectangle',['../classRectangle.html#ac492f53d4f548c4f572c90c485606db8',1,'Rectangle::Rectangle(const Rectangle< T > &rect) noexcept'],['../classRectangle.html#a4b4d34708248ee56900916cdf1138edc',1,'Rectangle::Rectangle(const Point< T > &pos, const Size< T > &size) noexcept'],['../classRectangle.html#a7e55381bd7fe33d52a8847f65e9883ed',1,'Rectangle::Rectangle(const Point< T > &pos, const T &width, const T &height) noexcept'],['../classRectangle.html#ae2560ef4446450f535414f70d7f46aa0',1,'Rectangle::Rectangle(const T &x, const T &y, const Size< T > &size) noexcept'],['../classRectangle.html#a883fb137e26b5b7e95791d91c232603f',1,'Rectangle::Rectangle(const T &x, const T &y, const T &width, const T &height) noexcept'],['../classRectangle.html#acf4a7cdc13c4176d44965db53a3561f3',1,'Rectangle::Rectangle() noexcept']]],
+ ['reinit_994',['reinit',['../classStandaloneWindow.html#ad5848f401a4b91a2d4d5c8c420b4f72e',1,'StandaloneWindow::reinit()'],['../structWindow_1_1ScopedGraphicsContext.html#afe259111bbf09fcf95995b0e447de221',1,'Window::ScopedGraphicsContext::reinit()']]],
+ ['release_995',['release',['../classScopedPointer.html#a10c8f696fec0cca763b067ec3e469199',1,'ScopedPointer']]],
+ ['removeidlecallback_996',['removeIdleCallback',['../classApplication.html#a082f532e2922924c6c72517f9272f67d',1,'Application::removeIdleCallback()'],['../classWindow.html#a5c5c4f53c53cb081b39a40d5ce9afd65',1,'Window::removeIdleCallback(IdleCallback *callback)']]],
+ ['rendertopicture_997',['renderToPicture',['../classWindow.html#abc7044d06bab27a7dadf06b9f42b2c95',1,'Window']]],
+ ['repaint_998',['repaint',['../classTopLevelWidget.html#a5b71bc1266aea488b1f85b83744adbfd',1,'TopLevelWidget::repaint()'],['../classWindow.html#a33f9518b6f3209cd8201106260c9e42c',1,'Window::repaint(const Rectangle< uint > &rect) noexcept'],['../classWindow.html#a729ab39a1ac99d81b289e08a42582ade',1,'Window::repaint() noexcept'],['../classWidget.html#abe8cfe0aaae71dd011cf9a86e930fd12',1,'Widget::repaint()'],['../classSubWidget.html#a13910739dc797b600502e2dfa7daef87',1,'SubWidget::repaint()'],['../classStandaloneWindow.html#aa1475d362245c793b516a232deab70ff',1,'StandaloneWindow::repaint()'],['../classTopLevelWidget.html#a4a9b2d040ba36825fd95f966bb4d9e36',1,'TopLevelWidget::repaint()']]],
+ ['requestaudioinput_999',['requestAudioInput',['../group__StandalonePluginRelatedUtilities.html#gaa499fd42799f9d7479917549634c0226',1,'DistrhoStandaloneUtils.hpp']]],
+ ['requestbuffersizechange_1000',['requestBufferSizeChange',['../group__StandalonePluginRelatedUtilities.html#ga448fb5c17b53116ff45716884b7a7635',1,'DistrhoStandaloneUtils.hpp']]],
+ ['requestmidi_1001',['requestMIDI',['../group__StandalonePluginRelatedUtilities.html#gac81794c2f59b4a1793ea25b73b76e5e3',1,'DistrhoStandaloneUtils.hpp']]],
+ ['requestparametervaluechange_1002',['requestParameterValueChange',['../classPlugin.html#ae65d8603022c09d1ce2ee5cf568de70f',1,'Plugin']]],
+ ['requeststatefile_1003',['requestStateFile',['../classUI.html#a53aebb0a0a4ee5d321503d2ba8d7a631',1,'UI']]],
+ ['reset_1004',['reset',['../classNanoVG.html#ad5ddb240794b35105eeadd1534f0911b',1,'NanoVG']]],
+ ['resetscissor_1005',['resetScissor',['../classNanoVG.html#aff2eaea01970f0ec2005d1051f25ad35',1,'NanoVG']]],
+ ['resettransform_1006',['resetTransform',['../classNanoVG.html#aac35e4a0ce84c0f4bf8d881d1b8a5b34',1,'NanoVG']]],
+ ['resizeevent_1007',['ResizeEvent',['../structWidget_1_1ResizeEvent.html#ac92abcdb2820807cd3d020864b96b3bd',1,'Widget::ResizeEvent']]],
+ ['restore_1008',['restore',['../classNanoVG.html#aa1da11cb97d4f6718ffe8b4622684c3b',1,'NanoVG']]],
+ ['rotate_1009',['rotate',['../classNanoVG.html#a13da8f469cd43117c19d8459c178b905',1,'NanoVG']]],
+ ['roundedrect_1010',['roundedRect',['../classNanoVG.html#ac9d8502c3cbf6745ff3a41d1b97b6529',1,'NanoVG']]],
+ ['run_1011',['run',['../classPlugin.html#a0a969c78f8455ac6ba65fa42e8c498f6',1,'Plugin']]],
+ ['runasmodal_1012',['runAsModal',['../classWindow.html#a00108f3d1c5831d02b0c67cd4f226e4d',1,'Window']]]
];
diff --git a/search/functions_11.js b/search/functions_11.js
index 77918d9f..eaa10529 100644
--- a/search/functions_11.js
+++ b/search/functions_11.js
@@ -1,71 +1,71 @@
var searchData=
[
- ['sampleratechanged_977',['sampleRateChanged',['../classUI.html#ac3e98726ca71f95a1e6c867706ebd9be',1,'UI::sampleRateChanged()'],['../classPlugin.html#a2fcbfa1893f44e661d0d8cd53391dadc',1,'Plugin::sampleRateChanged()']]],
- ['save_978',['save',['../classNanoVG.html#a05fd441d579c42c76d786bd4a7b437af',1,'NanoVG']]],
- ['scale_979',['scale',['../classNanoVG.html#a76273b763fa9b84c4a86d37065accee7',1,'NanoVG']]],
- ['scissor_980',['scissor',['../classNanoVG.html#a7ac24b9a1ab2b901ab18d4d8dbb92c1c',1,'NanoVG']]],
- ['scopedgraphicscontext_981',['ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html#a05761155e7d7de67f5a593968f581607',1,'Window::ScopedGraphicsContext::ScopedGraphicsContext(Window &window)'],['../structWindow_1_1ScopedGraphicsContext.html#a4ac64bc28d2fdd1dba5a65ae5dfab5ff',1,'Window::ScopedGraphicsContext::ScopedGraphicsContext(Window &window, Window &transientParentWindow)']]],
- ['scopedpointer_982',['ScopedPointer',['../classScopedPointer.html#ac187958296e33aa057dd37478ea70400',1,'ScopedPointer::ScopedPointer() noexcept'],['../classScopedPointer.html#a44a7843e49c3ff719f06607b6e908f7d',1,'ScopedPointer::ScopedPointer(ObjectType *const objectToTakePossessionOf) noexcept'],['../classScopedPointer.html#a04688b1561dd9d861ca80c6deb63a233',1,'ScopedPointer::ScopedPointer(ScopedPointer &objectToTransferFrom) noexcept']]],
- ['scrollevent_983',['ScrollEvent',['../structWidget_1_1ScrollEvent.html#abee88b10b7b031ddcca1454e064a3cc3',1,'Widget::ScrollEvent']]],
- ['sendnote_984',['sendNote',['../classUI.html#a9d630b2b1696e01015d869a5b434eb6e',1,'UI']]],
- ['setabsolutepos_985',['setAbsolutePos',['../classSubWidget.html#a0e7a4dd27eee8a3a1b7bf12d9f21769f',1,'SubWidget::setAbsolutePos(int x, int y) noexcept'],['../classSubWidget.html#a05c5e533e9b10186d0f72ae94f72196d',1,'SubWidget::setAbsolutePos(const Point< int > &pos) noexcept']]],
- ['setabsolutex_986',['setAbsoluteX',['../classSubWidget.html#abcd0a00a4c3cdc402aea56044df26cc3',1,'SubWidget']]],
- ['setabsolutey_987',['setAbsoluteY',['../classSubWidget.html#a3c674e3c46206ac29a562c0f02dcf82c',1,'SubWidget']]],
- ['setclassname_988',['setClassName',['../classApplication.html#a203d22d1ce0c0de90c2379f6bc839815',1,'Application']]],
- ['setclipboard_989',['setClipboard',['../classWindow.html#a88bf8d28d58fbe390359bd220137311e',1,'Window']]],
- ['setcursor_990',['setCursor',['../classWindow.html#aabcbd667b0c4dd4665d13beb940fa700',1,'Window']]],
- ['setendpos_991',['setEndPos',['../classLine.html#af05002adedbeaeea698d26bf4afadff0',1,'Line::setEndPos(const T &x, const T &y) noexcept'],['../classLine.html#a13324b63d42efff020622aa2979d1009',1,'Line::setEndPos(const Point< T > &pos) noexcept']]],
- ['setendx_992',['setEndX',['../classLine.html#a17061d9ae2e85a5f929148e5106504bf',1,'Line']]],
- ['setendy_993',['setEndY',['../classLine.html#a0dcd399a55aef168e91c645958670ee6',1,'Line']]],
- ['setfor_994',['setFor',['../structColor.html#a9bd4efab0718f412babc62398875a80f',1,'Color']]],
- ['setgeometryconstraints_995',['setGeometryConstraints',['../classExternalWindow.html#a15b677215c3abb5c1f7f71c4a00fd41c',1,'ExternalWindow::setGeometryConstraints()'],['../classWindow.html#aa3824e300206b15241df8c8c78785d73',1,'Window::setGeometryConstraints(uint minimumWidth, uint minimumHeight, bool keepAspectRatio=false, bool automaticallyScale=false, bool resizeNowIfAutoScaling=true)']]],
- ['setheight_996',['setHeight',['../classWindow.html#a13f314cfd5c9048ec8ea0b88b611f54d',1,'Window::setHeight()'],['../classWidget.html#ac6d2e6cbb2ff96f3645493d804af07f7',1,'Widget::setHeight()'],['../classTopLevelWidget.html#a607afeaa7fc1bd6cf52ef3138c38360f',1,'TopLevelWidget::setHeight()'],['../classSize.html#a30d453133d7a677e14641f010204237e',1,'Size::setHeight()'],['../classRectangle.html#a5ff3aca88c9ef31a2e3f8e6cee846155',1,'Rectangle::setHeight()'],['../classExternalWindow.html#add192e95a0fa7187cb0a8e739095674f',1,'ExternalWindow::setHeight()']]],
- ['setid_997',['setId',['../classWidget.html#abfba3652559de84ba1ae9ccbd3d35e31',1,'Widget']]],
- ['setignoringkeyrepeat_998',['setIgnoringKeyRepeat',['../classWindow.html#a36a04e5f5ecc6ee5228f9da6df43e865',1,'Window']]],
- ['setimage_999',['setImage',['../classImageBaseAboutWindow.html#a10cf37217ddc3a045970461473e79bdc',1,'ImageBaseAboutWindow']]],
- ['setlatency_1000',['setLatency',['../classPlugin.html#a2a70c4ec55d74d9bc26862975d8df8a7',1,'Plugin']]],
- ['setmargin_1001',['setMargin',['../classSubWidget.html#a9594d89a623dd7e63cbdb8139e9e4a38',1,'SubWidget::setMargin(int x, int y) noexcept'],['../classSubWidget.html#a77f510ea6d0864d296b02b085cc05f2b',1,'SubWidget::setMargin(const Point< int > &offset) noexcept']]],
- ['setname_1002',['setName',['../classWidget.html#a6303d0445f21a2a95148780b0a0afed6',1,'Widget']]],
- ['setneedsfullviewportdrawing_1003',['setNeedsFullViewportDrawing',['../classSubWidget.html#a926884690b66c762f7bdb1196c58522b',1,'SubWidget']]],
- ['setneedsviewportscaling_1004',['setNeedsViewportScaling',['../classSubWidget.html#a5cd703976adf24decbb66dd3dbc1db8b',1,'SubWidget']]],
- ['setnumsegments_1005',['setNumSegments',['../classCircle.html#a34fa92504c0bcc008958779fa4d66c32',1,'Circle']]],
- ['setoffset_1006',['setOffset',['../classWindow.html#a5d79613d3223395806d7d09ad65d5c4d',1,'Window::setOffset(int x, int y)'],['../classWindow.html#ae02f210d981b2ac5efd6207864789758',1,'Window::setOffset(const Point< int > &offset)']]],
- ['setoffsetx_1007',['setOffsetX',['../classWindow.html#a486cf7a5f89c39e1cac3a01633f170db',1,'Window']]],
- ['setoffsety_1008',['setOffsetY',['../classWindow.html#ac570a2c8f35ea4962c8f23c8435cdbfc',1,'Window']]],
- ['setparametervalue_1009',['setParameterValue',['../classPlugin.html#a7e9e26ceafc7603ef6163483a9dc39be',1,'Plugin::setParameterValue()'],['../classUI.html#a973db6e8805f0aa9be3457685564ab8a',1,'UI::setParameterValue()']]],
- ['setpos_1010',['setPos',['../classPoint.html#aac5c7220da858d14140ff0c78684d4e2',1,'Point::setPos(const T &x, const T &y) noexcept'],['../classPoint.html#a2df24dbabd272d2308cc2b53d24d548a',1,'Point::setPos(const Point< T > &pos) noexcept'],['../classCircle.html#a2046a9238a3870276e1dac7fb684eacb',1,'Circle::setPos(const T &x, const T &y) noexcept'],['../classCircle.html#addce92ba3813dc8ae1222127a9dd932d',1,'Circle::setPos(const Point< T > &pos) noexcept'],['../classRectangle.html#a52adba9ba93242a51de29865818fd776',1,'Rectangle::setPos(const T &x, const T &y) noexcept'],['../classRectangle.html#ae0904b281ed4811e6901d0d78c30f08e',1,'Rectangle::setPos(const Point< T > &pos) noexcept']]],
- ['setrectangle_1011',['setRectangle',['../classRectangle.html#a2907d68a36a3ba97cb8ef14f86d85075',1,'Rectangle::setRectangle(const Point< T > &pos, const Size< T > &size) noexcept'],['../classRectangle.html#ac74be2c368aee380680c0221c432cb7f',1,'Rectangle::setRectangle(const Rectangle< T > &rect) noexcept']]],
- ['setresizable_1012',['setResizable',['../classWindow.html#a10f6ff4b0f3e714298a4ac612edcdd7e',1,'Window']]],
- ['setsize_1013',['setSize',['../classWindow.html#a9408b98401ce2fab132c196283248d1a',1,'Window::setSize(const Size< uint > &size)'],['../classWindow.html#a89bd0c91920029ddcb21b8975e8b47d9',1,'Window::setSize(uint width, uint height)'],['../classWidget.html#afce784b204902c0f11e9ed02bc692362',1,'Widget::setSize(const Size< uint > &size) noexcept'],['../classWidget.html#ab4d9e0156e455db3ff23730f82544daa',1,'Widget::setSize(uint width, uint height) noexcept'],['../classRectangle.html#a6af8f18557397f909cae8eb65f8367a4',1,'Rectangle::setSize()'],['../classTopLevelWidget.html#a94f526903d739bf2e812fb785fc66aae',1,'TopLevelWidget::setSize()'],['../classRectangle.html#a23d728827f9c22167929c461aa65882e',1,'Rectangle::setSize()'],['../classTopLevelWidget.html#a41fa486da289fb082bb840aaaad72a08',1,'TopLevelWidget::setSize()'],['../classExternalWindow.html#a54bb8e6674ef42e0ebc67576df3d103a',1,'ExternalWindow::setSize()'],['../classSize.html#a6dd4d69857ef92c65dd941eea3356ed9',1,'Size::setSize()'],['../classCircle.html#a02fc5ef5aae2d5d1c1bd016cab8afc5d',1,'Circle::setSize()'],['../classSize.html#a973da47d41aaa3757646a8ec0a1d93da',1,'Size::setSize()']]],
- ['setskipdrawing_1014',['setSkipDrawing',['../classSubWidget.html#adb38f61c0205d7832ddfd090f7f60f2a',1,'SubWidget']]],
- ['setstartpos_1015',['setStartPos',['../classLine.html#a958d534b1b0c2d581b110dd26c0d4cea',1,'Line::setStartPos(const T &x, const T &y) noexcept'],['../classLine.html#aa078f8d0f2cf36e3162bc1977dc56d4b',1,'Line::setStartPos(const Point< T > &pos) noexcept']]],
- ['setstartx_1016',['setStartX',['../classLine.html#ad2b10d3144ba0711f9ecb444bb08ad4c',1,'Line']]],
- ['setstarty_1017',['setStartY',['../classLine.html#ae35ba55c6ff3bae24c7f05133b9e003b',1,'Line']]],
- ['setstate_1018',['setState',['../classPlugin.html#afcbb504b824bacea622de9bac09b2331',1,'Plugin::setState()'],['../classUI.html#abc94a38afa658849f3fdfd66cd8f5f51',1,'UI::setState()']]],
- ['settitle_1019',['setTitle',['../classExternalWindow.html#a8a196d0db3f082f6861d1d1bfc1db993',1,'ExternalWindow::setTitle()'],['../classWindow.html#ab2f1b80c5dfcafd2cbdf6b85b756fdbd',1,'Window::setTitle(const char *title)']]],
- ['settransientparent_1020',['setTransientParent',['../classWindow.html#ab3fd6ca05bdbd2df01665192cde2ff34',1,'Window']]],
- ['settransientwindowid_1021',['setTransientWindowId',['../classExternalWindow.html#afe5b255affc787ad34b25a30114f9b89',1,'ExternalWindow']]],
- ['setvisible_1022',['setVisible',['../classExternalWindow.html#a2b599fc96437e666a7a0a4c1b9844b15',1,'ExternalWindow::setVisible()'],['../classWindow.html#a118e0356bb6fcf081955f2bd97686036',1,'Window::setVisible()'],['../classWidget.html#a66088a03691f9c643ff335fa826576ba',1,'Widget::setVisible()']]],
- ['setwidth_1023',['setWidth',['../classExternalWindow.html#a4bebffffd78f13122dc74e4d85c0b527',1,'ExternalWindow::setWidth()'],['../classSize.html#aa552662217b3e8e9c0b6d69d7bc22665',1,'Size::setWidth()'],['../classRectangle.html#a75ce3e3a2e8745a1d749dd9da02e9443',1,'Rectangle::setWidth()'],['../classTopLevelWidget.html#a4a95eb3bb76704737ef9cf405e800617',1,'TopLevelWidget::setWidth()'],['../classWidget.html#aed80a9cbc4a13c01641f35dd3d8688ea',1,'Widget::setWidth()'],['../classWindow.html#acfc9a6f22176e204009acbb387d3861c',1,'Window::setWidth()']]],
- ['setx_1024',['setX',['../classPoint.html#a1539a6f24282a1d637b60ccfbbf46629',1,'Point::setX()'],['../classCircle.html#acc96a188288cdf83fd822bb41f8f2be1',1,'Circle::setX()'],['../classRectangle.html#af618ee618bd029fbe66291228041990e',1,'Rectangle::setX(const T &x) noexcept']]],
- ['sety_1025',['setY',['../classRectangle.html#abe5b6c92cece58bbc0c7cb4855e73dac',1,'Rectangle::setY()'],['../classCircle.html#a034ddfd162d89a7dacea7981a5406a1a',1,'Circle::setY()'],['../classPoint.html#a8ffe6785dc851accf06d02917fba54cf',1,'Point::setY()']]],
- ['show_1026',['show',['../classExternalWindow.html#a35f711faffa1195c478689f4654dcc4f',1,'ExternalWindow::show()'],['../classWidget.html#a25ff178539e226b5f30ef0335d060f2b',1,'Widget::show()'],['../classWindow.html#a8f986e19a11c4c97ed8e6ad3d0e648b7',1,'Window::show()']]],
- ['shrinkby_1027',['shrinkBy',['../classSize.html#abbcf98f504b23679162cab3b6f818949',1,'Size::shrinkBy()'],['../classRectangle.html#a22e5029d09c7eac8ebee0e079dab075f',1,'Rectangle::shrinkBy()']]],
- ['size_1028',['Size',['../classSize.html#ada0c1f75029742b2514ede5466993776',1,'Size::Size() noexcept'],['../classSize.html#ac3096253937df7e318a02838c48bf941',1,'Size::Size(const T &width, const T &height) noexcept'],['../classSize.html#a90ab9513f96f3642def121d2fbd92593',1,'Size::Size(const Size< T > &size) noexcept']]],
- ['sizechanged_1029',['sizeChanged',['../classUI.html#a3d499674a620c1ce3b6e1dbded9f09c4',1,'UI::sizeChanged()'],['../classExternalWindow.html#aba350e1f737b68e51bfe8018bded6e45',1,'ExternalWindow::sizeChanged()']]],
- ['skewx_1030',['skewX',['../classNanoVG.html#a4f45e3cf465060491e73427e5868573f',1,'NanoVG']]],
- ['skewy_1031',['skewY',['../classNanoVG.html#a508c4fde6212c1b0598d9f8b32cba0f6',1,'NanoVG']]],
- ['smallstackringbuffer_1032',['SmallStackRingBuffer',['../classSmallStackRingBuffer.html#aceb7e429507b28dd56e837f23b623987',1,'SmallStackRingBuffer']]],
- ['standalonewindow_1033',['StandaloneWindow',['../classStandaloneWindow.html#a28d4f09b9f280c1d03cc77fc63465b48',1,'StandaloneWindow::StandaloneWindow(Application &app)'],['../classStandaloneWindow.html#a86e7db3cd8830628b37d0608df40963c',1,'StandaloneWindow::StandaloneWindow(Application &app, Window &transientParentWindow)']]],
- ['state_1034',['State',['../structState.html#abd7983c6af263866ab33229e6d835ef1',1,'State']]],
- ['statechanged_1035',['stateChanged',['../classUI.html#a1bdc7e158d974e82f0535f1658d66575',1,'UI']]],
- ['stroke_1036',['stroke',['../classNanoVG.html#aeed167687a8a269c4f9c44a7db4d3746',1,'NanoVG']]],
- ['strokecolor_1037',['strokeColor',['../classNanoVG.html#acefc70128644fb8ee5abe6dc04d4f710',1,'NanoVG::strokeColor(const Color &color)'],['../classNanoVG.html#a6242c3e68789ed57b46fb75ba396506d',1,'NanoVG::strokeColor(const int red, const int green, const int blue, const int alpha=255)'],['../classNanoVG.html#a22bac7e1806c9203a637337478a90165',1,'NanoVG::strokeColor(const float red, const float green, const float blue, const float alpha=1.0f)']]],
- ['strokepaint_1038',['strokePaint',['../classNanoVG.html#a8d00b35e0ab5c428af120cc78ff32804',1,'NanoVG']]],
- ['strokewidth_1039',['strokeWidth',['../classNanoVG.html#a373190894070313e8d321b2af0bbab58',1,'NanoVG']]],
- ['subwidget_1040',['SubWidget',['../classSubWidget.html#a9fda448971613b2758fd9570c3065f7a',1,'SubWidget']]],
- ['supportsaudioinput_1041',['supportsAudioInput',['../group__StandalonePluginRelatedUtilities.html#ga13301901e329e098883c62de0972d9ec',1,'DistrhoStandaloneUtils.hpp']]],
- ['supportsbuffersizechanges_1042',['supportsBufferSizeChanges',['../group__StandalonePluginRelatedUtilities.html#gae30b95b8622bdce705b5e7465548ed4c',1,'DistrhoStandaloneUtils.hpp']]],
- ['supportsmidi_1043',['supportsMIDI',['../group__StandalonePluginRelatedUtilities.html#gadbfa0c2cdcb4c114db1063651e97066e',1,'DistrhoStandaloneUtils.hpp']]],
- ['swapwith_1044',['swapWith',['../classScopedPointer.html#a362cd8d5a212df0ee08691b75a4ba3de',1,'ScopedPointer']]]
+ ['sampleratechanged_1013',['sampleRateChanged',['../classUI.html#ac3e98726ca71f95a1e6c867706ebd9be',1,'UI::sampleRateChanged()'],['../classPlugin.html#a2fcbfa1893f44e661d0d8cd53391dadc',1,'Plugin::sampleRateChanged()']]],
+ ['save_1014',['save',['../classNanoVG.html#a05fd441d579c42c76d786bd4a7b437af',1,'NanoVG']]],
+ ['scale_1015',['scale',['../classNanoVG.html#a76273b763fa9b84c4a86d37065accee7',1,'NanoVG']]],
+ ['scissor_1016',['scissor',['../classNanoVG.html#a7ac24b9a1ab2b901ab18d4d8dbb92c1c',1,'NanoVG']]],
+ ['scopedgraphicscontext_1017',['ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html#a05761155e7d7de67f5a593968f581607',1,'Window::ScopedGraphicsContext::ScopedGraphicsContext(Window &window)'],['../structWindow_1_1ScopedGraphicsContext.html#a4ac64bc28d2fdd1dba5a65ae5dfab5ff',1,'Window::ScopedGraphicsContext::ScopedGraphicsContext(Window &window, Window &transientParentWindow)']]],
+ ['scopedpointer_1018',['ScopedPointer',['../classScopedPointer.html#ac187958296e33aa057dd37478ea70400',1,'ScopedPointer::ScopedPointer() noexcept'],['../classScopedPointer.html#a44a7843e49c3ff719f06607b6e908f7d',1,'ScopedPointer::ScopedPointer(ObjectType *const objectToTakePossessionOf) noexcept'],['../classScopedPointer.html#a04688b1561dd9d861ca80c6deb63a233',1,'ScopedPointer::ScopedPointer(ScopedPointer &objectToTransferFrom) noexcept']]],
+ ['scrollevent_1019',['ScrollEvent',['../structWidget_1_1ScrollEvent.html#abee88b10b7b031ddcca1454e064a3cc3',1,'Widget::ScrollEvent']]],
+ ['sendnote_1020',['sendNote',['../classUI.html#a9d630b2b1696e01015d869a5b434eb6e',1,'UI']]],
+ ['setabsolutepos_1021',['setAbsolutePos',['../classSubWidget.html#a0e7a4dd27eee8a3a1b7bf12d9f21769f',1,'SubWidget::setAbsolutePos(int x, int y) noexcept'],['../classSubWidget.html#a05c5e533e9b10186d0f72ae94f72196d',1,'SubWidget::setAbsolutePos(const Point< int > &pos) noexcept']]],
+ ['setabsolutex_1022',['setAbsoluteX',['../classSubWidget.html#abcd0a00a4c3cdc402aea56044df26cc3',1,'SubWidget']]],
+ ['setabsolutey_1023',['setAbsoluteY',['../classSubWidget.html#a3c674e3c46206ac29a562c0f02dcf82c',1,'SubWidget']]],
+ ['setclassname_1024',['setClassName',['../classApplication.html#a203d22d1ce0c0de90c2379f6bc839815',1,'Application']]],
+ ['setclipboard_1025',['setClipboard',['../classWindow.html#a88bf8d28d58fbe390359bd220137311e',1,'Window']]],
+ ['setcursor_1026',['setCursor',['../classWindow.html#aabcbd667b0c4dd4665d13beb940fa700',1,'Window']]],
+ ['setendpos_1027',['setEndPos',['../classLine.html#af05002adedbeaeea698d26bf4afadff0',1,'Line::setEndPos(const T &x, const T &y) noexcept'],['../classLine.html#a13324b63d42efff020622aa2979d1009',1,'Line::setEndPos(const Point< T > &pos) noexcept']]],
+ ['setendx_1028',['setEndX',['../classLine.html#a17061d9ae2e85a5f929148e5106504bf',1,'Line']]],
+ ['setendy_1029',['setEndY',['../classLine.html#a0dcd399a55aef168e91c645958670ee6',1,'Line']]],
+ ['setfor_1030',['setFor',['../structColor.html#a9bd4efab0718f412babc62398875a80f',1,'Color']]],
+ ['setgeometryconstraints_1031',['setGeometryConstraints',['../classExternalWindow.html#a15b677215c3abb5c1f7f71c4a00fd41c',1,'ExternalWindow::setGeometryConstraints()'],['../classWindow.html#aa3824e300206b15241df8c8c78785d73',1,'Window::setGeometryConstraints(uint minimumWidth, uint minimumHeight, bool keepAspectRatio=false, bool automaticallyScale=false, bool resizeNowIfAutoScaling=true)']]],
+ ['setheight_1032',['setHeight',['../classWindow.html#a13f314cfd5c9048ec8ea0b88b611f54d',1,'Window::setHeight()'],['../classWidget.html#ac6d2e6cbb2ff96f3645493d804af07f7',1,'Widget::setHeight()'],['../classTopLevelWidget.html#a607afeaa7fc1bd6cf52ef3138c38360f',1,'TopLevelWidget::setHeight()'],['../classSize.html#a30d453133d7a677e14641f010204237e',1,'Size::setHeight()'],['../classRectangle.html#a5ff3aca88c9ef31a2e3f8e6cee846155',1,'Rectangle::setHeight()'],['../classExternalWindow.html#add192e95a0fa7187cb0a8e739095674f',1,'ExternalWindow::setHeight()']]],
+ ['setid_1033',['setId',['../classWidget.html#abfba3652559de84ba1ae9ccbd3d35e31',1,'Widget']]],
+ ['setignoringkeyrepeat_1034',['setIgnoringKeyRepeat',['../classWindow.html#a36a04e5f5ecc6ee5228f9da6df43e865',1,'Window']]],
+ ['setimage_1035',['setImage',['../classImageBaseAboutWindow.html#a10cf37217ddc3a045970461473e79bdc',1,'ImageBaseAboutWindow']]],
+ ['setlatency_1036',['setLatency',['../classPlugin.html#a2a70c4ec55d74d9bc26862975d8df8a7',1,'Plugin']]],
+ ['setmargin_1037',['setMargin',['../classSubWidget.html#a9594d89a623dd7e63cbdb8139e9e4a38',1,'SubWidget::setMargin(int x, int y) noexcept'],['../classSubWidget.html#a77f510ea6d0864d296b02b085cc05f2b',1,'SubWidget::setMargin(const Point< int > &offset) noexcept']]],
+ ['setname_1038',['setName',['../classWidget.html#a6303d0445f21a2a95148780b0a0afed6',1,'Widget']]],
+ ['setneedsfullviewportdrawing_1039',['setNeedsFullViewportDrawing',['../classSubWidget.html#a926884690b66c762f7bdb1196c58522b',1,'SubWidget']]],
+ ['setneedsviewportscaling_1040',['setNeedsViewportScaling',['../classSubWidget.html#a5cd703976adf24decbb66dd3dbc1db8b',1,'SubWidget']]],
+ ['setnumsegments_1041',['setNumSegments',['../classCircle.html#a34fa92504c0bcc008958779fa4d66c32',1,'Circle']]],
+ ['setoffset_1042',['setOffset',['../classWindow.html#a5d79613d3223395806d7d09ad65d5c4d',1,'Window::setOffset(int x, int y)'],['../classWindow.html#ae02f210d981b2ac5efd6207864789758',1,'Window::setOffset(const Point< int > &offset)']]],
+ ['setoffsetx_1043',['setOffsetX',['../classWindow.html#a486cf7a5f89c39e1cac3a01633f170db',1,'Window']]],
+ ['setoffsety_1044',['setOffsetY',['../classWindow.html#ac570a2c8f35ea4962c8f23c8435cdbfc',1,'Window']]],
+ ['setparametervalue_1045',['setParameterValue',['../classPlugin.html#a7e9e26ceafc7603ef6163483a9dc39be',1,'Plugin::setParameterValue()'],['../classUI.html#a973db6e8805f0aa9be3457685564ab8a',1,'UI::setParameterValue()']]],
+ ['setpos_1046',['setPos',['../classPoint.html#aac5c7220da858d14140ff0c78684d4e2',1,'Point::setPos(const T &x, const T &y) noexcept'],['../classPoint.html#a2df24dbabd272d2308cc2b53d24d548a',1,'Point::setPos(const Point< T > &pos) noexcept'],['../classCircle.html#a2046a9238a3870276e1dac7fb684eacb',1,'Circle::setPos(const T &x, const T &y) noexcept'],['../classCircle.html#addce92ba3813dc8ae1222127a9dd932d',1,'Circle::setPos(const Point< T > &pos) noexcept'],['../classRectangle.html#a52adba9ba93242a51de29865818fd776',1,'Rectangle::setPos(const T &x, const T &y) noexcept'],['../classRectangle.html#ae0904b281ed4811e6901d0d78c30f08e',1,'Rectangle::setPos(const Point< T > &pos) noexcept']]],
+ ['setrectangle_1047',['setRectangle',['../classRectangle.html#a2907d68a36a3ba97cb8ef14f86d85075',1,'Rectangle::setRectangle(const Point< T > &pos, const Size< T > &size) noexcept'],['../classRectangle.html#ac74be2c368aee380680c0221c432cb7f',1,'Rectangle::setRectangle(const Rectangle< T > &rect) noexcept']]],
+ ['setresizable_1048',['setResizable',['../classWindow.html#a10f6ff4b0f3e714298a4ac612edcdd7e',1,'Window']]],
+ ['setsize_1049',['setSize',['../classWindow.html#a9408b98401ce2fab132c196283248d1a',1,'Window::setSize(const Size< uint > &size)'],['../classWindow.html#a89bd0c91920029ddcb21b8975e8b47d9',1,'Window::setSize(uint width, uint height)'],['../classWidget.html#afce784b204902c0f11e9ed02bc692362',1,'Widget::setSize(const Size< uint > &size) noexcept'],['../classWidget.html#ab4d9e0156e455db3ff23730f82544daa',1,'Widget::setSize(uint width, uint height) noexcept'],['../classRectangle.html#a6af8f18557397f909cae8eb65f8367a4',1,'Rectangle::setSize()'],['../classTopLevelWidget.html#a94f526903d739bf2e812fb785fc66aae',1,'TopLevelWidget::setSize()'],['../classRectangle.html#a23d728827f9c22167929c461aa65882e',1,'Rectangle::setSize()'],['../classTopLevelWidget.html#a41fa486da289fb082bb840aaaad72a08',1,'TopLevelWidget::setSize()'],['../classExternalWindow.html#a54bb8e6674ef42e0ebc67576df3d103a',1,'ExternalWindow::setSize()'],['../classSize.html#a6dd4d69857ef92c65dd941eea3356ed9',1,'Size::setSize()'],['../classCircle.html#a02fc5ef5aae2d5d1c1bd016cab8afc5d',1,'Circle::setSize()'],['../classSize.html#a973da47d41aaa3757646a8ec0a1d93da',1,'Size::setSize()']]],
+ ['setskipdrawing_1050',['setSkipDrawing',['../classSubWidget.html#adb38f61c0205d7832ddfd090f7f60f2a',1,'SubWidget']]],
+ ['setstartpos_1051',['setStartPos',['../classLine.html#a958d534b1b0c2d581b110dd26c0d4cea',1,'Line::setStartPos(const T &x, const T &y) noexcept'],['../classLine.html#aa078f8d0f2cf36e3162bc1977dc56d4b',1,'Line::setStartPos(const Point< T > &pos) noexcept']]],
+ ['setstartx_1052',['setStartX',['../classLine.html#ad2b10d3144ba0711f9ecb444bb08ad4c',1,'Line']]],
+ ['setstarty_1053',['setStartY',['../classLine.html#ae35ba55c6ff3bae24c7f05133b9e003b',1,'Line']]],
+ ['setstate_1054',['setState',['../classPlugin.html#afcbb504b824bacea622de9bac09b2331',1,'Plugin::setState()'],['../classUI.html#abc94a38afa658849f3fdfd66cd8f5f51',1,'UI::setState()']]],
+ ['settitle_1055',['setTitle',['../classExternalWindow.html#a8a196d0db3f082f6861d1d1bfc1db993',1,'ExternalWindow::setTitle()'],['../classWindow.html#ab2f1b80c5dfcafd2cbdf6b85b756fdbd',1,'Window::setTitle(const char *title)']]],
+ ['settransientparent_1056',['setTransientParent',['../classWindow.html#ab3fd6ca05bdbd2df01665192cde2ff34',1,'Window']]],
+ ['settransientwindowid_1057',['setTransientWindowId',['../classExternalWindow.html#afe5b255affc787ad34b25a30114f9b89',1,'ExternalWindow']]],
+ ['setvisible_1058',['setVisible',['../classExternalWindow.html#a2b599fc96437e666a7a0a4c1b9844b15',1,'ExternalWindow::setVisible()'],['../classWindow.html#a118e0356bb6fcf081955f2bd97686036',1,'Window::setVisible()'],['../classWidget.html#a66088a03691f9c643ff335fa826576ba',1,'Widget::setVisible()']]],
+ ['setwidth_1059',['setWidth',['../classExternalWindow.html#a4bebffffd78f13122dc74e4d85c0b527',1,'ExternalWindow::setWidth()'],['../classSize.html#aa552662217b3e8e9c0b6d69d7bc22665',1,'Size::setWidth()'],['../classRectangle.html#a75ce3e3a2e8745a1d749dd9da02e9443',1,'Rectangle::setWidth()'],['../classTopLevelWidget.html#a4a95eb3bb76704737ef9cf405e800617',1,'TopLevelWidget::setWidth()'],['../classWidget.html#aed80a9cbc4a13c01641f35dd3d8688ea',1,'Widget::setWidth()'],['../classWindow.html#acfc9a6f22176e204009acbb387d3861c',1,'Window::setWidth()']]],
+ ['setx_1060',['setX',['../classPoint.html#a1539a6f24282a1d637b60ccfbbf46629',1,'Point::setX()'],['../classCircle.html#acc96a188288cdf83fd822bb41f8f2be1',1,'Circle::setX()'],['../classRectangle.html#af618ee618bd029fbe66291228041990e',1,'Rectangle::setX(const T &x) noexcept']]],
+ ['sety_1061',['setY',['../classRectangle.html#abe5b6c92cece58bbc0c7cb4855e73dac',1,'Rectangle::setY()'],['../classCircle.html#a034ddfd162d89a7dacea7981a5406a1a',1,'Circle::setY()'],['../classPoint.html#a8ffe6785dc851accf06d02917fba54cf',1,'Point::setY()']]],
+ ['show_1062',['show',['../classExternalWindow.html#a35f711faffa1195c478689f4654dcc4f',1,'ExternalWindow::show()'],['../classWidget.html#a25ff178539e226b5f30ef0335d060f2b',1,'Widget::show()'],['../classWindow.html#a8f986e19a11c4c97ed8e6ad3d0e648b7',1,'Window::show()']]],
+ ['shrinkby_1063',['shrinkBy',['../classSize.html#abbcf98f504b23679162cab3b6f818949',1,'Size::shrinkBy()'],['../classRectangle.html#a22e5029d09c7eac8ebee0e079dab075f',1,'Rectangle::shrinkBy()']]],
+ ['size_1064',['Size',['../classSize.html#ada0c1f75029742b2514ede5466993776',1,'Size::Size() noexcept'],['../classSize.html#ac3096253937df7e318a02838c48bf941',1,'Size::Size(const T &width, const T &height) noexcept'],['../classSize.html#a90ab9513f96f3642def121d2fbd92593',1,'Size::Size(const Size< T > &size) noexcept']]],
+ ['sizechanged_1065',['sizeChanged',['../classUI.html#a3d499674a620c1ce3b6e1dbded9f09c4',1,'UI::sizeChanged()'],['../classExternalWindow.html#aba350e1f737b68e51bfe8018bded6e45',1,'ExternalWindow::sizeChanged()']]],
+ ['skewx_1066',['skewX',['../classNanoVG.html#a4f45e3cf465060491e73427e5868573f',1,'NanoVG']]],
+ ['skewy_1067',['skewY',['../classNanoVG.html#a508c4fde6212c1b0598d9f8b32cba0f6',1,'NanoVG']]],
+ ['smallstackringbuffer_1068',['SmallStackRingBuffer',['../classSmallStackRingBuffer.html#aceb7e429507b28dd56e837f23b623987',1,'SmallStackRingBuffer']]],
+ ['standalonewindow_1069',['StandaloneWindow',['../classStandaloneWindow.html#a28d4f09b9f280c1d03cc77fc63465b48',1,'StandaloneWindow::StandaloneWindow(Application &app)'],['../classStandaloneWindow.html#a86e7db3cd8830628b37d0608df40963c',1,'StandaloneWindow::StandaloneWindow(Application &app, Window &transientParentWindow)']]],
+ ['state_1070',['State',['../structState.html#abd7983c6af263866ab33229e6d835ef1',1,'State']]],
+ ['statechanged_1071',['stateChanged',['../classUI.html#a1bdc7e158d974e82f0535f1658d66575',1,'UI']]],
+ ['stroke_1072',['stroke',['../classNanoVG.html#aeed167687a8a269c4f9c44a7db4d3746',1,'NanoVG']]],
+ ['strokecolor_1073',['strokeColor',['../classNanoVG.html#acefc70128644fb8ee5abe6dc04d4f710',1,'NanoVG::strokeColor(const Color &color)'],['../classNanoVG.html#a6242c3e68789ed57b46fb75ba396506d',1,'NanoVG::strokeColor(const int red, const int green, const int blue, const int alpha=255)'],['../classNanoVG.html#a22bac7e1806c9203a637337478a90165',1,'NanoVG::strokeColor(const float red, const float green, const float blue, const float alpha=1.0f)']]],
+ ['strokepaint_1074',['strokePaint',['../classNanoVG.html#a8d00b35e0ab5c428af120cc78ff32804',1,'NanoVG']]],
+ ['strokewidth_1075',['strokeWidth',['../classNanoVG.html#a373190894070313e8d321b2af0bbab58',1,'NanoVG']]],
+ ['subwidget_1076',['SubWidget',['../classSubWidget.html#a9fda448971613b2758fd9570c3065f7a',1,'SubWidget']]],
+ ['supportsaudioinput_1077',['supportsAudioInput',['../group__StandalonePluginRelatedUtilities.html#ga13301901e329e098883c62de0972d9ec',1,'DistrhoStandaloneUtils.hpp']]],
+ ['supportsbuffersizechanges_1078',['supportsBufferSizeChanges',['../group__StandalonePluginRelatedUtilities.html#gae30b95b8622bdce705b5e7465548ed4c',1,'DistrhoStandaloneUtils.hpp']]],
+ ['supportsmidi_1079',['supportsMIDI',['../group__StandalonePluginRelatedUtilities.html#gadbfa0c2cdcb4c114db1063651e97066e',1,'DistrhoStandaloneUtils.hpp']]],
+ ['swapwith_1080',['swapWith',['../classScopedPointer.html#a362cd8d5a212df0ee08691b75a4ba3de',1,'ScopedPointer']]]
];
diff --git a/search/functions_12.js b/search/functions_12.js
index e7d945c0..34e450fe 100644
--- a/search/functions_12.js
+++ b/search/functions_12.js
@@ -1,32 +1,32 @@
var searchData=
[
- ['text_1045',['text',['../classNanoVG.html#af9526a1c4b2d5e1db0190c32ba9a1eaa',1,'NanoVG']]],
- ['textalign_1046',['textAlign',['../classNanoVG.html#a9c942ced1722beff8e326a6cf0c9a1d1',1,'NanoVG::textAlign(Align align)'],['../classNanoVG.html#a9a1a5e00351ff92ebb9795a2127f0529',1,'NanoVG::textAlign(int align)']]],
- ['textbounds_1047',['textBounds',['../classNanoVG.html#a281c71d51c5f9d6fb5d6e8369ca650f4',1,'NanoVG']]],
- ['textbox_1048',['textBox',['../classNanoVG.html#a16f910cddbecd570d3c125e217f51e10',1,'NanoVG']]],
- ['textboxbounds_1049',['textBoxBounds',['../classNanoVG.html#a47e41ef76a4682f0418ba8d0a60f6ea8',1,'NanoVG']]],
- ['textbreaklines_1050',['textBreakLines',['../classNanoVG.html#ab403a3cdf19dd2af4c75bb180c5e0fb8',1,'NanoVG']]],
- ['textglyphpositions_1051',['textGlyphPositions',['../classNanoVG.html#ae8476a381526e6ef89150529594cbf35',1,'NanoVG']]],
- ['textletterspacing_1052',['textLetterSpacing',['../classNanoVG.html#ad768aae0871c1685ca5dc590859d5c1b',1,'NanoVG']]],
- ['textlineheight_1053',['textLineHeight',['../classNanoVG.html#aab69aa4f2ae1b15adcceb9d065ea8aa6',1,'NanoVG']]],
- ['textmetrics_1054',['textMetrics',['../classNanoVG.html#a5e84bf7dec65064733aec488389568b0',1,'NanoVG']]],
- ['timeposition_1055',['TimePosition',['../structTimePosition.html#aee816daeed95cf309ded1087a0c800ae',1,'TimePosition']]],
- ['titlechanged_1056',['titleChanged',['../classExternalWindow.html#afd42fab01a270aab541b161237b7d9f3',1,'ExternalWindow']]],
- ['tobottom_1057',['toBottom',['../classSubWidget.html#a87d35cdd41511d75fb12bc18a2d9facc',1,'SubWidget']]],
- ['tofront_1058',['toFront',['../classSubWidget.html#a3426cbcf0104c8a5c9996e3efff75381',1,'SubWidget']]],
- ['toplevelwidget_1059',['TopLevelWidget',['../classTopLevelWidget.html#a3cdeec5e7b144cc48d89e748a37f538e',1,'TopLevelWidget']]],
- ['transform_1060',['transform',['../classNanoVG.html#ad06096ade68bf78bcc256005cd6f2c45',1,'NanoVG']]],
- ['transformidentity_1061',['transformIdentity',['../classNanoVG.html#a81c8b60a87be8a8d4a5efce8eeaf1915',1,'NanoVG']]],
- ['transforminverse_1062',['transformInverse',['../classNanoVG.html#ac5692f82bcac4858f44d9fd0df287cad',1,'NanoVG']]],
- ['transformmultiply_1063',['transformMultiply',['../classNanoVG.html#a3ac9aade102afb3a4f84966f0727c6c6',1,'NanoVG']]],
- ['transformpoint_1064',['transformPoint',['../classNanoVG.html#ae2e49763ab7f503016c0dede0dbfd3cc',1,'NanoVG']]],
- ['transformpremultiply_1065',['transformPremultiply',['../classNanoVG.html#a1416fbff2a0ecada90b2d9852bfbaf42',1,'NanoVG']]],
- ['transformrotate_1066',['transformRotate',['../classNanoVG.html#a43e16d0f94dc0a49dae5128d69e75e3c',1,'NanoVG']]],
- ['transformscale_1067',['transformScale',['../classNanoVG.html#a94c1f78baadff1d6c6a5a4d52dd770d7',1,'NanoVG']]],
- ['transformskewx_1068',['transformSkewX',['../classNanoVG.html#a178b6b9a8c755cda91ccba2b6239d279',1,'NanoVG']]],
- ['transformskewy_1069',['transformSkewY',['../classNanoVG.html#af23e7f6a6056e5efe72944fa68767704',1,'NanoVG']]],
- ['transformtranslate_1070',['transformTranslate',['../classNanoVG.html#a022e3cdfa06f5bc9103b37dfa64adb2c',1,'NanoVG']]],
- ['transientparentwindowchanged_1071',['transientParentWindowChanged',['../classExternalWindow.html#a4ea76a2c6240c95ff941bc95841c73c8',1,'ExternalWindow']]],
- ['translate_1072',['translate',['../classNanoVG.html#abc1d6466eb7fdc57a869ec7b9fdd6bdf',1,'NanoVG']]],
- ['triangle_1073',['Triangle',['../classTriangle.html#ad3ae4f80efb4b18f4f8b8a25543aa10c',1,'Triangle::Triangle() noexcept'],['../classTriangle.html#a394b031be82e2e0c043547ad1e551ddb',1,'Triangle::Triangle(const T &x1, const T &y1, const T &x2, const T &y2, const T &x3, const T &y3) noexcept'],['../classTriangle.html#a79fdc0930afc294c7bce90a2cd3075ed',1,'Triangle::Triangle(const Point< T > &pos1, const Point< T > &pos2, const Point< T > &pos3) noexcept'],['../classTriangle.html#a5130f571dd5de1f070573929637544ce',1,'Triangle::Triangle(const Triangle< T > &tri) noexcept']]]
+ ['text_1081',['text',['../classNanoVG.html#af9526a1c4b2d5e1db0190c32ba9a1eaa',1,'NanoVG']]],
+ ['textalign_1082',['textAlign',['../classNanoVG.html#a9c942ced1722beff8e326a6cf0c9a1d1',1,'NanoVG::textAlign(Align align)'],['../classNanoVG.html#a9a1a5e00351ff92ebb9795a2127f0529',1,'NanoVG::textAlign(int align)']]],
+ ['textbounds_1083',['textBounds',['../classNanoVG.html#a281c71d51c5f9d6fb5d6e8369ca650f4',1,'NanoVG']]],
+ ['textbox_1084',['textBox',['../classNanoVG.html#a16f910cddbecd570d3c125e217f51e10',1,'NanoVG']]],
+ ['textboxbounds_1085',['textBoxBounds',['../classNanoVG.html#a47e41ef76a4682f0418ba8d0a60f6ea8',1,'NanoVG']]],
+ ['textbreaklines_1086',['textBreakLines',['../classNanoVG.html#ab403a3cdf19dd2af4c75bb180c5e0fb8',1,'NanoVG']]],
+ ['textglyphpositions_1087',['textGlyphPositions',['../classNanoVG.html#ae8476a381526e6ef89150529594cbf35',1,'NanoVG']]],
+ ['textletterspacing_1088',['textLetterSpacing',['../classNanoVG.html#ad768aae0871c1685ca5dc590859d5c1b',1,'NanoVG']]],
+ ['textlineheight_1089',['textLineHeight',['../classNanoVG.html#aab69aa4f2ae1b15adcceb9d065ea8aa6',1,'NanoVG']]],
+ ['textmetrics_1090',['textMetrics',['../classNanoVG.html#a5e84bf7dec65064733aec488389568b0',1,'NanoVG']]],
+ ['timeposition_1091',['TimePosition',['../structTimePosition.html#aee816daeed95cf309ded1087a0c800ae',1,'TimePosition']]],
+ ['titlechanged_1092',['titleChanged',['../classExternalWindow.html#afd42fab01a270aab541b161237b7d9f3',1,'ExternalWindow']]],
+ ['tobottom_1093',['toBottom',['../classSubWidget.html#a87d35cdd41511d75fb12bc18a2d9facc',1,'SubWidget']]],
+ ['tofront_1094',['toFront',['../classSubWidget.html#a3426cbcf0104c8a5c9996e3efff75381',1,'SubWidget']]],
+ ['toplevelwidget_1095',['TopLevelWidget',['../classTopLevelWidget.html#a3cdeec5e7b144cc48d89e748a37f538e',1,'TopLevelWidget']]],
+ ['transform_1096',['transform',['../classNanoVG.html#ad06096ade68bf78bcc256005cd6f2c45',1,'NanoVG']]],
+ ['transformidentity_1097',['transformIdentity',['../classNanoVG.html#a81c8b60a87be8a8d4a5efce8eeaf1915',1,'NanoVG']]],
+ ['transforminverse_1098',['transformInverse',['../classNanoVG.html#ac5692f82bcac4858f44d9fd0df287cad',1,'NanoVG']]],
+ ['transformmultiply_1099',['transformMultiply',['../classNanoVG.html#a3ac9aade102afb3a4f84966f0727c6c6',1,'NanoVG']]],
+ ['transformpoint_1100',['transformPoint',['../classNanoVG.html#ae2e49763ab7f503016c0dede0dbfd3cc',1,'NanoVG']]],
+ ['transformpremultiply_1101',['transformPremultiply',['../classNanoVG.html#a1416fbff2a0ecada90b2d9852bfbaf42',1,'NanoVG']]],
+ ['transformrotate_1102',['transformRotate',['../classNanoVG.html#a43e16d0f94dc0a49dae5128d69e75e3c',1,'NanoVG']]],
+ ['transformscale_1103',['transformScale',['../classNanoVG.html#a94c1f78baadff1d6c6a5a4d52dd770d7',1,'NanoVG']]],
+ ['transformskewx_1104',['transformSkewX',['../classNanoVG.html#a178b6b9a8c755cda91ccba2b6239d279',1,'NanoVG']]],
+ ['transformskewy_1105',['transformSkewY',['../classNanoVG.html#af23e7f6a6056e5efe72944fa68767704',1,'NanoVG']]],
+ ['transformtranslate_1106',['transformTranslate',['../classNanoVG.html#a022e3cdfa06f5bc9103b37dfa64adb2c',1,'NanoVG']]],
+ ['transientparentwindowchanged_1107',['transientParentWindowChanged',['../classExternalWindow.html#a4ea76a2c6240c95ff941bc95841c73c8',1,'ExternalWindow']]],
+ ['translate_1108',['translate',['../classNanoVG.html#abc1d6466eb7fdc57a869ec7b9fdd6bdf',1,'NanoVG']]],
+ ['triangle_1109',['Triangle',['../classTriangle.html#ad3ae4f80efb4b18f4f8b8a25543aa10c',1,'Triangle::Triangle() noexcept'],['../classTriangle.html#a394b031be82e2e0c043547ad1e551ddb',1,'Triangle::Triangle(const T &x1, const T &y1, const T &x2, const T &y2, const T &x3, const T &y3) noexcept'],['../classTriangle.html#a79fdc0930afc294c7bce90a2cd3075ed',1,'Triangle::Triangle(const Point< T > &pos1, const Point< T > &pos2, const Point< T > &pos3) noexcept'],['../classTriangle.html#a5130f571dd5de1f070573929637544ce',1,'Triangle::Triangle(const Triangle< T > &tri) noexcept']]]
];
diff --git a/search/functions_13.js b/search/functions_13.js
index b8c07a78..f54362cd 100644
--- a/search/functions_13.js
+++ b/search/functions_13.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['ui_1074',['UI',['../classUI.html#a844584caf362e72c0def15ff3477187f',1,'UI']]],
- ['uiidle_1075',['uiIdle',['../classUI.html#af8de639088f3b2d42c266a2d2d6719da',1,'UI']]],
- ['uiscalefactorchanged_1076',['uiScaleFactorChanged',['../classUI.html#ad89b09ef4e8129d72ff3b3cb8716a96b',1,'UI']]],
- ['updatestatevalue_1077',['updateStateValue',['../classPlugin.html#aa85c50c732d9083f57b72d6b4cd7c5ae',1,'Plugin']]]
+ ['ui_1110',['UI',['../classUI.html#a844584caf362e72c0def15ff3477187f',1,'UI']]],
+ ['uiidle_1111',['uiIdle',['../classUI.html#af8de639088f3b2d42c266a2d2d6719da',1,'UI']]],
+ ['uiscalefactorchanged_1112',['uiScaleFactorChanged',['../classUI.html#ad89b09ef4e8129d72ff3b3cb8716a96b',1,'UI']]],
+ ['updatestatevalue_1113',['updateStateValue',['../classPlugin.html#aa85c50c732d9083f57b72d6b4cd7c5ae',1,'Plugin']]]
];
diff --git a/search/functions_14.js b/search/functions_14.js
index 065a0d0e..a7f46b3a 100644
--- a/search/functions_14.js
+++ b/search/functions_14.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['visibilitychanged_1078',['visibilityChanged',['../classExternalWindow.html#a60ddf70411d05cef91f4a1eaa09554b8',1,'ExternalWindow']]],
- ['vulkanimage_1079',['VulkanImage',['../classVulkanImage.html#aaa625bb7cbad92de916c0d6877033a42',1,'VulkanImage::VulkanImage()'],['../classVulkanImage.html#a9a3d03e892ee950aa291811e54845568',1,'VulkanImage::VulkanImage(const char *rawData, uint width, uint height, ImageFormat format)'],['../classVulkanImage.html#aa1af6c288a92b400c0f99dd62b709443',1,'VulkanImage::VulkanImage(const char *rawData, const Size< uint > &size, ImageFormat format)'],['../classVulkanImage.html#a5821aca1ae6e78a7e7c9814a42f55f35',1,'VulkanImage::VulkanImage(const VulkanImage &image)']]]
+ ['visibilitychanged_1114',['visibilityChanged',['../classExternalWindow.html#a60ddf70411d05cef91f4a1eaa09554b8',1,'ExternalWindow']]],
+ ['vulkanimage_1115',['VulkanImage',['../classVulkanImage.html#aaa625bb7cbad92de916c0d6877033a42',1,'VulkanImage::VulkanImage()'],['../classVulkanImage.html#a9a3d03e892ee950aa291811e54845568',1,'VulkanImage::VulkanImage(const char *rawData, uint width, uint height, ImageFormat format)'],['../classVulkanImage.html#aa1af6c288a92b400c0f99dd62b709443',1,'VulkanImage::VulkanImage(const char *rawData, const Size< uint > &size, ImageFormat format)'],['../classVulkanImage.html#a5821aca1ae6e78a7e7c9814a42f55f35',1,'VulkanImage::VulkanImage(const VulkanImage &image)']]]
];
diff --git a/search/functions_15.js b/search/functions_15.js
index 3fd574b0..be83d032 100644
--- a/search/functions_15.js
+++ b/search/functions_15.js
@@ -1,8 +1,8 @@
var searchData=
[
- ['window_1080',['Window',['../classWindow.html#a2f6257937261fcb3e627752dfb248d47',1,'Window::Window(Application &app)'],['../classWindow.html#a647ec84da28005ecf0501825af77adec',1,'Window::Window(Application &app, Window &transientParentWindow)'],['../classWindow.html#a2cd48e2c2d816439cf38faf5c7a9736f',1,'Window::Window(Application &app, uintptr_t parentWindowHandle, double scaleFactor, bool resizable)'],['../classWindow.html#ada557b4543c122a0de22c876c55504ae',1,'Window::Window(Application &app, uintptr_t parentWindowHandle, uint width, uint height, double scaleFactor, bool resizable)']]],
- ['withalpha_1081',['withAlpha',['../structColor.html#a3f163d59e5a313f742acdd2bbd47441f',1,'Color']]],
- ['writecustomdata_1082',['writeCustomData',['../classRingBufferControl.html#a72e173dcae573f6e2e8ac4cfeb8aa96b',1,'RingBufferControl']]],
- ['writecustomtype_1083',['writeCustomType',['../classRingBufferControl.html#a3e9c1857e11f0d9efcc2944d6000504b',1,'RingBufferControl']]],
- ['writemidievent_1084',['writeMidiEvent',['../classPlugin.html#a0467eef817ac130cbbe1c0fbe09660c6',1,'Plugin']]]
+ ['window_1116',['Window',['../classWindow.html#a2f6257937261fcb3e627752dfb248d47',1,'Window::Window(Application &app)'],['../classWindow.html#a647ec84da28005ecf0501825af77adec',1,'Window::Window(Application &app, Window &transientParentWindow)'],['../classWindow.html#a2cd48e2c2d816439cf38faf5c7a9736f',1,'Window::Window(Application &app, uintptr_t parentWindowHandle, double scaleFactor, bool resizable)'],['../classWindow.html#ada557b4543c122a0de22c876c55504ae',1,'Window::Window(Application &app, uintptr_t parentWindowHandle, uint width, uint height, double scaleFactor, bool resizable)']]],
+ ['withalpha_1117',['withAlpha',['../structColor.html#a3f163d59e5a313f742acdd2bbd47441f',1,'Color']]],
+ ['writecustomdata_1118',['writeCustomData',['../classRingBufferControl.html#a72e173dcae573f6e2e8ac4cfeb8aa96b',1,'RingBufferControl']]],
+ ['writecustomtype_1119',['writeCustomType',['../classRingBufferControl.html#a3e9c1857e11f0d9efcc2944d6000504b',1,'RingBufferControl']]],
+ ['writemidievent_1120',['writeMidiEvent',['../classPlugin.html#a0467eef817ac130cbbe1c0fbe09660c6',1,'Plugin']]]
];
diff --git a/search/functions_16.js b/search/functions_16.js
index c45898ba..d9532037 100644
--- a/search/functions_16.js
+++ b/search/functions_16.js
@@ -1,24 +1,24 @@
var searchData=
[
- ['_7eapplication_1085',['~Application',['../classApplication.html#a20573928a0d53fb96d929513bc5acde6',1,'Application']]],
- ['_7ebaseevent_1086',['~BaseEvent',['../structWidget_1_1BaseEvent.html#a58da172316b49f6d79b879b74ce5792a',1,'Widget::BaseEvent']]],
- ['_7ecairobasewidget_1087',['~CairoBaseWidget',['../classCairoBaseWidget.html#ab13e7888614ab01ef4a74175b9c487fa',1,'CairoBaseWidget']]],
- ['_7ecairoimage_1088',['~CairoImage',['../classCairoImage.html#a36abbee6a47fc3447f00270aa16a82b7',1,'CairoImage']]],
- ['_7eexternalwindow_1089',['~ExternalWindow',['../classExternalWindow.html#a97f21d30b4449fc5cd87396ff051c199',1,'ExternalWindow']]],
- ['_7eheapringbuffer_1090',['~HeapRingBuffer',['../classHeapRingBuffer.html#ae2e25c610073d35998efd7106b5eb8a0',1,'HeapRingBuffer']]],
- ['_7eimagebase_1091',['~ImageBase',['../classImageBase.html#a247e1c3259d5943a5766c99f61da9309',1,'ImageBase']]],
- ['_7eleakedobjectdetector_1092',['~LeakedObjectDetector',['../classLeakedObjectDetector.html#af4fd575fa5361ce5b01f65a635b1d6b3',1,'LeakedObjectDetector']]],
- ['_7enanobasewidget_1093',['~NanoBaseWidget',['../classNanoBaseWidget.html#a7baf9307e082a627e7fae8732346174b',1,'NanoBaseWidget']]],
- ['_7enanoimage_1094',['~NanoImage',['../classNanoImage.html#a8915fb5eae1a0180edd3f5babf6a0091',1,'NanoImage']]],
- ['_7enanovg_1095',['~NanoVG',['../classNanoVG.html#a3e05169f4e66e811537adaea17e4bb3f',1,'NanoVG']]],
- ['_7eopenglimage_1096',['~OpenGLImage',['../classOpenGLImage.html#a97461921a4eba66af7cfeaf84595f3ad',1,'OpenGLImage']]],
- ['_7eplugin_1097',['~Plugin',['../classPlugin.html#a89814b8f0b1c91e49140d42eb8331383',1,'Plugin']]],
- ['_7escopedgraphicscontext_1098',['~ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html#a18fa5edc2ecfeafcc0849094ab49996e',1,'Window::ScopedGraphicsContext']]],
- ['_7escopedpointer_1099',['~ScopedPointer',['../classScopedPointer.html#a3c540f0121065aafa5f9607362fc1450',1,'ScopedPointer']]],
- ['_7esubwidget_1100',['~SubWidget',['../classSubWidget.html#a7ac8a2d6086eceb5af7b7fa5a157e2bc',1,'SubWidget']]],
- ['_7etoplevelwidget_1101',['~TopLevelWidget',['../classTopLevelWidget.html#af60daa3513ca7f7d05575ab3feaee268',1,'TopLevelWidget']]],
- ['_7eui_1102',['~UI',['../classUI.html#a9b9e41e6021cc07a25b50539e74daaae',1,'UI']]],
- ['_7evulkanimage_1103',['~VulkanImage',['../classVulkanImage.html#a45ab89d12d9a6a08f4986ac241a025dc',1,'VulkanImage']]],
- ['_7ewidget_1104',['~Widget',['../classWidget.html#a714cf798aadb4d615f6f60a355382c02',1,'Widget']]],
- ['_7ewindow_1105',['~Window',['../classWindow.html#a62b4a97b3c2e492f1d9a46092011e2d9',1,'Window']]]
+ ['_7eapplication_1121',['~Application',['../classApplication.html#a20573928a0d53fb96d929513bc5acde6',1,'Application']]],
+ ['_7ebaseevent_1122',['~BaseEvent',['../structWidget_1_1BaseEvent.html#a58da172316b49f6d79b879b74ce5792a',1,'Widget::BaseEvent']]],
+ ['_7ecairobasewidget_1123',['~CairoBaseWidget',['../classCairoBaseWidget.html#ab13e7888614ab01ef4a74175b9c487fa',1,'CairoBaseWidget']]],
+ ['_7ecairoimage_1124',['~CairoImage',['../classCairoImage.html#a36abbee6a47fc3447f00270aa16a82b7',1,'CairoImage']]],
+ ['_7eexternalwindow_1125',['~ExternalWindow',['../classExternalWindow.html#a97f21d30b4449fc5cd87396ff051c199',1,'ExternalWindow']]],
+ ['_7eheapringbuffer_1126',['~HeapRingBuffer',['../classHeapRingBuffer.html#ae2e25c610073d35998efd7106b5eb8a0',1,'HeapRingBuffer']]],
+ ['_7eimagebase_1127',['~ImageBase',['../classImageBase.html#a247e1c3259d5943a5766c99f61da9309',1,'ImageBase']]],
+ ['_7eleakedobjectdetector_1128',['~LeakedObjectDetector',['../classLeakedObjectDetector.html#af4fd575fa5361ce5b01f65a635b1d6b3',1,'LeakedObjectDetector']]],
+ ['_7enanobasewidget_1129',['~NanoBaseWidget',['../classNanoBaseWidget.html#a7baf9307e082a627e7fae8732346174b',1,'NanoBaseWidget']]],
+ ['_7enanoimage_1130',['~NanoImage',['../classNanoImage.html#a8915fb5eae1a0180edd3f5babf6a0091',1,'NanoImage']]],
+ ['_7enanovg_1131',['~NanoVG',['../classNanoVG.html#a3e05169f4e66e811537adaea17e4bb3f',1,'NanoVG']]],
+ ['_7eopenglimage_1132',['~OpenGLImage',['../classOpenGLImage.html#a97461921a4eba66af7cfeaf84595f3ad',1,'OpenGLImage']]],
+ ['_7eplugin_1133',['~Plugin',['../classPlugin.html#a89814b8f0b1c91e49140d42eb8331383',1,'Plugin']]],
+ ['_7escopedgraphicscontext_1134',['~ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html#a18fa5edc2ecfeafcc0849094ab49996e',1,'Window::ScopedGraphicsContext']]],
+ ['_7escopedpointer_1135',['~ScopedPointer',['../classScopedPointer.html#a3c540f0121065aafa5f9607362fc1450',1,'ScopedPointer']]],
+ ['_7esubwidget_1136',['~SubWidget',['../classSubWidget.html#a7ac8a2d6086eceb5af7b7fa5a157e2bc',1,'SubWidget']]],
+ ['_7etoplevelwidget_1137',['~TopLevelWidget',['../classTopLevelWidget.html#af60daa3513ca7f7d05575ab3feaee268',1,'TopLevelWidget']]],
+ ['_7eui_1138',['~UI',['../classUI.html#a9b9e41e6021cc07a25b50539e74daaae',1,'UI']]],
+ ['_7evulkanimage_1139',['~VulkanImage',['../classVulkanImage.html#a45ab89d12d9a6a08f4986ac241a025dc',1,'VulkanImage']]],
+ ['_7ewidget_1140',['~Widget',['../classWidget.html#a714cf798aadb4d615f6f60a355382c02',1,'Widget']]],
+ ['_7ewindow_1141',['~Window',['../classWindow.html#a62b4a97b3c2e492f1d9a46092011e2d9',1,'Window']]]
];
diff --git a/search/functions_2.js b/search/functions_2.js
index caaf5bd7..edccb94d 100644
--- a/search/functions_2.js
+++ b/search/functions_2.js
@@ -1,31 +1,31 @@
var searchData=
[
- ['cairobasewidget_712',['CairoBaseWidget',['../classCairoBaseWidget.html#a07039d9207f923b0bf7f62a96f168f70',1,'CairoBaseWidget::CairoBaseWidget(Window &windowToMapTo)'],['../classCairoBaseWidget.html#a2342ae5da3def6ce0b9713a9bf49e203',1,'CairoBaseWidget::CairoBaseWidget(Application &app)'],['../classCairoBaseWidget.html#af5544cdc62910eb3c25670a5130baeb2',1,'CairoBaseWidget::CairoBaseWidget(Application &app, Window &parentWindow)'],['../classCairoBaseWidget.html#a264d5e3f7de6dd5c9f9b492f5577420f',1,'CairoBaseWidget::CairoBaseWidget(Widget *const parentGroupWidget)']]],
- ['cairoimage_713',['CairoImage',['../classCairoImage.html#aeadcf789efdf894a61e477b4d64fc0b6',1,'CairoImage::CairoImage()'],['../classCairoImage.html#a17ce2733afa4fc080a63b23cd0dd7b18',1,'CairoImage::CairoImage(const char *rawData, uint width, uint height, ImageFormat format)'],['../classCairoImage.html#ad3490061bcaae7cc320c5ccfb40ab3dd',1,'CairoImage::CairoImage(const char *rawData, const Size< uint > &size, ImageFormat format)'],['../classCairoImage.html#a89f96493ba7b890a4d43f00672f1a497',1,'CairoImage::CairoImage(const CairoImage &image)']]],
- ['cancelframe_714',['cancelFrame',['../classNanoVG.html#a5c47888aaa114b8ca9a0431383c1c0f1',1,'NanoVG']]],
- ['canrequestparametervaluechanges_715',['canRequestParameterValueChanges',['../classPlugin.html#a581614e1d301ee613a988855c61b2517',1,'Plugin']]],
- ['characterinputevent_716',['CharacterInputEvent',['../structWidget_1_1CharacterInputEvent.html#ab0e3407cf8693ba9f3be0be805c8af24',1,'Widget::CharacterInputEvent']]],
- ['circle_717',['Circle',['../classCircle.html#a69bf0ddae80047ef3e9b230930eb1ba6',1,'Circle']]],
- ['circle_718',['circle',['../classNanoVG.html#aa3230d48ce48f050d3ad636fc2ff4235',1,'NanoVG']]],
- ['circle_719',['Circle',['../classCircle.html#aeee15927ea13e9114aa53a8c26c5e1df',1,'Circle::Circle(const Circle< T > &cir) noexcept'],['../classCircle.html#ab0e9f6bedf3dfa9fd958c573eca46368',1,'Circle::Circle(const Point< T > &pos, const float size, const uint numSegments=300)'],['../classCircle.html#a391892aed07c5239153a038fea80423b',1,'Circle::Circle(const T &x, const T &y, const float size, const uint numSegments=300)']]],
- ['clear_720',['clear',['../structTimePosition_1_1BarBeatTick.html#ae6ea776260b58800bff63f515351bd3a',1,'TimePosition::BarBeatTick::clear()'],['../structTimePosition.html#acd89e79032d748ee7fc01d55a2c518bb',1,'TimePosition::clear()']]],
- ['close_721',['close',['../classExternalWindow.html#acaa09de3c6dfccecf725a8f7a486ce15',1,'ExternalWindow::close()'],['../classWindow.html#a35055c04498121d39741bfcd5082705b',1,'Window::close()']]],
- ['closepath_722',['closePath',['../classNanoVG.html#a74ae13eec498c0afb9fa20199eecbd48',1,'NanoVG']]],
- ['color_723',['Color',['../structColor.html#a8d51b3f9457c1d9524ad67c94152b99a',1,'Color::Color(const Color &color1, const Color &color2, float u) noexcept'],['../structColor.html#a7ac8018890423379bf8cdce2c6bc9d7e',1,'Color::Color(const Color &color) noexcept'],['../structColor.html#ab5f3b6caec37b3ba8f7a04c801c63847',1,'Color::Color(int red, int green, int blue, float alpha=1.0f) noexcept'],['../structColor.html#acbbdba6661c2bbd987ef27de59813b47',1,'Color::Color() noexcept'],['../structColor.html#a77dd2b8f997aaf034c790ffd4ffe64bc',1,'Color::Color(float red, float green, float blue, float alpha=1.0f) noexcept']]],
- ['commitwrite_724',['commitWrite',['../classRingBufferControl.html#afe0c53d2591eb265d657c1cab6800036',1,'RingBufferControl']]],
- ['contains_725',['contains',['../classRectangle.html#a08b0741e6259e88552106136cdbff489',1,'Rectangle::contains(const T &x, const T &y) const noexcept'],['../classRectangle.html#a4420a73414a0fd1b85abd468a2c890d3',1,'Rectangle::contains(const Point< T > &pos) const noexcept'],['../classRectangle.html#aa39ae4cb4a8c27f91db466fa12aef254',1,'Rectangle::contains(const Point< T2 > &pos) const noexcept'],['../classSubWidget.html#ac9b4d3e2a3a39e588504dd33c1d9ca95',1,'SubWidget::contains(T x, T y) const noexcept'],['../classSubWidget.html#ac5b584dfb15c98b67c03a2d9699651b7',1,'SubWidget::contains(const Point< T > &pos) const noexcept']]],
- ['containsafterscaling_726',['containsAfterScaling',['../classRectangle.html#a9edf56d37c808947aa75b55fa81a11e1',1,'Rectangle']]],
- ['containsx_727',['containsX',['../classRectangle.html#a71d17fdf110e4ed2350d2a5fe248e540',1,'Rectangle']]],
- ['containsy_728',['containsY',['../classRectangle.html#a38b56f4f8b38597fd34f68c677de2559',1,'Rectangle']]],
- ['createbuffer_729',['createBuffer',['../classHeapRingBuffer.html#ab7d60a3acc757e88e1c7254626ce9709',1,'HeapRingBuffer']]],
- ['createfontfromfile_730',['createFontFromFile',['../classNanoVG.html#a202e31bed7a83c59d417fa016f66f12a',1,'NanoVG']]],
- ['createfontfrommemory_731',['createFontFromMemory',['../classNanoVG.html#a304f4fcf7fc4dff936563606cec7ea63',1,'NanoVG']]],
- ['createimagefromfile_732',['createImageFromFile',['../classNanoVG.html#a2a6d7cc76cb4c7f35ef51a388f5818f6',1,'NanoVG::createImageFromFile(const char *filename, ImageFlags imageFlags)'],['../classNanoVG.html#a7555d49ba847a92fb2c56b2f9f68f366',1,'NanoVG::createImageFromFile(const char *filename, int imageFlags)']]],
- ['createimagefrommemory_733',['createImageFromMemory',['../classNanoVG.html#a82858e18090cbd5d787668d21f685b95',1,'NanoVG::createImageFromMemory(const uchar *data, uint dataSize, ImageFlags imageFlags)'],['../classNanoVG.html#a6cac272a24edf6a679944267a02131ad',1,'NanoVG::createImageFromMemory(const uchar *data, uint dataSize, int imageFlags)']]],
- ['createimagefromrawmemory_734',['createImageFromRawMemory',['../classNanoVG.html#a32fc9c8f1385dad33acf208167230ddb',1,'NanoVG::createImageFromRawMemory(uint w, uint h, const uchar *data, ImageFlags imageFlags, ImageFormat format)'],['../classNanoVG.html#adb3e8947a09a73b9662731f14aa2ca1f',1,'NanoVG::createImageFromRawMemory(uint w, uint h, const uchar *data, int imageFlags, ImageFormat format)']]],
- ['createimagefromrgba_735',['createImageFromRGBA',['../classNanoVG.html#a68cfbff787af38a017eecdb4e77e1b45',1,'NanoVG::createImageFromRGBA(uint w, uint h, const uchar *data, ImageFlags imageFlags)'],['../classNanoVG.html#ac4e97dd35ebface5fd9160ef1d5e8cbb',1,'NanoVG::createImageFromRGBA(uint w, uint h, const uchar *data, int imageFlags)']]],
- ['createimagefromtexturehandle_736',['createImageFromTextureHandle',['../classNanoVG.html#af37971e5d04d57c9ad98f0164164ea79',1,'NanoVG::createImageFromTextureHandle(GLuint textureId, uint w, uint h, ImageFlags imageFlags, bool deleteTexture=false)'],['../classNanoVG.html#aa4ebb0baddb15fdc74c1f68b6403eaaf',1,'NanoVG::createImageFromTextureHandle(GLuint textureId, uint w, uint h, int imageFlags, bool deleteTexture=false)']]],
- ['createplugin_737',['createPlugin',['../group__EntryPoints.html#ga87f1fa9084f2490ca04ea733292c6dee',1,'DistrhoPlugin.hpp']]],
- ['createui_738',['createUI',['../group__EntryPoints.html#gaad0ced21537a067680729bee6a65d8c8',1,'DistrhoUI.hpp']]],
- ['currenttransform_739',['currentTransform',['../classNanoVG.html#ad51cefbcf8819d365205fa004a10b976',1,'NanoVG']]]
+ ['cairobasewidget_739',['CairoBaseWidget',['../classCairoBaseWidget.html#a07039d9207f923b0bf7f62a96f168f70',1,'CairoBaseWidget::CairoBaseWidget(Window &windowToMapTo)'],['../classCairoBaseWidget.html#a2342ae5da3def6ce0b9713a9bf49e203',1,'CairoBaseWidget::CairoBaseWidget(Application &app)'],['../classCairoBaseWidget.html#af5544cdc62910eb3c25670a5130baeb2',1,'CairoBaseWidget::CairoBaseWidget(Application &app, Window &parentWindow)'],['../classCairoBaseWidget.html#a264d5e3f7de6dd5c9f9b492f5577420f',1,'CairoBaseWidget::CairoBaseWidget(Widget *const parentGroupWidget)']]],
+ ['cairoimage_740',['CairoImage',['../classCairoImage.html#aeadcf789efdf894a61e477b4d64fc0b6',1,'CairoImage::CairoImage()'],['../classCairoImage.html#a17ce2733afa4fc080a63b23cd0dd7b18',1,'CairoImage::CairoImage(const char *rawData, uint width, uint height, ImageFormat format)'],['../classCairoImage.html#ad3490061bcaae7cc320c5ccfb40ab3dd',1,'CairoImage::CairoImage(const char *rawData, const Size< uint > &size, ImageFormat format)'],['../classCairoImage.html#a89f96493ba7b890a4d43f00672f1a497',1,'CairoImage::CairoImage(const CairoImage &image)']]],
+ ['cancelframe_741',['cancelFrame',['../classNanoVG.html#a5c47888aaa114b8ca9a0431383c1c0f1',1,'NanoVG']]],
+ ['canrequestparametervaluechanges_742',['canRequestParameterValueChanges',['../classPlugin.html#a581614e1d301ee613a988855c61b2517',1,'Plugin']]],
+ ['characterinputevent_743',['CharacterInputEvent',['../structWidget_1_1CharacterInputEvent.html#ab0e3407cf8693ba9f3be0be805c8af24',1,'Widget::CharacterInputEvent']]],
+ ['circle_744',['Circle',['../classCircle.html#a69bf0ddae80047ef3e9b230930eb1ba6',1,'Circle']]],
+ ['circle_745',['circle',['../classNanoVG.html#aa3230d48ce48f050d3ad636fc2ff4235',1,'NanoVG']]],
+ ['circle_746',['Circle',['../classCircle.html#aeee15927ea13e9114aa53a8c26c5e1df',1,'Circle::Circle(const Circle< T > &cir) noexcept'],['../classCircle.html#ab0e9f6bedf3dfa9fd958c573eca46368',1,'Circle::Circle(const Point< T > &pos, const float size, const uint numSegments=300)'],['../classCircle.html#a391892aed07c5239153a038fea80423b',1,'Circle::Circle(const T &x, const T &y, const float size, const uint numSegments=300)']]],
+ ['clear_747',['clear',['../structTimePosition_1_1BarBeatTick.html#ae6ea776260b58800bff63f515351bd3a',1,'TimePosition::BarBeatTick::clear()'],['../structTimePosition.html#acd89e79032d748ee7fc01d55a2c518bb',1,'TimePosition::clear()']]],
+ ['close_748',['close',['../classExternalWindow.html#acaa09de3c6dfccecf725a8f7a486ce15',1,'ExternalWindow::close()'],['../classWindow.html#a35055c04498121d39741bfcd5082705b',1,'Window::close()']]],
+ ['closepath_749',['closePath',['../classNanoVG.html#a74ae13eec498c0afb9fa20199eecbd48',1,'NanoVG']]],
+ ['color_750',['Color',['../structColor.html#a8d51b3f9457c1d9524ad67c94152b99a',1,'Color::Color(const Color &color1, const Color &color2, float u) noexcept'],['../structColor.html#a7ac8018890423379bf8cdce2c6bc9d7e',1,'Color::Color(const Color &color) noexcept'],['../structColor.html#ab5f3b6caec37b3ba8f7a04c801c63847',1,'Color::Color(int red, int green, int blue, float alpha=1.0f) noexcept'],['../structColor.html#acbbdba6661c2bbd987ef27de59813b47',1,'Color::Color() noexcept'],['../structColor.html#a77dd2b8f997aaf034c790ffd4ffe64bc',1,'Color::Color(float red, float green, float blue, float alpha=1.0f) noexcept']]],
+ ['commitwrite_751',['commitWrite',['../classRingBufferControl.html#afe0c53d2591eb265d657c1cab6800036',1,'RingBufferControl']]],
+ ['contains_752',['contains',['../classRectangle.html#a08b0741e6259e88552106136cdbff489',1,'Rectangle::contains(const T &x, const T &y) const noexcept'],['../classRectangle.html#a4420a73414a0fd1b85abd468a2c890d3',1,'Rectangle::contains(const Point< T > &pos) const noexcept'],['../classRectangle.html#aa39ae4cb4a8c27f91db466fa12aef254',1,'Rectangle::contains(const Point< T2 > &pos) const noexcept'],['../classSubWidget.html#ac9b4d3e2a3a39e588504dd33c1d9ca95',1,'SubWidget::contains(T x, T y) const noexcept'],['../classSubWidget.html#ac5b584dfb15c98b67c03a2d9699651b7',1,'SubWidget::contains(const Point< T > &pos) const noexcept']]],
+ ['containsafterscaling_753',['containsAfterScaling',['../classRectangle.html#a9edf56d37c808947aa75b55fa81a11e1',1,'Rectangle']]],
+ ['containsx_754',['containsX',['../classRectangle.html#a71d17fdf110e4ed2350d2a5fe248e540',1,'Rectangle']]],
+ ['containsy_755',['containsY',['../classRectangle.html#a38b56f4f8b38597fd34f68c677de2559',1,'Rectangle']]],
+ ['createbuffer_756',['createBuffer',['../classHeapRingBuffer.html#ab7d60a3acc757e88e1c7254626ce9709',1,'HeapRingBuffer']]],
+ ['createfontfromfile_757',['createFontFromFile',['../classNanoVG.html#a202e31bed7a83c59d417fa016f66f12a',1,'NanoVG']]],
+ ['createfontfrommemory_758',['createFontFromMemory',['../classNanoVG.html#a304f4fcf7fc4dff936563606cec7ea63',1,'NanoVG']]],
+ ['createimagefromfile_759',['createImageFromFile',['../classNanoVG.html#a2a6d7cc76cb4c7f35ef51a388f5818f6',1,'NanoVG::createImageFromFile(const char *filename, ImageFlags imageFlags)'],['../classNanoVG.html#a7555d49ba847a92fb2c56b2f9f68f366',1,'NanoVG::createImageFromFile(const char *filename, int imageFlags)']]],
+ ['createimagefrommemory_760',['createImageFromMemory',['../classNanoVG.html#a82858e18090cbd5d787668d21f685b95',1,'NanoVG::createImageFromMemory(const uchar *data, uint dataSize, ImageFlags imageFlags)'],['../classNanoVG.html#a6cac272a24edf6a679944267a02131ad',1,'NanoVG::createImageFromMemory(const uchar *data, uint dataSize, int imageFlags)']]],
+ ['createimagefromrawmemory_761',['createImageFromRawMemory',['../classNanoVG.html#a32fc9c8f1385dad33acf208167230ddb',1,'NanoVG::createImageFromRawMemory(uint w, uint h, const uchar *data, ImageFlags imageFlags, ImageFormat format)'],['../classNanoVG.html#adb3e8947a09a73b9662731f14aa2ca1f',1,'NanoVG::createImageFromRawMemory(uint w, uint h, const uchar *data, int imageFlags, ImageFormat format)']]],
+ ['createimagefromrgba_762',['createImageFromRGBA',['../classNanoVG.html#a68cfbff787af38a017eecdb4e77e1b45',1,'NanoVG::createImageFromRGBA(uint w, uint h, const uchar *data, ImageFlags imageFlags)'],['../classNanoVG.html#ac4e97dd35ebface5fd9160ef1d5e8cbb',1,'NanoVG::createImageFromRGBA(uint w, uint h, const uchar *data, int imageFlags)']]],
+ ['createimagefromtexturehandle_763',['createImageFromTextureHandle',['../classNanoVG.html#af37971e5d04d57c9ad98f0164164ea79',1,'NanoVG::createImageFromTextureHandle(GLuint textureId, uint w, uint h, ImageFlags imageFlags, bool deleteTexture=false)'],['../classNanoVG.html#aa4ebb0baddb15fdc74c1f68b6403eaaf',1,'NanoVG::createImageFromTextureHandle(GLuint textureId, uint w, uint h, int imageFlags, bool deleteTexture=false)']]],
+ ['createplugin_764',['createPlugin',['../group__EntryPoints.html#ga87f1fa9084f2490ca04ea733292c6dee',1,'DistrhoPlugin.hpp']]],
+ ['createui_765',['createUI',['../group__EntryPoints.html#gaad0ced21537a067680729bee6a65d8c8',1,'DistrhoUI.hpp']]],
+ ['currenttransform_766',['currentTransform',['../classNanoVG.html#ad51cefbcf8819d365205fa004a10b976',1,'NanoVG']]]
];
diff --git a/search/functions_3.js b/search/functions_3.js
index 758b6029..020fb4fd 100644
--- a/search/functions_3.js
+++ b/search/functions_3.js
@@ -1,29 +1,33 @@
var searchData=
[
- ['d_5fcconst_740',['d_cconst',['../group__MiscellaneousFunctions.html#ga6827e90feb9bdcb6f76175a245fbf12c',1,'DistrhoUtils.hpp']]],
- ['d_5fcustom_5fsafe_5fassert_741',['d_custom_safe_assert',['../group__StringPrintFunctions.html#ga643ef1d86ed4c665ae482ea0ccb52b51',1,'DistrhoUtils.hpp']]],
- ['d_5fdebug_742',['d_debug',['../group__StringPrintFunctions.html#ga9b8ac0ef05538648cb37b3c383ac60d9',1,'DistrhoUtils.hpp']]],
- ['d_5fisequal_743',['d_isEqual',['../group__MathFunctions.html#gabcb7db6e30f7428a3caa0fdec12af17a',1,'DistrhoUtils.hpp']]],
- ['d_5fisnotequal_744',['d_isNotEqual',['../group__MathFunctions.html#gaf99f3a8a1c9d97b07c0f225fad8a27b7',1,'DistrhoUtils.hpp']]],
- ['d_5fisnotzero_745',['d_isNotZero',['../group__MathFunctions.html#gaa8753f357eea6f93c5fa4e538ce6ac47',1,'DistrhoUtils.hpp']]],
- ['d_5fiszero_746',['d_isZero',['../group__MathFunctions.html#gae357f9031f7bcd8eccef3443081d3772',1,'DistrhoUtils.hpp']]],
- ['d_5fnextpowerof2_747',['d_nextPowerOf2',['../group__MathFunctions.html#gaded8dbdc7ff99c70e7361b3f1a32b584',1,'DistrhoUtils.hpp']]],
- ['d_5fpass_748',['d_pass',['../group__MiscellaneousFunctions.html#ga208c5bc138b7d4d4e318b6174c9dbf6d',1,'DistrhoUtils.hpp']]],
- ['d_5fsafe_5fassert_749',['d_safe_assert',['../group__StringPrintFunctions.html#ga9473c264004ac48764062fd881a55cff',1,'DistrhoUtils.hpp']]],
- ['d_5fsafe_5fassert_5fint_750',['d_safe_assert_int',['../group__StringPrintFunctions.html#gac59f28efd3d30333551df9ca47c1fc0f',1,'DistrhoUtils.hpp']]],
- ['d_5fsafe_5fassert_5fint2_751',['d_safe_assert_int2',['../group__StringPrintFunctions.html#ga9b31f29f7fde426a4a5bc9b1616aad28',1,'DistrhoUtils.hpp']]],
- ['d_5fsafe_5fassert_5fuint_752',['d_safe_assert_uint',['../group__StringPrintFunctions.html#gaf7645d9dcbbd44b92b8b6d4625a8e95c',1,'DistrhoUtils.hpp']]],
- ['d_5fsafe_5fassert_5fuint2_753',['d_safe_assert_uint2',['../group__StringPrintFunctions.html#gae62da5934fcf22b46324ddc2c44c3e58',1,'DistrhoUtils.hpp']]],
- ['d_5fsafe_5fexception_754',['d_safe_exception',['../group__StringPrintFunctions.html#ga98137b745947d74f613859780c81ba69',1,'DistrhoUtils.hpp']]],
- ['d_5fstderr_755',['d_stderr',['../group__StringPrintFunctions.html#ga61feaac6d65661f631be4136041e7bce',1,'DistrhoUtils.hpp']]],
- ['d_5fstderr2_756',['d_stderr2',['../group__StringPrintFunctions.html#ga9861b6a26e43554680f50623196dde7b',1,'DistrhoUtils.hpp']]],
- ['d_5fstdout_757',['d_stdout',['../group__StringPrintFunctions.html#ga78b9baaeb515112b1e5ec1182bab299b',1,'DistrhoUtils.hpp']]],
- ['d_5fversion_758',['d_version',['../group__MiscellaneousFunctions.html#ga95d67ff74d46b2c80f15c7790a523154',1,'DistrhoUtils.hpp']]],
- ['deactivate_759',['deactivate',['../classPlugin.html#aa089a56572bc8f1cb7e4b538c0d19c46',1,'Plugin']]],
- ['degtorad_760',['degToRad',['../classNanoVG.html#ae3913bdf0efc2f5504422f558dca2c45',1,'NanoVG']]],
- ['deletebuffer_761',['deleteBuffer',['../classHeapRingBuffer.html#a940bc4c023a53a0d511d6f99186d8224',1,'HeapRingBuffer']]],
- ['done_762',['done',['../classStandaloneWindow.html#a3b13bbbe8b8c431806ab50d2ea3410ad',1,'StandaloneWindow::done()'],['../structWindow_1_1ScopedGraphicsContext.html#a4647e1da0c4477f021f668459fb3221f',1,'Window::ScopedGraphicsContext::done()']]],
- ['draw_763',['draw',['../classOpenGLImage.html#a0bd3a7e2a8d8e36ebacf4277a3f915cc',1,'OpenGLImage::draw()'],['../classLine.html#afbf571bd6bed6a63574ef934dc3e081a',1,'Line::draw(const GraphicsContext &context, T width=1)'],['../classLine.html#af3eebf8905576276741caab216516949',1,'Line::draw()'],['../classCircle.html#a28bbc7afbd59d65c4969eba08c5f5c94',1,'Circle::draw(const GraphicsContext &context)'],['../classCircle.html#ae1006bb2486c75b45e43675783521915',1,'Circle::draw()'],['../classTriangle.html#a3221b311124ba9ce691060631e4d9cc2',1,'Triangle::draw(const GraphicsContext &context)'],['../classTriangle.html#a5dd94312d41f36fb149e03d90800bb53',1,'Triangle::draw()'],['../classRectangle.html#a2ed6472a18407217f011d5fffd2806e2',1,'Rectangle::draw(const GraphicsContext &context)'],['../classRectangle.html#a415da25901ad63d87e3bac7755535cda',1,'Rectangle::draw()'],['../classImageBase.html#a94fc564a4bb8c18cd576ee9b456887a9',1,'ImageBase::draw()']]],
- ['drawat_764',['drawAt',['../classVulkanImage.html#a35ba9f546320a8b51c76f09f0d80845f',1,'VulkanImage::drawAt()'],['../classCairoImage.html#aa60a5e3b68032170e8e59fb506c7d3b7',1,'CairoImage::drawAt()'],['../classImageBase.html#a16d58063acd1a1e6ae8bc3afdea610f8',1,'ImageBase::drawAt(const GraphicsContext &context, int x, int y)'],['../classImageBase.html#afef0b2e0d1baa305312435d0de2e027c',1,'ImageBase::drawAt(const GraphicsContext &context, const Point< int > &pos)=0'],['../classOpenGLImage.html#ab97d09a7496436d2823c064708a61287',1,'OpenGLImage::drawAt(const GraphicsContext &context, const Point< int > &pos) override'],['../classOpenGLImage.html#a9b707a6bc3994826b250cd92059b711a',1,'OpenGLImage::drawAt(int x, int y)'],['../classOpenGLImage.html#affc660fed1d4be803512d1ff7a0ccaf5',1,'OpenGLImage::drawAt(const Point< int > &pos)']]],
- ['drawoutline_765',['drawOutline',['../classRectangle.html#a562e46203701309da8748dcc5277373e',1,'Rectangle::drawOutline()'],['../classRectangle.html#ab07a01fb85e96f8f7a87e4b3e842a537',1,'Rectangle::drawOutline(const GraphicsContext &context, T lineWidth=1)'],['../classTriangle.html#a93cda515489108aa6c14b0b1ab8cff11',1,'Triangle::drawOutline()'],['../classTriangle.html#a22cc10d40195f721c9ea9d4027c3d54f',1,'Triangle::drawOutline(const GraphicsContext &context, T lineWidth=1)'],['../classCircle.html#a59ad688a9f13a2e639502a8adc979111',1,'Circle::drawOutline()'],['../classCircle.html#ac81aa76956931eb307177e48119abc36',1,'Circle::drawOutline(const GraphicsContext &context, T lineWidth=1)']]]
+ ['d_5fcconst_767',['d_cconst',['../group__MiscellaneousFunctions.html#ga6827e90feb9bdcb6f76175a245fbf12c',1,'d_cconst(const uint8_t a, const uint8_t b, const uint8_t c, const uint8_t d) noexcept: DistrhoUtils.hpp'],['../group__MiscellaneousFunctions.html#gaa6e4fa8bdcebd0d15f4ead3bb923e3f3',1,'d_cconst(const char str[4]): DistrhoUtils.hpp']]],
+ ['d_5fcustom_5fsafe_5fassert_768',['d_custom_safe_assert',['../group__StringPrintFunctions.html#ga643ef1d86ed4c665ae482ea0ccb52b51',1,'DistrhoUtils.hpp']]],
+ ['d_5fdebug_769',['d_debug',['../group__StringPrintFunctions.html#ga9b8ac0ef05538648cb37b3c383ac60d9',1,'DistrhoUtils.hpp']]],
+ ['d_5fisequal_770',['d_isEqual',['../group__MathFunctions.html#ga81d4bbe1b2730cfc30aec9b347ef9360',1,'DistrhoUtils.hpp']]],
+ ['d_5fisnotequal_771',['d_isNotEqual',['../group__MathFunctions.html#ga3d70c97c300b9fb2792ba4fbb2fb501e',1,'DistrhoUtils.hpp']]],
+ ['d_5fisnotzero_772',['d_isNotZero',['../group__MathFunctions.html#gad891a20280e4f41017e7247d6e5a1f13',1,'DistrhoUtils.hpp']]],
+ ['d_5fiszero_773',['d_isZero',['../group__MathFunctions.html#gaf5526b06989c47f21bdff3cd99af8353',1,'DistrhoUtils.hpp']]],
+ ['d_5fnextpowerof2_774',['d_nextPowerOf2',['../group__MathFunctions.html#gaded8dbdc7ff99c70e7361b3f1a32b584',1,'DistrhoUtils.hpp']]],
+ ['d_5fpass_775',['d_pass',['../group__MiscellaneousFunctions.html#ga208c5bc138b7d4d4e318b6174c9dbf6d',1,'DistrhoUtils.hpp']]],
+ ['d_5froundtoint_776',['d_roundToInt',['../group__MathFunctions.html#ga981676558e521894c2ec4ca56b2ec8af',1,'DistrhoUtils.hpp']]],
+ ['d_5froundtointnegative_777',['d_roundToIntNegative',['../group__MathFunctions.html#gadd62923031cb7d9e06d01957b3bcf3a6',1,'DistrhoUtils.hpp']]],
+ ['d_5froundtointpositive_778',['d_roundToIntPositive',['../group__MathFunctions.html#ga3de0a572416cb38ca424094b595954ae',1,'DistrhoUtils.hpp']]],
+ ['d_5froundtounsignedint_779',['d_roundToUnsignedInt',['../group__MathFunctions.html#ga10abb07d21f97c5fbc0ec0b5fa0ab721',1,'DistrhoUtils.hpp']]],
+ ['d_5fsafe_5fassert_780',['d_safe_assert',['../group__StringPrintFunctions.html#ga9473c264004ac48764062fd881a55cff',1,'DistrhoUtils.hpp']]],
+ ['d_5fsafe_5fassert_5fint_781',['d_safe_assert_int',['../group__StringPrintFunctions.html#gac59f28efd3d30333551df9ca47c1fc0f',1,'DistrhoUtils.hpp']]],
+ ['d_5fsafe_5fassert_5fint2_782',['d_safe_assert_int2',['../group__StringPrintFunctions.html#ga9b31f29f7fde426a4a5bc9b1616aad28',1,'DistrhoUtils.hpp']]],
+ ['d_5fsafe_5fassert_5fuint_783',['d_safe_assert_uint',['../group__StringPrintFunctions.html#gaf7645d9dcbbd44b92b8b6d4625a8e95c',1,'DistrhoUtils.hpp']]],
+ ['d_5fsafe_5fassert_5fuint2_784',['d_safe_assert_uint2',['../group__StringPrintFunctions.html#gae62da5934fcf22b46324ddc2c44c3e58',1,'DistrhoUtils.hpp']]],
+ ['d_5fsafe_5fexception_785',['d_safe_exception',['../group__StringPrintFunctions.html#ga98137b745947d74f613859780c81ba69',1,'DistrhoUtils.hpp']]],
+ ['d_5fstderr_786',['d_stderr',['../group__StringPrintFunctions.html#ga61feaac6d65661f631be4136041e7bce',1,'DistrhoUtils.hpp']]],
+ ['d_5fstderr2_787',['d_stderr2',['../group__StringPrintFunctions.html#ga9861b6a26e43554680f50623196dde7b',1,'DistrhoUtils.hpp']]],
+ ['d_5fstdout_788',['d_stdout',['../group__StringPrintFunctions.html#ga78b9baaeb515112b1e5ec1182bab299b',1,'DistrhoUtils.hpp']]],
+ ['d_5fversion_789',['d_version',['../group__MiscellaneousFunctions.html#ga95d67ff74d46b2c80f15c7790a523154',1,'DistrhoUtils.hpp']]],
+ ['deactivate_790',['deactivate',['../classPlugin.html#aa089a56572bc8f1cb7e4b538c0d19c46',1,'Plugin']]],
+ ['degtorad_791',['degToRad',['../classNanoVG.html#ae3913bdf0efc2f5504422f558dca2c45',1,'NanoVG']]],
+ ['deletebuffer_792',['deleteBuffer',['../classHeapRingBuffer.html#a940bc4c023a53a0d511d6f99186d8224',1,'HeapRingBuffer']]],
+ ['done_793',['done',['../classStandaloneWindow.html#a3b13bbbe8b8c431806ab50d2ea3410ad',1,'StandaloneWindow::done()'],['../structWindow_1_1ScopedGraphicsContext.html#a4647e1da0c4477f021f668459fb3221f',1,'Window::ScopedGraphicsContext::done()']]],
+ ['draw_794',['draw',['../classOpenGLImage.html#a0bd3a7e2a8d8e36ebacf4277a3f915cc',1,'OpenGLImage::draw()'],['../classLine.html#afbf571bd6bed6a63574ef934dc3e081a',1,'Line::draw(const GraphicsContext &context, T width=1)'],['../classLine.html#af3eebf8905576276741caab216516949',1,'Line::draw()'],['../classCircle.html#a28bbc7afbd59d65c4969eba08c5f5c94',1,'Circle::draw(const GraphicsContext &context)'],['../classCircle.html#ae1006bb2486c75b45e43675783521915',1,'Circle::draw()'],['../classTriangle.html#a3221b311124ba9ce691060631e4d9cc2',1,'Triangle::draw(const GraphicsContext &context)'],['../classTriangle.html#a5dd94312d41f36fb149e03d90800bb53',1,'Triangle::draw()'],['../classRectangle.html#a2ed6472a18407217f011d5fffd2806e2',1,'Rectangle::draw(const GraphicsContext &context)'],['../classRectangle.html#a415da25901ad63d87e3bac7755535cda',1,'Rectangle::draw()'],['../classImageBase.html#a94fc564a4bb8c18cd576ee9b456887a9',1,'ImageBase::draw()']]],
+ ['drawat_795',['drawAt',['../classCairoImage.html#aa60a5e3b68032170e8e59fb506c7d3b7',1,'CairoImage::drawAt()'],['../classImageBase.html#a16d58063acd1a1e6ae8bc3afdea610f8',1,'ImageBase::drawAt(const GraphicsContext &context, int x, int y)'],['../classImageBase.html#afef0b2e0d1baa305312435d0de2e027c',1,'ImageBase::drawAt(const GraphicsContext &context, const Point< int > &pos)=0'],['../classOpenGLImage.html#ab97d09a7496436d2823c064708a61287',1,'OpenGLImage::drawAt(const GraphicsContext &context, const Point< int > &pos) override'],['../classOpenGLImage.html#a9b707a6bc3994826b250cd92059b711a',1,'OpenGLImage::drawAt(int x, int y)'],['../classOpenGLImage.html#affc660fed1d4be803512d1ff7a0ccaf5',1,'OpenGLImage::drawAt(const Point< int > &pos)'],['../classVulkanImage.html#a35ba9f546320a8b51c76f09f0d80845f',1,'VulkanImage::drawAt()']]],
+ ['drawoutline_796',['drawOutline',['../classRectangle.html#ab07a01fb85e96f8f7a87e4b3e842a537',1,'Rectangle::drawOutline()'],['../classCircle.html#ac81aa76956931eb307177e48119abc36',1,'Circle::drawOutline(const GraphicsContext &context, T lineWidth=1)'],['../classCircle.html#a59ad688a9f13a2e639502a8adc979111',1,'Circle::drawOutline()'],['../classTriangle.html#a22cc10d40195f721c9ea9d4027c3d54f',1,'Triangle::drawOutline(const GraphicsContext &context, T lineWidth=1)'],['../classTriangle.html#a93cda515489108aa6c14b0b1ab8cff11',1,'Triangle::drawOutline()'],['../classRectangle.html#a562e46203701309da8748dcc5277373e',1,'Rectangle::drawOutline()']]]
];
diff --git a/search/functions_4.js b/search/functions_4.js
index 68a5f0b4..491f6246 100644
--- a/search/functions_4.js
+++ b/search/functions_4.js
@@ -1,8 +1,8 @@
var searchData=
[
- ['editparameter_766',['editParameter',['../classUI.html#a2efcd4f21af0470e91fb6a342d7667a0',1,'UI']]],
- ['ellipse_767',['ellipse',['../classNanoVG.html#a2081ea8d4c33481d24ae98d1a65a6f9b',1,'NanoVG']]],
- ['endframe_768',['endFrame',['../classNanoVG.html#a432d8c79b21f61eb1010a75cc13ee711',1,'NanoVG']]],
- ['exec_769',['exec',['../classApplication.html#a805dd37af3b9adfc1d0ee1e734ad81e3',1,'Application::exec()'],['../classWindow.html#addce529703b96ff6742428c8bd8c4cba',1,'Window::exec()']]],
- ['externalwindow_770',['ExternalWindow',['../classExternalWindow.html#afc5ed08d95e01734cdfbd6c69d8505c6',1,'ExternalWindow::ExternalWindow()'],['../classExternalWindow.html#a4db15a0baa5e85c04b4a8c3545958aad',1,'ExternalWindow::ExternalWindow(const PrivateData &data)']]]
+ ['editparameter_797',['editParameter',['../classUI.html#a2efcd4f21af0470e91fb6a342d7667a0',1,'UI']]],
+ ['ellipse_798',['ellipse',['../classNanoVG.html#a2081ea8d4c33481d24ae98d1a65a6f9b',1,'NanoVG']]],
+ ['endframe_799',['endFrame',['../classNanoVG.html#a432d8c79b21f61eb1010a75cc13ee711',1,'NanoVG']]],
+ ['exec_800',['exec',['../classApplication.html#a805dd37af3b9adfc1d0ee1e734ad81e3',1,'Application::exec()'],['../classWindow.html#addce529703b96ff6742428c8bd8c4cba',1,'Window::exec()']]],
+ ['externalwindow_801',['ExternalWindow',['../classExternalWindow.html#afc5ed08d95e01734cdfbd6c69d8505c6',1,'ExternalWindow::ExternalWindow()'],['../classExternalWindow.html#a4db15a0baa5e85c04b4a8c3545958aad',1,'ExternalWindow::ExternalWindow(const PrivateData &data)']]]
];
diff --git a/search/functions_5.js b/search/functions_5.js
index 3f18faf3..3f9d7fdb 100644
--- a/search/functions_5.js
+++ b/search/functions_5.js
@@ -1,19 +1,19 @@
var searchData=
[
- ['filebrowseroptions_771',['FileBrowserOptions',['../structFileBrowserOptions.html#afaad52af434db54ecc629ff68b194273',1,'FileBrowserOptions']]],
- ['filebrowserselected_772',['fileBrowserSelected',['../classWindow.html#a6ec017881675f860ae746dad6c021b63',1,'Window']]],
- ['fill_773',['fill',['../classNanoVG.html#ae6e189b2c0b5a67c8c227d89b9bdb56e',1,'NanoVG']]],
- ['fillcolor_774',['fillColor',['../classNanoVG.html#a9a802d6e276195d13bc33d0f4b39cff9',1,'NanoVG::fillColor(const Color &color)'],['../classNanoVG.html#a9b88f568b952402bbcfec289095734a7',1,'NanoVG::fillColor(const int red, const int green, const int blue, const int alpha=255)'],['../classNanoVG.html#a364794e2641625310aab9b7755b1e3d5',1,'NanoVG::fillColor(const float red, const float green, const float blue, const float alpha=1.0f)']]],
- ['fillpaint_775',['fillPaint',['../classNanoVG.html#aca56cc6d1c2455fc9f750cce4dc132d0',1,'NanoVG']]],
- ['findfont_776',['findFont',['../classNanoVG.html#afbcfaa824c76e00eb22bd3f7dd5d1ab0',1,'NanoVG']]],
- ['fixbounds_777',['fixBounds',['../structColor.html#aad01f46af4cdb18b2bcbddd3f63d14d5',1,'Color']]],
- ['fixdefault_778',['fixDefault',['../structParameterRanges.html#a17519e584ccc28e87b73bfbd1a81cf10',1,'ParameterRanges']]],
- ['fixvalue_779',['fixValue',['../structParameterRanges.html#a1dac84c100f420bfc529a4d2ea60dc7c',1,'ParameterRanges']]],
- ['focus_780',['focus',['../classExternalWindow.html#a6957b4f82aa3e3557c4c455bbc6b1e15',1,'ExternalWindow::focus()'],['../classWindow.html#a03985e4ca2c9b4fcf572b5029e8c0115',1,'Window::focus()']]],
- ['fontblur_781',['fontBlur',['../classNanoVG.html#aa0a42259164f0893ea63929cfce29a75',1,'NanoVG']]],
- ['fontface_782',['fontFace',['../classNanoVG.html#a22fa48b86dac0cc4ab1cd922de39c52b',1,'NanoVG']]],
- ['fontfaceid_783',['fontFaceId',['../classNanoVG.html#a2d32dbd0fb0dd0ae36fdc6ef2be65f6c',1,'NanoVG']]],
- ['fontsize_784',['fontSize',['../classNanoVG.html#a23353792b4267d74f8f7a665d358c1a4',1,'NanoVG']]],
- ['fromhsl_785',['fromHSL',['../structColor.html#a41820f7349e997489d53f98036e76a0c',1,'Color']]],
- ['fromhtml_786',['fromHTML',['../structColor.html#abdc66d9b8c6422a721f8d576e871f646',1,'Color']]]
+ ['filebrowseroptions_802',['FileBrowserOptions',['../structFileBrowserOptions.html#afaad52af434db54ecc629ff68b194273',1,'FileBrowserOptions']]],
+ ['filebrowserselected_803',['fileBrowserSelected',['../classWindow.html#a6ec017881675f860ae746dad6c021b63',1,'Window']]],
+ ['fill_804',['fill',['../classNanoVG.html#ae6e189b2c0b5a67c8c227d89b9bdb56e',1,'NanoVG']]],
+ ['fillcolor_805',['fillColor',['../classNanoVG.html#a9a802d6e276195d13bc33d0f4b39cff9',1,'NanoVG::fillColor(const Color &color)'],['../classNanoVG.html#a9b88f568b952402bbcfec289095734a7',1,'NanoVG::fillColor(const int red, const int green, const int blue, const int alpha=255)'],['../classNanoVG.html#a364794e2641625310aab9b7755b1e3d5',1,'NanoVG::fillColor(const float red, const float green, const float blue, const float alpha=1.0f)']]],
+ ['fillpaint_806',['fillPaint',['../classNanoVG.html#aca56cc6d1c2455fc9f750cce4dc132d0',1,'NanoVG']]],
+ ['findfont_807',['findFont',['../classNanoVG.html#afbcfaa824c76e00eb22bd3f7dd5d1ab0',1,'NanoVG']]],
+ ['fixbounds_808',['fixBounds',['../structColor.html#aad01f46af4cdb18b2bcbddd3f63d14d5',1,'Color']]],
+ ['fixdefault_809',['fixDefault',['../structParameterRanges.html#a17519e584ccc28e87b73bfbd1a81cf10',1,'ParameterRanges']]],
+ ['fixvalue_810',['fixValue',['../structParameterRanges.html#a1dac84c100f420bfc529a4d2ea60dc7c',1,'ParameterRanges']]],
+ ['focus_811',['focus',['../classExternalWindow.html#a6957b4f82aa3e3557c4c455bbc6b1e15',1,'ExternalWindow::focus()'],['../classWindow.html#a03985e4ca2c9b4fcf572b5029e8c0115',1,'Window::focus()']]],
+ ['fontblur_812',['fontBlur',['../classNanoVG.html#aa0a42259164f0893ea63929cfce29a75',1,'NanoVG']]],
+ ['fontface_813',['fontFace',['../classNanoVG.html#a22fa48b86dac0cc4ab1cd922de39c52b',1,'NanoVG']]],
+ ['fontfaceid_814',['fontFaceId',['../classNanoVG.html#a2d32dbd0fb0dd0ae36fdc6ef2be65f6c',1,'NanoVG']]],
+ ['fontsize_815',['fontSize',['../classNanoVG.html#a23353792b4267d74f8f7a665d358c1a4',1,'NanoVG']]],
+ ['fromhsl_816',['fromHSL',['../structColor.html#a41820f7349e997489d53f98036e76a0c',1,'Color']]],
+ ['fromhtml_817',['fromHTML',['../structColor.html#abdc66d9b8c6422a721f8d576e871f646',1,'Color']]]
];
diff --git a/search/functions_6.js b/search/functions_6.js
index 9aeed4f8..6db876f7 100644
--- a/search/functions_6.js
+++ b/search/functions_6.js
@@ -1,82 +1,82 @@
var searchData=
[
- ['get_787',['get',['../classScopedPointer.html#ac65fb45b9eb2d53773489fcfbc6fd740',1,'ScopedPointer']]],
- ['getabsolutearea_788',['getAbsoluteArea',['../classSubWidget.html#af2f289973c4a58d78eb6bb12bcbf093a',1,'SubWidget']]],
- ['getabsolutepos_789',['getAbsolutePos',['../classSubWidget.html#a1c67b16fb0234941f387a960a0f0cb76',1,'SubWidget']]],
- ['getabsolutex_790',['getAbsoluteX',['../classSubWidget.html#a5a641f035fa0ce5b5e87ee9b3ab7bf34',1,'SubWidget']]],
- ['getabsolutey_791',['getAbsoluteY',['../classSubWidget.html#aefe10cc8f9d62950b56f71559d1e3f5e',1,'SubWidget']]],
- ['getapp_792',['getApp',['../classTopLevelWidget.html#af5c5c403ba231c14b3a41684bef45648',1,'TopLevelWidget::getApp()'],['../classWidget.html#a373419bc6353abf50a502cdbebd736e7',1,'Widget::getApp()'],['../classWindow.html#a92600b2e0715646b80474fccbcadf336',1,'Window::getApp()']]],
- ['getbackgroundcolor_793',['getBackgroundColor',['../classUI.html#a3c47bc4cb3dcc558bbd05791d1cc83f5',1,'UI']]],
- ['getbinaryfilename_794',['getBinaryFilename',['../group__PluginRelatedUtilities.html#ga59aac78ab7142a37a7a2c5f0c7fd2a62',1,'DistrhoPluginUtils.hpp']]],
- ['getbuffersize_795',['getBufferSize',['../classPlugin.html#a2643e638f62cfd4990247ec66bed60d2',1,'Plugin::getBufferSize()'],['../group__StandalonePluginRelatedUtilities.html#gaeb5392c82fb90c8f58e07465503ce11b',1,'getBufferSize(): DistrhoStandaloneUtils.hpp']]],
- ['getbundlepath_796',['getBundlePath',['../classUI.html#a3359930fbeb2670230e617d430ecd67e',1,'UI::getBundlePath()'],['../classPlugin.html#a5fd60c82f5a50f12312c57729885fc2f',1,'Plugin::getBundlePath()']]],
- ['getchildren_797',['getChildren',['../classWidget.html#a5381d5583ba6e55fe9fed87df95d9605',1,'Widget']]],
- ['getclassname_798',['getClassName',['../classApplication.html#a4eb331050ea4835aea5ad06cad1265fb',1,'Application']]],
- ['getclipboard_799',['getClipboard',['../classWindow.html#ac8244e75f9fdb4fe886b226959f568f9',1,'Window']]],
- ['getclipboarddataoffertypes_800',['getClipboardDataOfferTypes',['../classWindow.html#a6071a51d8fd2c150bcfc240ba43f7b2b',1,'Window']]],
- ['getconstrainedabsolutearea_801',['getConstrainedAbsoluteArea',['../classSubWidget.html#a72bf08fe6f61fc935f6f0836d308bc9e',1,'SubWidget']]],
- ['getcontext_802',['getContext',['../classNanoVG.html#a8b6f8caad8acb883fadc06a606ccade7',1,'NanoVG']]],
- ['getdescription_803',['getDescription',['../classPlugin.html#a30db5eef9de617f4c81d5c6925facea3',1,'Plugin']]],
- ['getendpos_804',['getEndPos',['../classLine.html#aa3f70d792719c026b35b3f32dc19ac65',1,'Line']]],
- ['getendx_805',['getEndX',['../classLine.html#a15462cbbe5154d8b27fd6c53ddafc17f',1,'Line']]],
- ['getendy_806',['getEndY',['../classLine.html#a5c5de1ccedae8ea85fd711eab10359dd',1,'Line']]],
- ['getfixedandnormalizedvalue_807',['getFixedAndNormalizedValue',['../structParameterRanges.html#a82698a1e07b1b04ccb5df0de4db0d0be',1,'ParameterRanges::getFixedAndNormalizedValue(const float &value) const noexcept'],['../structParameterRanges.html#ad22b84137bc5896ff634ee5f5927207c',1,'ParameterRanges::getFixedAndNormalizedValue(const double &value) const noexcept']]],
- ['getfixedvalue_808',['getFixedValue',['../structParameterRanges.html#a983383b2b3ce5d049802a7f0a12cee0c',1,'ParameterRanges']]],
- ['getforegroundcolor_809',['getForegroundColor',['../classUI.html#a607ea9f2978605808d8ef5dc3531fae7',1,'UI']]],
- ['getformat_810',['getFormat',['../classImageBase.html#a4b0c40113f956eaf2f2e0e51395b0926',1,'ImageBase']]],
- ['getgeometryconstraints_811',['getGeometryConstraints',['../classWindow.html#a540fbc63288c019f420123644acc6a11',1,'Window']]],
- ['getgraphicscontext_812',['getGraphicsContext',['../classWidget.html#ae23d09ec0e5f0397a3451b603b407182',1,'Widget::getGraphicsContext()'],['../classWindow.html#aa73a74df08f29d576e18cf1d61ea9897',1,'Window::getGraphicsContext() const noexcept']]],
- ['getheight_813',['getHeight',['../classWindow.html#a5d53bcba43455f8f77cfcbac61ec6c8e',1,'Window::getHeight()'],['../classWidget.html#aa20f6dc096a8836706173f31324c4db8',1,'Widget::getHeight()'],['../classRectangle.html#a46b5c88ccfdf1b9f5c1086bb0852c94a',1,'Rectangle::getHeight()'],['../classImageBase.html#aff56029a17822f19b518560e82aba878',1,'ImageBase::getHeight()'],['../classExternalWindow.html#a6206ef403f95462ef84fe8127b65b1b7',1,'ExternalWindow::getHeight()'],['../classSize.html#a562e9d68738d1873a6aa0615af80505b',1,'Size::getHeight()']]],
- ['gethomepage_814',['getHomePage',['../classPlugin.html#ad12c681ce31004da0badd609763f45c5',1,'Plugin']]],
- ['getid_815',['getId',['../classWidget.html#a3ee6b2824e3f3719c1c9b3d070385f49',1,'Widget']]],
- ['getignoringkeyrepeat_816',['getIgnoringKeyRepeat',['../classWindow.html#a0e1895a4e93ee0d7c34a9b10953c968e',1,'Window']]],
- ['getlabel_817',['getLabel',['../classPlugin.html#a00f7945c16149db6845fbcc2af729f4f',1,'Plugin']]],
- ['getlicense_818',['getLicense',['../classPlugin.html#a686a3c92a376a185d6fd97efd59125d1',1,'Plugin']]],
- ['getmaker_819',['getMaker',['../classPlugin.html#a955832840de786a7a22798f0ef451c5d',1,'Plugin']]],
- ['getmargin_820',['getMargin',['../classSubWidget.html#abe42b4ff151599ca5ea72f2e26e93860',1,'SubWidget']]],
- ['getname_821',['getName',['../classPlugin.html#aebb5df5cde162462dc460d4fd45dae75',1,'Plugin::getName()'],['../classWidget.html#a70b07dbf748490e5a8c18fb9d5766c0e',1,'Widget::getName()']]],
- ['getnativewindowhandle_822',['getNativeWindowHandle',['../classExternalWindow.html#a8ec7abf1b22271458926530b377f2c27',1,'ExternalWindow::getNativeWindowHandle()'],['../classWindow.html#a01a9277a2e19766947f9a99b43147bfd',1,'Window::getNativeWindowHandle()']]],
- ['getnextbundlepath_823',['getNextBundlePath',['../classUI.html#ab157329c83a4660dd059508dc8d041f5',1,'UI']]],
- ['getnextscalefactor_824',['getNextScaleFactor',['../classUI.html#aa7277c575b7d0a75475e5a7ae684dc0f',1,'UI']]],
- ['getnextwindowid_825',['getNextWindowId',['../classUI.html#a4630e30aec3f3e7dcfc353ef2807bf56',1,'UI']]],
- ['getnormalizedvalue_826',['getNormalizedValue',['../structParameterRanges.html#ad16ef939c1caa2f51e9a4041f769f86e',1,'ParameterRanges::getNormalizedValue(const float &value) const noexcept'],['../structParameterRanges.html#acabe1b8a99a2859b5fe751de18ddcdd7',1,'ParameterRanges::getNormalizedValue(const double &value) const noexcept']]],
- ['getnumsegments_827',['getNumSegments',['../classCircle.html#a3a1586ea9115cc97473a2338127223b6',1,'Circle']]],
- ['getobject_828',['getObject',['../classScopedPointer.html#a1a88fa0865167c487050a9519297d4ed',1,'ScopedPointer']]],
- ['getoffset_829',['getOffset',['../classWindow.html#a58f66fcfd4c902954594e99d4bfa0b6a',1,'Window']]],
- ['getoffsetx_830',['getOffsetX',['../classWindow.html#a200f3e517effa7973e1c42c72ca55f9f',1,'Window']]],
- ['getoffsety_831',['getOffsetY',['../classWindow.html#a948304155a8403b92db8feeae1a76f46',1,'Window']]],
- ['getparametervalue_832',['getParameterValue',['../classPlugin.html#af9e9f5438e2e0c2352052eb5f95832aa',1,'Plugin']]],
- ['getparentwidget_833',['getParentWidget',['../classSubWidget.html#a2d658e71ccb9502b8409a08782d8b345',1,'SubWidget']]],
- ['getparentwindowhandle_834',['getParentWindowHandle',['../classExternalWindow.html#a56da59b2722bd7b0a6c63f9f7f120839',1,'ExternalWindow']]],
- ['getpluginformatname_835',['getPluginFormatName',['../group__PluginRelatedUtilities.html#gac339d6837f2d1a89d4d63b322822e32d',1,'DistrhoPluginUtils.hpp']]],
- ['getplugininstancepointer_836',['getPluginInstancePointer',['../classUI.html#a0863a8f7ca7fc7e172e703c58518329f',1,'UI']]],
- ['getpos_837',['getPos',['../classCircle.html#abdabe0a9d85db389485c69d6a7b6071e',1,'Circle::getPos()'],['../classRectangle.html#aa91fa8951b6a77c86a3df804b1ed0717',1,'Rectangle::getPos()']]],
- ['getrawdata_838',['getRawData',['../classImageBase.html#aea60747a216159b14a8d020cb9b19546',1,'ImageBase']]],
- ['getresourcepath_839',['getResourcePath',['../group__PluginRelatedUtilities.html#ga53aa68de85dae4e3102b1c0551950b86',1,'DistrhoPluginUtils.hpp']]],
- ['getsamplerate_840',['getSampleRate',['../classPlugin.html#a3e162cfe8f1c52bf09805fd327bcc3c4',1,'Plugin::getSampleRate()'],['../classUI.html#a97d880182254652f94e7bed355370c07',1,'UI::getSampleRate()']]],
- ['getscalefactor_841',['getScaleFactor',['../classExternalWindow.html#a0383b6696469e9709e1a1ee53399d9f4',1,'ExternalWindow::getScaleFactor()'],['../classWindow.html#a77774c8ce4b01113fcd525079f9b8787',1,'Window::getScaleFactor() const noexcept']]],
- ['getscaling_842',['getScaling',['../classWindow.html#a9b94fea3236d1d49e3fbd53a8d9cc70b',1,'Window']]],
- ['getsize_843',['getSize',['../classCircle.html#a95cbbd0567463a29e0e1b43febcc1daa',1,'Circle::getSize()'],['../classWindow.html#acd158570648b07967a4af011d6223eea',1,'Window::getSize()'],['../classRectangle.html#a89992b11e6d09286c2d6f4504b49d05f',1,'Rectangle::getSize()'],['../classImageBase.html#a7609a68efebd27587bb98e386db0e9e2',1,'ImageBase::getSize()'],['../classNanoImage.html#a979cc37d8a10dc0642fcea2d64d3b58c',1,'NanoImage::getSize()'],['../classWidget.html#a9044d42c20ead27dba983b710c94f8d6',1,'Widget::getSize()']]],
- ['getstartpos_844',['getStartPos',['../classLine.html#a2c5ecf6513f1b1fd846a80915aff5744',1,'Line']]],
- ['getstartx_845',['getStartX',['../classLine.html#a7f3af6a8c08af69188714a83353e09fb',1,'Line']]],
- ['getstarty_846',['getStartY',['../classLine.html#a5a5ef0a94283339f2c20406a3d9fbb04',1,'Line']]],
- ['getstate_847',['getState',['../classPlugin.html#a9cf24d4880f200eaeacd08a591d00d1f',1,'Plugin']]],
- ['getsurface_848',['getSurface',['../classCairoImage.html#a5ce76c4866b396a771caafa80acf162b',1,'CairoImage']]],
- ['gettexturehandle_849',['getTextureHandle',['../classNanoImage.html#a3c1396cb2794d0a2e2f5603f6399472b',1,'NanoImage']]],
- ['gettime_850',['getTime',['../classApplication.html#a2f6f8250f31dbb600bdef12692d62b73',1,'Application']]],
- ['gettimeposition_851',['getTimePosition',['../classPlugin.html#ae85d602c430b1a4361a88d714d3a42c1',1,'Plugin']]],
- ['gettitle_852',['getTitle',['../classExternalWindow.html#acd0c7cbaa50aab700bebe633309f6778',1,'ExternalWindow::getTitle()'],['../classWindow.html#af437e6afd9104708f30ab769d9afce7a',1,'Window::getTitle()']]],
- ['gettoplevelwidget_853',['getTopLevelWidget',['../classWidget.html#a607b153f7d3187ca60bf21004efc1314',1,'Widget']]],
- ['gettransientwindowid_854',['getTransientWindowId',['../classExternalWindow.html#ad06f0e6adb6a1460af88707cd452e767',1,'ExternalWindow']]],
- ['gettype_855',['getType',['../classOpenGLImage.html#ac6eb1a0e289c0e29bf8d8cfb3310f40e',1,'OpenGLImage']]],
- ['getuniqueid_856',['getUniqueId',['../classPlugin.html#ad6ff8c80227d5ceebd40b96f3be29a66',1,'Plugin']]],
- ['getunnormalizedvalue_857',['getUnnormalizedValue',['../structParameterRanges.html#a992f75a925b3cd5e66544087708ea3c3',1,'ParameterRanges::getUnnormalizedValue(const float &value) const noexcept'],['../structParameterRanges.html#adf604eafd0f2b647b371735550c8d166',1,'ParameterRanges::getUnnormalizedValue(const double &value) const noexcept']]],
- ['getversion_858',['getVersion',['../classPlugin.html#abae540dd93caf4834270358a8aad334a',1,'Plugin']]],
- ['getwidth_859',['getWidth',['../classSize.html#a3e65e5ff12f6bf57eaa6f45c54346942',1,'Size::getWidth()'],['../classWindow.html#ab19430997dd1b3d7bf9bd3640d73b007',1,'Window::getWidth()'],['../classExternalWindow.html#a0e15df4f8b3425b67ad56b42526bb5df',1,'ExternalWindow::getWidth()'],['../classRectangle.html#a5974e66bef8300fa6e052d846d07afb1',1,'Rectangle::getWidth()'],['../classImageBase.html#a82057493bae9af996a9a10b1aa731666',1,'ImageBase::getWidth()'],['../classWidget.html#a169c317caf734c6664494a573e427b40',1,'Widget::getWidth()']]],
- ['getwindow_860',['getWindow',['../classTopLevelWidget.html#a3ceb7af6e9372a139d40a5859dfd0e4d',1,'TopLevelWidget::getWindow()'],['../classWidget.html#a0ef05695aec704b0eb1eb91c2e8af07d',1,'Widget::getWindow()']]],
- ['getx_861',['getX',['../classRectangle.html#aa7a5dc1efa46ac87abdc57850f65c1ef',1,'Rectangle::getX()'],['../classCircle.html#a2f8530b43b24d28380e232367fea0823',1,'Circle::getX()'],['../classPoint.html#af6d528d5f73b06282aae5be3b188528e',1,'Point::getX() const noexcept']]],
- ['gety_862',['getY',['../classPoint.html#ab0250670052f5169c57de84a09d7534b',1,'Point::getY()'],['../classCircle.html#af1bdfeb5875cf8e6a8f09ad295d3bb09',1,'Circle::getY()'],['../classRectangle.html#a8f2fb02ceea742b6155a476be3694ec9',1,'Rectangle::getY()']]],
- ['globalalpha_863',['globalAlpha',['../classNanoVG.html#acbae67cbb34b396bd1dff9cdc3c6712b',1,'NanoVG']]],
- ['globaltint_864',['globalTint',['../classNanoVG.html#abc92bd3d2bd9fd95aee6370b2fceae27',1,'NanoVG']]],
- ['growby_865',['growBy',['../classSize.html#ac6cb1721051ed5c8f21467f009d72982',1,'Size::growBy()'],['../classRectangle.html#a043d677b0fa28c50a18ed30bcb84e02b',1,'Rectangle::growBy()']]]
+ ['get_818',['get',['../classScopedPointer.html#ac65fb45b9eb2d53773489fcfbc6fd740',1,'ScopedPointer']]],
+ ['getabsolutearea_819',['getAbsoluteArea',['../classSubWidget.html#af2f289973c4a58d78eb6bb12bcbf093a',1,'SubWidget']]],
+ ['getabsolutepos_820',['getAbsolutePos',['../classSubWidget.html#a1c67b16fb0234941f387a960a0f0cb76',1,'SubWidget']]],
+ ['getabsolutex_821',['getAbsoluteX',['../classSubWidget.html#a5a641f035fa0ce5b5e87ee9b3ab7bf34',1,'SubWidget']]],
+ ['getabsolutey_822',['getAbsoluteY',['../classSubWidget.html#aefe10cc8f9d62950b56f71559d1e3f5e',1,'SubWidget']]],
+ ['getapp_823',['getApp',['../classTopLevelWidget.html#af5c5c403ba231c14b3a41684bef45648',1,'TopLevelWidget::getApp()'],['../classWidget.html#a373419bc6353abf50a502cdbebd736e7',1,'Widget::getApp()'],['../classWindow.html#a92600b2e0715646b80474fccbcadf336',1,'Window::getApp()']]],
+ ['getbackgroundcolor_824',['getBackgroundColor',['../classUI.html#a3c47bc4cb3dcc558bbd05791d1cc83f5',1,'UI']]],
+ ['getbinaryfilename_825',['getBinaryFilename',['../group__PluginRelatedUtilities.html#ga59aac78ab7142a37a7a2c5f0c7fd2a62',1,'DistrhoPluginUtils.hpp']]],
+ ['getbuffersize_826',['getBufferSize',['../classPlugin.html#a2643e638f62cfd4990247ec66bed60d2',1,'Plugin::getBufferSize()'],['../group__StandalonePluginRelatedUtilities.html#gaeb5392c82fb90c8f58e07465503ce11b',1,'getBufferSize(): DistrhoStandaloneUtils.hpp']]],
+ ['getbundlepath_827',['getBundlePath',['../classUI.html#a3359930fbeb2670230e617d430ecd67e',1,'UI::getBundlePath()'],['../classPlugin.html#a5fd60c82f5a50f12312c57729885fc2f',1,'Plugin::getBundlePath()']]],
+ ['getchildren_828',['getChildren',['../classWidget.html#a5381d5583ba6e55fe9fed87df95d9605',1,'Widget']]],
+ ['getclassname_829',['getClassName',['../classApplication.html#a4eb331050ea4835aea5ad06cad1265fb',1,'Application']]],
+ ['getclipboard_830',['getClipboard',['../classWindow.html#ac8244e75f9fdb4fe886b226959f568f9',1,'Window']]],
+ ['getclipboarddataoffertypes_831',['getClipboardDataOfferTypes',['../classWindow.html#a6071a51d8fd2c150bcfc240ba43f7b2b',1,'Window']]],
+ ['getconstrainedabsolutearea_832',['getConstrainedAbsoluteArea',['../classSubWidget.html#a72bf08fe6f61fc935f6f0836d308bc9e',1,'SubWidget']]],
+ ['getcontext_833',['getContext',['../classNanoVG.html#a8b6f8caad8acb883fadc06a606ccade7',1,'NanoVG']]],
+ ['getdescription_834',['getDescription',['../classPlugin.html#a30db5eef9de617f4c81d5c6925facea3',1,'Plugin']]],
+ ['getendpos_835',['getEndPos',['../classLine.html#aa3f70d792719c026b35b3f32dc19ac65',1,'Line']]],
+ ['getendx_836',['getEndX',['../classLine.html#a15462cbbe5154d8b27fd6c53ddafc17f',1,'Line']]],
+ ['getendy_837',['getEndY',['../classLine.html#a5c5de1ccedae8ea85fd711eab10359dd',1,'Line']]],
+ ['getfixedandnormalizedvalue_838',['getFixedAndNormalizedValue',['../structParameterRanges.html#a0faba98afd9f9c580acc54abe4ddeab5',1,'ParameterRanges::getFixedAndNormalizedValue(const float value) const noexcept'],['../structParameterRanges.html#a71929d241eb5ff5b5bb061a3142845ff',1,'ParameterRanges::getFixedAndNormalizedValue(const double value) const noexcept']]],
+ ['getfixedvalue_839',['getFixedValue',['../structParameterRanges.html#a85687844ae66f199015e14e6b9973f34',1,'ParameterRanges']]],
+ ['getforegroundcolor_840',['getForegroundColor',['../classUI.html#a607ea9f2978605808d8ef5dc3531fae7',1,'UI']]],
+ ['getformat_841',['getFormat',['../classImageBase.html#a4b0c40113f956eaf2f2e0e51395b0926',1,'ImageBase']]],
+ ['getgeometryconstraints_842',['getGeometryConstraints',['../classWindow.html#a540fbc63288c019f420123644acc6a11',1,'Window']]],
+ ['getgraphicscontext_843',['getGraphicsContext',['../classWidget.html#ae23d09ec0e5f0397a3451b603b407182',1,'Widget::getGraphicsContext()'],['../classWindow.html#aa73a74df08f29d576e18cf1d61ea9897',1,'Window::getGraphicsContext() const noexcept']]],
+ ['getheight_844',['getHeight',['../classWindow.html#a5d53bcba43455f8f77cfcbac61ec6c8e',1,'Window::getHeight()'],['../classWidget.html#aa20f6dc096a8836706173f31324c4db8',1,'Widget::getHeight()'],['../classRectangle.html#a46b5c88ccfdf1b9f5c1086bb0852c94a',1,'Rectangle::getHeight()'],['../classImageBase.html#aff56029a17822f19b518560e82aba878',1,'ImageBase::getHeight()'],['../classExternalWindow.html#a6206ef403f95462ef84fe8127b65b1b7',1,'ExternalWindow::getHeight()'],['../classSize.html#a562e9d68738d1873a6aa0615af80505b',1,'Size::getHeight()']]],
+ ['gethomepage_845',['getHomePage',['../classPlugin.html#ad12c681ce31004da0badd609763f45c5',1,'Plugin']]],
+ ['getid_846',['getId',['../classWidget.html#a3ee6b2824e3f3719c1c9b3d070385f49',1,'Widget']]],
+ ['getignoringkeyrepeat_847',['getIgnoringKeyRepeat',['../classWindow.html#a0e1895a4e93ee0d7c34a9b10953c968e',1,'Window']]],
+ ['getlabel_848',['getLabel',['../classPlugin.html#a00f7945c16149db6845fbcc2af729f4f',1,'Plugin']]],
+ ['getlicense_849',['getLicense',['../classPlugin.html#a686a3c92a376a185d6fd97efd59125d1',1,'Plugin']]],
+ ['getmaker_850',['getMaker',['../classPlugin.html#a955832840de786a7a22798f0ef451c5d',1,'Plugin']]],
+ ['getmargin_851',['getMargin',['../classSubWidget.html#abe42b4ff151599ca5ea72f2e26e93860',1,'SubWidget']]],
+ ['getname_852',['getName',['../classPlugin.html#aebb5df5cde162462dc460d4fd45dae75',1,'Plugin::getName()'],['../classWidget.html#a70b07dbf748490e5a8c18fb9d5766c0e',1,'Widget::getName()']]],
+ ['getnativewindowhandle_853',['getNativeWindowHandle',['../classExternalWindow.html#a8ec7abf1b22271458926530b377f2c27',1,'ExternalWindow::getNativeWindowHandle()'],['../classWindow.html#a01a9277a2e19766947f9a99b43147bfd',1,'Window::getNativeWindowHandle()']]],
+ ['getnextbundlepath_854',['getNextBundlePath',['../classUI.html#ab157329c83a4660dd059508dc8d041f5',1,'UI']]],
+ ['getnextscalefactor_855',['getNextScaleFactor',['../classUI.html#aa7277c575b7d0a75475e5a7ae684dc0f',1,'UI']]],
+ ['getnextwindowid_856',['getNextWindowId',['../classUI.html#a4630e30aec3f3e7dcfc353ef2807bf56',1,'UI']]],
+ ['getnormalizedvalue_857',['getNormalizedValue',['../structParameterRanges.html#a215512088b0d0d8f7755bfe35c218602',1,'ParameterRanges::getNormalizedValue(const float value) const noexcept'],['../structParameterRanges.html#acabe1b8a99a2859b5fe751de18ddcdd7',1,'ParameterRanges::getNormalizedValue(const double &value) const noexcept']]],
+ ['getnumsegments_858',['getNumSegments',['../classCircle.html#a3a1586ea9115cc97473a2338127223b6',1,'Circle']]],
+ ['getobject_859',['getObject',['../classScopedPointer.html#a1a88fa0865167c487050a9519297d4ed',1,'ScopedPointer']]],
+ ['getoffset_860',['getOffset',['../classWindow.html#a58f66fcfd4c902954594e99d4bfa0b6a',1,'Window']]],
+ ['getoffsetx_861',['getOffsetX',['../classWindow.html#a200f3e517effa7973e1c42c72ca55f9f',1,'Window']]],
+ ['getoffsety_862',['getOffsetY',['../classWindow.html#a948304155a8403b92db8feeae1a76f46',1,'Window']]],
+ ['getparametervalue_863',['getParameterValue',['../classPlugin.html#af9e9f5438e2e0c2352052eb5f95832aa',1,'Plugin']]],
+ ['getparentwidget_864',['getParentWidget',['../classSubWidget.html#a2d658e71ccb9502b8409a08782d8b345',1,'SubWidget']]],
+ ['getparentwindowhandle_865',['getParentWindowHandle',['../classExternalWindow.html#a56da59b2722bd7b0a6c63f9f7f120839',1,'ExternalWindow']]],
+ ['getpluginformatname_866',['getPluginFormatName',['../group__PluginRelatedUtilities.html#gac339d6837f2d1a89d4d63b322822e32d',1,'DistrhoPluginUtils.hpp']]],
+ ['getplugininstancepointer_867',['getPluginInstancePointer',['../classUI.html#a0863a8f7ca7fc7e172e703c58518329f',1,'UI']]],
+ ['getpos_868',['getPos',['../classCircle.html#abdabe0a9d85db389485c69d6a7b6071e',1,'Circle::getPos()'],['../classRectangle.html#aa91fa8951b6a77c86a3df804b1ed0717',1,'Rectangle::getPos()']]],
+ ['getrawdata_869',['getRawData',['../classImageBase.html#aea60747a216159b14a8d020cb9b19546',1,'ImageBase']]],
+ ['getresourcepath_870',['getResourcePath',['../group__PluginRelatedUtilities.html#ga53aa68de85dae4e3102b1c0551950b86',1,'DistrhoPluginUtils.hpp']]],
+ ['getsamplerate_871',['getSampleRate',['../classPlugin.html#a3e162cfe8f1c52bf09805fd327bcc3c4',1,'Plugin::getSampleRate()'],['../classUI.html#a97d880182254652f94e7bed355370c07',1,'UI::getSampleRate()']]],
+ ['getscalefactor_872',['getScaleFactor',['../classExternalWindow.html#a0383b6696469e9709e1a1ee53399d9f4',1,'ExternalWindow::getScaleFactor()'],['../classWindow.html#a77774c8ce4b01113fcd525079f9b8787',1,'Window::getScaleFactor() const noexcept']]],
+ ['getscaling_873',['getScaling',['../classWindow.html#a9b94fea3236d1d49e3fbd53a8d9cc70b',1,'Window']]],
+ ['getsize_874',['getSize',['../classCircle.html#a95cbbd0567463a29e0e1b43febcc1daa',1,'Circle::getSize()'],['../classWindow.html#acd158570648b07967a4af011d6223eea',1,'Window::getSize()'],['../classRectangle.html#a89992b11e6d09286c2d6f4504b49d05f',1,'Rectangle::getSize()'],['../classImageBase.html#a7609a68efebd27587bb98e386db0e9e2',1,'ImageBase::getSize()'],['../classNanoImage.html#a979cc37d8a10dc0642fcea2d64d3b58c',1,'NanoImage::getSize()'],['../classWidget.html#a9044d42c20ead27dba983b710c94f8d6',1,'Widget::getSize()']]],
+ ['getstartpos_875',['getStartPos',['../classLine.html#a2c5ecf6513f1b1fd846a80915aff5744',1,'Line']]],
+ ['getstartx_876',['getStartX',['../classLine.html#a7f3af6a8c08af69188714a83353e09fb',1,'Line']]],
+ ['getstarty_877',['getStartY',['../classLine.html#a5a5ef0a94283339f2c20406a3d9fbb04',1,'Line']]],
+ ['getstate_878',['getState',['../classPlugin.html#a9cf24d4880f200eaeacd08a591d00d1f',1,'Plugin']]],
+ ['getsurface_879',['getSurface',['../classCairoImage.html#a5ce76c4866b396a771caafa80acf162b',1,'CairoImage']]],
+ ['gettexturehandle_880',['getTextureHandle',['../classNanoImage.html#a3c1396cb2794d0a2e2f5603f6399472b',1,'NanoImage']]],
+ ['gettime_881',['getTime',['../classApplication.html#a2f6f8250f31dbb600bdef12692d62b73',1,'Application']]],
+ ['gettimeposition_882',['getTimePosition',['../classPlugin.html#ae85d602c430b1a4361a88d714d3a42c1',1,'Plugin']]],
+ ['gettitle_883',['getTitle',['../classExternalWindow.html#acd0c7cbaa50aab700bebe633309f6778',1,'ExternalWindow::getTitle()'],['../classWindow.html#af437e6afd9104708f30ab769d9afce7a',1,'Window::getTitle()']]],
+ ['gettoplevelwidget_884',['getTopLevelWidget',['../classWidget.html#a607b153f7d3187ca60bf21004efc1314',1,'Widget']]],
+ ['gettransientwindowid_885',['getTransientWindowId',['../classExternalWindow.html#ad06f0e6adb6a1460af88707cd452e767',1,'ExternalWindow']]],
+ ['gettype_886',['getType',['../classOpenGLImage.html#ac6eb1a0e289c0e29bf8d8cfb3310f40e',1,'OpenGLImage']]],
+ ['getuniqueid_887',['getUniqueId',['../classPlugin.html#ad6ff8c80227d5ceebd40b96f3be29a66',1,'Plugin']]],
+ ['getunnormalizedvalue_888',['getUnnormalizedValue',['../structParameterRanges.html#a05eb5f161319811b6e18863b72e3b453',1,'ParameterRanges::getUnnormalizedValue(const float value) const noexcept'],['../structParameterRanges.html#ad3aaf320e0f5e19bbca00bf0919e5b21',1,'ParameterRanges::getUnnormalizedValue(const double value) const noexcept']]],
+ ['getversion_889',['getVersion',['../classPlugin.html#abae540dd93caf4834270358a8aad334a',1,'Plugin']]],
+ ['getwidth_890',['getWidth',['../classSize.html#a3e65e5ff12f6bf57eaa6f45c54346942',1,'Size::getWidth()'],['../classWindow.html#ab19430997dd1b3d7bf9bd3640d73b007',1,'Window::getWidth()'],['../classExternalWindow.html#a0e15df4f8b3425b67ad56b42526bb5df',1,'ExternalWindow::getWidth()'],['../classRectangle.html#a5974e66bef8300fa6e052d846d07afb1',1,'Rectangle::getWidth()'],['../classImageBase.html#a82057493bae9af996a9a10b1aa731666',1,'ImageBase::getWidth()'],['../classWidget.html#a169c317caf734c6664494a573e427b40',1,'Widget::getWidth()']]],
+ ['getwindow_891',['getWindow',['../classTopLevelWidget.html#a3ceb7af6e9372a139d40a5859dfd0e4d',1,'TopLevelWidget::getWindow()'],['../classWidget.html#a0ef05695aec704b0eb1eb91c2e8af07d',1,'Widget::getWindow()']]],
+ ['getx_892',['getX',['../classRectangle.html#aa7a5dc1efa46ac87abdc57850f65c1ef',1,'Rectangle::getX()'],['../classCircle.html#a2f8530b43b24d28380e232367fea0823',1,'Circle::getX()'],['../classPoint.html#af6d528d5f73b06282aae5be3b188528e',1,'Point::getX() const noexcept']]],
+ ['gety_893',['getY',['../classPoint.html#ab0250670052f5169c57de84a09d7534b',1,'Point::getY()'],['../classCircle.html#af1bdfeb5875cf8e6a8f09ad295d3bb09',1,'Circle::getY()'],['../classRectangle.html#a8f2fb02ceea742b6155a476be3694ec9',1,'Rectangle::getY()']]],
+ ['globalalpha_894',['globalAlpha',['../classNanoVG.html#acbae67cbb34b396bd1dff9cdc3c6712b',1,'NanoVG']]],
+ ['globaltint_895',['globalTint',['../classNanoVG.html#abc92bd3d2bd9fd95aee6370b2fceae27',1,'NanoVG']]],
+ ['growby_896',['growBy',['../classSize.html#ac6cb1721051ed5c8f21467f009d72982',1,'Size::growBy()'],['../classRectangle.html#a043d677b0fa28c50a18ed30bcb84e02b',1,'Rectangle::growBy()']]]
];
diff --git a/search/functions_7.js b/search/functions_7.js
index b9e83842..547c4024 100644
--- a/search/functions_7.js
+++ b/search/functions_7.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['heapringbuffer_866',['HeapRingBuffer',['../classHeapRingBuffer.html#a6a3c03b584b5b20ad2829e26f5e6ed0e',1,'HeapRingBuffer']]],
- ['hide_867',['hide',['../classExternalWindow.html#aa9bce2cc83c1a8c6ee87f79bf36e3955',1,'ExternalWindow::hide()'],['../classWidget.html#a4a2f8eebacdd20db505b838f1a118c6b',1,'Widget::hide()'],['../classWindow.html#a4626829d3cb9d01285f739d2bbc69b74',1,'Window::hide()']]]
+ ['heapringbuffer_897',['HeapRingBuffer',['../classHeapRingBuffer.html#a6a3c03b584b5b20ad2829e26f5e6ed0e',1,'HeapRingBuffer']]],
+ ['hide_898',['hide',['../classExternalWindow.html#aa9bce2cc83c1a8c6ee87f79bf36e3955',1,'ExternalWindow::hide()'],['../classWidget.html#a4a2f8eebacdd20db505b838f1a118c6b',1,'Widget::hide()'],['../classWindow.html#a4626829d3cb9d01285f739d2bbc69b74',1,'Window::hide()']]]
];
diff --git a/search/functions_8.js b/search/functions_8.js
index 7345ede7..dbb3707c 100644
--- a/search/functions_8.js
+++ b/search/functions_8.js
@@ -1,34 +1,36 @@
var searchData=
[
- ['idle_868',['idle',['../classApplication.html#ac8382754f04f4de15768981459a28e3a',1,'Application']]],
- ['imagebase_869',['ImageBase',['../classImageBase.html#a1a1f82fcab01adea2f8783547e8a18aa',1,'ImageBase::ImageBase()'],['../classImageBase.html#a56dd89a0a5c0abc604044e33c8b1db59',1,'ImageBase::ImageBase(const ImageBase &image)'],['../classImageBase.html#a494cd9221fe88f34ce011f004eea7596',1,'ImageBase::ImageBase(const char *rawData, uint width, uint height, ImageFormat format)'],['../classImageBase.html#aa61181afeb3abd0253ae0a25712164ee',1,'ImageBase::ImageBase(const char *rawData, const Size< uint > &size, ImageFormat format)']]],
- ['imagebaseaboutwindow_870',['ImageBaseAboutWindow',['../classImageBaseAboutWindow.html#ae90dd7700dc6b88eca94be95459f7607',1,'ImageBaseAboutWindow::ImageBaseAboutWindow(Window &transientParentWindow, const ImageType &image=ImageType())'],['../classImageBaseAboutWindow.html#a6866dc828c0a7435d86887ced02ff993',1,'ImageBaseAboutWindow::ImageBaseAboutWindow(TopLevelWidget *topLevelWidget, const ImageType &image=ImageType())']]],
- ['imagepattern_871',['imagePattern',['../classNanoVG.html#a00c718a017652e8888a48ff1577b57ef',1,'NanoVG']]],
- ['initaudioport_872',['initAudioPort',['../classPlugin.html#a75f30935198a0acba25f4ea92af72dc4',1,'Plugin']]],
- ['initdesignation_873',['initDesignation',['../structParameter.html#ad959d31bcfaa056908406bbf37c134bf',1,'Parameter']]],
- ['initparameter_874',['initParameter',['../classPlugin.html#aacf87bd0037efeb3b60d204940f3f4a0',1,'Plugin']]],
- ['initportgroup_875',['initPortGroup',['../classPlugin.html#a71b876c8157b087b3552960f2877a44d',1,'Plugin']]],
- ['initprogramname_876',['initProgramName',['../classPlugin.html#a54d66af3111541b7c118f9749ef0231b',1,'Plugin']]],
- ['initstate_877',['initState',['../classPlugin.html#ad4ab623187f905c250a42284704eb840',1,'Plugin']]],
- ['interpolate_878',['interpolate',['../structColor.html#a96283f5b9ad6f6465e40f69012aca00f',1,'Color']]],
- ['intersectscissor_879',['intersectScissor',['../classNanoVG.html#a0d86d93bc09fc8da01f2b2fdd97f7448',1,'NanoVG']]],
- ['isaudioinputenabled_880',['isAudioInputEnabled',['../group__StandalonePluginRelatedUtilities.html#ga0a61814996c249f0010928afe976950a',1,'DistrhoStandaloneUtils.hpp']]],
- ['isdummyinstance_881',['isDummyInstance',['../classPlugin.html#ab2c6b7bc2e0cdcd589cf9d03be831042',1,'Plugin']]],
- ['isembed_882',['isEmbed',['../classExternalWindow.html#a26dd0bc32a816c014731a78658cc3a5b',1,'ExternalWindow::isEmbed()'],['../classWindow.html#afb840ed25c1fe17bed66d80adfc420ab',1,'Window::isEmbed()']]],
- ['isequal_883',['isEqual',['../structColor.html#a16880d42b2d52ed23eb307ed2980a9a3',1,'Color']]],
- ['isignoringkeyrepeat_884',['isIgnoringKeyRepeat',['../classWindow.html#ab5cbe1298a28a1860319198a4c843183',1,'Window']]],
- ['isinvalid_885',['isInvalid',['../classSize.html#ab832e37b50a2d98648be4ac811af305f',1,'Size::isInvalid()'],['../classTriangle.html#a757b50c4c2e0d154c6626e252527fc2f',1,'Triangle::isInvalid()'],['../classRectangle.html#a4606fd36eafb48a35cc890a781075177',1,'Rectangle::isInvalid()'],['../classImageBase.html#a83ea79fff6adfa0720985f2e9794ed2d',1,'ImageBase::isInvalid()']]],
- ['ismidienabled_886',['isMIDIEnabled',['../group__StandalonePluginRelatedUtilities.html#ga14edff90e67fc028b106c7dc0888d1d3',1,'DistrhoStandaloneUtils.hpp']]],
- ['isnotnull_887',['isNotNull',['../classTriangle.html#ab825fecc8ba95577430002de793c5683',1,'Triangle::isNotNull()'],['../classSize.html#a57093e93dcdfadc9f720b9d8fda4b59e',1,'Size::isNotNull()'],['../classRectangle.html#a418138f282293797af5273163a307356',1,'Rectangle::isNotNull()'],['../classLine.html#ad156bd44539aa28e052207a25d705695',1,'Line::isNotNull()']]],
- ['isnotzero_888',['isNotZero',['../classPoint.html#aede5df141963951a746d7e207fa7e073',1,'Point']]],
- ['isnull_889',['isNull',['../classSize.html#ab49a572da2fb72ab4f6dfd7a06b000c8',1,'Size::isNull()'],['../classLine.html#ab300b2e8deeda3d08cc7e70299c3955d',1,'Line::isNull()'],['../classTriangle.html#a14729ce6716a66216a991ce7958dbed3',1,'Triangle::isNull()'],['../classRectangle.html#ae49e802c09f810bef2e98698d94a7416',1,'Rectangle::isNull()']]],
- ['isquitting_890',['isQuitting',['../classExternalWindow.html#a7aacd265be6cd6901405ad32cf6758a0',1,'ExternalWindow::isQuitting()'],['../classApplication.html#aa2dd05d544834e8fca24a58f5e57f795',1,'Application::isQuitting()']]],
- ['isresizable_891',['isResizable',['../classUI.html#a8fe940d56a0c283095e28bbc5806af31',1,'UI::isResizable()'],['../classWindow.html#a1b888a7e6a5562968a253b915ccb7825',1,'Window::isResizable()']]],
- ['isrunning_892',['isRunning',['../classExternalWindow.html#ae5763405ca1d2405973e691e78d9b2a7',1,'ExternalWindow']]],
- ['isselftestinstance_893',['isSelfTestInstance',['../classPlugin.html#a8d07561f935bf9918e8b395e6eaabfa0',1,'Plugin']]],
- ['isstandalone_894',['isStandalone',['../classApplication.html#aa0728e9c72545d81ba403b44c92ecd50',1,'Application::isStandalone()'],['../classExternalWindow.html#a5a870bd4d4e4cdbee7eb029384c2f1bf',1,'ExternalWindow::isStandalone()']]],
- ['isusingnativeaudio_895',['isUsingNativeAudio',['../group__StandalonePluginRelatedUtilities.html#gae42de84169a5b578063b833caf5a5570',1,'DistrhoStandaloneUtils.hpp']]],
- ['isvalid_896',['isValid',['../classTriangle.html#a3fd5cf976cd212276d10885f99856bdc',1,'Triangle::isValid()'],['../classRectangle.html#a364ee7449a1d11207322e56aac024376',1,'Rectangle::isValid()'],['../classImageBase.html#ab5b2bc7d68b0aff3452478f906aa960f',1,'ImageBase::isValid()'],['../classNanoImage.html#a5095000052a0796ee0f944bed2503593',1,'NanoImage::isValid()'],['../classSize.html#a1e6c381d5a5c19e7ab2c83118ebbd0ec',1,'Size::isValid()']]],
- ['isvisible_897',['isVisible',['../classExternalWindow.html#a2e76b734d72a0766d7ddbf62d3e9f2b5',1,'ExternalWindow::isVisible()'],['../classStandaloneWindow.html#a645f7c56f44d9a8a72e81595b28650e2',1,'StandaloneWindow::isVisible()'],['../classWidget.html#a234a8ee8a685dc211ad11f492f0dbc71',1,'Widget::isVisible()'],['../classWindow.html#a6be53a737e7dfcc74167962437e93b8f',1,'Window::isVisible()']]],
- ['iszero_898',['isZero',['../classPoint.html#a845d59d29722c962c7af8f602bcf9ba4',1,'Point']]]
+ ['idle_899',['idle',['../classApplication.html#ac8382754f04f4de15768981459a28e3a',1,'Application']]],
+ ['imagebase_900',['ImageBase',['../classImageBase.html#a1a1f82fcab01adea2f8783547e8a18aa',1,'ImageBase::ImageBase()'],['../classImageBase.html#a494cd9221fe88f34ce011f004eea7596',1,'ImageBase::ImageBase(const char *rawData, uint width, uint height, ImageFormat format)'],['../classImageBase.html#aa61181afeb3abd0253ae0a25712164ee',1,'ImageBase::ImageBase(const char *rawData, const Size< uint > &size, ImageFormat format)'],['../classImageBase.html#a56dd89a0a5c0abc604044e33c8b1db59',1,'ImageBase::ImageBase(const ImageBase &image)']]],
+ ['imagebaseaboutwindow_901',['ImageBaseAboutWindow',['../classImageBaseAboutWindow.html#ae90dd7700dc6b88eca94be95459f7607',1,'ImageBaseAboutWindow::ImageBaseAboutWindow(Window &transientParentWindow, const ImageType &image=ImageType())'],['../classImageBaseAboutWindow.html#a6866dc828c0a7435d86887ced02ff993',1,'ImageBaseAboutWindow::ImageBaseAboutWindow(TopLevelWidget *topLevelWidget, const ImageType &image=ImageType())']]],
+ ['imagepattern_902',['imagePattern',['../classNanoVG.html#a00c718a017652e8888a48ff1577b57ef',1,'NanoVG']]],
+ ['initaudioport_903',['initAudioPort',['../classPlugin.html#a75f30935198a0acba25f4ea92af72dc4',1,'Plugin']]],
+ ['initdesignation_904',['initDesignation',['../structParameter.html#ad959d31bcfaa056908406bbf37c134bf',1,'Parameter']]],
+ ['initparameter_905',['initParameter',['../classPlugin.html#aacf87bd0037efeb3b60d204940f3f4a0',1,'Plugin']]],
+ ['initportgroup_906',['initPortGroup',['../classPlugin.html#a71b876c8157b087b3552960f2877a44d',1,'Plugin']]],
+ ['initprogramname_907',['initProgramName',['../classPlugin.html#a54d66af3111541b7c118f9749ef0231b',1,'Plugin']]],
+ ['initstate_908',['initState',['../classPlugin.html#ad4ab623187f905c250a42284704eb840',1,'Plugin']]],
+ ['interpolate_909',['interpolate',['../structColor.html#a96283f5b9ad6f6465e40f69012aca00f',1,'Color']]],
+ ['intersectscissor_910',['intersectScissor',['../classNanoVG.html#a0d86d93bc09fc8da01f2b2fdd97f7448',1,'NanoVG']]],
+ ['invert_911',['invert',['../structColor.html#a1cc575ce361080042b5072f91ca52893',1,'Color']]],
+ ['iochanged_912',['ioChanged',['../classPlugin.html#ac3a55830c3474a3dc663365d43b581c1',1,'Plugin']]],
+ ['isaudioinputenabled_913',['isAudioInputEnabled',['../group__StandalonePluginRelatedUtilities.html#ga0a61814996c249f0010928afe976950a',1,'DistrhoStandaloneUtils.hpp']]],
+ ['isdummyinstance_914',['isDummyInstance',['../classPlugin.html#ab2c6b7bc2e0cdcd589cf9d03be831042',1,'Plugin']]],
+ ['isembed_915',['isEmbed',['../classExternalWindow.html#a26dd0bc32a816c014731a78658cc3a5b',1,'ExternalWindow::isEmbed()'],['../classWindow.html#afb840ed25c1fe17bed66d80adfc420ab',1,'Window::isEmbed()']]],
+ ['isequal_916',['isEqual',['../structColor.html#a16880d42b2d52ed23eb307ed2980a9a3',1,'Color']]],
+ ['isignoringkeyrepeat_917',['isIgnoringKeyRepeat',['../classWindow.html#ab5cbe1298a28a1860319198a4c843183',1,'Window']]],
+ ['isinvalid_918',['isInvalid',['../classSize.html#ab832e37b50a2d98648be4ac811af305f',1,'Size::isInvalid()'],['../classTriangle.html#a757b50c4c2e0d154c6626e252527fc2f',1,'Triangle::isInvalid()'],['../classRectangle.html#a4606fd36eafb48a35cc890a781075177',1,'Rectangle::isInvalid()'],['../classImageBase.html#a83ea79fff6adfa0720985f2e9794ed2d',1,'ImageBase::isInvalid()']]],
+ ['ismidienabled_919',['isMIDIEnabled',['../group__StandalonePluginRelatedUtilities.html#ga14edff90e67fc028b106c7dc0888d1d3',1,'DistrhoStandaloneUtils.hpp']]],
+ ['isnotnull_920',['isNotNull',['../classLine.html#ad156bd44539aa28e052207a25d705695',1,'Line::isNotNull()'],['../classSize.html#a57093e93dcdfadc9f720b9d8fda4b59e',1,'Size::isNotNull()'],['../classRectangle.html#a418138f282293797af5273163a307356',1,'Rectangle::isNotNull()'],['../classTriangle.html#ab825fecc8ba95577430002de793c5683',1,'Triangle::isNotNull()']]],
+ ['isnotzero_921',['isNotZero',['../classPoint.html#aede5df141963951a746d7e207fa7e073',1,'Point']]],
+ ['isnull_922',['isNull',['../classSize.html#ab49a572da2fb72ab4f6dfd7a06b000c8',1,'Size::isNull()'],['../classLine.html#ab300b2e8deeda3d08cc7e70299c3955d',1,'Line::isNull()'],['../classTriangle.html#a14729ce6716a66216a991ce7958dbed3',1,'Triangle::isNull()'],['../classRectangle.html#ae49e802c09f810bef2e98698d94a7416',1,'Rectangle::isNull()']]],
+ ['isquitting_923',['isQuitting',['../classExternalWindow.html#a7aacd265be6cd6901405ad32cf6758a0',1,'ExternalWindow::isQuitting()'],['../classApplication.html#aa2dd05d544834e8fca24a58f5e57f795',1,'Application::isQuitting()']]],
+ ['isresizable_924',['isResizable',['../classUI.html#a8fe940d56a0c283095e28bbc5806af31',1,'UI::isResizable()'],['../classWindow.html#a1b888a7e6a5562968a253b915ccb7825',1,'Window::isResizable()']]],
+ ['isrunning_925',['isRunning',['../classExternalWindow.html#ae5763405ca1d2405973e691e78d9b2a7',1,'ExternalWindow']]],
+ ['isselftestinstance_926',['isSelfTestInstance',['../classPlugin.html#a8d07561f935bf9918e8b395e6eaabfa0',1,'Plugin']]],
+ ['isstandalone_927',['isStandalone',['../classApplication.html#aa0728e9c72545d81ba403b44c92ecd50',1,'Application::isStandalone()'],['../classExternalWindow.html#a5a870bd4d4e4cdbee7eb029384c2f1bf',1,'ExternalWindow::isStandalone()']]],
+ ['isusingnativeaudio_928',['isUsingNativeAudio',['../group__StandalonePluginRelatedUtilities.html#gae42de84169a5b578063b833caf5a5570',1,'DistrhoStandaloneUtils.hpp']]],
+ ['isvalid_929',['isValid',['../classTriangle.html#a3fd5cf976cd212276d10885f99856bdc',1,'Triangle::isValid()'],['../classRectangle.html#a364ee7449a1d11207322e56aac024376',1,'Rectangle::isValid()'],['../classImageBase.html#ab5b2bc7d68b0aff3452478f906aa960f',1,'ImageBase::isValid()'],['../classNanoImage.html#a5095000052a0796ee0f944bed2503593',1,'NanoImage::isValid()'],['../classSize.html#a1e6c381d5a5c19e7ab2c83118ebbd0ec',1,'Size::isValid()']]],
+ ['isvisible_930',['isVisible',['../classExternalWindow.html#a2e76b734d72a0766d7ddbf62d3e9f2b5',1,'ExternalWindow::isVisible()'],['../classStandaloneWindow.html#a645f7c56f44d9a8a72e81595b28650e2',1,'StandaloneWindow::isVisible()'],['../classWidget.html#a234a8ee8a685dc211ad11f492f0dbc71',1,'Widget::isVisible()'],['../classWindow.html#a6be53a737e7dfcc74167962437e93b8f',1,'Window::isVisible()']]],
+ ['iszero_931',['isZero',['../classPoint.html#a845d59d29722c962c7af8f602bcf9ba4',1,'Point']]]
];
diff --git a/search/functions_9.js b/search/functions_9.js
index 11a23b60..a49e69ab 100644
--- a/search/functions_9.js
+++ b/search/functions_9.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['keyboardevent_899',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html#a5a55a296264b9999a7915f2633eacb10',1,'Widget::KeyboardEvent']]]
+ ['keyboardevent_932',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html#a5a55a296264b9999a7915f2633eacb10',1,'Widget::KeyboardEvent']]]
];
diff --git a/search/functions_a.js b/search/functions_a.js
index 2bba849e..899a7fa2 100644
--- a/search/functions_a.js
+++ b/search/functions_a.js
@@ -1,12 +1,12 @@
var searchData=
[
- ['line_900',['Line',['../classLine.html#abb3a2ed1ad09a372c39fab9820defb03',1,'Line::Line(const T &startX, const T &startY, const T &endX, const T &endY) noexcept'],['../classLine.html#afb5087aefdb5a66befc2af548fc34056',1,'Line::Line(const T &startX, const T &startY, const Point< T > &endPos) noexcept'],['../classLine.html#a4e4d056335720256b83ae491a55bcb1e',1,'Line::Line(const Point< T > &startPos, const T &endX, const T &endY) noexcept'],['../classLine.html#a9a3e4daec16c09c9f7ae1ce6b3a56847',1,'Line::Line(const Point< T > &startPos, const Point< T > &endPos) noexcept'],['../classLine.html#a96f1ec549a1cdab2ae4480a9b2f839ec',1,'Line::Line(const Line< T > &line) noexcept'],['../classLine.html#a7895211d4fa97f63b3495ca5c9bfaed1',1,'Line::Line() noexcept']]],
- ['lineargradient_901',['linearGradient',['../classNanoVG.html#aa74a49bb588beb28654565a07022a178',1,'NanoVG']]],
- ['linecap_902',['lineCap',['../classNanoVG.html#a95dfc697ae6fe9c8d525430c09f839d1',1,'NanoVG']]],
- ['linejoin_903',['lineJoin',['../classNanoVG.html#a73767c9ade6a757bc6e1f4a2d45bdaeb',1,'NanoVG']]],
- ['lineto_904',['lineTo',['../classNanoVG.html#a63f509eaeb04475a8541ed8e846f352f',1,'NanoVG']]],
- ['loadfrommemory_905',['loadFromMemory',['../classCairoImage.html#a861bdbb5cd592feaef43e2202397deed',1,'CairoImage::loadFromMemory()'],['../classImageBase.html#a1d7893360e704dff3f2da11e7750359c',1,'ImageBase::loadFromMemory(const char *rawData, uint width, uint height, ImageFormat format=kImageFormatBGRA) noexcept'],['../classImageBase.html#a2c922b2ba7133937e74e1629fdde4f0e',1,'ImageBase::loadFromMemory(const char *rawData, const Size< uint > &size, ImageFormat format=kImageFormatBGRA) noexcept'],['../classOpenGLImage.html#a5ee11a12fb84219cf5216396c1cf3c0a',1,'OpenGLImage::loadFromMemory()'],['../classVulkanImage.html#afdf45f3e60f4a5a4805402b312bc8d5f',1,'VulkanImage::loadFromMemory()']]],
- ['loadfrompng_906',['loadFromPNG',['../classCairoImage.html#a94c1707943b9874e362e11473bdcf768',1,'CairoImage']]],
- ['loadprogram_907',['loadProgram',['../classPlugin.html#a44eb1bfcc3a3e5949ad053fc9ce55ce8',1,'Plugin']]],
- ['loadsharedresources_908',['loadSharedResources',['../classNanoVG.html#a210f19213fef82c2c7d8797e7cfea8aa',1,'NanoVG']]]
+ ['line_933',['Line',['../classLine.html#abb3a2ed1ad09a372c39fab9820defb03',1,'Line::Line(const T &startX, const T &startY, const T &endX, const T &endY) noexcept'],['../classLine.html#afb5087aefdb5a66befc2af548fc34056',1,'Line::Line(const T &startX, const T &startY, const Point< T > &endPos) noexcept'],['../classLine.html#a4e4d056335720256b83ae491a55bcb1e',1,'Line::Line(const Point< T > &startPos, const T &endX, const T &endY) noexcept'],['../classLine.html#a9a3e4daec16c09c9f7ae1ce6b3a56847',1,'Line::Line(const Point< T > &startPos, const Point< T > &endPos) noexcept'],['../classLine.html#a96f1ec549a1cdab2ae4480a9b2f839ec',1,'Line::Line(const Line< T > &line) noexcept'],['../classLine.html#a7895211d4fa97f63b3495ca5c9bfaed1',1,'Line::Line() noexcept']]],
+ ['lineargradient_934',['linearGradient',['../classNanoVG.html#aa74a49bb588beb28654565a07022a178',1,'NanoVG']]],
+ ['linecap_935',['lineCap',['../classNanoVG.html#a95dfc697ae6fe9c8d525430c09f839d1',1,'NanoVG']]],
+ ['linejoin_936',['lineJoin',['../classNanoVG.html#a73767c9ade6a757bc6e1f4a2d45bdaeb',1,'NanoVG']]],
+ ['lineto_937',['lineTo',['../classNanoVG.html#a63f509eaeb04475a8541ed8e846f352f',1,'NanoVG']]],
+ ['loadfrommemory_938',['loadFromMemory',['../classCairoImage.html#a861bdbb5cd592feaef43e2202397deed',1,'CairoImage::loadFromMemory()'],['../classImageBase.html#a1d7893360e704dff3f2da11e7750359c',1,'ImageBase::loadFromMemory(const char *rawData, uint width, uint height, ImageFormat format=kImageFormatBGRA) noexcept'],['../classImageBase.html#a2c922b2ba7133937e74e1629fdde4f0e',1,'ImageBase::loadFromMemory(const char *rawData, const Size< uint > &size, ImageFormat format=kImageFormatBGRA) noexcept'],['../classOpenGLImage.html#a5ee11a12fb84219cf5216396c1cf3c0a',1,'OpenGLImage::loadFromMemory()'],['../classVulkanImage.html#afdf45f3e60f4a5a4805402b312bc8d5f',1,'VulkanImage::loadFromMemory()']]],
+ ['loadfrompng_939',['loadFromPNG',['../classCairoImage.html#a94c1707943b9874e362e11473bdcf768',1,'CairoImage']]],
+ ['loadprogram_940',['loadProgram',['../classPlugin.html#a44eb1bfcc3a3e5949ad053fc9ce55ce8',1,'Plugin']]],
+ ['loadsharedresources_941',['loadSharedResources',['../classNanoVG.html#a210f19213fef82c2c7d8797e7cfea8aa',1,'NanoVG']]]
];
diff --git a/search/functions_b.js b/search/functions_b.js
index ff51561a..5780df3e 100644
--- a/search/functions_b.js
+++ b/search/functions_b.js
@@ -1,8 +1,9 @@
var searchData=
[
- ['miterlimit_909',['miterLimit',['../classNanoVG.html#a8a5ade44d39d21f28dcd02d27da62d14',1,'NanoVG']]],
- ['motionevent_910',['MotionEvent',['../structWidget_1_1MotionEvent.html#a0d2bf8f5c66002bb129968f10e0cc082',1,'Widget::MotionEvent']]],
- ['mouseevent_911',['MouseEvent',['../structWidget_1_1MouseEvent.html#aa37fee8a593c62c53e4ca5c67ad9278f',1,'Widget::MouseEvent']]],
- ['moveby_912',['moveBy',['../classPoint.html#a541cdef0c235dc26d79c0b6ee7118346',1,'Point::moveBy(const T &x, const T &y) noexcept'],['../classPoint.html#a678019258549ab43e7bb1ad34f212d15',1,'Point::moveBy(const Point< T > &pos) noexcept'],['../classLine.html#a47c83b136a3d4df6ac688ac41126b967',1,'Line::moveBy(const T &x, const T &y) noexcept'],['../classLine.html#af287984efeaf15d632a715f884194dab',1,'Line::moveBy(const Point< T > &pos) noexcept'],['../classRectangle.html#a040f154cde2faff853fd0bde9ca884b9',1,'Rectangle::moveBy(const T &x, const T &y) noexcept'],['../classRectangle.html#a9e81627f1201111f0e36cce15e317000',1,'Rectangle::moveBy(const Point< T > &pos) noexcept']]],
- ['moveto_913',['moveTo',['../classNanoVG.html#af1ac0918567c17c93e0586c4284e04b9',1,'NanoVG']]]
+ ['minus_942',['minus',['../structColor.html#a9649cf7255a6241a7b08fda056875853',1,'Color::minus(int value) const noexcept'],['../structColor.html#abbd3f5d38f0b344179c7fd1aa6561fa3',1,'Color::minus(float value) const noexcept']]],
+ ['miterlimit_943',['miterLimit',['../classNanoVG.html#a8a5ade44d39d21f28dcd02d27da62d14',1,'NanoVG']]],
+ ['motionevent_944',['MotionEvent',['../structWidget_1_1MotionEvent.html#a0d2bf8f5c66002bb129968f10e0cc082',1,'Widget::MotionEvent']]],
+ ['mouseevent_945',['MouseEvent',['../structWidget_1_1MouseEvent.html#aa37fee8a593c62c53e4ca5c67ad9278f',1,'Widget::MouseEvent']]],
+ ['moveby_946',['moveBy',['../classPoint.html#a541cdef0c235dc26d79c0b6ee7118346',1,'Point::moveBy(const T &x, const T &y) noexcept'],['../classPoint.html#a678019258549ab43e7bb1ad34f212d15',1,'Point::moveBy(const Point< T > &pos) noexcept'],['../classLine.html#a47c83b136a3d4df6ac688ac41126b967',1,'Line::moveBy(const T &x, const T &y) noexcept'],['../classLine.html#af287984efeaf15d632a715f884194dab',1,'Line::moveBy(const Point< T > &pos) noexcept'],['../classRectangle.html#a040f154cde2faff853fd0bde9ca884b9',1,'Rectangle::moveBy(const T &x, const T &y) noexcept'],['../classRectangle.html#a9e81627f1201111f0e36cce15e317000',1,'Rectangle::moveBy(const Point< T > &pos) noexcept']]],
+ ['moveto_947',['moveTo',['../classNanoVG.html#af1ac0918567c17c93e0586c4284e04b9',1,'NanoVG']]]
];
diff --git a/search/functions_c.js b/search/functions_c.js
index 942b9322..f383e7d9 100644
--- a/search/functions_c.js
+++ b/search/functions_c.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['nanobasewidget_914',['NanoBaseWidget',['../classNanoBaseWidget.html#ae3d5de903a78228b8b657ce89979b958',1,'NanoBaseWidget::NanoBaseWidget(Widget *parentWidget, int flags=CREATE_ANTIALIAS)'],['../classNanoBaseWidget.html#a2914a53d3ddc6bbc5e91a54c2b2bfc47',1,'NanoBaseWidget::NanoBaseWidget(NanoBaseWidget< SubWidget > *parentWidget)'],['../classNanoBaseWidget.html#a375e45a4686a29c925f089bd2fa9457c',1,'NanoBaseWidget::NanoBaseWidget(NanoBaseWidget< TopLevelWidget > *parentWidget)'],['../classNanoBaseWidget.html#a02c2567d5cefb6f508a49b544364b2cd',1,'NanoBaseWidget::NanoBaseWidget(Window &windowToMapTo, int flags=CREATE_ANTIALIAS)'],['../classNanoBaseWidget.html#a4f7e3ad95f8f5ba93fb2e452afd88115',1,'NanoBaseWidget::NanoBaseWidget(Application &app, int flags=CREATE_ANTIALIAS)'],['../classNanoBaseWidget.html#a595d332ead95b9102a16f8f9bc53a8e8',1,'NanoBaseWidget::NanoBaseWidget(Application &app, Window &transientParentWindow, int flags=CREATE_ANTIALIAS)']]],
- ['nanoimage_915',['NanoImage',['../classNanoImage.html#a5bf22d2002986c3b81f3b38ec8abf4a5',1,'NanoImage::NanoImage()'],['../classNanoImage.html#ae822e33bed10563f4bd1898ae18afe8e',1,'NanoImage::NanoImage(const Handle &handle)']]],
- ['nanovg_916',['NanoVG',['../classNanoVG.html#a79dfc0b6c38ec95cef030df2b7a663ef',1,'NanoVG::NanoVG(int flags=CREATE_ANTIALIAS)'],['../classNanoVG.html#a318e768012e73c0291cf6d3b24f37819',1,'NanoVG::NanoVG(NVGcontext *context)']]],
- ['nextevent_917',['nextEvent',['../structAudioMidiSyncHelper.html#a43f354c1520893449d81a27b3e7a81fe',1,'AudioMidiSyncHelper']]]
+ ['nanobasewidget_948',['NanoBaseWidget',['../classNanoBaseWidget.html#ae3d5de903a78228b8b657ce89979b958',1,'NanoBaseWidget::NanoBaseWidget(Widget *parentWidget, int flags=CREATE_ANTIALIAS)'],['../classNanoBaseWidget.html#a2914a53d3ddc6bbc5e91a54c2b2bfc47',1,'NanoBaseWidget::NanoBaseWidget(NanoBaseWidget< SubWidget > *parentWidget)'],['../classNanoBaseWidget.html#a375e45a4686a29c925f089bd2fa9457c',1,'NanoBaseWidget::NanoBaseWidget(NanoBaseWidget< TopLevelWidget > *parentWidget)'],['../classNanoBaseWidget.html#a02c2567d5cefb6f508a49b544364b2cd',1,'NanoBaseWidget::NanoBaseWidget(Window &windowToMapTo, int flags=CREATE_ANTIALIAS)'],['../classNanoBaseWidget.html#a4f7e3ad95f8f5ba93fb2e452afd88115',1,'NanoBaseWidget::NanoBaseWidget(Application &app, int flags=CREATE_ANTIALIAS)'],['../classNanoBaseWidget.html#a595d332ead95b9102a16f8f9bc53a8e8',1,'NanoBaseWidget::NanoBaseWidget(Application &app, Window &transientParentWindow, int flags=CREATE_ANTIALIAS)']]],
+ ['nanoimage_949',['NanoImage',['../classNanoImage.html#a5bf22d2002986c3b81f3b38ec8abf4a5',1,'NanoImage::NanoImage()'],['../classNanoImage.html#ae822e33bed10563f4bd1898ae18afe8e',1,'NanoImage::NanoImage(const Handle &handle)']]],
+ ['nanovg_950',['NanoVG',['../classNanoVG.html#a79dfc0b6c38ec95cef030df2b7a663ef',1,'NanoVG::NanoVG(int flags=CREATE_ANTIALIAS)'],['../classNanoVG.html#a318e768012e73c0291cf6d3b24f37819',1,'NanoVG::NanoVG(NVGcontext *context)']]],
+ ['nextevent_951',['nextEvent',['../structAudioMidiSyncHelper.html#a43f354c1520893449d81a27b3e7a81fe',1,'AudioMidiSyncHelper']]]
];
diff --git a/search/functions_d.js b/search/functions_d.js
index 7b1f6a36..657feb49 100644
--- a/search/functions_d.js
+++ b/search/functions_d.js
@@ -1,26 +1,26 @@
var searchData=
[
- ['oncairodisplay_918',['onCairoDisplay',['../classCairoBaseWidget.html#a2d59f5625d6e948ccbf7a9d2b3b00adf',1,'CairoBaseWidget']]],
- ['oncharacterinput_919',['onCharacterInput',['../classTopLevelWidget.html#a567153ae0853e56553c9569dc61ed913',1,'TopLevelWidget::onCharacterInput()'],['../classWidget.html#ad7fb24de24d8809305b04ff3750f0dea',1,'Widget::onCharacterInput()']]],
- ['onclipboarddataoffer_920',['onClipboardDataOffer',['../classWindow.html#a0d6c68dee413b400e599f715f2e3b5e7',1,'Window']]],
- ['onclose_921',['onClose',['../classWindow.html#a979cfd2bc52650f07b789217d6c6f570',1,'Window']]],
- ['ondisplay_922',['onDisplay',['../classImageBaseAboutWindow.html#a3e675bef6bb84375cb762767d216e8f7',1,'ImageBaseAboutWindow::onDisplay()'],['../classImageBaseButton.html#a4a3eaf5367a91d43465ffca09464b8ad',1,'ImageBaseButton::onDisplay()'],['../classImageBaseKnob.html#a9a4d1a1ff6fe7e51be7491148c20d1c5',1,'ImageBaseKnob::onDisplay()'],['../classImageBaseSlider.html#ad51cf7404dd7791eaa83126f346ae6c5',1,'ImageBaseSlider::onDisplay()'],['../classImageBaseSwitch.html#aee9ad32db22d06c98b37d4b62904f92b',1,'ImageBaseSwitch::onDisplay()'],['../classWidget.html#ae1554f348fe3b2f9d4c3c5c4f9ec55bd',1,'Widget::onDisplay()']]],
- ['onfileselected_923',['onFileSelected',['../classWindow.html#a887287be0807b58aa701139c802939a3',1,'Window']]],
- ['onfocus_924',['onFocus',['../classWindow.html#a754415613248bd3b5068d76c4cfe3704',1,'Window']]],
- ['onkeyboard_925',['onKeyboard',['../classImageBaseAboutWindow.html#a239bf25a7ac8063d2cf3d4db250396e2',1,'ImageBaseAboutWindow::onKeyboard()'],['../classTopLevelWidget.html#a7b182e276662bc32aa0fcd7b07dfe4d0',1,'TopLevelWidget::onKeyboard()'],['../classWidget.html#a9fa874aede538b41348f1029524aea11',1,'Widget::onKeyboard()']]],
- ['onmotion_926',['onMotion',['../classImageBaseButton.html#a6333af8b73082f6b4dff77cf690be82d',1,'ImageBaseButton::onMotion()'],['../classImageBaseKnob.html#ab7fc0602637a98d5a0a5ecfd74557636',1,'ImageBaseKnob::onMotion()'],['../classImageBaseSlider.html#a2b50b9c33b7f0685c6d3037afe65ebae',1,'ImageBaseSlider::onMotion()'],['../classTopLevelWidget.html#ac640eb913196c9edb68e5d52df4a89cb',1,'TopLevelWidget::onMotion()'],['../classWidget.html#a655569fb78a598652e9f24cefa1fe4a5',1,'Widget::onMotion(const MotionEvent &)']]],
- ['onmouse_927',['onMouse',['../classWidget.html#a097ec1d56a06bdc9e0a4e54880def378',1,'Widget::onMouse()'],['../classTopLevelWidget.html#a8ceccb37de18c8e3b21fbf64ad58981c',1,'TopLevelWidget::onMouse()'],['../classImageBaseSwitch.html#a6912be0532a24c33e6dac851779fc8f0',1,'ImageBaseSwitch::onMouse()'],['../classImageBaseKnob.html#a6cd97ff56064b28a56d1321508e29f8b',1,'ImageBaseKnob::onMouse()'],['../classImageBaseButton.html#a643f3c0429d514c70c7a1333829f6cf8',1,'ImageBaseButton::onMouse()'],['../classImageBaseAboutWindow.html#ad2c3d4c6943a5562574baf60f58de483',1,'ImageBaseAboutWindow::onMouse()'],['../classImageBaseSlider.html#af1caea46d10b3decd14ad795e0a58a9d',1,'ImageBaseSlider::onMouse()']]],
- ['onnanodisplay_928',['onNanoDisplay',['../classNanoBaseWidget.html#a77a197095bf9bf6fd6ff40145746c9b9',1,'NanoBaseWidget']]],
- ['onpositionchanged_929',['onPositionChanged',['../classSubWidget.html#a80ac88898a4a87047d63a7e49a5a0946',1,'SubWidget']]],
- ['onreshape_930',['onReshape',['../classWindow.html#a04207502372d42d0d17604b104c1d8d6',1,'Window']]],
- ['onresize_931',['onResize',['../classWidget.html#acc0365ec4b9245bdffb8d0285be55dea',1,'Widget']]],
- ['onscalefactorchanged_932',['onScaleFactorChanged',['../classWindow.html#a306742ddc21c7c41f59b41e5761a38c7',1,'Window']]],
- ['onscroll_933',['onScroll',['../classImageBaseKnob.html#aeb9c35449f4b48741ceb8ba8253648bb',1,'ImageBaseKnob::onScroll()'],['../classTopLevelWidget.html#a412a6ce96a4ef7f64396e312ad072f9d',1,'TopLevelWidget::onScroll()'],['../classWidget.html#a0d78d28bd4a98c3a016a38091b2d4185',1,'Widget::onScroll(const ScrollEvent &)']]],
- ['onspecial_934',['onSpecial',['../classWidget.html#a3b42652fcb2f95c6f86bdd43a1727507',1,'Widget']]],
- ['openfilebrowser_935',['openFileBrowser',['../classWindow.html#a56ed4c181deb56c7fcec2b2cfe7295bd',1,'Window']]],
- ['openglimage_936',['OpenGLImage',['../classOpenGLImage.html#a9f6ac5e7437a8a0aaa28bc298ab9350f',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, GLenum glFormat)'],['../classOpenGLImage.html#ab3846413c806171a98ec3f41f5db20a8',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#a729ba128952454d53054e23ea9d3a73f',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, GLenum glFormat)'],['../classOpenGLImage.html#a9cd14d74c793c77c3ee3a8f9d291a706',1,'OpenGLImage::OpenGLImage(const OpenGLImage &image)'],['../classOpenGLImage.html#af61ca1a163bae128817d3ad0ea6095f4',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#a7292ff9abcd2137c0cf8d7c0d57d1eb5',1,'OpenGLImage::OpenGLImage()']]],
- ['operator_20objecttype_20_2a_937',['operator ObjectType *',['../classScopedPointer.html#af7c241c736d79754fd6f8d305cce8bc3',1,'ScopedPointer']]],
- ['operator_2a_938',['operator*',['../classScopedPointer.html#a2f48458a1656a6ef1bd35cb8452eed35',1,'ScopedPointer']]],
- ['operator_2d_3e_939',['operator->',['../classScopedPointer.html#a6eedc84349cbe629cc1abb79ffa74e87',1,'ScopedPointer']]],
- ['operator_3d_940',['operator=',['../classScopedPointer.html#afefc7940828d72c056e03804cd6bea9f',1,'ScopedPointer::operator=(ScopedPointer &objectToTransferFrom)'],['../classScopedPointer.html#a88ee7f038e57471539d3181141c0390e',1,'ScopedPointer::operator=(ObjectType *const newObjectToTakePossessionOf)'],['../classCairoImage.html#af5f422a5a77f4639a907f8e5dde29ef7',1,'CairoImage::operator=()'],['../classImageBase.html#ac352a5a4291cd0945c663b17631598dc',1,'ImageBase::operator=()'],['../classNanoImage.html#a50e5456835e48157abc365a1e095f591',1,'NanoImage::operator=()'],['../classOpenGLImage.html#a289cbeb6a607985c323e0cd5a8fbd19a',1,'OpenGLImage::operator=()'],['../classVulkanImage.html#ae99740f2a1bdaa98e67c8fcfbdec9423',1,'VulkanImage::operator=()']]]
+ ['oncairodisplay_952',['onCairoDisplay',['../classCairoBaseWidget.html#a2d59f5625d6e948ccbf7a9d2b3b00adf',1,'CairoBaseWidget']]],
+ ['oncharacterinput_953',['onCharacterInput',['../classTopLevelWidget.html#a567153ae0853e56553c9569dc61ed913',1,'TopLevelWidget::onCharacterInput()'],['../classWidget.html#ad7fb24de24d8809305b04ff3750f0dea',1,'Widget::onCharacterInput()']]],
+ ['onclipboarddataoffer_954',['onClipboardDataOffer',['../classWindow.html#a0d6c68dee413b400e599f715f2e3b5e7',1,'Window']]],
+ ['onclose_955',['onClose',['../classWindow.html#a979cfd2bc52650f07b789217d6c6f570',1,'Window']]],
+ ['ondisplay_956',['onDisplay',['../classImageBaseAboutWindow.html#a3e675bef6bb84375cb762767d216e8f7',1,'ImageBaseAboutWindow::onDisplay()'],['../classImageBaseButton.html#a4a3eaf5367a91d43465ffca09464b8ad',1,'ImageBaseButton::onDisplay()'],['../classImageBaseKnob.html#a9a4d1a1ff6fe7e51be7491148c20d1c5',1,'ImageBaseKnob::onDisplay()'],['../classImageBaseSlider.html#ad51cf7404dd7791eaa83126f346ae6c5',1,'ImageBaseSlider::onDisplay()'],['../classImageBaseSwitch.html#aee9ad32db22d06c98b37d4b62904f92b',1,'ImageBaseSwitch::onDisplay()'],['../classWidget.html#ae1554f348fe3b2f9d4c3c5c4f9ec55bd',1,'Widget::onDisplay()']]],
+ ['onfileselected_957',['onFileSelected',['../classWindow.html#a887287be0807b58aa701139c802939a3',1,'Window']]],
+ ['onfocus_958',['onFocus',['../classWindow.html#a754415613248bd3b5068d76c4cfe3704',1,'Window']]],
+ ['onkeyboard_959',['onKeyboard',['../classImageBaseAboutWindow.html#a239bf25a7ac8063d2cf3d4db250396e2',1,'ImageBaseAboutWindow::onKeyboard()'],['../classTopLevelWidget.html#a7b182e276662bc32aa0fcd7b07dfe4d0',1,'TopLevelWidget::onKeyboard()'],['../classWidget.html#a9fa874aede538b41348f1029524aea11',1,'Widget::onKeyboard()']]],
+ ['onmotion_960',['onMotion',['../classImageBaseButton.html#a6333af8b73082f6b4dff77cf690be82d',1,'ImageBaseButton::onMotion()'],['../classImageBaseKnob.html#ab7fc0602637a98d5a0a5ecfd74557636',1,'ImageBaseKnob::onMotion()'],['../classImageBaseSlider.html#a2b50b9c33b7f0685c6d3037afe65ebae',1,'ImageBaseSlider::onMotion()'],['../classTopLevelWidget.html#ac640eb913196c9edb68e5d52df4a89cb',1,'TopLevelWidget::onMotion()'],['../classWidget.html#a655569fb78a598652e9f24cefa1fe4a5',1,'Widget::onMotion(const MotionEvent &)']]],
+ ['onmouse_961',['onMouse',['../classWidget.html#a097ec1d56a06bdc9e0a4e54880def378',1,'Widget::onMouse()'],['../classTopLevelWidget.html#a8ceccb37de18c8e3b21fbf64ad58981c',1,'TopLevelWidget::onMouse()'],['../classImageBaseSwitch.html#a6912be0532a24c33e6dac851779fc8f0',1,'ImageBaseSwitch::onMouse()'],['../classImageBaseKnob.html#a6cd97ff56064b28a56d1321508e29f8b',1,'ImageBaseKnob::onMouse()'],['../classImageBaseButton.html#a643f3c0429d514c70c7a1333829f6cf8',1,'ImageBaseButton::onMouse()'],['../classImageBaseAboutWindow.html#ad2c3d4c6943a5562574baf60f58de483',1,'ImageBaseAboutWindow::onMouse()'],['../classImageBaseSlider.html#af1caea46d10b3decd14ad795e0a58a9d',1,'ImageBaseSlider::onMouse()']]],
+ ['onnanodisplay_962',['onNanoDisplay',['../classNanoBaseWidget.html#a77a197095bf9bf6fd6ff40145746c9b9',1,'NanoBaseWidget']]],
+ ['onpositionchanged_963',['onPositionChanged',['../classSubWidget.html#a80ac88898a4a87047d63a7e49a5a0946',1,'SubWidget']]],
+ ['onreshape_964',['onReshape',['../classWindow.html#a04207502372d42d0d17604b104c1d8d6',1,'Window']]],
+ ['onresize_965',['onResize',['../classWidget.html#acc0365ec4b9245bdffb8d0285be55dea',1,'Widget']]],
+ ['onscalefactorchanged_966',['onScaleFactorChanged',['../classWindow.html#a306742ddc21c7c41f59b41e5761a38c7',1,'Window']]],
+ ['onscroll_967',['onScroll',['../classImageBaseKnob.html#aeb9c35449f4b48741ceb8ba8253648bb',1,'ImageBaseKnob::onScroll()'],['../classTopLevelWidget.html#a412a6ce96a4ef7f64396e312ad072f9d',1,'TopLevelWidget::onScroll()'],['../classWidget.html#a0d78d28bd4a98c3a016a38091b2d4185',1,'Widget::onScroll(const ScrollEvent &)']]],
+ ['onspecial_968',['onSpecial',['../classWidget.html#a3b42652fcb2f95c6f86bdd43a1727507',1,'Widget']]],
+ ['openfilebrowser_969',['openFileBrowser',['../classWindow.html#a56ed4c181deb56c7fcec2b2cfe7295bd',1,'Window']]],
+ ['openglimage_970',['OpenGLImage',['../classOpenGLImage.html#a9f6ac5e7437a8a0aaa28bc298ab9350f',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, GLenum glFormat)'],['../classOpenGLImage.html#ab3846413c806171a98ec3f41f5db20a8',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#a729ba128952454d53054e23ea9d3a73f',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, GLenum glFormat)'],['../classOpenGLImage.html#a9cd14d74c793c77c3ee3a8f9d291a706',1,'OpenGLImage::OpenGLImage(const OpenGLImage &image)'],['../classOpenGLImage.html#af61ca1a163bae128817d3ad0ea6095f4',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#a7292ff9abcd2137c0cf8d7c0d57d1eb5',1,'OpenGLImage::OpenGLImage()']]],
+ ['operator_20objecttype_20_2a_971',['operator ObjectType *',['../classScopedPointer.html#af7c241c736d79754fd6f8d305cce8bc3',1,'ScopedPointer']]],
+ ['operator_2a_972',['operator*',['../classScopedPointer.html#a2f48458a1656a6ef1bd35cb8452eed35',1,'ScopedPointer']]],
+ ['operator_2d_3e_973',['operator->',['../classScopedPointer.html#a6eedc84349cbe629cc1abb79ffa74e87',1,'ScopedPointer']]],
+ ['operator_3d_974',['operator=',['../classScopedPointer.html#afefc7940828d72c056e03804cd6bea9f',1,'ScopedPointer::operator=(ScopedPointer &objectToTransferFrom)'],['../classScopedPointer.html#a88ee7f038e57471539d3181141c0390e',1,'ScopedPointer::operator=(ObjectType *const newObjectToTakePossessionOf)'],['../classCairoImage.html#af5f422a5a77f4639a907f8e5dde29ef7',1,'CairoImage::operator=()'],['../classImageBase.html#ac352a5a4291cd0945c663b17631598dc',1,'ImageBase::operator=()'],['../classNanoImage.html#a50e5456835e48157abc365a1e095f591',1,'NanoImage::operator=()'],['../classOpenGLImage.html#a289cbeb6a607985c323e0cd5a8fbd19a',1,'OpenGLImage::operator=()'],['../classVulkanImage.html#ae99740f2a1bdaa98e67c8fcfbdec9423',1,'VulkanImage::operator=()']]]
];
diff --git a/search/functions_e.js b/search/functions_e.js
index df3c7774..763a3014 100644
--- a/search/functions_e.js
+++ b/search/functions_e.js
@@ -1,13 +1,14 @@
var searchData=
[
- ['parameter_941',['Parameter',['../structParameter.html#a12ced87d6d832deccb6c8ce2c8313b2e',1,'Parameter::Parameter() noexcept'],['../structParameter.html#af0c5eeebedfe0058775a7ff4d904b6ab',1,'Parameter::Parameter(uint32_t h, const char *n, const char *s, const char *u, float def, float min, float max) noexcept']]],
- ['parameterchanged_942',['parameterChanged',['../classUI.html#ab3086d302a9685b25abf144ade3e88f6',1,'UI']]],
- ['parameterenumerationvalue_943',['ParameterEnumerationValue',['../structParameterEnumerationValue.html#a169e558182f93aadd2e66819a981a3f9',1,'ParameterEnumerationValue::ParameterEnumerationValue() noexcept'],['../structParameterEnumerationValue.html#aad073d95adfcd8ec01767490fbd69f68',1,'ParameterEnumerationValue::ParameterEnumerationValue(float v, const char *l) noexcept']]],
- ['parameterenumerationvalues_944',['ParameterEnumerationValues',['../structParameterEnumerationValues.html#ab1bbcf39e2efae872e9b8dbde17a045a',1,'ParameterEnumerationValues::ParameterEnumerationValues() noexcept'],['../structParameterEnumerationValues.html#a109591a3392e28362de7e1e474f75ae2',1,'ParameterEnumerationValues::ParameterEnumerationValues(uint32_t c, bool r, ParameterEnumerationValue *v) noexcept']]],
- ['parameterranges_945',['ParameterRanges',['../structParameterRanges.html#adb9b2712df3401eb0c5e11362d865d4e',1,'ParameterRanges::ParameterRanges() noexcept'],['../structParameterRanges.html#a75337384c041ef8cd1a1cd2ba57ac205',1,'ParameterRanges::ParameterRanges(float df, float mn, float mx) noexcept']]],
- ['pathwinding_946',['pathWinding',['../classNanoVG.html#aaf7f45fc45cf920d261a8b2cfebf9026',1,'NanoVG']]],
- ['plugin_947',['Plugin',['../classPlugin.html#acb5a3632da5a5c4110172a3a78e1fd32',1,'Plugin']]],
- ['point_948',['Point',['../classPoint.html#ada3e3f5f840cf70db3c7f884843a3d01',1,'Point::Point() noexcept'],['../classPoint.html#a273b90bf5380bacd6e58582ef9ce35f7',1,'Point::Point(const T &x, const T &y) noexcept'],['../classPoint.html#a31393ac57c0140243e8723f9cd9106bb',1,'Point::Point(const Point< T > &pos) noexcept']]],
- ['positionchangedevent_949',['PositionChangedEvent',['../structWidget_1_1PositionChangedEvent.html#aa6360f57c0314621b04d049708bea45c',1,'Widget::PositionChangedEvent']]],
- ['programloaded_950',['programLoaded',['../classUI.html#a2f043dd1b2e179248a19918c5483cfae',1,'UI']]]
+ ['parameter_975',['Parameter',['../structParameter.html#af0c5eeebedfe0058775a7ff4d904b6ab',1,'Parameter::Parameter(uint32_t h, const char *n, const char *s, const char *u, float def, float min, float max) noexcept'],['../structParameter.html#a12ced87d6d832deccb6c8ce2c8313b2e',1,'Parameter::Parameter() noexcept']]],
+ ['parameterchanged_976',['parameterChanged',['../classUI.html#ab3086d302a9685b25abf144ade3e88f6',1,'UI']]],
+ ['parameterenumerationvalue_977',['ParameterEnumerationValue',['../structParameterEnumerationValue.html#a169e558182f93aadd2e66819a981a3f9',1,'ParameterEnumerationValue::ParameterEnumerationValue() noexcept'],['../structParameterEnumerationValue.html#aad073d95adfcd8ec01767490fbd69f68',1,'ParameterEnumerationValue::ParameterEnumerationValue(float v, const char *l) noexcept']]],
+ ['parameterenumerationvalues_978',['ParameterEnumerationValues',['../structParameterEnumerationValues.html#a8f8bc997ceb137ec7ead3b0468f6b0ef',1,'ParameterEnumerationValues::ParameterEnumerationValues() noexcept'],['../structParameterEnumerationValues.html#a08cf9d8ef22b0ddd6fb288307a3ff1bf',1,'ParameterEnumerationValues::ParameterEnumerationValues(uint8_t c, bool r, ParameterEnumerationValue *v) noexcept']]],
+ ['parameterranges_979',['ParameterRanges',['../structParameterRanges.html#a9b41c9c726cd92c7c1cc8501b36ad9b6',1,'ParameterRanges::ParameterRanges() noexcept'],['../structParameterRanges.html#a6ba24c6e129e37975fa7afcc15fd48e4',1,'ParameterRanges::ParameterRanges(const float df, const float mn, const float mx) noexcept']]],
+ ['pathwinding_980',['pathWinding',['../classNanoVG.html#aaf7f45fc45cf920d261a8b2cfebf9026',1,'NanoVG']]],
+ ['plugin_981',['Plugin',['../classPlugin.html#acb5a3632da5a5c4110172a3a78e1fd32',1,'Plugin']]],
+ ['plus_982',['plus',['../structColor.html#ad3c9595604828b97c3cf1bfeb323cfbe',1,'Color::plus(int value) const noexcept'],['../structColor.html#a919d9746e01fa6ca7083e17242b371d2',1,'Color::plus(float value) const noexcept']]],
+ ['point_983',['Point',['../classPoint.html#ada3e3f5f840cf70db3c7f884843a3d01',1,'Point::Point() noexcept'],['../classPoint.html#a273b90bf5380bacd6e58582ef9ce35f7',1,'Point::Point(const T &x, const T &y) noexcept'],['../classPoint.html#a31393ac57c0140243e8723f9cd9106bb',1,'Point::Point(const Point< T > &pos) noexcept']]],
+ ['positionchangedevent_984',['PositionChangedEvent',['../structWidget_1_1PositionChangedEvent.html#aa6360f57c0314621b04d049708bea45c',1,'Widget::PositionChangedEvent']]],
+ ['programloaded_985',['programLoaded',['../classUI.html#a2f043dd1b2e179248a19918c5483cfae',1,'UI']]]
];
diff --git a/search/functions_f.js b/search/functions_f.js
index 663ce9a8..111cb962 100644
--- a/search/functions_f.js
+++ b/search/functions_f.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['quadto_951',['quadTo',['../classNanoVG.html#ad21dce44617cb0ed89bcafa794c56fde',1,'NanoVG']]],
- ['quit_952',['quit',['../classApplication.html#af77b716ee803aecb2ce1674695dc3986',1,'Application']]]
+ ['quadto_986',['quadTo',['../classNanoVG.html#ad21dce44617cb0ed89bcafa794c56fde',1,'NanoVG']]],
+ ['quit_987',['quit',['../classApplication.html#af77b716ee803aecb2ce1674695dc3986',1,'Application']]]
];
diff --git a/search/groups_0.js b/search/groups_0.js
index 2b218e10..48c4eb8d 100644
--- a/search/groups_0.js
+++ b/search/groups_0.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['audio_20port_20hints_1201',['Audio Port Hints',['../group__AudioPortHints.html',1,'']]]
+ ['audio_20port_20hints_1243',['Audio Port Hints',['../group__AudioPortHints.html',1,'']]]
];
diff --git a/search/groups_1.js b/search/groups_1.js
index 0825357f..13ccc83c 100644
--- a/search/groups_1.js
+++ b/search/groups_1.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['base_20plugin_20structs_1202',['Base Plugin Structs',['../group__BasePluginStructs.html',1,'']]]
+ ['base_20plugin_20structs_1244',['Base Plugin Structs',['../group__BasePluginStructs.html',1,'']]]
];
diff --git a/search/groups_2.js b/search/groups_2.js
index 5df86735..7d9bc057 100644
--- a/search/groups_2.js
+++ b/search/groups_2.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['entry_20points_1203',['Entry Points',['../group__EntryPoints.html',1,'']]],
- ['extra_20plugin_20macros_1204',['Extra Plugin Macros',['../group__ExtraPluginMacros.html',1,'']]]
+ ['entry_20points_1245',['Entry Points',['../group__EntryPoints.html',1,'']]],
+ ['extra_20plugin_20macros_1246',['Extra Plugin Macros',['../group__ExtraPluginMacros.html',1,'']]]
];
diff --git a/search/groups_3.js b/search/groups_3.js
index 6ff25dbe..fbd36ce0 100644
--- a/search/groups_3.js
+++ b/search/groups_3.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['main_20classes_1205',['Main Classes',['../group__MainClasses.html',1,'']]],
- ['math_20related_20functions_1206',['Math related functions',['../group__MathFunctions.html',1,'']]],
- ['miscellaneous_20functions_1207',['Miscellaneous functions',['../group__MiscellaneousFunctions.html',1,'']]]
+ ['main_20classes_1247',['Main Classes',['../group__MainClasses.html',1,'']]],
+ ['math_20related_20functions_1248',['Math related functions',['../group__MathFunctions.html',1,'']]],
+ ['miscellaneous_20functions_1249',['Miscellaneous functions',['../group__MiscellaneousFunctions.html',1,'']]]
];
diff --git a/search/groups_4.js b/search/groups_4.js
index 0246e468..80af54cd 100644
--- a/search/groups_4.js
+++ b/search/groups_4.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['namespace_20macros_1208',['Namespace Macros',['../group__NamespaceMacros.html',1,'']]]
+ ['namespace_20macros_1250',['Namespace Macros',['../group__NamespaceMacros.html',1,'']]]
];
diff --git a/search/groups_5.js b/search/groups_5.js
index a39873bd..87093a74 100644
--- a/search/groups_5.js
+++ b/search/groups_5.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['parameter_20hints_1209',['Parameter Hints',['../group__ParameterHints.html',1,'']]],
- ['plugin_20helper_20classes_1210',['Plugin helper classes',['../group__PluginHelperClasses.html',1,'']]],
- ['plugin_20macros_1211',['Plugin Macros',['../group__PluginMacros.html',1,'']]],
- ['plugin_20related_20utilities_1212',['Plugin related utilities',['../group__PluginRelatedUtilities.html',1,'(Global Namespace)'],['../group__StandalonePluginRelatedUtilities.html',1,'(Global Namespace)']]]
+ ['parameter_20hints_1251',['Parameter Hints',['../group__ParameterHints.html',1,'']]],
+ ['plugin_20helper_20classes_1252',['Plugin helper classes',['../group__PluginHelperClasses.html',1,'']]],
+ ['plugin_20macros_1253',['Plugin Macros',['../group__PluginMacros.html',1,'']]],
+ ['plugin_20related_20utilities_1254',['Plugin related utilities',['../group__PluginRelatedUtilities.html',1,'(Global Namespace)'],['../group__StandalonePluginRelatedUtilities.html',1,'(Global Namespace)']]]
];
diff --git a/search/groups_6.js b/search/groups_6.js
index 4122552e..78e56d01 100644
--- a/search/groups_6.js
+++ b/search/groups_6.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['state_20hints_1213',['State Hints',['../group__StateHints.html',1,'']]],
- ['string_20print_20functions_1214',['String print functions',['../group__StringPrintFunctions.html',1,'']]]
+ ['state_20hints_1255',['State Hints',['../group__StateHints.html',1,'']]],
+ ['string_20print_20functions_1256',['String print functions',['../group__StringPrintFunctions.html',1,'']]]
];
diff --git a/search/namespaces_0.html b/search/namespaces_0.html
new file mode 100644
index 00000000..21db2c3a
--- /dev/null
+++ b/search/namespaces_0.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+Loading...
+
+
+Searching...
+No Matches
+
+
+
+
diff --git a/search/namespaces_0.js b/search/namespaces_0.js
new file mode 100644
index 00000000..eb516f05
--- /dev/null
+++ b/search/namespaces_0.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['parameterdesignationsymbols_723',['ParameterDesignationSymbols',['../namespaceParameterDesignationSymbols.html',1,'']]]
+];
diff --git a/search/pages_0.js b/search/pages_0.js
index 79972d44..52ab315a 100644
--- a/search/pages_0.js
+++ b/search/pages_0.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['distrho_20_25plugin_20framework_1215',['DISTRHO %Plugin Framework',['../index.html',1,'']]]
+ ['distrho_20_25plugin_20framework_1257',['DISTRHO %Plugin Framework',['../index.html',1,'']]]
];
diff --git a/search/searchdata.js b/search/searchdata.js
index 81355bb6..5ac3b625 100644
--- a/search/searchdata.js
+++ b/search/searchdata.js
@@ -2,35 +2,38 @@ var indexSectionsWithContent =
{
0: "abcdefghiklmnopqrstuvw~",
1: "abcefghiklmnoprstuvw",
- 2: "abcdefghiklmnopqrstuvw~",
- 3: "abcdefghiklmnoprstuvw",
- 4: "bcp",
- 5: "ck",
- 6: "abemnps",
- 7: "d"
+ 2: "p",
+ 3: "abcdefghiklmnopqrstuvw~",
+ 4: "abcdefghiklmnoprstuvw",
+ 5: "bcp",
+ 6: "ck",
+ 7: "abemnps",
+ 8: "d"
};
var indexSectionNames =
{
0: "all",
1: "classes",
- 2: "functions",
- 3: "variables",
- 4: "enums",
- 5: "enumvalues",
- 6: "groups",
- 7: "pages"
+ 2: "namespaces",
+ 3: "functions",
+ 4: "variables",
+ 5: "enums",
+ 6: "enumvalues",
+ 7: "groups",
+ 8: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Classes",
- 2: "Functions",
- 3: "Variables",
- 4: "Enumerations",
- 5: "Enumerator",
- 6: "Modules",
- 7: "Pages"
+ 2: "Namespaces",
+ 3: "Functions",
+ 4: "Variables",
+ 5: "Enumerations",
+ 6: "Enumerator",
+ 7: "Modules",
+ 8: "Pages"
};
diff --git a/search/variables_0.js b/search/variables_0.js
index 0d888a03..b0a347ec 100644
--- a/search/variables_0.js
+++ b/search/variables_0.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['absolutepos_1106',['absolutePos',['../structWidget_1_1MouseEvent.html#ae80ebc0ab59ed2e06a63743d8c963651',1,'Widget::MouseEvent::absolutePos()'],['../structWidget_1_1MotionEvent.html#add941e64b93be96b512b6023f1670d91',1,'Widget::MotionEvent::absolutePos()'],['../structWidget_1_1ScrollEvent.html#aa30ba4c1bc3c8973c5a99f315c089497',1,'Widget::ScrollEvent::absolutePos()']]]
+ ['absolutepos_1142',['absolutePos',['../structWidget_1_1MouseEvent.html#ae80ebc0ab59ed2e06a63743d8c963651',1,'Widget::MouseEvent::absolutePos()'],['../structWidget_1_1MotionEvent.html#add941e64b93be96b512b6023f1670d91',1,'Widget::MotionEvent::absolutePos()'],['../structWidget_1_1ScrollEvent.html#aa30ba4c1bc3c8973c5a99f315c089497',1,'Widget::ScrollEvent::absolutePos()']]]
];
diff --git a/search/variables_1.js b/search/variables_1.js
index bddb31fe..9c435501 100644
--- a/search/variables_1.js
+++ b/search/variables_1.js
@@ -1,11 +1,13 @@
var searchData=
[
- ['bar_1107',['bar',['../structTimePosition_1_1BarBeatTick.html#ad104eba852516842d8c4776f9d495d21',1,'TimePosition::BarBeatTick']]],
- ['barstarttick_1108',['barStartTick',['../structTimePosition_1_1BarBeatTick.html#a5205e95c8f8021006bde2eae774d5b62',1,'TimePosition::BarBeatTick']]],
- ['beat_1109',['beat',['../structTimePosition_1_1BarBeatTick.html#af4be3edce420539cbb21bc1b0278201c',1,'TimePosition::BarBeatTick']]],
- ['beatsperbar_1110',['beatsPerBar',['../structTimePosition_1_1BarBeatTick.html#a4805c98ceeedca9fb886de068c50cb88',1,'TimePosition::BarBeatTick']]],
- ['beatsperminute_1111',['beatsPerMinute',['../structTimePosition_1_1BarBeatTick.html#af7cb9ae9b30da287828ebddee5caff2f',1,'TimePosition::BarBeatTick']]],
- ['beattype_1112',['beatType',['../structTimePosition_1_1BarBeatTick.html#a3d0f3681391ab7d3d37abcae24c72257',1,'TimePosition::BarBeatTick']]],
- ['buf_1113',['buf',['../structHeapBuffer.html#afbaf206237e4898a306025676dce0987',1,'HeapBuffer']]],
- ['button_1114',['button',['../structWidget_1_1MouseEvent.html#ab6471d00c229719e1dd821f78ed4bdef',1,'Widget::MouseEvent']]]
+ ['bar_1143',['bar',['../structTimePosition_1_1BarBeatTick.html#ad104eba852516842d8c4776f9d495d21',1,'TimePosition::BarBeatTick']]],
+ ['barstarttick_1144',['barStartTick',['../structTimePosition_1_1BarBeatTick.html#a5205e95c8f8021006bde2eae774d5b62',1,'TimePosition::BarBeatTick']]],
+ ['beat_1145',['beat',['../structTimePosition_1_1BarBeatTick.html#af4be3edce420539cbb21bc1b0278201c',1,'TimePosition::BarBeatTick']]],
+ ['beatsperbar_1146',['beatsPerBar',['../structTimePosition_1_1BarBeatTick.html#a4805c98ceeedca9fb886de068c50cb88',1,'TimePosition::BarBeatTick']]],
+ ['beatsperminute_1147',['beatsPerMinute',['../structTimePosition_1_1BarBeatTick.html#af7cb9ae9b30da287828ebddee5caff2f',1,'TimePosition::BarBeatTick']]],
+ ['beattype_1148',['beatType',['../structTimePosition_1_1BarBeatTick.html#a3d0f3681391ab7d3d37abcae24c72257',1,'TimePosition::BarBeatTick']]],
+ ['buf_1149',['buf',['../structHeapBuffer.html#afbaf206237e4898a306025676dce0987',1,'HeapBuffer']]],
+ ['button_1150',['button',['../structWidget_1_1MouseEvent.html#ab6471d00c229719e1dd821f78ed4bdef',1,'Widget::MouseEvent']]],
+ ['bypass_1151',['bypass',['../namespaceParameterDesignationSymbols.html#a276f3fe98418294fe19734f4e9e72664',1,'ParameterDesignationSymbols']]],
+ ['bypass_5flv2_1152',['bypass_lv2',['../namespaceParameterDesignationSymbols.html#a882fd8b5f9a9ff68f62e5d27228b43ba',1,'ParameterDesignationSymbols']]]
];
diff --git a/search/variables_10.js b/search/variables_10.js
index b56df148..b43d7244 100644
--- a/search/variables_10.js
+++ b/search/variables_10.js
@@ -1,11 +1,11 @@
var searchData=
[
- ['saving_1170',['saving',['../structFileBrowserOptions.html#a923166f4f4477b4491d3f47e05cfbdfe',1,'FileBrowserOptions']]],
- ['shortname_1171',['shortName',['../structParameter.html#a1a47c46f3588b8a940d87fd4d69810ab',1,'Parameter']]],
- ['showhidden_1172',['showHidden',['../structFileBrowserOptions_1_1Buttons.html#a43b25f4cece01eb8dd8d89a10e921dfc',1,'FileBrowserOptions::Buttons']]],
- ['showplaces_1173',['showPlaces',['../structFileBrowserOptions_1_1Buttons.html#ac2df440c203fb3b1a3be012283427d5b',1,'FileBrowserOptions::Buttons']]],
- ['size_1174',['size',['../structMidiEvent.html#a48b420a6dbca6502113b92c336a3041e',1,'MidiEvent::size()'],['../structHeapBuffer.html#a582e7b5aa4a85814f291d002abb49599',1,'HeapBuffer::size()'],['../structWidget_1_1ResizeEvent.html#a79045426f6b38169fec44abbb19d92d9',1,'Widget::ResizeEvent::size()']]],
- ['startdir_1175',['startDir',['../structFileBrowserOptions.html#a921fe62f9783fee2c01ddbaa0851e8b4',1,'FileBrowserOptions']]],
- ['string_1176',['string',['../structWidget_1_1CharacterInputEvent.html#a5bfefd8ce88c676f1dd4b990faf49cb0',1,'Widget::CharacterInputEvent']]],
- ['symbol_1177',['symbol',['../structAudioPort.html#af2bda30f97a1b63cbeb9f11f718d3d30',1,'AudioPort::symbol()'],['../structParameter.html#a3e546efd8dbd0d77351208b670719468',1,'Parameter::symbol()'],['../structPortGroup.html#ae42f849c9f34d940f6fdcfc9abd65d4f',1,'PortGroup::symbol()']]]
+ ['saving_1212',['saving',['../structFileBrowserOptions.html#a923166f4f4477b4491d3f47e05cfbdfe',1,'FileBrowserOptions']]],
+ ['shortname_1213',['shortName',['../structParameter.html#a1a47c46f3588b8a940d87fd4d69810ab',1,'Parameter']]],
+ ['showhidden_1214',['showHidden',['../structFileBrowserOptions_1_1Buttons.html#a43b25f4cece01eb8dd8d89a10e921dfc',1,'FileBrowserOptions::Buttons']]],
+ ['showplaces_1215',['showPlaces',['../structFileBrowserOptions_1_1Buttons.html#ac2df440c203fb3b1a3be012283427d5b',1,'FileBrowserOptions::Buttons']]],
+ ['size_1216',['size',['../structMidiEvent.html#a48b420a6dbca6502113b92c336a3041e',1,'MidiEvent::size()'],['../structHeapBuffer.html#a582e7b5aa4a85814f291d002abb49599',1,'HeapBuffer::size()'],['../structWidget_1_1ResizeEvent.html#a79045426f6b38169fec44abbb19d92d9',1,'Widget::ResizeEvent::size()']]],
+ ['startdir_1217',['startDir',['../structFileBrowserOptions.html#a921fe62f9783fee2c01ddbaa0851e8b4',1,'FileBrowserOptions']]],
+ ['string_1218',['string',['../structWidget_1_1CharacterInputEvent.html#a5bfefd8ce88c676f1dd4b990faf49cb0',1,'Widget::CharacterInputEvent']]],
+ ['symbol_1219',['symbol',['../structAudioPort.html#af2bda30f97a1b63cbeb9f11f718d3d30',1,'AudioPort::symbol()'],['../structParameter.html#a3e546efd8dbd0d77351208b670719468',1,'Parameter::symbol()'],['../structPortGroup.html#ae42f849c9f34d940f6fdcfc9abd65d4f',1,'PortGroup::symbol()']]]
];
diff --git a/search/variables_11.js b/search/variables_11.js
index 3db83b9b..50c6ad37 100644
--- a/search/variables_11.js
+++ b/search/variables_11.js
@@ -1,9 +1,9 @@
var searchData=
[
- ['tail_1178',['tail',['../structHeapBuffer.html#abd05cbae44531a412352ed52c8a50aec',1,'HeapBuffer']]],
- ['tick_1179',['tick',['../structTimePosition_1_1BarBeatTick.html#aecb8a1a98db84c6d03c39278f86a0324',1,'TimePosition::BarBeatTick']]],
- ['ticksperbeat_1180',['ticksPerBeat',['../structTimePosition_1_1BarBeatTick.html#ab8cfc3f2709a79e733e58556712da062',1,'TimePosition::BarBeatTick']]],
- ['time_1181',['time',['../structWidget_1_1BaseEvent.html#a52bcdb90972ffb30a223d358e64f723f',1,'Widget::BaseEvent']]],
- ['title_1182',['title',['../structFileBrowserOptions.html#a16d59d24e75eec2c6f9f3aebfe5464e7',1,'FileBrowserOptions']]],
- ['type_1183',['type',['../structClipboardDataOffer.html#a23d607737b1fffbb003b885da5a5ca66',1,'ClipboardDataOffer']]]
+ ['tail_1220',['tail',['../structHeapBuffer.html#abd05cbae44531a412352ed52c8a50aec',1,'HeapBuffer']]],
+ ['tick_1221',['tick',['../structTimePosition_1_1BarBeatTick.html#aecb8a1a98db84c6d03c39278f86a0324',1,'TimePosition::BarBeatTick']]],
+ ['ticksperbeat_1222',['ticksPerBeat',['../structTimePosition_1_1BarBeatTick.html#ab8cfc3f2709a79e733e58556712da062',1,'TimePosition::BarBeatTick']]],
+ ['time_1223',['time',['../structWidget_1_1BaseEvent.html#a52bcdb90972ffb30a223d358e64f723f',1,'Widget::BaseEvent']]],
+ ['title_1224',['title',['../structFileBrowserOptions.html#a16d59d24e75eec2c6f9f3aebfe5464e7',1,'FileBrowserOptions']]],
+ ['type_1225',['type',['../structClipboardDataOffer.html#a23d607737b1fffbb003b885da5a5ca66',1,'ClipboardDataOffer']]]
];
diff --git a/search/variables_12.js b/search/variables_12.js
index 88fe91d8..6aedba25 100644
--- a/search/variables_12.js
+++ b/search/variables_12.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['unit_1184',['unit',['../structParameter.html#a2f79574998d34504e3a694163b4599a1',1,'Parameter']]]
+ ['unit_1226',['unit',['../structParameter.html#a2f79574998d34504e3a694163b4599a1',1,'Parameter']]]
];
diff --git a/search/variables_13.js b/search/variables_13.js
index 9e9200a6..d34fec38 100644
--- a/search/variables_13.js
+++ b/search/variables_13.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['valid_1185',['valid',['../structTimePosition_1_1BarBeatTick.html#a45a05047e923285af0fbeacb371e3f4e',1,'TimePosition::BarBeatTick']]],
- ['value_1186',['value',['../structParameterEnumerationValue.html#a292f282837daa791205027d998907ae9',1,'ParameterEnumerationValue']]],
- ['values_1187',['values',['../structParameterEnumerationValues.html#ae101471c5d819624398001c84c534b7a',1,'ParameterEnumerationValues']]]
+ ['valid_1227',['valid',['../structTimePosition_1_1BarBeatTick.html#a45a05047e923285af0fbeacb371e3f4e',1,'TimePosition::BarBeatTick']]],
+ ['value_1228',['value',['../structParameterEnumerationValue.html#a292f282837daa791205027d998907ae9',1,'ParameterEnumerationValue']]],
+ ['values_1229',['values',['../structParameterEnumerationValues.html#ae101471c5d819624398001c84c534b7a',1,'ParameterEnumerationValues']]]
];
diff --git a/search/variables_14.js b/search/variables_14.js
index 86744f04..88fceda0 100644
--- a/search/variables_14.js
+++ b/search/variables_14.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['wrtn_1188',['wrtn',['../structHeapBuffer.html#a4d330b5567a46f6b6972f5174b262292',1,'HeapBuffer']]]
+ ['wrtn_1230',['wrtn',['../structHeapBuffer.html#a4d330b5567a46f6b6972f5174b262292',1,'HeapBuffer']]]
];
diff --git a/search/variables_2.js b/search/variables_2.js
index 983219c8..43e7a890 100644
--- a/search/variables_2.js
+++ b/search/variables_2.js
@@ -1,5 +1,6 @@
var searchData=
[
- ['character_1115',['character',['../structWidget_1_1CharacterInputEvent.html#a8426db4231baad1c1621e287817fde85',1,'Widget::CharacterInputEvent']]],
- ['count_1116',['count',['../structParameterEnumerationValues.html#afd740dd45384c493801405a1c1c3d51d',1,'ParameterEnumerationValues']]]
+ ['character_1153',['character',['../structWidget_1_1CharacterInputEvent.html#a8426db4231baad1c1621e287817fde85',1,'Widget::CharacterInputEvent']]],
+ ['classname_1154',['className',['../structFileBrowserOptions.html#a5cd131b31f02ceff8b9ac5db6b40fc3a',1,'FileBrowserOptions']]],
+ ['count_1155',['count',['../structParameterEnumerationValues.html#afd740dd45384c493801405a1c1c3d51d',1,'ParameterEnumerationValues']]]
];
diff --git a/search/variables_3.js b/search/variables_3.js
index c7d3f071..c966b498 100644
--- a/search/variables_3.js
+++ b/search/variables_3.js
@@ -1,11 +1,12 @@
var searchData=
[
- ['data_1117',['data',['../structMidiEvent.html#aba54410d44eef48c10516f29452ef3a9',1,'MidiEvent']]],
- ['def_1118',['def',['../structParameterRanges.html#aa0aba68115bcfff25c35b2da2f7aed4c',1,'ParameterRanges']]],
- ['defaultname_1119',['defaultName',['../structFileBrowserOptions.html#acc05b9a39052fc84e4d50a62229091d8',1,'FileBrowserOptions']]],
- ['defaultvalue_1120',['defaultValue',['../structState.html#af925c53b4676ed45b8b813424e626c3e',1,'State']]],
- ['delta_1121',['delta',['../structWidget_1_1ScrollEvent.html#a5081893281d91c5f615cc066fb5fc3dc',1,'Widget::ScrollEvent']]],
- ['description_1122',['description',['../structParameter.html#a5aacdf5c58652cc6840ebfbe2a748d29',1,'Parameter::description()'],['../structState.html#afb8bee553cefbfe2a495fc391a5f0243',1,'State::description()']]],
- ['designation_1123',['designation',['../structParameter.html#a3bbf6f7d5ccea9a13504bd6ee3713986',1,'Parameter']]],
- ['direction_1124',['direction',['../structWidget_1_1ScrollEvent.html#aaf8500e819334defd632522858050e02',1,'Widget::ScrollEvent']]]
+ ['data_1156',['data',['../structMidiEvent.html#aba54410d44eef48c10516f29452ef3a9',1,'MidiEvent']]],
+ ['def_1157',['def',['../structParameterRanges.html#aa0aba68115bcfff25c35b2da2f7aed4c',1,'ParameterRanges']]],
+ ['defaultname_1158',['defaultName',['../structFileBrowserOptions.html#acc05b9a39052fc84e4d50a62229091d8',1,'FileBrowserOptions']]],
+ ['defaultvalue_1159',['defaultValue',['../structState.html#af925c53b4676ed45b8b813424e626c3e',1,'State']]],
+ ['deletelater_1160',['deleteLater',['../structParameterEnumerationValues.html#acf882508439c41eb4c1bc38237dcc976',1,'ParameterEnumerationValues']]],
+ ['delta_1161',['delta',['../structWidget_1_1ScrollEvent.html#a5081893281d91c5f615cc066fb5fc3dc',1,'Widget::ScrollEvent']]],
+ ['description_1162',['description',['../structParameter.html#a5aacdf5c58652cc6840ebfbe2a748d29',1,'Parameter::description()'],['../structState.html#afb8bee553cefbfe2a495fc391a5f0243',1,'State::description()']]],
+ ['designation_1163',['designation',['../structParameter.html#a3bbf6f7d5ccea9a13504bd6ee3713986',1,'Parameter']]],
+ ['direction_1164',['direction',['../structWidget_1_1ScrollEvent.html#aaf8500e819334defd632522858050e02',1,'Widget::ScrollEvent']]]
];
diff --git a/search/variables_4.js b/search/variables_4.js
index 2d333601..bed768ad 100644
--- a/search/variables_4.js
+++ b/search/variables_4.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['enumvalues_1125',['enumValues',['../structParameter.html#ab94ec79aad8e8f6e4bc33d046f029358',1,'Parameter']]]
+ ['enumvalues_1165',['enumValues',['../structParameter.html#ab94ec79aad8e8f6e4bc33d046f029358',1,'Parameter']]]
];
diff --git a/search/variables_5.js b/search/variables_5.js
index 445e838c..08607eb3 100644
--- a/search/variables_5.js
+++ b/search/variables_5.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['flags_1126',['flags',['../structWidget_1_1BaseEvent.html#ae134a6bdbd16a59218b5b4f0ee3a154c',1,'Widget::BaseEvent']]],
- ['frame_1127',['frame',['../structMidiEvent.html#aca2f6590b33bd2175ab71f985747d88e',1,'MidiEvent::frame()'],['../structTimePosition.html#aa3606d1c518c7ebe6335bc19f72b015b',1,'TimePosition::frame()']]]
+ ['flags_1166',['flags',['../structWidget_1_1BaseEvent.html#ae134a6bdbd16a59218b5b4f0ee3a154c',1,'Widget::BaseEvent']]],
+ ['frame_1167',['frame',['../structMidiEvent.html#aca2f6590b33bd2175ab71f985747d88e',1,'MidiEvent::frame()'],['../structTimePosition.html#aa3606d1c518c7ebe6335bc19f72b015b',1,'TimePosition::frame()']]]
];
diff --git a/search/variables_6.js b/search/variables_6.js
index dbc053d5..c449941a 100644
--- a/search/variables_6.js
+++ b/search/variables_6.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['groupid_1128',['groupId',['../structAudioPort.html#a80aba3da64389d738bd8ae68bcedb4f4',1,'AudioPort::groupId()'],['../structParameter.html#a72dd5af5c024bd86497a4a5d9c8c4f25',1,'Parameter::groupId()']]]
+ ['groupid_1168',['groupId',['../structAudioPort.html#a80aba3da64389d738bd8ae68bcedb4f4',1,'AudioPort::groupId()'],['../structParameter.html#a72dd5af5c024bd86497a4a5d9c8c4f25',1,'Parameter::groupId()']]]
];
diff --git a/search/variables_7.js b/search/variables_7.js
index b97f9395..1efebb89 100644
--- a/search/variables_7.js
+++ b/search/variables_7.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['head_1129',['head',['../structHeapBuffer.html#a55b0dceb6b878021d8fe1353096e757b',1,'HeapBuffer']]],
- ['hints_1130',['hints',['../structAudioPort.html#af93f38f9ef48ea14544adf32e4b1e513',1,'AudioPort::hints()'],['../structParameter.html#a397fb977f0c6cbec31df4f141ca3f5b3',1,'Parameter::hints()'],['../structState.html#adaa34a729d4e8c0e2e6434b4c4f55fab',1,'State::hints()']]]
+ ['head_1169',['head',['../structHeapBuffer.html#a55b0dceb6b878021d8fe1353096e757b',1,'HeapBuffer']]],
+ ['hints_1170',['hints',['../structAudioPort.html#af93f38f9ef48ea14544adf32e4b1e513',1,'AudioPort::hints()'],['../structParameter.html#a397fb977f0c6cbec31df4f141ca3f5b3',1,'Parameter::hints()'],['../structState.html#adaa34a729d4e8c0e2e6434b4c4f55fab',1,'State::hints()']]]
];
diff --git a/search/variables_8.js b/search/variables_8.js
index f27e7b33..d17c5c48 100644
--- a/search/variables_8.js
+++ b/search/variables_8.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['id_1131',['id',['../structClipboardDataOffer.html#a573b30efdf1eee418f7388c9713dfddc',1,'ClipboardDataOffer']]],
- ['invalidatecommit_1132',['invalidateCommit',['../structHeapBuffer.html#a0cd85f596b680b57cc6669de7cf7ed27',1,'HeapBuffer']]]
+ ['id_1171',['id',['../structClipboardDataOffer.html#a573b30efdf1eee418f7388c9713dfddc',1,'ClipboardDataOffer']]],
+ ['invalidatecommit_1172',['invalidateCommit',['../structHeapBuffer.html#a0cd85f596b680b57cc6669de7cf7ed27',1,'HeapBuffer']]]
];
diff --git a/search/variables_9.js b/search/variables_9.js
index 6878e0d8..87cbec24 100644
--- a/search/variables_9.js
+++ b/search/variables_9.js
@@ -1,25 +1,27 @@
var searchData=
[
- ['kaudioportiscv_1133',['kAudioPortIsCV',['../group__AudioPortHints.html#ga92c8a0135d1b6dacd22df25295c15ff3',1,'DistrhoPlugin.hpp']]],
- ['kaudioportissidechain_1134',['kAudioPortIsSidechain',['../group__AudioPortHints.html#gafbf1a5255d0a19f35ae21480ab2c7433',1,'DistrhoPlugin.hpp']]],
- ['kcvporthasbipolarrange_1135',['kCVPortHasBipolarRange',['../group__AudioPortHints.html#ga7133899b77b31caa1eae3fe77409e69e',1,'DistrhoPlugin.hpp']]],
- ['kcvporthasnegativeunipolarrange_1136',['kCVPortHasNegativeUnipolarRange',['../group__AudioPortHints.html#gafa444d8a3d5244e107c2ddb19f60105d',1,'DistrhoPlugin.hpp']]],
- ['kcvporthaspositiveunipolarrange_1137',['kCVPortHasPositiveUnipolarRange',['../group__AudioPortHints.html#ga0919fac232ec9c6999057b09d54e3919',1,'DistrhoPlugin.hpp']]],
- ['kcvporthasscaledrange_1138',['kCVPortHasScaledRange',['../group__AudioPortHints.html#gae36eb55fe0813af0dd6cdfe4f7baae97',1,'DistrhoPlugin.hpp']]],
- ['kdatasize_1139',['kDataSize',['../structMidiEvent.html#a9e23ce17777c2ff5190670d3262129b9',1,'MidiEvent']]],
- ['key_1140',['key',['../structState.html#a62474faa50839c3d35fe31b3bf7e39b0',1,'State::key()'],['../structWidget_1_1KeyboardEvent.html#a46cdbf1f69912c93deb649f756ec24f4',1,'Widget::KeyboardEvent::key()']]],
- ['keycode_1141',['keycode',['../structWidget_1_1KeyboardEvent.html#a0db51894bdbda766c9596b226d04d8c3',1,'Widget::KeyboardEvent::keycode()'],['../structWidget_1_1CharacterInputEvent.html#ab1ee376543219ff4e4f2139b23701700',1,'Widget::CharacterInputEvent::keycode()']]],
- ['kparameterisautomable_1142',['kParameterIsAutomable',['../group__ParameterHints.html#ga04161ef926442aa08ae7aa6847078ad9',1,'DistrhoPlugin.hpp']]],
- ['kparameterisautomatable_1143',['kParameterIsAutomatable',['../group__ParameterHints.html#ga6d39267b105c2d8dfc82a810c5e8a061',1,'DistrhoPlugin.hpp']]],
- ['kparameterisboolean_1144',['kParameterIsBoolean',['../group__ParameterHints.html#gaafca30df903781d2e1c2491808e17c8d',1,'DistrhoPlugin.hpp']]],
- ['kparameterisinteger_1145',['kParameterIsInteger',['../group__ParameterHints.html#ga76a82c93efe6ad728c9f0cb4ef33a2b9',1,'DistrhoPlugin.hpp']]],
- ['kparameterislogarithmic_1146',['kParameterIsLogarithmic',['../group__ParameterHints.html#gabc539ecbfe420246a33f93aed32b8a3b',1,'DistrhoPlugin.hpp']]],
- ['kparameterisoutput_1147',['kParameterIsOutput',['../group__ParameterHints.html#ga0a3633c93e8589f4b3e6124bb97ad8d4',1,'DistrhoPlugin.hpp']]],
- ['kparameteristrigger_1148',['kParameterIsTrigger',['../group__ParameterHints.html#ga068de47c587411c9e91ef09f7d800884',1,'DistrhoPlugin.hpp']]],
- ['kstateisbase64blob_1149',['kStateIsBase64Blob',['../group__StateHints.html#gad07fa3f1fd8ca36e94f75518d9d3d29e',1,'DistrhoPlugin.hpp']]],
- ['kstateisfilenamepath_1150',['kStateIsFilenamePath',['../group__StateHints.html#gaea57e1af2af673c2647757335d2d3751',1,'DistrhoPlugin.hpp']]],
- ['kstateishostreadable_1151',['kStateIsHostReadable',['../group__StateHints.html#gacbcc437321d85ca23d692b68802a0165',1,'DistrhoPlugin.hpp']]],
- ['kstateishostwritable_1152',['kStateIsHostWritable',['../group__StateHints.html#ga57437781c616c82bcb9e409433b7f16d',1,'DistrhoPlugin.hpp']]],
- ['kstateisonlyfordsp_1153',['kStateIsOnlyForDSP',['../group__StateHints.html#ga1e7299b8d4c8c1fc57bceef2b87fe057',1,'DistrhoPlugin.hpp']]],
- ['kstateisonlyforui_1154',['kStateIsOnlyForUI',['../group__StateHints.html#ga7d960ebb437726e25066b5e38b4a4843',1,'DistrhoPlugin.hpp']]]
+ ['kaudioportiscv_1173',['kAudioPortIsCV',['../group__AudioPortHints.html#gabcc94d985f256449c7a8d3cd87e3be1c',1,'DistrhoDetails.hpp']]],
+ ['kaudioportissidechain_1174',['kAudioPortIsSidechain',['../group__AudioPortHints.html#ga69f0b10291219ded938f1d617da83b6c',1,'DistrhoDetails.hpp']]],
+ ['kcvporthasbipolarrange_1175',['kCVPortHasBipolarRange',['../group__AudioPortHints.html#ga3a45f2c54093698796ccd2c4cc81df52',1,'DistrhoDetails.hpp']]],
+ ['kcvporthasnegativeunipolarrange_1176',['kCVPortHasNegativeUnipolarRange',['../group__AudioPortHints.html#gaa3002d9b23a613dcf6a9ab72457d5de6',1,'DistrhoDetails.hpp']]],
+ ['kcvporthaspositiveunipolarrange_1177',['kCVPortHasPositiveUnipolarRange',['../group__AudioPortHints.html#ga38c419b184512774f70df65a483592f5',1,'DistrhoDetails.hpp']]],
+ ['kcvporthasscaledrange_1178',['kCVPortHasScaledRange',['../group__AudioPortHints.html#ga4e04785c3970e954164741c2cd359246',1,'DistrhoDetails.hpp']]],
+ ['kcvportisoptional_1179',['kCVPortIsOptional',['../group__AudioPortHints.html#ga17a15c61c31e385ab0fdbfdea07d2f07',1,'DistrhoDetails.hpp']]],
+ ['kdatasize_1180',['kDataSize',['../structMidiEvent.html#a9c92915476d4a970a07f9ce218f9d7fe',1,'MidiEvent']]],
+ ['key_1181',['key',['../structState.html#a62474faa50839c3d35fe31b3bf7e39b0',1,'State::key()'],['../structWidget_1_1KeyboardEvent.html#a46cdbf1f69912c93deb649f756ec24f4',1,'Widget::KeyboardEvent::key()']]],
+ ['keycode_1182',['keycode',['../structWidget_1_1KeyboardEvent.html#a0db51894bdbda766c9596b226d04d8c3',1,'Widget::KeyboardEvent::keycode()'],['../structWidget_1_1CharacterInputEvent.html#ab1ee376543219ff4e4f2139b23701700',1,'Widget::CharacterInputEvent::keycode()']]],
+ ['kparameterisautomable_1183',['kParameterIsAutomable',['../group__ParameterHints.html#ga93539c9797820bb5fd7a28d2152711fc',1,'DistrhoDetails.hpp']]],
+ ['kparameterisautomatable_1184',['kParameterIsAutomatable',['../group__ParameterHints.html#gaf82d83a105dc418877ef91e84ac6efd3',1,'DistrhoDetails.hpp']]],
+ ['kparameterisboolean_1185',['kParameterIsBoolean',['../group__ParameterHints.html#gae7bfe085cc1ce2d56488254946846dd7',1,'DistrhoDetails.hpp']]],
+ ['kparameterishidden_1186',['kParameterIsHidden',['../group__ParameterHints.html#ga8b5cde9360d1f54acfa8d7b6c2d3560d',1,'DistrhoDetails.hpp']]],
+ ['kparameterisinteger_1187',['kParameterIsInteger',['../group__ParameterHints.html#ga9588f46e0b10f8b690aa8290e9fa7959',1,'DistrhoDetails.hpp']]],
+ ['kparameterislogarithmic_1188',['kParameterIsLogarithmic',['../group__ParameterHints.html#gaa37037e8977495866d0ea58a2d804f3b',1,'DistrhoDetails.hpp']]],
+ ['kparameterisoutput_1189',['kParameterIsOutput',['../group__ParameterHints.html#ga2fecc56e672626c98bdbc004c581101b',1,'DistrhoDetails.hpp']]],
+ ['kparameteristrigger_1190',['kParameterIsTrigger',['../group__ParameterHints.html#gaa347318fd978d909d6f247377413f871',1,'DistrhoDetails.hpp']]],
+ ['kstateisbase64blob_1191',['kStateIsBase64Blob',['../group__StateHints.html#gac892503b0568ceb31f0f7c46af701b0b',1,'DistrhoDetails.hpp']]],
+ ['kstateisfilenamepath_1192',['kStateIsFilenamePath',['../group__StateHints.html#ga5f41b602be8ae24d8ad0cd25deb41922',1,'DistrhoDetails.hpp']]],
+ ['kstateishostreadable_1193',['kStateIsHostReadable',['../group__StateHints.html#ga41ada5ff397930abdbf3fbfb1abb6fea',1,'DistrhoDetails.hpp']]],
+ ['kstateishostwritable_1194',['kStateIsHostWritable',['../group__StateHints.html#gaec50a267e06e0299ae9f20fd702e4e60',1,'DistrhoDetails.hpp']]],
+ ['kstateisonlyfordsp_1195',['kStateIsOnlyForDSP',['../group__StateHints.html#ga2c0833856c3f88a338bd8ee578ab8b72',1,'DistrhoDetails.hpp']]],
+ ['kstateisonlyforui_1196',['kStateIsOnlyForUI',['../group__StateHints.html#ga313547806946a945f31f1a6de14fd12d',1,'DistrhoDetails.hpp']]]
];
diff --git a/search/variables_a.js b/search/variables_a.js
index aec984ad..34a714a9 100644
--- a/search/variables_a.js
+++ b/search/variables_a.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['label_1155',['label',['../structParameterEnumerationValue.html#aba1c51d5a2c99416c1dcf0a08345178d',1,'ParameterEnumerationValue::label()'],['../structState.html#ad29e7e5a872defd5521d69e47b1e9df5',1,'State::label()']]],
- ['listallfiles_1156',['listAllFiles',['../structFileBrowserOptions_1_1Buttons.html#ac8174fbcf8d85ef5abece32114c234d5',1,'FileBrowserOptions::Buttons']]]
+ ['label_1197',['label',['../structParameterEnumerationValue.html#aba1c51d5a2c99416c1dcf0a08345178d',1,'ParameterEnumerationValue::label()'],['../structState.html#ad29e7e5a872defd5521d69e47b1e9df5',1,'State::label()']]],
+ ['listallfiles_1198',['listAllFiles',['../structFileBrowserOptions_1_1Buttons.html#ac8174fbcf8d85ef5abece32114c234d5',1,'FileBrowserOptions::Buttons']]]
];
diff --git a/search/variables_b.js b/search/variables_b.js
index 2f090b22..3eb45c70 100644
--- a/search/variables_b.js
+++ b/search/variables_b.js
@@ -1,7 +1,7 @@
var searchData=
[
- ['max_1157',['max',['../structParameterRanges.html#a175c78c905c598df929a4450e4d2a2a0',1,'ParameterRanges']]],
- ['midicc_1158',['midiCC',['../structParameter.html#a5389731e4cd95cac10af9aec9aa7b202',1,'Parameter']]],
- ['min_1159',['min',['../structParameterRanges.html#a63c40988463a8ace9d0e9e55a00f3c7b',1,'ParameterRanges']]],
- ['mod_1160',['mod',['../structWidget_1_1BaseEvent.html#a227a57d145561c7d07596a702f20d448',1,'Widget::BaseEvent']]]
+ ['max_1199',['max',['../structParameterRanges.html#a175c78c905c598df929a4450e4d2a2a0',1,'ParameterRanges']]],
+ ['midicc_1200',['midiCC',['../structParameter.html#a5389731e4cd95cac10af9aec9aa7b202',1,'Parameter']]],
+ ['min_1201',['min',['../structParameterRanges.html#a63c40988463a8ace9d0e9e55a00f3c7b',1,'ParameterRanges']]],
+ ['mod_1202',['mod',['../structWidget_1_1BaseEvent.html#a227a57d145561c7d07596a702f20d448',1,'Widget::BaseEvent']]]
];
diff --git a/search/variables_c.js b/search/variables_c.js
index 9dc4b0c0..2baafad3 100644
--- a/search/variables_c.js
+++ b/search/variables_c.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['name_1161',['name',['../structAudioPort.html#adb3b58f79131b653d6b2adfa3ea07e5c',1,'AudioPort::name()'],['../structParameter.html#ae63c1fcfb20e320bada1f58c04ff18da',1,'Parameter::name()'],['../structPortGroup.html#af3ab9eaf5eb1ad8165fc43b4518d2c5b',1,'PortGroup::name()']]]
+ ['name_1203',['name',['../structAudioPort.html#adb3b58f79131b653d6b2adfa3ea07e5c',1,'AudioPort::name()'],['../structParameter.html#ae63c1fcfb20e320bada1f58c04ff18da',1,'Parameter::name()'],['../structPortGroup.html#af3ab9eaf5eb1ad8165fc43b4518d2c5b',1,'PortGroup::name()']]]
];
diff --git a/search/variables_d.js b/search/variables_d.js
index 2cf631f2..523261bf 100644
--- a/search/variables_d.js
+++ b/search/variables_d.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['oldpos_1162',['oldPos',['../structWidget_1_1PositionChangedEvent.html#ab722a13acfc378f562a484c375a62d5d',1,'Widget::PositionChangedEvent']]],
- ['oldsize_1163',['oldSize',['../structWidget_1_1ResizeEvent.html#a91546ab4b305f914b8ce144bd0f88960',1,'Widget::ResizeEvent']]],
- ['outputs_1164',['outputs',['../structAudioMidiSyncHelper.html#a7b54cae0fdaae3d23aaccf2dbb9344ef',1,'AudioMidiSyncHelper']]]
+ ['oldpos_1204',['oldPos',['../structWidget_1_1PositionChangedEvent.html#ab722a13acfc378f562a484c375a62d5d',1,'Widget::PositionChangedEvent']]],
+ ['oldsize_1205',['oldSize',['../structWidget_1_1ResizeEvent.html#a91546ab4b305f914b8ce144bd0f88960',1,'Widget::ResizeEvent']]],
+ ['outputs_1206',['outputs',['../structAudioMidiSyncHelper.html#a7b54cae0fdaae3d23aaccf2dbb9344ef',1,'AudioMidiSyncHelper']]]
];
diff --git a/search/variables_e.js b/search/variables_e.js
index f54703bc..03eb6447 100644
--- a/search/variables_e.js
+++ b/search/variables_e.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['playing_1165',['playing',['../structTimePosition.html#a35db424bdf8ec01102a4fa6346c45574',1,'TimePosition']]],
- ['pos_1166',['pos',['../structWidget_1_1MouseEvent.html#a11c6d85adf87424c392d866579149770',1,'Widget::MouseEvent::pos()'],['../structWidget_1_1MotionEvent.html#a8024c6f2f0027bb046b152d003b2527a',1,'Widget::MotionEvent::pos()'],['../structWidget_1_1ScrollEvent.html#aea1e954d9e6aaee6b3f6131a1ca7aecf',1,'Widget::ScrollEvent::pos()'],['../structWidget_1_1PositionChangedEvent.html#ab7364cb80073ed1fc981d5685a8e9942',1,'Widget::PositionChangedEvent::pos()']]],
- ['press_1167',['press',['../structWidget_1_1KeyboardEvent.html#a8169fe04d78fb7bb4052ec7bc820da43',1,'Widget::KeyboardEvent::press()'],['../structWidget_1_1MouseEvent.html#ab65f0309f44fab0bf329b4ade9b53fcb',1,'Widget::MouseEvent::press()']]]
+ ['playing_1207',['playing',['../structTimePosition.html#a35db424bdf8ec01102a4fa6346c45574',1,'TimePosition']]],
+ ['pos_1208',['pos',['../structWidget_1_1MouseEvent.html#a11c6d85adf87424c392d866579149770',1,'Widget::MouseEvent::pos()'],['../structWidget_1_1MotionEvent.html#a8024c6f2f0027bb046b152d003b2527a',1,'Widget::MotionEvent::pos()'],['../structWidget_1_1ScrollEvent.html#aea1e954d9e6aaee6b3f6131a1ca7aecf',1,'Widget::ScrollEvent::pos()'],['../structWidget_1_1PositionChangedEvent.html#ab7364cb80073ed1fc981d5685a8e9942',1,'Widget::PositionChangedEvent::pos()']]],
+ ['press_1209',['press',['../structWidget_1_1KeyboardEvent.html#a8169fe04d78fb7bb4052ec7bc820da43',1,'Widget::KeyboardEvent::press()'],['../structWidget_1_1MouseEvent.html#ab65f0309f44fab0bf329b4ade9b53fcb',1,'Widget::MouseEvent::press()']]]
];
diff --git a/search/variables_f.js b/search/variables_f.js
index e8860708..1a9e58cf 100644
--- a/search/variables_f.js
+++ b/search/variables_f.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['ranges_1168',['ranges',['../structParameter.html#a2d0c81e4fb8fad18d920ef6ecd4a64db',1,'Parameter']]],
- ['restrictedmode_1169',['restrictedMode',['../structParameterEnumerationValues.html#a014ebcacbe68c3f77f2f8ac9ffe3cd6f',1,'ParameterEnumerationValues']]]
+ ['ranges_1210',['ranges',['../structParameter.html#a2d0c81e4fb8fad18d920ef6ecd4a64db',1,'Parameter']]],
+ ['restrictedmode_1211',['restrictedMode',['../structParameterEnumerationValues.html#a014ebcacbe68c3f77f2f8ac9ffe3cd6f',1,'ParameterEnumerationValues']]]
];
diff --git a/structAudioMidiSyncHelper.html b/structAudioMidiSyncHelper.html
index 8f7f40bd..3dc97cf5 100644
--- a/structAudioMidiSyncHelper.html
+++ b/structAudioMidiSyncHelper.html
@@ -110,7 +110,7 @@ uint32_t midiEventCountDefinition: DistrhoPluginUtils.hpp:104
-Definition: DistrhoPlugin.hpp:774
+Definition: DistrhoDetails.hpp:891
Some important notes when using this class:
- MidiEvent::frame retains its original value, but it is useless, do not use it.
- The class variable names are the same as the default ones in the run function. Keep that in mind and try to avoid typos. :)
diff --git a/structAudioPort.html b/structAudioPort.html
index 0454a777..24d84117 100644
--- a/structAudioPort.html
+++ b/structAudioPort.html
@@ -70,7 +70,7 @@ $(function() {
-#include <DistrhoPlugin.hpp>
+#include <DistrhoDetails.hpp>
Public Member Functions
@@ -187,7 +187,7 @@ When rolling your own port groups, you MUST start their group ids from 0 and the
The documentation for this struct was generated from the following file:
-- distrho/DistrhoPlugin.hpp
+- distrho/DistrhoDetails.hpp
diff --git a/structColor-members.html b/structColor-members.html
index fa90e389..4228c97c 100644
--- a/structColor-members.html
+++ b/structColor-members.html
@@ -81,16 +81,21 @@ $(function() {
fromHTML(const char *rgb, float alpha=1.0f) noexcept Color static
green (defined in Color) Color
interpolate(const Color &other, float u) noexcept Color
- isEqual(const Color &color, bool withAlpha=true) noexcept Color
- isNotEqual(const Color &color, bool withAlpha=true) noexcept (defined in Color) Color
- operator NVGcolor() const noexcept (defined in Color) Color
- operator!=(const Color &color) noexcept (defined in Color) Color
- operator=(const Color &color) noexcept (defined in Color) Color
- operator==(const Color &color) noexcept (defined in Color) Color
- red (defined in Color) Color
- rgba (defined in Color) Color
- setFor(const GraphicsContext &context, bool includeAlpha=false) Color
- withAlpha(float alpha) const noexcept Color
+ invert() const noexcept Color
+ isEqual(const Color &color, bool withAlpha=true) noexcept Color
+ isNotEqual(const Color &color, bool withAlpha=true) noexcept (defined in Color) Color
+ minus(int value) const noexcept Color
+ minus(float value) const noexcept Color
+ operator NVGcolor() const noexcept (defined in Color) Color
+ operator!=(const Color &color) noexcept (defined in Color) Color
+ operator=(const Color &color) noexcept (defined in Color) Color
+ operator==(const Color &color) noexcept (defined in Color) Color
+ plus(int value) const noexcept Color
+ plus(float value) const noexcept Color
+ red (defined in Color) Color
+ rgba (defined in Color) Color
+ setFor(const GraphicsContext &context, bool includeAlpha=false) Color
+ withAlpha(float alpha) const noexcept Color
diff --git a/structColor.html b/structColor.html
index b6ff1f64..c9575459 100644
--- a/structColor.html
+++ b/structColor.html
@@ -90,6 +90,16 @@ Public Member Functions
Color withAlpha (float alpha) const noexcept
+Color minus (int value) const noexcept
+
+Color minus (float value) const noexcept
+
+Color plus (int value) const noexcept
+
+Color plus (float value) const noexcept
+
+Color invert () const noexcept
+
void interpolate (const Color &other, float u) noexcept
bool isEqual (const Color &color, bool withAlpha=true) noexcept
@@ -369,6 +379,140 @@ Public Attributes
Create a new color based on this one but with a different alpha value.
+
+
+
+◆ minus() [1/2]
+
+
+
+
+
+
+
+
+ Color Color::minus
+ (
+ int
+ value )
+ const
+
+
+
+
+noexcept
+
+
+
+Create a new color based on this one but with subtracted numeric value on all elements. Value must be in [0..255] range.
+
+
+
+
+◆ minus() [2/2]
+
+
+
+
+
+
+
+
+ Color Color::minus
+ (
+ float
+ value )
+ const
+
+
+
+
+noexcept
+
+
+
+Create a new color based on this one but with subtracted floating-point value on all elements. Value must be in [0..1] range.
+
+
+
+
+◆ plus() [1/2]
+
+
+
+
+
+
+
+
+ Color Color::plus
+ (
+ int
+ value )
+ const
+
+
+
+
+noexcept
+
+
+
+Create a new color based on this one but with added numeric value on all elements. Value must be in [0..255] range.
+
+
+
+
+◆ plus() [2/2]
+
+
+
+
+
+
+
+
+ Color Color::plus
+ (
+ float
+ value )
+ const
+
+
+
+
+noexcept
+
+
+
+Create a new color based on this one but with added floating-point value on all elements. Value must be in [0..1] range.
+
+
+
+
+◆ invert()
+
+
+
+
+
+
+
+
+ Color Color::invert
+ (
+ )
+ const
+
+
+
+
+noexcept
+
+
+
+Create a new color based on this one but colors inverted.
+
diff --git a/structFileBrowserOptions-members.html b/structFileBrowserOptions-members.html
index 944711ec..bb881105 100644
--- a/structFileBrowserOptions-members.html
+++ b/structFileBrowserOptions-members.html
@@ -70,14 +70,15 @@ $(function() {
buttons (defined in FileBrowserOptions) FileBrowserOptions
ButtonState enum name FileBrowserOptions
- defaultName FileBrowserOptions
- FileBrowserOptions() FileBrowserOptions inline
- kButtonInvisible enum value (defined in FileBrowserOptions) FileBrowserOptions
- kButtonVisibleChecked enum value (defined in FileBrowserOptions) FileBrowserOptions
- kButtonVisibleUnchecked enum value (defined in FileBrowserOptions) FileBrowserOptions
- saving FileBrowserOptions
- startDir FileBrowserOptions
- title FileBrowserOptions
+ className FileBrowserOptions
+ defaultName FileBrowserOptions
+ FileBrowserOptions() FileBrowserOptions inline
+ kButtonInvisible enum value (defined in FileBrowserOptions) FileBrowserOptions
+ kButtonVisibleChecked enum value (defined in FileBrowserOptions) FileBrowserOptions
+ kButtonVisibleUnchecked enum value (defined in FileBrowserOptions) FileBrowserOptions
+ saving FileBrowserOptions
+ startDir FileBrowserOptions
+ title FileBrowserOptions
diff --git a/structFileBrowserOptions.html b/structFileBrowserOptions.html
index 0c50548d..e70b25a0 100644
--- a/structFileBrowserOptions.html
+++ b/structFileBrowserOptions.html
@@ -102,6 +102,8 @@ Public Attributes
const char * title
+const char * className
+
struct FileBrowserOptions::Buttons buttons
@@ -211,6 +213,21 @@ By default the file browser dialog will be work as "open file" in the current wo
File browser dialog window title, uses "FileBrowser" if null
+
+
+
+◆ className
+
+
+
+
+
+ const char* FileBrowserOptions::className
+
+
+
+Class name of the matching Application instance that controls this dialog
+
The documentation for this struct was generated from the following file:
diff --git a/structMidiEvent-members.html b/structMidiEvent-members.html
index 5b242542..a72a07b3 100644
--- a/structMidiEvent-members.html
+++ b/structMidiEvent-members.html
@@ -71,7 +71,7 @@ $(function() {
data MidiEvent
dataExt (defined in MidiEvent) MidiEvent
frame MidiEvent
- kDataSize MidiEvent static
+ kDataSize MidiEvent static
size MidiEvent
diff --git a/structMidiEvent.html b/structMidiEvent.html
index d0cf04f6..14ff4b30 100644
--- a/structMidiEvent.html
+++ b/structMidiEvent.html
@@ -70,7 +70,7 @@ $(function() {
-#include <DistrhoPlugin.hpp>
+#include <DistrhoDetails.hpp>
Public Attributes
@@ -78,7 +78,7 @@ Public Attributes
uint32_t size
-uint8_t data [kDataSize]
+uint8_t data [kDataSize]
const uint8_t * dataExt
@@ -86,14 +86,14 @@ const uint8_t * dataExt
Static Public Attributes
-static const uint32_t kDataSize = 4
-
+static constexpr const uint32_t kDataSize = 4
+
Detailed Description
MIDI event.
Member Data Documentation
-
-◆ kDataSize
+
+◆ kDataSize
@@ -102,12 +102,12 @@ Static Public Attributes
- const uint32_t MidiEvent::kDataSize = 4
+ constexpr const uint32_t MidiEvent::kDataSize = 4
-static
+staticconstexpr
@@ -152,7 +152,7 @@ Static Public Attributes
@@ -163,7 +163,7 @@ If size > kDataSize, dataExt is used (otherwise null).
The documentation for this struct was generated from the following file:
-- distrho/DistrhoPlugin.hpp
+- distrho/DistrhoDetails.hpp
diff --git a/structParameter.html b/structParameter.html
index 1388c3a9..616b4848 100644
--- a/structParameter.html
+++ b/structParameter.html
@@ -70,7 +70,7 @@ $(function() {
-#include <DistrhoPlugin.hpp>
+#include <DistrhoDetails.hpp>
Public Member Functions
@@ -355,7 +355,7 @@ The ranges describe the default, minimum and maximum values.
-Enumeration values.
+
Enumeration details.
Can be used to give meaning to parameter values, working as an enumeration.
@@ -410,7 +410,7 @@ When rolling your own port groups, you MUST start their group ids from 0 and the
The documentation for this struct was generated from the following file:
-- distrho/DistrhoPlugin.hpp
+- distrho/DistrhoDetails.hpp
diff --git a/structParameterEnumerationValue.html b/structParameterEnumerationValue.html
index 2d979c13..ff0905e2 100644
--- a/structParameterEnumerationValue.html
+++ b/structParameterEnumerationValue.html
@@ -70,7 +70,7 @@ $(function() {
-#include <DistrhoPlugin.hpp>
+#include <DistrhoDetails.hpp>
Public Member Functions
@@ -186,7 +186,7 @@ Used together can be used to give meaning to parameter values, working as an enu
The documentation for this struct was generated from the following file:
-- distrho/DistrhoPlugin.hpp
+- distrho/DistrhoDetails.hpp
diff --git a/structParameterEnumerationValues-members.html b/structParameterEnumerationValues-members.html
index 15e6bb21..45e3275d 100644
--- a/structParameterEnumerationValues-members.html
+++ b/structParameterEnumerationValues-members.html
@@ -69,11 +69,12 @@ $(function() {
This is the complete list of members for ParameterEnumerationValues, including all inherited members.
count ParameterEnumerationValues
- ParameterEnumerationValues() noexcept ParameterEnumerationValues inline
- ParameterEnumerationValues(uint32_t c, bool r, ParameterEnumerationValue *v) noexcept ParameterEnumerationValues inline
- restrictedMode ParameterEnumerationValues
- values ParameterEnumerationValues
- ~ParameterEnumerationValues() noexcept (defined in ParameterEnumerationValues) ParameterEnumerationValues inline
+ deleteLater ParameterEnumerationValues
+ ParameterEnumerationValues() noexcept ParameterEnumerationValues inline
+ ParameterEnumerationValues(uint8_t c, bool r, ParameterEnumerationValue *v) noexcept ParameterEnumerationValues inline
+ restrictedMode ParameterEnumerationValues
+ values ParameterEnumerationValues
+ ~ParameterEnumerationValues() noexcept (defined in ParameterEnumerationValues) ParameterEnumerationValues inline
diff --git a/structParameterEnumerationValues.html b/structParameterEnumerationValues.html
index 5653ac14..a849a16f 100644
--- a/structParameterEnumerationValues.html
+++ b/structParameterEnumerationValues.html
@@ -70,14 +70,14 @@ $(function() {
-#include <DistrhoPlugin.hpp>
+#include <DistrhoDetails.hpp>
Public Member Functions
- ParameterEnumerationValues () noexcept
-
- ParameterEnumerationValues (uint32_t c, bool r, ParameterEnumerationValue *v) noexcept
-
+constexpr ParameterEnumerationValues () noexcept
+
+constexpr ParameterEnumerationValues (uint8_t c, bool r, ParameterEnumerationValue *v) noexcept
+
Public Attributes
@@ -87,13 +87,15 @@ Public Attributes
ParameterEnumerationValue * values
+bool deleteLater
+
Detailed Description
-Collection of parameter enumeration values.
-Handy class to handle the lifetime and count of all enumeration values.
+Details around parameter enumeration values.
+Wraps ParameterEnumerationValues and provides a few extra details to the host about these values.
Constructor & Destructor Documentation
-
-◆ ParameterEnumerationValues() [1/2]
+
+◆ ParameterEnumerationValues() [1/2]
@@ -102,7 +104,7 @@ Handy class to handle the lifetime and count of all enumeration values.
- ParameterEnumerationValues::ParameterEnumerationValues
+ constexpr ParameterEnumerationValues::ParameterEnumerationValues
(
)
@@ -110,7 +112,7 @@ Handy class to handle the lifetime and count of all enumeration values.
-inlinenoexcept
+inlineconstexprnoexcept
@@ -118,8 +120,8 @@ Handy class to handle the lifetime and count of all enumeration values.
-
-◆ ParameterEnumerationValues() [2/2]
+
+◆ ParameterEnumerationValues() [2/2]
@@ -128,9 +130,9 @@ Handy class to handle the lifetime and count of all enumeration values.
- ParameterEnumerationValues::ParameterEnumerationValues
+ constexpr ParameterEnumerationValues::ParameterEnumerationValues
(
- uint32_t
+ uint8_t
c,
@@ -153,12 +155,13 @@ Handy class to handle the lifetime and count of all enumeration values.
-inlinenoexcept
+inlineconstexprnoexcept
Constructor using custom values.
-The pointer to @values must have been allocated on the heap with new
.
+When using this constructor the pointer to @values MUST have been statically declared.
+It will not be automatically deleted later.
@@ -189,7 +192,7 @@ The pointer to @values must have been allocated on the heap with new
-Wherever the host is to be restricted to only use enumeration values.
+Whether the host is to be restricted to only use enumeration values.
- Note
- This mode is only a hint! Not all hosts and plugin formats support this mode.
@@ -206,12 +209,29 @@ The pointer to @values must have been allocated on the heap with new
Array of @ParameterEnumerationValue items.
-This pointer must be null or have been allocated on the heap with new ParameterEnumerationValue[count]
.
+When assining this pointer manually, it must be allocated on the heap with new ParameterEnumerationValue[count]
.
+The array pointer will be automatically deleted later unless deleteLater
is set to false.
+
+
+
+
+◆ deleteLater
+
+
+
+
+
+ bool ParameterEnumerationValues::deleteLater
+
+
+
+Whether to take ownership of the values
pointer.
+Defaults to true unless stated otherwise.
The documentation for this struct was generated from the following file:
-- distrho/DistrhoPlugin.hpp
+- distrho/DistrhoDetails.hpp
diff --git a/structParameterRanges-members.html b/structParameterRanges-members.html
index 6903331c..c4c2d495 100644
--- a/structParameterRanges-members.html
+++ b/structParameterRanges-members.html
@@ -71,17 +71,17 @@ $(function() {
def ParameterRanges
fixDefault() noexcept ParameterRanges inline
fixValue(float &value) const noexcept ParameterRanges inline
- getFixedAndNormalizedValue(const float &value) const noexcept ParameterRanges inline
- getFixedAndNormalizedValue(const double &value) const noexcept ParameterRanges inline
- getFixedValue(const float &value) const noexcept ParameterRanges inline
- getNormalizedValue(const float &value) const noexcept ParameterRanges inline
+ getFixedAndNormalizedValue(const float value) const noexcept ParameterRanges inline
+ getFixedAndNormalizedValue(const double value) const noexcept ParameterRanges inline
+ getFixedValue(const float value) const noexcept ParameterRanges inline
+ getNormalizedValue(const float value) const noexcept ParameterRanges inline
getNormalizedValue(const double &value) const noexcept ParameterRanges inline
- getUnnormalizedValue(const float &value) const noexcept ParameterRanges inline
- getUnnormalizedValue(const double &value) const noexcept ParameterRanges inline
+ getUnnormalizedValue(const float value) const noexcept ParameterRanges inline
+ getUnnormalizedValue(const double value) const noexcept ParameterRanges inline
max ParameterRanges
min ParameterRanges
- ParameterRanges() noexcept ParameterRanges inline
- ParameterRanges(float df, float mn, float mx) noexcept ParameterRanges inline
+ ParameterRanges() noexcept ParameterRanges inline
+ ParameterRanges(const float df, const float mn, const float mx) noexcept ParameterRanges inline
diff --git a/structParameterRanges.html b/structParameterRanges.html
index ad51cac3..14f34389 100644
--- a/structParameterRanges.html
+++ b/structParameterRanges.html
@@ -70,32 +70,32 @@ $(function() {
-#include <DistrhoPlugin.hpp>
+#include <DistrhoDetails.hpp>
Public Member Functions
- ParameterRanges () noexcept
-
- ParameterRanges (float df, float mn, float mx) noexcept
-
+constexpr ParameterRanges () noexcept
+
+constexpr ParameterRanges (const float df, const float mn, const float mx) noexcept
+
void fixDefault () noexcept
void fixValue (float &value) const noexcept
-float getFixedValue (const float &value) const noexcept
-
-float getNormalizedValue (const float &value) const noexcept
-
+float getFixedValue (const float value) const noexcept
+
+float getNormalizedValue (const float value) const noexcept
+
double getNormalizedValue (const double &value) const noexcept
-float getFixedAndNormalizedValue (const float &value) const noexcept
-
-double getFixedAndNormalizedValue (const double &value) const noexcept
-
-float getUnnormalizedValue (const float &value) const noexcept
-
-double getUnnormalizedValue (const double &value) const noexcept
-
+float getFixedAndNormalizedValue (const float value) const noexcept
+
+double getFixedAndNormalizedValue (const double value) const noexcept
+
+float getUnnormalizedValue (const float value) const noexcept
+
+double getUnnormalizedValue (const double value) const noexcept
+
Public Attributes
@@ -112,8 +112,8 @@ This is used to set the default, minimum and maximum values of a parameter.
By default a parameter has 0.0 as minimum, 1.0 as maximum and 0.0 as default.
When changing this struct values you must ensure maximum > minimum and default is within range.
Constructor & Destructor Documentation
-
-◆ ParameterRanges() [1/2]
+
+◆ ParameterRanges() [1/2]
@@ -122,7 +122,7 @@ When changing this struct values you must ensure maximum > minimum and defaul
- ParameterRanges::ParameterRanges
+ constexpr ParameterRanges::ParameterRanges
(
)
@@ -130,7 +130,7 @@ When changing this struct values you must ensure maximum > minimum and defaul
-inlinenoexcept
+inlineconstexprnoexcept
@@ -138,8 +138,8 @@ When changing this struct values you must ensure maximum > minimum and defaul
-
-◆ ParameterRanges() [2/2]
+
+◆ ParameterRanges() [2/2]
@@ -148,21 +148,21 @@ When changing this struct values you must ensure maximum > minimum and defaul
- ParameterRanges::ParameterRanges
+ constexpr ParameterRanges::ParameterRanges
(
- float
+ const float
df,
- float
+ const float
mn,
- float
+ const float
mx
@@ -173,7 +173,7 @@ When changing this struct values you must ensure maximum > minimum and defaul
-inlinenoexcept
+inlineconstexprnoexcept
@@ -235,8 +235,8 @@ When changing this struct values you must ensure maximum > minimum and defaul
-
-◆ getFixedValue()
+
+◆ getFixedValue()
@@ -247,7 +247,7 @@ When changing this struct values you must ensure maximum > minimum and defaul
float ParameterRanges::getFixedValue
(
- const float &
+ const float
value )
const
@@ -262,8 +262,8 @@ When changing this struct values you must ensure maximum > minimum and defaul
-
-◆ getNormalizedValue() [1/2]
+
+◆ getNormalizedValue() [1/2]
@@ -274,7 +274,7 @@ When changing this struct values you must ensure maximum > minimum and defaul
float ParameterRanges::getNormalizedValue
(
- const float &
+ const float
value )
const
@@ -316,8 +316,8 @@ When changing this struct values you must ensure maximum > minimum and defaul
-
-◆ getFixedAndNormalizedValue() [1/2]
+
+◆ getFixedAndNormalizedValue() [1/2]
@@ -328,7 +328,7 @@ When changing this struct values you must ensure maximum > minimum and defaul
float ParameterRanges::getFixedAndNormalizedValue
(
- const float &
+ const float
value )
const
@@ -343,8 +343,8 @@ When changing this struct values you must ensure maximum > minimum and defaul
-
-◆ getFixedAndNormalizedValue() [2/2]
+
+◆ getFixedAndNormalizedValue() [2/2]
@@ -355,7 +355,7 @@ When changing this struct values you must ensure maximum > minimum and defaul
double ParameterRanges::getFixedAndNormalizedValue
(
- const double &
+ const double
value )
const
@@ -370,8 +370,8 @@ When changing this struct values you must ensure maximum > minimum and defaul
-
-◆ getUnnormalizedValue() [1/2]
+
+◆ getUnnormalizedValue() [1/2]
@@ -382,7 +382,7 @@ When changing this struct values you must ensure maximum > minimum and defaul
float ParameterRanges::getUnnormalizedValue
(
- const float &
+ const float
value )
const
@@ -397,8 +397,8 @@ When changing this struct values you must ensure maximum > minimum and defaul
-
-◆ getUnnormalizedValue() [2/2]
+
+◆ getUnnormalizedValue() [2/2]
@@ -409,7 +409,7 @@ When changing this struct values you must ensure maximum > minimum and defaul
double ParameterRanges::getUnnormalizedValue
(
- const double &
+ const double
value )
const
@@ -471,7 +471,7 @@ When changing this struct values you must ensure maximum > minimum and defaul
The documentation for this struct was generated from the following file:
-- distrho/DistrhoPlugin.hpp
+- distrho/DistrhoDetails.hpp
diff --git a/structPortGroup.html b/structPortGroup.html
index 4269f94e..cd96441b 100644
--- a/structPortGroup.html
+++ b/structPortGroup.html
@@ -69,7 +69,7 @@ $(function() {
-#include <DistrhoPlugin.hpp>
+#include <DistrhoDetails.hpp>
Public Attributes
@@ -124,7 +124,7 @@ The first character must be one of _, a-z or A-Z and subsequent characters can b
The documentation for this struct was generated from the following file:
-- distrho/DistrhoPlugin.hpp
+- distrho/DistrhoDetails.hpp
diff --git a/structState.html b/structState.html
index c0c6978c..abac35b4 100644
--- a/structState.html
+++ b/structState.html
@@ -70,7 +70,7 @@ $(function() {
-#include <DistrhoPlugin.hpp>
+#include <DistrhoDetails.hpp>
Public Member Functions
@@ -203,7 +203,7 @@ Can be left empty if considered a valid initial state.
The documentation for this struct was generated from the following file:
-- distrho/DistrhoPlugin.hpp
+- distrho/DistrhoDetails.hpp
diff --git a/structTimePosition.html b/structTimePosition.html
index c6fded6e..7fa6d0b3 100644
--- a/structTimePosition.html
+++ b/structTimePosition.html
@@ -71,7 +71,7 @@ $(function() {
-#include <DistrhoPlugin.hpp>
+#include <DistrhoDetails.hpp>
Classes
@@ -186,7 +186,7 @@ BBT values are only valid when bbt.valid is true.
The documentation for this struct was generated from the following file:
-- distrho/DistrhoPlugin.hpp
+- distrho/DistrhoDetails.hpp
diff --git a/structTimePosition_1_1BarBeatTick.html b/structTimePosition_1_1BarBeatTick.html
index 42f8e289..b581f316 100644
--- a/structTimePosition_1_1BarBeatTick.html
+++ b/structTimePosition_1_1BarBeatTick.html
@@ -74,7 +74,7 @@ $(function() {
-#include <DistrhoPlugin.hpp>
+#include <DistrhoDetails.hpp>
Public Member Functions
@@ -305,7 +305,7 @@ Usually a moderately large integer with many denominators, such as 1920.0.
The documentation for this struct was generated from the following file:
-- distrho/DistrhoPlugin.hpp
+- distrho/DistrhoDetails.hpp
diff --git a/structWindow_1_1ScopedGraphicsContext-members.html b/structWindow_1_1ScopedGraphicsContext-members.html
index 02e11013..c0667f92 100644
--- a/structWindow_1_1ScopedGraphicsContext-members.html
+++ b/structWindow_1_1ScopedGraphicsContext-members.html
@@ -73,9 +73,10 @@ $(function() {
This is the complete list of members for Window::ScopedGraphicsContext, including all inherited members.
done() Window::ScopedGraphicsContext
- ScopedGraphicsContext(Window &window) Window::ScopedGraphicsContext explicit
- ScopedGraphicsContext(Window &window, Window &transientParentWindow) Window::ScopedGraphicsContext explicit
- ~ScopedGraphicsContext() Window::ScopedGraphicsContext
+ reinit() Window::ScopedGraphicsContext
+ ScopedGraphicsContext(Window &window) Window::ScopedGraphicsContext explicit
+ ScopedGraphicsContext(Window &window, Window &transientParentWindow) Window::ScopedGraphicsContext explicit
+ ~ScopedGraphicsContext() Window::ScopedGraphicsContext
diff --git a/structWindow_1_1ScopedGraphicsContext.html b/structWindow_1_1ScopedGraphicsContext.html
index 1fc67832..3541ceb0 100644
--- a/structWindow_1_1ScopedGraphicsContext.html
+++ b/structWindow_1_1ScopedGraphicsContext.html
@@ -85,6 +85,8 @@ Public Member Functions
void done ()
+void reinit ()
+
Detailed Description
Window graphics context as a scoped struct. This class gives graphics context drawing time to a window's widgets. Typically used for allowing OpenGL drawing operations during a window + widget constructor.
@@ -206,6 +208,24 @@ Public Member Functions
Early context clearing, useful for standalone windows not created by you.
+
+
+
+◆ reinit()
+
+
+
+
+
+ void Window::ScopedGraphicsContext::reinit
+ (
+ )
+
+
+
+
+Get a valid context back again.
+
The documentation for this struct was generated from the following file: