diff --git a/Application_8hpp_source.html b/Application_8hpp_source.html index 580f3fbc..dab7fc44 100644 --- a/Application_8hpp_source.html +++ b/Application_8hpp_source.html @@ -205,7 +205,7 @@ $(function() {
Application::setClassName
void setClassName(const char *name)
diff --git a/Base64_8hpp_source.html b/Base64_8hpp_source.html index 77fb7463..a0fc4ec7 100644 --- a/Base64_8hpp_source.html +++ b/Base64_8hpp_source.html @@ -223,7 +223,7 @@ $(function() {
d_stderr2
static void d_stderr2(const char *const fmt,...) noexcept
Definition: DistrhoUtils.hpp:161
diff --git a/Base_8hpp_source.html b/Base_8hpp_source.html index 091150ac..fcf4b636 100644 --- a/Base_8hpp_source.html +++ b/Base_8hpp_source.html @@ -251,7 +251,7 @@ $(function() {
IdleCallback
Definition: Base.hpp:159
diff --git a/Cairo_8hpp_source.html b/Cairo_8hpp_source.html index ff278835..b8764bf2 100644 --- a/Cairo_8hpp_source.html +++ b/Cairo_8hpp_source.html @@ -290,7 +290,7 @@ $(function() {
Widget
Definition: Widget.hpp:53
diff --git a/Color_8hpp_source.html b/Color_8hpp_source.html index 5633cb83..2d2bb3ef 100644 --- a/Color_8hpp_source.html +++ b/Color_8hpp_source.html @@ -202,7 +202,7 @@ $(function() {
Color
Definition: Color.hpp:31
diff --git a/DistrhoInfo_8hpp_source.html b/DistrhoInfo_8hpp_source.html index dd5b68f6..610f2050 100644 --- a/DistrhoInfo_8hpp_source.html +++ b/DistrhoInfo_8hpp_source.html @@ -953,7 +953,7 @@ $(function() {
Parameter::hints
uint32_t hints
Definition: DistrhoPlugin.hpp:452
diff --git a/DistrhoPluginUtils_8hpp_source.html b/DistrhoPluginUtils_8hpp_source.html index a1d0de10..e80b00cb 100644 --- a/DistrhoPluginUtils_8hpp_source.html +++ b/DistrhoPluginUtils_8hpp_source.html @@ -299,7 +299,7 @@ $(function() {
AudioMidiSyncHelper
Definition: DistrhoPluginUtils.hpp:103
diff --git a/DistrhoPlugin_8hpp_source.html b/DistrhoPlugin_8hpp_source.html index d0e4d337..0d9e13f8 100644 --- a/DistrhoPlugin_8hpp_source.html +++ b/DistrhoPlugin_8hpp_source.html @@ -1317,7 +1317,7 @@ $(function() {
TimePosition::TimePosition
TimePosition() noexcept
Definition: DistrhoPlugin.hpp:755
diff --git a/DistrhoUI_8hpp_source.html b/DistrhoUI_8hpp_source.html index abdc3c21..49a6153b 100644 --- a/DistrhoUI_8hpp_source.html +++ b/DistrhoUI_8hpp_source.html @@ -466,7 +466,7 @@ $(function() {
UI::parameterChanged
virtual void parameterChanged(uint32_t index, float value)=0
diff --git a/DistrhoUtils_8hpp_source.html b/DistrhoUtils_8hpp_source.html index 6fd1a899..cccf90ac 100644 --- a/DistrhoUtils_8hpp_source.html +++ b/DistrhoUtils_8hpp_source.html @@ -341,13 +341,13 @@ $(function() {
270 {
271  return std::abs(v1-v2) >= std::numeric_limits<T>::epsilon();
272 }
-
273 
-
274 /*
-
275  * Safely check if a floating point number is zero.
+
273 
+
274 /**
+
275  Safely check if a floating point number is zero.
276  */
277 template<typename T>
278 static inline
-
279 bool d_isZero(const T& value)
+
279 bool d_isZero(const T& value)
280 {
281  return std::abs(value) < std::numeric_limits<T>::epsilon();
282 }
@@ -398,6 +398,7 @@ $(function() {
d_safe_assert_uint2
static void d_safe_assert_uint2(const char *const assertion, const char *const file, const int line, const uint v1, const uint v2) noexcept
Definition: DistrhoUtils.hpp:216
d_isNotEqual
static bool d_isNotEqual(const T &v1, const T &v2)
Definition: DistrhoUtils.hpp:269
d_safe_assert_uint
static void d_safe_assert_uint(const char *const assertion, const char *const file, const int line, const uint value) noexcept
Definition: DistrhoUtils.hpp:196
+
d_isZero
static bool d_isZero(const T &value)
Definition: DistrhoUtils.hpp:279
d_pass
static void d_pass() noexcept
Definition: DistrhoUtils.hpp:93
d_stdout
static void d_stdout(const char *const fmt,...) noexcept
Definition: DistrhoUtils.hpp:131
d_nextPowerOf2
static uint32_t d_nextPowerOf2(uint32_t size) noexcept
Definition: DistrhoUtils.hpp:298
@@ -416,7 +417,7 @@ $(function() {
d_safe_assert_int2
static void d_safe_assert_int2(const char *const assertion, const char *const file, const int line, const int v1, const int v2) noexcept
Definition: DistrhoUtils.hpp:206
diff --git a/EventHandlers_8hpp_source.html b/EventHandlers_8hpp_source.html index 9c8af039..88ba1c30 100644 --- a/EventHandlers_8hpp_source.html +++ b/EventHandlers_8hpp_source.html @@ -253,7 +253,7 @@ $(function() {
Widget
Definition: Widget.hpp:53
diff --git a/ExternalWindow_8hpp_source.html b/ExternalWindow_8hpp_source.html index 6668372a..77d4d199 100644 --- a/ExternalWindow_8hpp_source.html +++ b/ExternalWindow_8hpp_source.html @@ -687,7 +687,7 @@ $(function() {
ExternalWindow::ExternalWindow
ExternalWindow(const PrivateData &data)
Definition: ExternalWindow.hpp:86
diff --git a/Geometry_8hpp_source.html b/Geometry_8hpp_source.html index c93fb59b..0e5eab15 100644 --- a/Geometry_8hpp_source.html +++ b/Geometry_8hpp_source.html @@ -1003,7 +1003,7 @@ $(function() {
Line::setEndX
void setEndX(const T &x) noexcept
diff --git a/ImageBaseWidgets_8hpp_source.html b/ImageBaseWidgets_8hpp_source.html index 76b626d6..45b649bc 100644 --- a/ImageBaseWidgets_8hpp_source.html +++ b/ImageBaseWidgets_8hpp_source.html @@ -365,7 +365,7 @@ $(function() {
Widget
Definition: Widget.hpp:53
diff --git a/ImageBase_8hpp_source.html b/ImageBase_8hpp_source.html index 9efb6fc3..12b37e14 100644 --- a/ImageBase_8hpp_source.html +++ b/ImageBase_8hpp_source.html @@ -245,7 +245,7 @@ $(function() {
ImageBase::draw
void draw(const GraphicsContext &context)
diff --git a/ImageWidgets_8hpp_source.html b/ImageWidgets_8hpp_source.html index cd7a44e0..400bb255 100644 --- a/ImageWidgets_8hpp_source.html +++ b/ImageWidgets_8hpp_source.html @@ -118,7 +118,7 @@ $(function() {
ImageBaseSwitch
Definition: ImageBaseWidgets.hpp:222
diff --git a/Image_8hpp_source.html b/Image_8hpp_source.html index 3b88da7b..90aecb15 100644 --- a/Image_8hpp_source.html +++ b/Image_8hpp_source.html @@ -110,7 +110,7 @@ $(function() {
OpenGLImage
Definition: OpenGL.hpp:183
diff --git a/LeakDetector_8hpp_source.html b/LeakDetector_8hpp_source.html index 31e78ad1..27422352 100644 --- a/LeakDetector_8hpp_source.html +++ b/LeakDetector_8hpp_source.html @@ -243,7 +243,7 @@ $(function() {
LeakedObjectDetector::~LeakedObjectDetector
~LeakedObjectDetector() noexcept
Definition: LeakDetector.hpp:104
diff --git a/LibraryUtils_8hpp_source.html b/LibraryUtils_8hpp_source.html index b3766bfe..017cbcc4 100644 --- a/LibraryUtils_8hpp_source.html +++ b/LibraryUtils_8hpp_source.html @@ -210,7 +210,7 @@ $(function() {
END_NAMESPACE_DISTRHO
#define END_NAMESPACE_DISTRHO
Definition: DistrhoInfo.hpp:834
diff --git a/Mutex_8hpp_source.html b/Mutex_8hpp_source.html index 4b3685b0..696ebe92 100644 --- a/Mutex_8hpp_source.html +++ b/Mutex_8hpp_source.html @@ -449,7 +449,7 @@ $(function() {
ScopeTryLocker
Definition: Mutex.hpp:293
diff --git a/NanoVG_8hpp_source.html b/NanoVG_8hpp_source.html index e5c56b2b..7e1b9b7b 100644 --- a/NanoVG_8hpp_source.html +++ b/NanoVG_8hpp_source.html @@ -1162,7 +1162,7 @@ $(function() {
Widget
Definition: Widget.hpp:53
diff --git a/OpenGL_8hpp_source.html b/OpenGL_8hpp_source.html index b902ce24..ec171184 100644 --- a/OpenGL_8hpp_source.html +++ b/OpenGL_8hpp_source.html @@ -390,7 +390,7 @@ $(function() {
OpenGLImage
Definition: OpenGL.hpp:183
diff --git a/RingBuffer_8hpp_source.html b/RingBuffer_8hpp_source.html index b6ea3bdc..a8d809b6 100644 --- a/RingBuffer_8hpp_source.html +++ b/RingBuffer_8hpp_source.html @@ -866,7 +866,7 @@ $(function() {
RingBufferControl::readCustomType
bool readCustomType(T &type) noexcept
Definition: RingBuffer.hpp:364
diff --git a/ScopedPointer_8hpp_source.html b/ScopedPointer_8hpp_source.html index 107e2a17..45184f00 100644 --- a/ScopedPointer_8hpp_source.html +++ b/ScopedPointer_8hpp_source.html @@ -338,7 +338,7 @@ $(function() {
ScopedPointer::swapWith
void swapWith(ScopedPointer< ObjectType > &other) noexcept
Definition: ScopedPointer.hpp:185
diff --git a/ScopedSafeLocale_8hpp_source.html b/ScopedSafeLocale_8hpp_source.html index cf2a6514..5e3da09b 100644 --- a/ScopedSafeLocale_8hpp_source.html +++ b/ScopedSafeLocale_8hpp_source.html @@ -211,7 +211,7 @@ $(function() {
ScopedSafeLocale
Definition: ScopedSafeLocale.hpp:57
diff --git a/Sleep_8hpp_source.html b/Sleep_8hpp_source.html index dd124ad7..da65dea2 100644 --- a/Sleep_8hpp_source.html +++ b/Sleep_8hpp_source.html @@ -143,7 +143,7 @@ $(function() { diff --git a/StandaloneWindow_8hpp_source.html b/StandaloneWindow_8hpp_source.html index 9cb7380c..9b7b1c52 100644 --- a/StandaloneWindow_8hpp_source.html +++ b/StandaloneWindow_8hpp_source.html @@ -191,7 +191,7 @@ $(function() {
Window::hide
void hide()
diff --git a/String_8hpp_source.html b/String_8hpp_source.html index f38da229..8c5bceef 100644 --- a/String_8hpp_source.html +++ b/String_8hpp_source.html @@ -1069,7 +1069,7 @@ $(function() {
ScopedSafeLocale
Definition: ScopedSafeLocale.hpp:57
diff --git a/SubWidget_8hpp_source.html b/SubWidget_8hpp_source.html index 29b030b8..c0f38574 100644 --- a/SubWidget_8hpp_source.html +++ b/SubWidget_8hpp_source.html @@ -275,7 +275,7 @@ $(function() {
SubWidget::~SubWidget
virtual ~SubWidget()
diff --git a/Thread_8hpp_source.html b/Thread_8hpp_source.html index dd41742a..5ddc78cb 100644 --- a/Thread_8hpp_source.html +++ b/Thread_8hpp_source.html @@ -415,7 +415,7 @@ $(function() {
Thread
Definition: Thread.hpp:33
diff --git a/TopLevelWidget_8hpp_source.html b/TopLevelWidget_8hpp_source.html index ee0f5636..b49bdfcb 100644 --- a/TopLevelWidget_8hpp_source.html +++ b/TopLevelWidget_8hpp_source.html @@ -239,7 +239,7 @@ $(function() {
Widget
Definition: Widget.hpp:53
diff --git a/Vulkan_8hpp_source.html b/Vulkan_8hpp_source.html index ab887229..f6d4319c 100644 --- a/Vulkan_8hpp_source.html +++ b/Vulkan_8hpp_source.html @@ -186,7 +186,7 @@ $(function() {
VulkanImage::VulkanImage
VulkanImage()
diff --git a/Widget_8hpp_source.html b/Widget_8hpp_source.html index 87064760..52b3782e 100644 --- a/Widget_8hpp_source.html +++ b/Widget_8hpp_source.html @@ -580,7 +580,7 @@ $(function() {
Widget::getGraphicsContext
const GraphicsContext & getGraphicsContext() const noexcept
diff --git a/Window_8hpp_source.html b/Window_8hpp_source.html index cd4a33b5..b8b424a5 100644 --- a/Window_8hpp_source.html +++ b/Window_8hpp_source.html @@ -629,7 +629,7 @@ $(function() {
Window::hide
void hide()
diff --git a/annotated.html b/annotated.html index 54426909..7f3cf9dd 100644 --- a/annotated.html +++ b/annotated.html @@ -156,7 +156,7 @@ $(function() { diff --git a/classApplication-members.html b/classApplication-members.html index 196de20c..222ddf36 100644 --- a/classApplication-members.html +++ b/classApplication-members.html @@ -83,7 +83,7 @@ $(function() { diff --git a/classApplication.html b/classApplication.html index 139fcc9a..20908d6a 100644 --- a/classApplication.html +++ b/classApplication.html @@ -328,7 +328,7 @@ class Window diff --git a/classButtonEventHandler-members.html b/classButtonEventHandler-members.html index f0a9c734..53e88231 100644 --- a/classButtonEventHandler-members.html +++ b/classButtonEventHandler-members.html @@ -94,7 +94,7 @@ $(function() { diff --git a/classButtonEventHandler.html b/classButtonEventHandler.html index d5987ccc..2daae2c8 100644 --- a/classButtonEventHandler.html +++ b/classButtonEventHandler.html @@ -158,7 +158,7 @@ void triggerUserCallback diff --git a/classButtonEventHandler_1_1Callback-members.html b/classButtonEventHandler_1_1Callback-members.html index 07206339..33a4dc94 100644 --- a/classButtonEventHandler_1_1Callback-members.html +++ b/classButtonEventHandler_1_1Callback-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/classButtonEventHandler_1_1Callback.html b/classButtonEventHandler_1_1Callback.html index 7e33996b..ffb6f38c 100644 --- a/classButtonEventHandler_1_1Callback.html +++ b/classButtonEventHandler_1_1Callback.html @@ -85,7 +85,7 @@ virtual void buttonClicked diff --git a/classCairoBaseWidget-members.html b/classCairoBaseWidget-members.html index 1cb81b55..aa4816a1 100644 --- a/classCairoBaseWidget-members.html +++ b/classCairoBaseWidget-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/classCairoBaseWidget.html b/classCairoBaseWidget.html index 4d2aa28d..0c6158f2 100644 --- a/classCairoBaseWidget.html +++ b/classCairoBaseWidget.html @@ -292,7 +292,7 @@ template<class BaseWidget > diff --git a/classCairoImage-members.html b/classCairoImage-members.html index 17cf6790..1452b7e9 100644 --- a/classCairoImage-members.html +++ b/classCairoImage-members.html @@ -102,7 +102,7 @@ $(function() { diff --git a/classCairoImage.html b/classCairoImage.html index 6645c0c8..2ba9882a 100644 --- a/classCairoImage.html +++ b/classCairoImage.html @@ -489,7 +489,7 @@ ImageFormat format diff --git a/classCircle-members.html b/classCircle-members.html index 0d53a0e5..ad6ef0c1 100644 --- a/classCircle-members.html +++ b/classCircle-members.html @@ -93,7 +93,7 @@ $(function() { diff --git a/classCircle.html b/classCircle.html index 31a91cae..0abe6919 100644 --- a/classCircle.html +++ b/classCircle.html @@ -683,7 +683,7 @@ DEPRECATED Please use diff --git a/classExternalWindow-members.html b/classExternalWindow-members.html index 3a8735f7..31cbcaeb 100644 --- a/classExternalWindow-members.html +++ b/classExternalWindow-members.html @@ -105,7 +105,7 @@ $(function() { diff --git a/classExternalWindow.html b/classExternalWindow.html index a6e94f3c..f3f8dc27 100644 --- a/classExternalWindow.html +++ b/classExternalWindow.html @@ -1012,7 +1012,7 @@ class UI diff --git a/classHeapRingBuffer-members.html b/classHeapRingBuffer-members.html index 10790633..ca5682d0 100644 --- a/classHeapRingBuffer-members.html +++ b/classHeapRingBuffer-members.html @@ -109,7 +109,7 @@ $(function() { diff --git a/classHeapRingBuffer.html b/classHeapRingBuffer.html index e60544f6..bf925325 100644 --- a/classHeapRingBuffer.html +++ b/classHeapRingBuffer.html @@ -302,7 +302,7 @@ bool tryWrite (const v diff --git a/classImageBase-members.html b/classImageBase-members.html index 544a9770..278d64eb 100644 --- a/classImageBase-members.html +++ b/classImageBase-members.html @@ -94,7 +94,7 @@ $(function() { diff --git a/classImageBase.html b/classImageBase.html index 5f89cd85..ec7f0760 100644 --- a/classImageBase.html +++ b/classImageBase.html @@ -723,7 +723,7 @@ ImageFormat format diff --git a/classImageBaseAboutWindow-members.html b/classImageBaseAboutWindow-members.html index de398593..445ab290 100644 --- a/classImageBaseAboutWindow-members.html +++ b/classImageBaseAboutWindow-members.html @@ -143,7 +143,7 @@ $(function() { diff --git a/classImageBaseAboutWindow.html b/classImageBaseAboutWindow.html index 2e0fb809..3ccc7b9a 100644 --- a/classImageBaseAboutWindow.html +++ b/classImageBaseAboutWindow.html @@ -559,7 +559,7 @@ template<class ImageType > diff --git a/classImageBaseButton-members.html b/classImageBaseButton-members.html index a29133c7..809e3d85 100644 --- a/classImageBaseButton-members.html +++ b/classImageBaseButton-members.html @@ -150,7 +150,7 @@ $(function() { diff --git a/classImageBaseButton.html b/classImageBaseButton.html index 698c97e6..d99fbd75 100644 --- a/classImageBaseButton.html +++ b/classImageBaseButton.html @@ -387,7 +387,7 @@ template<class ImageType > diff --git a/classImageBaseButton_1_1Callback-members.html b/classImageBaseButton_1_1Callback-members.html index 026ebc08..27611eee 100644 --- a/classImageBaseButton_1_1Callback-members.html +++ b/classImageBaseButton_1_1Callback-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/classImageBaseButton_1_1Callback.html b/classImageBaseButton_1_1Callback.html index 8a44df3d..ebfa58d0 100644 --- a/classImageBaseButton_1_1Callback.html +++ b/classImageBaseButton_1_1Callback.html @@ -85,7 +85,7 @@ virtual void imageButtonCl diff --git a/classImageBaseKnob-members.html b/classImageBaseKnob-members.html index 3b31d434..aac94fc0 100644 --- a/classImageBaseKnob-members.html +++ b/classImageBaseKnob-members.html @@ -155,7 +155,7 @@ $(function() { diff --git a/classImageBaseKnob.html b/classImageBaseKnob.html index ec27b97b..d66c60ef 100644 --- a/classImageBaseKnob.html +++ b/classImageBaseKnob.html @@ -428,7 +428,7 @@ template<class ImageType > diff --git a/classImageBaseKnob_1_1Callback-members.html b/classImageBaseKnob_1_1Callback-members.html index 049f6033..8138d521 100644 --- a/classImageBaseKnob_1_1Callback-members.html +++ b/classImageBaseKnob_1_1Callback-members.html @@ -79,7 +79,7 @@ $(function() { diff --git a/classImageBaseKnob_1_1Callback.html b/classImageBaseKnob_1_1Callback.html index 24232a0f..afeb00c3 100644 --- a/classImageBaseKnob_1_1Callback.html +++ b/classImageBaseKnob_1_1Callback.html @@ -91,7 +91,7 @@ virtual void imageKnobValu diff --git a/classImageBaseSlider-members.html b/classImageBaseSlider-members.html index 4aa3af20..97a59d4d 100644 --- a/classImageBaseSlider-members.html +++ b/classImageBaseSlider-members.html @@ -135,7 +135,7 @@ $(function() { diff --git a/classImageBaseSlider.html b/classImageBaseSlider.html index ff7f4a1e..ba072851 100644 --- a/classImageBaseSlider.html +++ b/classImageBaseSlider.html @@ -337,7 +337,7 @@ template<class ImageType > diff --git a/classImageBaseSlider_1_1Callback-members.html b/classImageBaseSlider_1_1Callback-members.html index 55c58bdf..952ef078 100644 --- a/classImageBaseSlider_1_1Callback-members.html +++ b/classImageBaseSlider_1_1Callback-members.html @@ -79,7 +79,7 @@ $(function() { diff --git a/classImageBaseSlider_1_1Callback.html b/classImageBaseSlider_1_1Callback.html index 633f5ffb..19cf40cd 100644 --- a/classImageBaseSlider_1_1Callback.html +++ b/classImageBaseSlider_1_1Callback.html @@ -91,7 +91,7 @@ virtual void imageSliderVa diff --git a/classImageBaseSwitch-members.html b/classImageBaseSwitch-members.html index ac057949..57491613 100644 --- a/classImageBaseSwitch-members.html +++ b/classImageBaseSwitch-members.html @@ -129,7 +129,7 @@ $(function() { diff --git a/classImageBaseSwitch.html b/classImageBaseSwitch.html index 76ff671a..4e7ac9bd 100644 --- a/classImageBaseSwitch.html +++ b/classImageBaseSwitch.html @@ -288,7 +288,7 @@ template<class ImageType > diff --git a/classImageBaseSwitch_1_1Callback-members.html b/classImageBaseSwitch_1_1Callback-members.html index 95977094..dba16283 100644 --- a/classImageBaseSwitch_1_1Callback-members.html +++ b/classImageBaseSwitch_1_1Callback-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/classImageBaseSwitch_1_1Callback.html b/classImageBaseSwitch_1_1Callback.html index c7679690..c8458cab 100644 --- a/classImageBaseSwitch_1_1Callback.html +++ b/classImageBaseSwitch_1_1Callback.html @@ -85,7 +85,7 @@ virtual void imageSwitchCl diff --git a/classKnobEventHandler-members.html b/classKnobEventHandler-members.html index 162c6f6d..ba20f9a2 100644 --- a/classKnobEventHandler-members.html +++ b/classKnobEventHandler-members.html @@ -97,7 +97,7 @@ $(function() { diff --git a/classKnobEventHandler.html b/classKnobEventHandler.html index 91ded9c5..4310637e 100644 --- a/classKnobEventHandler.html +++ b/classKnobEventHandler.html @@ -162,7 +162,7 @@ State getState () cons diff --git a/classKnobEventHandler_1_1Callback-members.html b/classKnobEventHandler_1_1Callback-members.html index 802252b3..0ccbb29b 100644 --- a/classKnobEventHandler_1_1Callback-members.html +++ b/classKnobEventHandler_1_1Callback-members.html @@ -79,7 +79,7 @@ $(function() { diff --git a/classKnobEventHandler_1_1Callback.html b/classKnobEventHandler_1_1Callback.html index 5160102e..8ff5ceac 100644 --- a/classKnobEventHandler_1_1Callback.html +++ b/classKnobEventHandler_1_1Callback.html @@ -91,7 +91,7 @@ virtual void knobValueChan diff --git a/classLeakedObjectDetector-members.html b/classLeakedObjectDetector-members.html index 6edf39bf..6aa40811 100644 --- a/classLeakedObjectDetector-members.html +++ b/classLeakedObjectDetector-members.html @@ -74,7 +74,7 @@ $(function() { diff --git a/classLeakedObjectDetector.html b/classLeakedObjectDetector.html index bfa75f0b..bfd73689 100644 --- a/classLeakedObjectDetector.html +++ b/classLeakedObjectDetector.html @@ -124,7 +124,7 @@ template<class OwnerClass > diff --git a/classLine-members.html b/classLine-members.html index d753db13..2893165c 100644 --- a/classLine-members.html +++ b/classLine-members.html @@ -100,7 +100,7 @@ $(function() { diff --git a/classLine.html b/classLine.html index b51a67f4..f0434b6b 100644 --- a/classLine.html +++ b/classLine.html @@ -982,7 +982,7 @@ DEPRECATED Please use draw(const GraphicsContext&) instead.

diff --git a/classMutex-members.html b/classMutex-members.html index 4751be48..c3f469c5 100644 --- a/classMutex-members.html +++ b/classMutex-members.html @@ -76,7 +76,7 @@ $(function() { diff --git a/classMutex.html b/classMutex.html index 67822f2d..6767063f 100644 --- a/classMutex.html +++ b/classMutex.html @@ -90,7 +90,7 @@ void unlock () const n diff --git a/classNanoBaseWidget-members.html b/classNanoBaseWidget-members.html index 8494197f..4b2d1148 100644 --- a/classNanoBaseWidget-members.html +++ b/classNanoBaseWidget-members.html @@ -199,7 +199,7 @@ $(function() { diff --git a/classNanoBaseWidget.html b/classNanoBaseWidget.html index c2160e76..d4ae0c4b 100644 --- a/classNanoBaseWidget.html +++ b/classNanoBaseWidget.html @@ -575,7 +575,7 @@ template<class BaseWidget > diff --git a/classNanoImage-members.html b/classNanoImage-members.html index fb65ec7f..eb179008 100644 --- a/classNanoImage-members.html +++ b/classNanoImage-members.html @@ -79,7 +79,7 @@ $(function() { diff --git a/classNanoImage.html b/classNanoImage.html index 32be22f3..6bed613b 100644 --- a/classNanoImage.html +++ b/classNanoImage.html @@ -251,7 +251,7 @@ class NanoVG diff --git a/classNanoVG-members.html b/classNanoVG-members.html index 15af873a..1b3c494d 100644 --- a/classNanoVG-members.html +++ b/classNanoVG-members.html @@ -197,7 +197,7 @@ $(function() { diff --git a/classNanoVG.html b/classNanoVG.html index 2751f0d1..9ab9ed91 100644 --- a/classNanoVG.html +++ b/classNanoVG.html @@ -3457,7 +3457,7 @@ Text diff --git a/classOpenGLImage-members.html b/classOpenGLImage-members.html index d608c466..e7479ffd 100644 --- a/classOpenGLImage-members.html +++ b/classOpenGLImage-members.html @@ -106,7 +106,7 @@ $(function() { diff --git a/classOpenGLImage.html b/classOpenGLImage.html index 6f587e99..16691798 100644 --- a/classOpenGLImage.html +++ b/classOpenGLImage.html @@ -620,7 +620,7 @@ ImageFormat format diff --git a/classPlugin-members.html b/classPlugin-members.html index 69723bbf..6f7a21b8 100644 --- a/classPlugin-members.html +++ b/classPlugin-members.html @@ -105,7 +105,7 @@ $(function() { diff --git a/classPlugin.html b/classPlugin.html index a3d8c55d..b7a1c59b 100644 --- a/classPlugin.html +++ b/classPlugin.html @@ -1218,7 +1218,7 @@ This function will only be called when the plugin is deactivated.

diff --git a/classPoint-members.html b/classPoint-members.html index 56edd44e..0cc0d287 100644 --- a/classPoint-members.html +++ b/classPoint-members.html @@ -95,7 +95,7 @@ $(function() { diff --git a/classPoint.html b/classPoint.html index d2daade0..5922dceb 100644 --- a/classPoint.html +++ b/classPoint.html @@ -557,7 +557,7 @@ template<typename T > diff --git a/classRectangle-members.html b/classRectangle-members.html index 072dacfb..17c02b71 100644 --- a/classRectangle-members.html +++ b/classRectangle-members.html @@ -116,7 +116,7 @@ $(function() { diff --git a/classRectangle.html b/classRectangle.html index 3962d9dd..146f9f06 100644 --- a/classRectangle.html +++ b/classRectangle.html @@ -1437,7 +1437,7 @@ DEPRECATED Please use diff --git a/classRecursiveMutex-members.html b/classRecursiveMutex-members.html index 16576e5e..8ba07a85 100644 --- a/classRecursiveMutex-members.html +++ b/classRecursiveMutex-members.html @@ -76,7 +76,7 @@ $(function() { diff --git a/classRecursiveMutex.html b/classRecursiveMutex.html index 0410b504..8930277b 100644 --- a/classRecursiveMutex.html +++ b/classRecursiveMutex.html @@ -87,7 +87,7 @@ void unlock () const n diff --git a/classRingBufferControl-members.html b/classRingBufferControl-members.html index 10838b2a..28db4623 100644 --- a/classRingBufferControl-members.html +++ b/classRingBufferControl-members.html @@ -105,7 +105,7 @@ $(function() { diff --git a/classRingBufferControl.html b/classRingBufferControl.html index 027ca10f..145b9922 100644 --- a/classRingBufferControl.html +++ b/classRingBufferControl.html @@ -380,7 +380,7 @@ template<class BufferStruct >
bool createBuffer(const uint32_t size) noexcept
Definition: RingBuffer.hpp:699
diff --git a/classScopeLocker-members.html b/classScopeLocker-members.html index 83f566fb..e8875155 100644 --- a/classScopeLocker-members.html +++ b/classScopeLocker-members.html @@ -73,7 +73,7 @@ $(function() { diff --git a/classScopeLocker.html b/classScopeLocker.html index e23d4108..558a1f68 100644 --- a/classScopeLocker.html +++ b/classScopeLocker.html @@ -81,7 +81,7 @@ Public Member Functions diff --git a/classScopeTryLocker-members.html b/classScopeTryLocker-members.html index cdaef0d7..3966a95e 100644 --- a/classScopeTryLocker-members.html +++ b/classScopeTryLocker-members.html @@ -76,7 +76,7 @@ $(function() { diff --git a/classScopeTryLocker.html b/classScopeTryLocker.html index 7609c9f6..06f0323b 100644 --- a/classScopeTryLocker.html +++ b/classScopeTryLocker.html @@ -90,7 +90,7 @@ bool wasNotLocked () c diff --git a/classScopeUnlocker-members.html b/classScopeUnlocker-members.html index c6c3aeb9..6aca3a48 100644 --- a/classScopeUnlocker-members.html +++ b/classScopeUnlocker-members.html @@ -73,7 +73,7 @@ $(function() { diff --git a/classScopeUnlocker.html b/classScopeUnlocker.html index c64f2d2e..be265c60 100644 --- a/classScopeUnlocker.html +++ b/classScopeUnlocker.html @@ -81,7 +81,7 @@ Public Member Functions diff --git a/classScopedPointer-members.html b/classScopedPointer-members.html index 57b7bc9b..4103a072 100644 --- a/classScopedPointer-members.html +++ b/classScopedPointer-members.html @@ -84,7 +84,7 @@ $(function() { diff --git a/classScopedPointer.html b/classScopedPointer.html index cca1b783..f03e6414 100644 --- a/classScopedPointer.html +++ b/classScopedPointer.html @@ -495,7 +495,7 @@ template<class ObjectType > diff --git a/classScopedSafeLocale-members.html b/classScopedSafeLocale-members.html index 31600530..4efefc31 100644 --- a/classScopedSafeLocale-members.html +++ b/classScopedSafeLocale-members.html @@ -73,7 +73,7 @@ $(function() { diff --git a/classScopedSafeLocale.html b/classScopedSafeLocale.html index 4619f496..b025f086 100644 --- a/classScopedSafeLocale.html +++ b/classScopedSafeLocale.html @@ -89,7 +89,7 @@ $(function() {
Definition: ScopedSafeLocale.hpp:57
diff --git a/classSignal-members.html b/classSignal-members.html index 3fb5c19b..794a1b33 100644 --- a/classSignal-members.html +++ b/classSignal-members.html @@ -75,7 +75,7 @@ $(function() { diff --git a/classSignal.html b/classSignal.html index 1860efe9..abffe222 100644 --- a/classSignal.html +++ b/classSignal.html @@ -84,7 +84,7 @@ void signal () noexcep diff --git a/classSize-members.html b/classSize-members.html index f1848c8d..386f501e 100644 --- a/classSize-members.html +++ b/classSize-members.html @@ -99,7 +99,7 @@ $(function() { diff --git a/classSize.html b/classSize.html index 9461c3df..74038699 100644 --- a/classSize.html +++ b/classSize.html @@ -610,7 +610,7 @@ template<typename T > diff --git a/classSmallStackRingBuffer-members.html b/classSmallStackRingBuffer-members.html index 8c840266..c1380c4a 100644 --- a/classSmallStackRingBuffer-members.html +++ b/classSmallStackRingBuffer-members.html @@ -106,7 +106,7 @@ $(function() { diff --git a/classSmallStackRingBuffer.html b/classSmallStackRingBuffer.html index 3cb38344..281a130a 100644 --- a/classSmallStackRingBuffer.html +++ b/classSmallStackRingBuffer.html @@ -216,7 +216,7 @@ bool tryWrite (const v diff --git a/classStandaloneWindow-members.html b/classStandaloneWindow-members.html index 7be943e2..7ae8c643 100644 --- a/classStandaloneWindow-members.html +++ b/classStandaloneWindow-members.html @@ -140,7 +140,7 @@ $(function() { diff --git a/classStandaloneWindow.html b/classStandaloneWindow.html index c8b5c583..189a6b09 100644 --- a/classStandaloneWindow.html +++ b/classStandaloneWindow.html @@ -490,7 +490,7 @@ Additional Inherited Members diff --git a/classString-members.html b/classString-members.html index d1be9bd3..4c1dc19a 100644 --- a/classString-members.html +++ b/classString-members.html @@ -125,7 +125,7 @@ $(function() { diff --git a/classString.html b/classString.html index 318e9f0b..ea4b10bd 100644 --- a/classString.html +++ b/classString.html @@ -238,7 +238,7 @@ static String  diff --git a/classSubWidget-members.html b/classSubWidget-members.html index d33d5f8e..1d60f40e 100644 --- a/classSubWidget-members.html +++ b/classSubWidget-members.html @@ -123,7 +123,7 @@ $(function() { diff --git a/classSubWidget.html b/classSubWidget.html index 4ca6f551..fc00f73a 100644 --- a/classSubWidget.html +++ b/classSubWidget.html @@ -853,7 +853,7 @@ template<typename T > diff --git a/classThread-members.html b/classThread-members.html index cd2f5fc2..bdb594f6 100644 --- a/classThread-members.html +++ b/classThread-members.html @@ -82,7 +82,7 @@ $(function() { diff --git a/classThread.html b/classThread.html index e87f34d9..8e8ab859 100644 --- a/classThread.html +++ b/classThread.html @@ -116,7 +116,7 @@ virtual void run ()=0< diff --git a/classTopLevelWidget-members.html b/classTopLevelWidget-members.html index 4f4ebdb0..a9b275ec 100644 --- a/classTopLevelWidget-members.html +++ b/classTopLevelWidget-members.html @@ -108,7 +108,7 @@ $(function() { diff --git a/classTopLevelWidget.html b/classTopLevelWidget.html index 0cfd2f22..1258a3e2 100644 --- a/classTopLevelWidget.html +++ b/classTopLevelWidget.html @@ -598,7 +598,7 @@ class Window diff --git a/classTriangle-members.html b/classTriangle-members.html index 3bde9933..1cb952ac 100644 --- a/classTriangle-members.html +++ b/classTriangle-members.html @@ -86,7 +86,7 @@ $(function() { diff --git a/classTriangle.html b/classTriangle.html index 89140bbb..ef94e347 100644 --- a/classTriangle.html +++ b/classTriangle.html @@ -492,7 +492,7 @@ DEPRECATED Please use diff --git a/classUI-members.html b/classUI-members.html index 7c84ae22..e186c1b1 100644 --- a/classUI-members.html +++ b/classUI-members.html @@ -95,7 +95,7 @@ $(function() { diff --git a/classUI.html b/classUI.html index 475117e1..b9a91209 100644 --- a/classUI.html +++ b/classUI.html @@ -805,7 +805,7 @@ This is called by the host to inform the UI diff --git a/classVulkanImage-members.html b/classVulkanImage-members.html index 0fec09eb..27a66536 100644 --- a/classVulkanImage-members.html +++ b/classVulkanImage-members.html @@ -100,7 +100,7 @@ $(function() { diff --git a/classVulkanImage.html b/classVulkanImage.html index 07e5e1cd..34f658f7 100644 --- a/classVulkanImage.html +++ b/classVulkanImage.html @@ -422,7 +422,7 @@ ImageFormat format diff --git a/classWidget-members.html b/classWidget-members.html index fd809dc4..175297a7 100644 --- a/classWidget-members.html +++ b/classWidget-members.html @@ -102,7 +102,7 @@ $(function() { diff --git a/classWidget.html b/classWidget.html index 9a13edbb..86c7b7c4 100644 --- a/classWidget.html +++ b/classWidget.html @@ -915,7 +915,7 @@ class TopLevelWidget diff --git a/classWindow-members.html b/classWindow-members.html index f55c8b7a..8bd2d434 100644 --- a/classWindow-members.html +++ b/classWindow-members.html @@ -121,7 +121,7 @@ $(function() { diff --git a/classWindow.html b/classWindow.html index 977163bb..26b73802 100644 --- a/classWindow.html +++ b/classWindow.html @@ -1468,7 +1468,7 @@ class TopLevelWidget diff --git a/classes.html b/classes.html index ebd7d202..262a4c06 100644 --- a/classes.html +++ b/classes.html @@ -223,7 +223,7 @@ $(function() { diff --git a/dir_37257469cca17bab24b582e18a78eb75.html b/dir_37257469cca17bab24b582e18a78eb75.html index 9b3fa25b..d2cd86dc 100644 --- a/dir_37257469cca17bab24b582e18a78eb75.html +++ b/dir_37257469cca17bab24b582e18a78eb75.html @@ -76,7 +76,7 @@ Directories diff --git a/dir_99893ac99dd47c2a73745483a12a725f.html b/dir_99893ac99dd47c2a73745483a12a725f.html index 8d654521..8dde02ca 100644 --- a/dir_99893ac99dd47c2a73745483a12a725f.html +++ b/dir_99893ac99dd47c2a73745483a12a725f.html @@ -72,7 +72,7 @@ $(function() { diff --git a/dir_b1be46be7d80596b116b2b4ac973f2f0.html b/dir_b1be46be7d80596b116b2b4ac973f2f0.html index 98a6fb66..bebcad93 100644 --- a/dir_b1be46be7d80596b116b2b4ac973f2f0.html +++ b/dir_b1be46be7d80596b116b2b4ac973f2f0.html @@ -72,7 +72,7 @@ $(function() { diff --git a/files.html b/files.html index 7c31f7ca..7f720fc6 100644 --- a/files.html +++ b/files.html @@ -109,7 +109,7 @@ $(function() { diff --git a/functions.html b/functions.html index 0a565420..4f49c12b 100644 --- a/functions.html +++ b/functions.html @@ -90,7 +90,7 @@ $(function() { diff --git a/functions_b.html b/functions_b.html index 7c75669a..b03fd74f 100644 --- a/functions_b.html +++ b/functions_b.html @@ -116,7 +116,7 @@ $(function() { diff --git a/functions_c.html b/functions_c.html index fb218cb5..6df412f1 100644 --- a/functions_c.html +++ b/functions_c.html @@ -161,7 +161,7 @@ $(function() { diff --git a/functions_d.html b/functions_d.html index 2a150751..5a02d7e5 100644 --- a/functions_d.html +++ b/functions_d.html @@ -112,7 +112,7 @@ $(function() { diff --git a/functions_e.html b/functions_e.html index 818bad62..e80533da 100644 --- a/functions_e.html +++ b/functions_e.html @@ -87,7 +87,7 @@ $(function() { diff --git a/functions_enum.html b/functions_enum.html index b36adbff..cdedecbb 100644 --- a/functions_enum.html +++ b/functions_enum.html @@ -72,7 +72,7 @@ $(function() { diff --git a/functions_eval.html b/functions_eval.html index 085a6b98..de964e3e 100644 --- a/functions_eval.html +++ b/functions_eval.html @@ -75,7 +75,7 @@ $(function() { diff --git a/functions_f.html b/functions_f.html index 88e2b776..e969af39 100644 --- a/functions_f.html +++ b/functions_f.html @@ -121,7 +121,7 @@ $(function() { diff --git a/functions_func.html b/functions_func.html index e96bf08f..2912d23c 100644 --- a/functions_func.html +++ b/functions_func.html @@ -90,7 +90,7 @@ $(function() { diff --git a/functions_func_b.html b/functions_func_b.html index c9c462f3..cbfdcea3 100644 --- a/functions_func_b.html +++ b/functions_func_b.html @@ -92,7 +92,7 @@ $(function() { diff --git a/functions_func_c.html b/functions_func_c.html index 98a7caba..f9787e80 100644 --- a/functions_func_c.html +++ b/functions_func_c.html @@ -146,7 +146,7 @@ $(function() { diff --git a/functions_func_d.html b/functions_func_d.html index 3da16240..5e7c27b9 100644 --- a/functions_func_d.html +++ b/functions_func_d.html @@ -100,7 +100,7 @@ $(function() { diff --git a/functions_func_e.html b/functions_func_e.html index e33368a0..02773792 100644 --- a/functions_func_e.html +++ b/functions_func_e.html @@ -84,7 +84,7 @@ $(function() { diff --git a/functions_func_f.html b/functions_func_f.html index d993fc22..9940f25c 100644 --- a/functions_func_f.html +++ b/functions_func_f.html @@ -117,7 +117,7 @@ $(function() { diff --git a/functions_func_g.html b/functions_func_g.html index 1ceb50bc..86770131 100644 --- a/functions_func_g.html +++ b/functions_func_g.html @@ -302,7 +302,7 @@ $(function() { diff --git a/functions_func_h.html b/functions_func_h.html index 720e4fe3..4c19b32f 100644 --- a/functions_func_h.html +++ b/functions_func_h.html @@ -76,7 +76,7 @@ $(function() { diff --git a/functions_func_i.html b/functions_func_i.html index 9ac26408..11527f75 100644 --- a/functions_func_i.html +++ b/functions_func_i.html @@ -166,7 +166,7 @@ $(function() { diff --git a/functions_func_k.html b/functions_func_k.html index e7245abc..bc0dbb84 100644 --- a/functions_func_k.html +++ b/functions_func_k.html @@ -71,7 +71,7 @@ $(function() { diff --git a/functions_func_l.html b/functions_func_l.html index 1794aeb0..5779f1b3 100644 --- a/functions_func_l.html +++ b/functions_func_l.html @@ -98,7 +98,7 @@ $(function() { diff --git a/functions_func_m.html b/functions_func_m.html index 9497c04f..954457ba 100644 --- a/functions_func_m.html +++ b/functions_func_m.html @@ -85,7 +85,7 @@ $(function() { diff --git a/functions_func_n.html b/functions_func_n.html index 87ab6121..bf269ab1 100644 --- a/functions_func_n.html +++ b/functions_func_n.html @@ -80,7 +80,7 @@ $(function() { diff --git a/functions_func_o.html b/functions_func_o.html index c58a935b..b1a64a5f 100644 --- a/functions_func_o.html +++ b/functions_func_o.html @@ -159,7 +159,7 @@ $(function() { diff --git a/functions_func_p.html b/functions_func_p.html index 3e7dac4a..07b977ff 100644 --- a/functions_func_p.html +++ b/functions_func_p.html @@ -98,7 +98,7 @@ $(function() { diff --git a/functions_func_q.html b/functions_func_q.html index 1049b03a..e48519e9 100644 --- a/functions_func_q.html +++ b/functions_func_q.html @@ -74,7 +74,7 @@ $(function() { diff --git a/functions_func_r.html b/functions_func_r.html index 19286e11..24564756 100644 --- a/functions_func_r.html +++ b/functions_func_r.html @@ -133,7 +133,7 @@ $(function() { diff --git a/functions_func_s.html b/functions_func_s.html index c0d3a97b..b428a15b 100644 --- a/functions_func_s.html +++ b/functions_func_s.html @@ -272,7 +272,7 @@ $(function() { diff --git a/functions_func_t.html b/functions_func_t.html index 36650458..2c2fd0f7 100644 --- a/functions_func_t.html +++ b/functions_func_t.html @@ -152,7 +152,7 @@ $(function() { diff --git a/functions_func_u.html b/functions_func_u.html index df1789fa..5edd7737 100644 --- a/functions_func_u.html +++ b/functions_func_u.html @@ -77,7 +77,7 @@ $(function() { diff --git a/functions_func_v.html b/functions_func_v.html index 636858fc..cd89b9ba 100644 --- a/functions_func_v.html +++ b/functions_func_v.html @@ -74,7 +74,7 @@ $(function() { diff --git a/functions_func_w.html b/functions_func_w.html index 3b5378df..e9099d73 100644 --- a/functions_func_w.html +++ b/functions_func_w.html @@ -83,7 +83,7 @@ $(function() { diff --git a/functions_func_~.html b/functions_func_~.html index d3029bdc..73a3a7b7 100644 --- a/functions_func_~.html +++ b/functions_func_~.html @@ -131,7 +131,7 @@ $(function() { diff --git a/functions_g.html b/functions_g.html index 39b27a1a..6f1a1aca 100644 --- a/functions_g.html +++ b/functions_g.html @@ -306,7 +306,7 @@ $(function() { diff --git a/functions_h.html b/functions_h.html index a59bbd9c..004535a4 100644 --- a/functions_h.html +++ b/functions_h.html @@ -83,7 +83,7 @@ $(function() { diff --git a/functions_i.html b/functions_i.html index 2299d0fa..06001214 100644 --- a/functions_i.html +++ b/functions_i.html @@ -169,7 +169,7 @@ $(function() { diff --git a/functions_k.html b/functions_k.html index 9a062bf7..6e707ff0 100644 --- a/functions_k.html +++ b/functions_k.html @@ -74,7 +74,7 @@ $(function() { diff --git a/functions_l.html b/functions_l.html index b93d7c54..49569616 100644 --- a/functions_l.html +++ b/functions_l.html @@ -104,7 +104,7 @@ $(function() { diff --git a/functions_m.html b/functions_m.html index 2d434b81..0be122f3 100644 --- a/functions_m.html +++ b/functions_m.html @@ -94,7 +94,7 @@ $(function() { diff --git a/functions_n.html b/functions_n.html index 68b724ff..a8a6806a 100644 --- a/functions_n.html +++ b/functions_n.html @@ -85,7 +85,7 @@ $(function() { diff --git a/functions_o.html b/functions_o.html index 9a5705b5..b910ed0b 100644 --- a/functions_o.html +++ b/functions_o.html @@ -162,7 +162,7 @@ $(function() { diff --git a/functions_p.html b/functions_p.html index 1b7dad6b..69fb3201 100644 --- a/functions_p.html +++ b/functions_p.html @@ -101,7 +101,7 @@ $(function() { diff --git a/functions_q.html b/functions_q.html index 69615649..82447d33 100644 --- a/functions_q.html +++ b/functions_q.html @@ -74,7 +74,7 @@ $(function() { diff --git a/functions_r.html b/functions_r.html index 37e94481..f9736c7c 100644 --- a/functions_r.html +++ b/functions_r.html @@ -139,7 +139,7 @@ $(function() { diff --git a/functions_s.html b/functions_s.html index 3e7e832a..4f32735f 100644 --- a/functions_s.html +++ b/functions_s.html @@ -293,7 +293,7 @@ $(function() { diff --git a/functions_t.html b/functions_t.html index 1717f1ca..b5f2f1ea 100644 --- a/functions_t.html +++ b/functions_t.html @@ -164,7 +164,7 @@ $(function() { diff --git a/functions_u.html b/functions_u.html index 414324c9..b5e1b0a7 100644 --- a/functions_u.html +++ b/functions_u.html @@ -80,7 +80,7 @@ $(function() { diff --git a/functions_v.html b/functions_v.html index 2914445b..6f2ea5d7 100644 --- a/functions_v.html +++ b/functions_v.html @@ -83,7 +83,7 @@ $(function() { diff --git a/functions_vars.html b/functions_vars.html index d6d0eb88..824cdcda 100644 --- a/functions_vars.html +++ b/functions_vars.html @@ -284,7 +284,7 @@ $(function() { diff --git a/functions_w.html b/functions_w.html index 63e14027..51916f9b 100644 --- a/functions_w.html +++ b/functions_w.html @@ -86,7 +86,7 @@ $(function() { diff --git a/functions_~.html b/functions_~.html index 60197d65..dfa9cfa3 100644 --- a/functions_~.html +++ b/functions_~.html @@ -131,7 +131,7 @@ $(function() { diff --git a/group__AudioPortHints.html b/group__AudioPortHints.html index b88c04a3..3f685683 100644 --- a/group__AudioPortHints.html +++ b/group__AudioPortHints.html @@ -232,7 +232,7 @@ Variables diff --git a/group__BasePluginStructs.html b/group__BasePluginStructs.html index c9335baa..7c6dd4cd 100644 --- a/group__BasePluginStructs.html +++ b/group__BasePluginStructs.html @@ -157,7 +157,7 @@ When on (> 0.5f), it means the plugin must run in a bypassed state.

diff --git a/group__EntryPoints.html b/group__EntryPoints.html index 7712482a..180f9ce4 100644 --- a/group__EntryPoints.html +++ b/group__EntryPoints.html @@ -118,7 +118,7 @@ DPF will call this to either create an instance of your plugin for the host or t diff --git a/group__ExtraPluginMacros.html b/group__ExtraPluginMacros.html index 4a4a74ab..88b85402 100644 --- a/group__ExtraPluginMacros.html +++ b/group__ExtraPluginMacros.html @@ -195,7 +195,7 @@ When set to 0, DPF will import the VST2 definitions from "vst/aeffectx.h"< diff --git a/group__MainClasses.html b/group__MainClasses.html index 7c384beb..0ef7c951 100644 --- a/group__MainClasses.html +++ b/group__MainClasses.html @@ -79,7 +79,7 @@ Classes diff --git a/group__MathFunctions.html b/group__MathFunctions.html index 6026caa8..8e9022b1 100644 --- a/group__MathFunctions.html +++ b/group__MathFunctions.html @@ -76,9 +76,8 @@ Functions 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_isZero (const T &value)   template<typename T > static bool d_isNotZero (const T &value) @@ -164,6 +163,35 @@ template<typename T >

Safely compare two floating point numbers. Returns true if they don't match.

+
+ + +

◆ d_isZero()

+ +
+
+
+template<typename T >
+ + + + + +
+ + + + + + + + +
static bool d_isZero (const T & value)
+
+inlinestatic
+
+

Safely check if a floating point number is zero.

+
@@ -225,7 +253,7 @@ template<typename T > diff --git a/group__MiscellaneousFunctions.html b/group__MiscellaneousFunctions.html index 419be47a..cc070658 100644 --- a/group__MiscellaneousFunctions.html +++ b/group__MiscellaneousFunctions.html @@ -201,7 +201,7 @@ The return type is a int64_t for better compatibility with plugin formats that u diff --git a/group__NamespaceMacros.html b/group__NamespaceMacros.html index 9a9f33f1..279f0ac2 100644 --- a/group__NamespaceMacros.html +++ b/group__NamespaceMacros.html @@ -159,7 +159,7 @@ This is not set by default in order to avoid conflicts with commonly used names diff --git a/group__ParameterHints.html b/group__ParameterHints.html index c7dc4ab4..226c2870 100644 --- a/group__ParameterHints.html +++ b/group__ParameterHints.html @@ -241,7 +241,7 @@ Cannot be used for output parameters.

diff --git a/group__PluginHelperClasses.html b/group__PluginHelperClasses.html index 7d67e2ac..bd534ac5 100644 --- a/group__PluginHelperClasses.html +++ b/group__PluginHelperClasses.html @@ -77,7 +77,7 @@ Classes diff --git a/group__PluginMacros.html b/group__PluginMacros.html index da30fb99..7f787a14 100644 --- a/group__PluginMacros.html +++ b/group__PluginMacros.html @@ -633,7 +633,7 @@ This is a list of categories, separated by a |.

diff --git a/group__PluginRelatedUtilities.html b/group__PluginRelatedUtilities.html index 12f46307..e07cf901 100644 --- a/group__PluginRelatedUtilities.html +++ b/group__PluginRelatedUtilities.html @@ -168,7 +168,7 @@ This path varies between systems and plugin formats, like so:

diff --git a/group__StringPrintFunctions.html b/group__StringPrintFunctions.html index 0fdd97da..d71268d4 100644 --- a/group__StringPrintFunctions.html +++ b/group__StringPrintFunctions.html @@ -589,7 +589,7 @@ Functions diff --git a/hierarchy.html b/hierarchy.html index 58c4845d..60334a5e 100644 --- a/hierarchy.html +++ b/hierarchy.html @@ -167,7 +167,7 @@ $(function() { diff --git a/index.html b/index.html index deeafcdf..2d654021 100644 --- a/index.html +++ b/index.html @@ -474,7 +474,7 @@ When enabled you'll need to override 2 new function in your plugin code,
uint32_t hints
Definition: DistrhoPlugin.hpp:452
diff --git a/modules.html b/modules.html index 449e9c3a..aa9241c1 100644 --- a/modules.html +++ b/modules.html @@ -85,7 +85,7 @@ $(function() { diff --git a/search/all_10.js b/search/all_10.js index 0406900b..31bdb0f2 100644 --- a/search/all_10.js +++ b/search/all_10.js @@ -1,29 +1,29 @@ var searchData= [ - ['radialgradient_358',['radialGradient',['../classNanoVG.html#a19d27b1b3a22afe9a6d27f4f9f8bf167',1,'NanoVG']]], - ['radtodeg_359',['radToDeg',['../classNanoVG.html#a175f4c41e0d89ae5d8bdb65e5580c637',1,'NanoVG']]], - ['ranges_360',['ranges',['../structParameter.html#a2d0c81e4fb8fad18d920ef6ecd4a64db',1,'Parameter']]], - ['readcustomdata_361',['readCustomData',['../classRingBufferControl.html#aafdb126b2885c507cec852bc63fd6cb8',1,'RingBufferControl']]], - ['readcustomtype_362',['readCustomType',['../classRingBufferControl.html#aaaf4efe13ec2555c390047f545d2660d',1,'RingBufferControl']]], - ['rect_363',['rect',['../classNanoVG.html#a1bc27cc57b0e2d3bc0fd12d519312251',1,'NanoVG']]], - ['rectangle_364',['Rectangle',['../classRectangle.html',1,'Rectangle< T >'],['../classRectangle.html#acf4a7cdc13c4176d44965db53a3561f3',1,'Rectangle::Rectangle() noexcept'],['../classRectangle.html#a883fb137e26b5b7e95791d91c232603f',1,'Rectangle::Rectangle(const T &x, const T &y, 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#a7e55381bd7fe33d52a8847f65e9883ed',1,'Rectangle::Rectangle(const Point< T > &pos, const T &width, const T &height) noexcept'],['../classRectangle.html#a4b4d34708248ee56900916cdf1138edc',1,'Rectangle::Rectangle(const Point< T > &pos, const Size< T > &size) noexcept'],['../classRectangle.html#ac492f53d4f548c4f572c90c485606db8',1,'Rectangle::Rectangle(const Rectangle< T > &rect) noexcept']]], - ['recursivemutex_365',['RecursiveMutex',['../classRecursiveMutex.html',1,'']]], - ['release_366',['release',['../classScopedPointer.html#a10c8f696fec0cca763b067ec3e469199',1,'ScopedPointer']]], - ['removeidlecallback_367',['removeIdleCallback',['../classApplication.html#a082f532e2922924c6c72517f9272f67d',1,'Application::removeIdleCallback()'],['../classWindow.html#a5c5c4f53c53cb081b39a40d5ce9afd65',1,'Window::removeIdleCallback()']]], - ['rendertopicture_368',['renderToPicture',['../classWindow.html#abc7044d06bab27a7dadf06b9f42b2c95',1,'Window']]], - ['repaint_369',['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']]], - ['requestparametervaluechange_370',['requestParameterValueChange',['../classPlugin.html#ae65d8603022c09d1ce2ee5cf568de70f',1,'Plugin']]], - ['reset_371',['reset',['../classNanoVG.html#ad5ddb240794b35105eeadd1534f0911b',1,'NanoVG']]], - ['resetscissor_372',['resetScissor',['../classNanoVG.html#aff2eaea01970f0ec2005d1051f25ad35',1,'NanoVG']]], - ['resettransform_373',['resetTransform',['../classNanoVG.html#aac35e4a0ce84c0f4bf8d881d1b8a5b34',1,'NanoVG']]], - ['resizeevent_374',['ResizeEvent',['../structWidget_1_1ResizeEvent.html',1,'Widget::ResizeEvent'],['../structWidget_1_1ResizeEvent.html#ac92abcdb2820807cd3d020864b96b3bd',1,'Widget::ResizeEvent::ResizeEvent()']]], - ['restore_375',['restore',['../classNanoVG.html#aa1da11cb97d4f6718ffe8b4622684c3b',1,'NanoVG']]], - ['restrictedmode_376',['restrictedMode',['../structParameterEnumerationValues.html#a014ebcacbe68c3f77f2f8ac9ffe3cd6f',1,'ParameterEnumerationValues']]], - ['ringbuffercontrol_377',['RingBufferControl',['../classRingBufferControl.html',1,'']]], - ['ringbuffercontrol_3c_20heapbuffer_20_3e_378',['RingBufferControl< HeapBuffer >',['../classRingBufferControl.html',1,'']]], - ['ringbuffercontrol_3c_20smallstackbuffer_20_3e_379',['RingBufferControl< SmallStackBuffer >',['../classRingBufferControl.html',1,'']]], - ['rotate_380',['rotate',['../classNanoVG.html#a13da8f469cd43117c19d8459c178b905',1,'NanoVG']]], - ['roundedrect_381',['roundedRect',['../classNanoVG.html#ac9d8502c3cbf6745ff3a41d1b97b6529',1,'NanoVG']]], - ['run_382',['run',['../classPlugin.html#a0a969c78f8455ac6ba65fa42e8c498f6',1,'Plugin']]], - ['runasmodal_383',['runAsModal',['../classWindow.html#a00108f3d1c5831d02b0c67cd4f226e4d',1,'Window']]] + ['radialgradient_359',['radialGradient',['../classNanoVG.html#a19d27b1b3a22afe9a6d27f4f9f8bf167',1,'NanoVG']]], + ['radtodeg_360',['radToDeg',['../classNanoVG.html#a175f4c41e0d89ae5d8bdb65e5580c637',1,'NanoVG']]], + ['ranges_361',['ranges',['../structParameter.html#a2d0c81e4fb8fad18d920ef6ecd4a64db',1,'Parameter']]], + ['readcustomdata_362',['readCustomData',['../classRingBufferControl.html#aafdb126b2885c507cec852bc63fd6cb8',1,'RingBufferControl']]], + ['readcustomtype_363',['readCustomType',['../classRingBufferControl.html#aaaf4efe13ec2555c390047f545d2660d',1,'RingBufferControl']]], + ['rect_364',['rect',['../classNanoVG.html#a1bc27cc57b0e2d3bc0fd12d519312251',1,'NanoVG']]], + ['rectangle_365',['Rectangle',['../classRectangle.html',1,'Rectangle< T >'],['../classRectangle.html#acf4a7cdc13c4176d44965db53a3561f3',1,'Rectangle::Rectangle() noexcept'],['../classRectangle.html#a883fb137e26b5b7e95791d91c232603f',1,'Rectangle::Rectangle(const T &x, const T &y, 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#a7e55381bd7fe33d52a8847f65e9883ed',1,'Rectangle::Rectangle(const Point< T > &pos, const T &width, const T &height) noexcept'],['../classRectangle.html#a4b4d34708248ee56900916cdf1138edc',1,'Rectangle::Rectangle(const Point< T > &pos, const Size< T > &size) noexcept'],['../classRectangle.html#ac492f53d4f548c4f572c90c485606db8',1,'Rectangle::Rectangle(const Rectangle< T > &rect) noexcept']]], + ['recursivemutex_366',['RecursiveMutex',['../classRecursiveMutex.html',1,'']]], + ['release_367',['release',['../classScopedPointer.html#a10c8f696fec0cca763b067ec3e469199',1,'ScopedPointer']]], + ['removeidlecallback_368',['removeIdleCallback',['../classApplication.html#a082f532e2922924c6c72517f9272f67d',1,'Application::removeIdleCallback()'],['../classWindow.html#a5c5c4f53c53cb081b39a40d5ce9afd65',1,'Window::removeIdleCallback()']]], + ['rendertopicture_369',['renderToPicture',['../classWindow.html#abc7044d06bab27a7dadf06b9f42b2c95',1,'Window']]], + ['repaint_370',['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']]], + ['requestparametervaluechange_371',['requestParameterValueChange',['../classPlugin.html#ae65d8603022c09d1ce2ee5cf568de70f',1,'Plugin']]], + ['reset_372',['reset',['../classNanoVG.html#ad5ddb240794b35105eeadd1534f0911b',1,'NanoVG']]], + ['resetscissor_373',['resetScissor',['../classNanoVG.html#aff2eaea01970f0ec2005d1051f25ad35',1,'NanoVG']]], + ['resettransform_374',['resetTransform',['../classNanoVG.html#aac35e4a0ce84c0f4bf8d881d1b8a5b34',1,'NanoVG']]], + ['resizeevent_375',['ResizeEvent',['../structWidget_1_1ResizeEvent.html',1,'Widget::ResizeEvent'],['../structWidget_1_1ResizeEvent.html#ac92abcdb2820807cd3d020864b96b3bd',1,'Widget::ResizeEvent::ResizeEvent()']]], + ['restore_376',['restore',['../classNanoVG.html#aa1da11cb97d4f6718ffe8b4622684c3b',1,'NanoVG']]], + ['restrictedmode_377',['restrictedMode',['../structParameterEnumerationValues.html#a014ebcacbe68c3f77f2f8ac9ffe3cd6f',1,'ParameterEnumerationValues']]], + ['ringbuffercontrol_378',['RingBufferControl',['../classRingBufferControl.html',1,'']]], + ['ringbuffercontrol_3c_20heapbuffer_20_3e_379',['RingBufferControl< HeapBuffer >',['../classRingBufferControl.html',1,'']]], + ['ringbuffercontrol_3c_20smallstackbuffer_20_3e_380',['RingBufferControl< SmallStackBuffer >',['../classRingBufferControl.html',1,'']]], + ['rotate_381',['rotate',['../classNanoVG.html#a13da8f469cd43117c19d8459c178b905',1,'NanoVG']]], + ['roundedrect_382',['roundedRect',['../classNanoVG.html#ac9d8502c3cbf6745ff3a41d1b97b6529',1,'NanoVG']]], + ['run_383',['run',['../classPlugin.html#a0a969c78f8455ac6ba65fa42e8c498f6',1,'Plugin']]], + ['runasmodal_384',['runAsModal',['../classWindow.html#a00108f3d1c5831d02b0c67cd4f226e4d',1,'Window']]] ]; diff --git a/search/all_11.js b/search/all_11.js index d4800a10..6c960691 100644 --- a/search/all_11.js +++ b/search/all_11.js @@ -1,75 +1,75 @@ var searchData= [ - ['sampleratechanged_384',['sampleRateChanged',['../classPlugin.html#a2fcbfa1893f44e661d0d8cd53391dadc',1,'Plugin::sampleRateChanged()'],['../classUI.html#ac3e98726ca71f95a1e6c867706ebd9be',1,'UI::sampleRateChanged()']]], - ['save_385',['save',['../classNanoVG.html#a05fd441d579c42c76d786bd4a7b437af',1,'NanoVG']]], - ['scale_386',['scale',['../classNanoVG.html#a76273b763fa9b84c4a86d37065accee7',1,'NanoVG']]], - ['scissor_387',['scissor',['../classNanoVG.html#a7ac24b9a1ab2b901ab18d4d8dbb92c1c',1,'NanoVG']]], - ['scopedgraphicscontext_388',['ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html',1,'Window::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_389',['ScopedPointer',['../classScopedPointer.html',1,'ScopedPointer< ObjectType >'],['../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']]], - ['scopedsafelocale_390',['ScopedSafeLocale',['../classScopedSafeLocale.html',1,'']]], - ['scopelocker_391',['ScopeLocker',['../classScopeLocker.html',1,'']]], - ['scopetrylocker_392',['ScopeTryLocker',['../classScopeTryLocker.html',1,'']]], - ['scopeunlocker_393',['ScopeUnlocker',['../classScopeUnlocker.html',1,'']]], - ['scrollevent_394',['ScrollEvent',['../structWidget_1_1ScrollEvent.html',1,'Widget::ScrollEvent'],['../structWidget_1_1ScrollEvent.html#abee88b10b7b031ddcca1454e064a3cc3',1,'Widget::ScrollEvent::ScrollEvent()']]], - ['sendnote_395',['sendNote',['../classUI.html#a9d630b2b1696e01015d869a5b434eb6e',1,'UI']]], - ['setabsolutepos_396',['setAbsolutePos',['../classSubWidget.html#a0e7a4dd27eee8a3a1b7bf12d9f21769f',1,'SubWidget::setAbsolutePos(int x, int y) noexcept'],['../classSubWidget.html#a05c5e533e9b10186d0f72ae94f72196d',1,'SubWidget::setAbsolutePos(const Point< int > &pos) noexcept']]], - ['setabsolutex_397',['setAbsoluteX',['../classSubWidget.html#abcd0a00a4c3cdc402aea56044df26cc3',1,'SubWidget']]], - ['setabsolutey_398',['setAbsoluteY',['../classSubWidget.html#a3c674e3c46206ac29a562c0f02dcf82c',1,'SubWidget']]], - ['setclassname_399',['setClassName',['../classApplication.html#a203d22d1ce0c0de90c2379f6bc839815',1,'Application']]], - ['setendpos_400',['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_401',['setEndX',['../classLine.html#a17061d9ae2e85a5f929148e5106504bf',1,'Line']]], - ['setendy_402',['setEndY',['../classLine.html#a0dcd399a55aef168e91c645958670ee6',1,'Line']]], - ['setfor_403',['setFor',['../structColor.html#a9bd4efab0718f412babc62398875a80f',1,'Color']]], - ['setgeometryconstraints_404',['setGeometryConstraints',['../classExternalWindow.html#a15b677215c3abb5c1f7f71c4a00fd41c',1,'ExternalWindow::setGeometryConstraints()'],['../classWindow.html#aece9e08d0c4d3b6ec02cbb804583c175',1,'Window::setGeometryConstraints()']]], - ['setheight_405',['setHeight',['../classExternalWindow.html#add192e95a0fa7187cb0a8e739095674f',1,'ExternalWindow::setHeight()'],['../classSize.html#a30d453133d7a677e14641f010204237e',1,'Size::setHeight()'],['../classRectangle.html#a5ff3aca88c9ef31a2e3f8e6cee846155',1,'Rectangle::setHeight()'],['../classTopLevelWidget.html#a607afeaa7fc1bd6cf52ef3138c38360f',1,'TopLevelWidget::setHeight()'],['../classWidget.html#ac6d2e6cbb2ff96f3645493d804af07f7',1,'Widget::setHeight()'],['../classWindow.html#a13f314cfd5c9048ec8ea0b88b611f54d',1,'Window::setHeight()']]], - ['setid_406',['setId',['../classWidget.html#abfba3652559de84ba1ae9ccbd3d35e31',1,'Widget']]], - ['setignoringkeyrepeat_407',['setIgnoringKeyRepeat',['../classWindow.html#a36a04e5f5ecc6ee5228f9da6df43e865',1,'Window']]], - ['setimage_408',['setImage',['../classImageBaseAboutWindow.html#a10cf37217ddc3a045970461473e79bdc',1,'ImageBaseAboutWindow']]], - ['setlatency_409',['setLatency',['../classPlugin.html#a2a70c4ec55d74d9bc26862975d8df8a7',1,'Plugin']]], - ['setmargin_410',['setMargin',['../classSubWidget.html#a9594d89a623dd7e63cbdb8139e9e4a38',1,'SubWidget::setMargin(int x, int y) noexcept'],['../classSubWidget.html#a77f510ea6d0864d296b02b085cc05f2b',1,'SubWidget::setMargin(const Point< int > &offset) noexcept']]], - ['setneedsfullviewportdrawing_411',['setNeedsFullViewportDrawing',['../classSubWidget.html#a926884690b66c762f7bdb1196c58522b',1,'SubWidget']]], - ['setneedsviewportscaling_412',['setNeedsViewportScaling',['../classSubWidget.html#a5cd703976adf24decbb66dd3dbc1db8b',1,'SubWidget']]], - ['setnumsegments_413',['setNumSegments',['../classCircle.html#a34fa92504c0bcc008958779fa4d66c32',1,'Circle']]], - ['setparametervalue_414',['setParameterValue',['../classPlugin.html#a7e9e26ceafc7603ef6163483a9dc39be',1,'Plugin::setParameterValue()'],['../classUI.html#a973db6e8805f0aa9be3457685564ab8a',1,'UI::setParameterValue()']]], - ['setpos_415',['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_416',['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_417',['setResizable',['../classWindow.html#a10f6ff4b0f3e714298a4ac612edcdd7e',1,'Window']]], - ['setsize_418',['setSize',['../classExternalWindow.html#a54bb8e6674ef42e0ebc67576df3d103a',1,'ExternalWindow::setSize()'],['../classSize.html#a6dd4d69857ef92c65dd941eea3356ed9',1,'Size::setSize(const T &width, const T &height) noexcept'],['../classSize.html#a973da47d41aaa3757646a8ec0a1d93da',1,'Size::setSize(const Size< T > &size) noexcept'],['../classCircle.html#a02fc5ef5aae2d5d1c1bd016cab8afc5d',1,'Circle::setSize()'],['../classRectangle.html#a6af8f18557397f909cae8eb65f8367a4',1,'Rectangle::setSize(const T &width, const T &height) noexcept'],['../classRectangle.html#a23d728827f9c22167929c461aa65882e',1,'Rectangle::setSize(const Size< T > &size) noexcept'],['../classTopLevelWidget.html#a41fa486da289fb082bb840aaaad72a08',1,'TopLevelWidget::setSize(uint width, uint height)'],['../classTopLevelWidget.html#a94f526903d739bf2e812fb785fc66aae',1,'TopLevelWidget::setSize(const Size< uint > &size)'],['../classWidget.html#ab4d9e0156e455db3ff23730f82544daa',1,'Widget::setSize(uint width, uint height) noexcept'],['../classWidget.html#afce784b204902c0f11e9ed02bc692362',1,'Widget::setSize(const Size< uint > &size) noexcept'],['../classWindow.html#a89bd0c91920029ddcb21b8975e8b47d9',1,'Window::setSize(uint width, uint height)'],['../classWindow.html#a9408b98401ce2fab132c196283248d1a',1,'Window::setSize(const Size< uint > &size)']]], - ['setskipdrawing_419',['setSkipDrawing',['../classSubWidget.html#adb38f61c0205d7832ddfd090f7f60f2a',1,'SubWidget']]], - ['setstartpos_420',['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_421',['setStartX',['../classLine.html#ad2b10d3144ba0711f9ecb444bb08ad4c',1,'Line']]], - ['setstarty_422',['setStartY',['../classLine.html#ae35ba55c6ff3bae24c7f05133b9e003b',1,'Line']]], - ['setstate_423',['setState',['../classPlugin.html#afcbb504b824bacea622de9bac09b2331',1,'Plugin::setState()'],['../classUI.html#abc94a38afa658849f3fdfd66cd8f5f51',1,'UI::setState()']]], - ['settitle_424',['setTitle',['../classExternalWindow.html#a8a196d0db3f082f6861d1d1bfc1db993',1,'ExternalWindow::setTitle()'],['../classWindow.html#ab2f1b80c5dfcafd2cbdf6b85b756fdbd',1,'Window::setTitle()']]], - ['settransientwindowid_425',['setTransientWindowId',['../classExternalWindow.html#afe5b255affc787ad34b25a30114f9b89',1,'ExternalWindow']]], - ['setvisible_426',['setVisible',['../classExternalWindow.html#a2b599fc96437e666a7a0a4c1b9844b15',1,'ExternalWindow::setVisible()'],['../classWidget.html#a66088a03691f9c643ff335fa826576ba',1,'Widget::setVisible()'],['../classWindow.html#a118e0356bb6fcf081955f2bd97686036',1,'Window::setVisible()']]], - ['setwidth_427',['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_428',['setX',['../classPoint.html#a1539a6f24282a1d637b60ccfbbf46629',1,'Point::setX()'],['../classCircle.html#acc96a188288cdf83fd822bb41f8f2be1',1,'Circle::setX()'],['../classRectangle.html#af618ee618bd029fbe66291228041990e',1,'Rectangle::setX()']]], - ['sety_429',['setY',['../classPoint.html#a8ffe6785dc851accf06d02917fba54cf',1,'Point::setY()'],['../classCircle.html#a034ddfd162d89a7dacea7981a5406a1a',1,'Circle::setY()'],['../classRectangle.html#abe5b6c92cece58bbc0c7cb4855e73dac',1,'Rectangle::setY()']]], - ['shortname_430',['shortName',['../structParameter.html#a1a47c46f3588b8a940d87fd4d69810ab',1,'Parameter']]], - ['show_431',['show',['../classExternalWindow.html#a35f711faffa1195c478689f4654dcc4f',1,'ExternalWindow::show()'],['../classWidget.html#a25ff178539e226b5f30ef0335d060f2b',1,'Widget::show()'],['../classWindow.html#a8f986e19a11c4c97ed8e6ad3d0e648b7',1,'Window::show()']]], - ['showhidden_432',['showHidden',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a866b55e40b2eeb2f57c85d51aa6fa856',1,'Window::FileBrowserOptions::Buttons']]], - ['showplaces_433',['showPlaces',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a669f3aafa3eef0d48d7fcb9c7c020678',1,'Window::FileBrowserOptions::Buttons']]], - ['shrinkby_434',['shrinkBy',['../classSize.html#abbcf98f504b23679162cab3b6f818949',1,'Size::shrinkBy()'],['../classRectangle.html#a22e5029d09c7eac8ebee0e079dab075f',1,'Rectangle::shrinkBy()']]], - ['signal_435',['Signal',['../classSignal.html',1,'']]], - ['size_436',['Size',['../classSize.html',1,'Size< T >'],['../structMidiEvent.html#a48b420a6dbca6502113b92c336a3041e',1,'MidiEvent::size()'],['../structHeapBuffer.html#a582e7b5aa4a85814f291d002abb49599',1,'HeapBuffer::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']]], - ['size_3c_20uint_20_3e_437',['Size< uint >',['../classSize.html',1,'']]], - ['sizechanged_438',['sizeChanged',['../classUI.html#a3d499674a620c1ce3b6e1dbded9f09c4',1,'UI::sizeChanged()'],['../classExternalWindow.html#aba350e1f737b68e51bfe8018bded6e45',1,'ExternalWindow::sizeChanged()']]], - ['skewx_439',['skewX',['../classNanoVG.html#a4f45e3cf465060491e73427e5868573f',1,'NanoVG']]], - ['skewy_440',['skewY',['../classNanoVG.html#a508c4fde6212c1b0598d9f8b32cba0f6',1,'NanoVG']]], - ['smallstackbuffer_441',['SmallStackBuffer',['../structSmallStackBuffer.html',1,'']]], - ['smallstackringbuffer_442',['SmallStackRingBuffer',['../classSmallStackRingBuffer.html',1,'SmallStackRingBuffer'],['../classSmallStackRingBuffer.html#aceb7e429507b28dd56e837f23b623987',1,'SmallStackRingBuffer::SmallStackRingBuffer()']]], - ['standalonewindow_443',['StandaloneWindow',['../classStandaloneWindow.html',1,'StandaloneWindow'],['../classStandaloneWindow.html#a28d4f09b9f280c1d03cc77fc63465b48',1,'StandaloneWindow::StandaloneWindow(Application &app)'],['../classStandaloneWindow.html#a86e7db3cd8830628b37d0608df40963c',1,'StandaloneWindow::StandaloneWindow(Application &app, Window &transientParentWindow)']]], - ['start_5fnamespace_5fdistrho_444',['START_NAMESPACE_DISTRHO',['../group__NamespaceMacros.html#gac4cb97c393d20c28ba19365d844341cd',1,'DistrhoInfo.hpp']]], - ['startdir_445',['startDir',['../structWindow_1_1FileBrowserOptions.html#a5726fab4e98fa998f354323e73cf41d6',1,'Window::FileBrowserOptions']]], - ['statechanged_446',['stateChanged',['../classUI.html#a1bdc7e158d974e82f0535f1658d66575',1,'UI']]], - ['string_447',['String',['../classString.html',1,'']]], - ['string_20print_20functions_448',['String print functions',['../group__StringPrintFunctions.html',1,'']]], - ['stroke_449',['stroke',['../classNanoVG.html#aeed167687a8a269c4f9c44a7db4d3746',1,'NanoVG']]], - ['strokecolor_450',['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_451',['strokePaint',['../classNanoVG.html#a8d00b35e0ab5c428af120cc78ff32804',1,'NanoVG']]], - ['strokewidth_452',['strokeWidth',['../classNanoVG.html#a373190894070313e8d321b2af0bbab58',1,'NanoVG']]], - ['subwidget_453',['SubWidget',['../classSubWidget.html',1,'SubWidget'],['../classSubWidget.html#a9fda448971613b2758fd9570c3065f7a',1,'SubWidget::SubWidget()']]], - ['swapwith_454',['swapWith',['../classScopedPointer.html#a362cd8d5a212df0ee08691b75a4ba3de',1,'ScopedPointer']]], - ['symbol_455',['symbol',['../structAudioPort.html#af2bda30f97a1b63cbeb9f11f718d3d30',1,'AudioPort::symbol()'],['../structParameter.html#a3e546efd8dbd0d77351208b670719468',1,'Parameter::symbol()'],['../structPortGroup.html#ae42f849c9f34d940f6fdcfc9abd65d4f',1,'PortGroup::symbol()']]] + ['sampleratechanged_385',['sampleRateChanged',['../classPlugin.html#a2fcbfa1893f44e661d0d8cd53391dadc',1,'Plugin::sampleRateChanged()'],['../classUI.html#ac3e98726ca71f95a1e6c867706ebd9be',1,'UI::sampleRateChanged()']]], + ['save_386',['save',['../classNanoVG.html#a05fd441d579c42c76d786bd4a7b437af',1,'NanoVG']]], + ['scale_387',['scale',['../classNanoVG.html#a76273b763fa9b84c4a86d37065accee7',1,'NanoVG']]], + ['scissor_388',['scissor',['../classNanoVG.html#a7ac24b9a1ab2b901ab18d4d8dbb92c1c',1,'NanoVG']]], + ['scopedgraphicscontext_389',['ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html',1,'Window::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_390',['ScopedPointer',['../classScopedPointer.html',1,'ScopedPointer< ObjectType >'],['../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']]], + ['scopedsafelocale_391',['ScopedSafeLocale',['../classScopedSafeLocale.html',1,'']]], + ['scopelocker_392',['ScopeLocker',['../classScopeLocker.html',1,'']]], + ['scopetrylocker_393',['ScopeTryLocker',['../classScopeTryLocker.html',1,'']]], + ['scopeunlocker_394',['ScopeUnlocker',['../classScopeUnlocker.html',1,'']]], + ['scrollevent_395',['ScrollEvent',['../structWidget_1_1ScrollEvent.html',1,'Widget::ScrollEvent'],['../structWidget_1_1ScrollEvent.html#abee88b10b7b031ddcca1454e064a3cc3',1,'Widget::ScrollEvent::ScrollEvent()']]], + ['sendnote_396',['sendNote',['../classUI.html#a9d630b2b1696e01015d869a5b434eb6e',1,'UI']]], + ['setabsolutepos_397',['setAbsolutePos',['../classSubWidget.html#a0e7a4dd27eee8a3a1b7bf12d9f21769f',1,'SubWidget::setAbsolutePos(int x, int y) noexcept'],['../classSubWidget.html#a05c5e533e9b10186d0f72ae94f72196d',1,'SubWidget::setAbsolutePos(const Point< int > &pos) noexcept']]], + ['setabsolutex_398',['setAbsoluteX',['../classSubWidget.html#abcd0a00a4c3cdc402aea56044df26cc3',1,'SubWidget']]], + ['setabsolutey_399',['setAbsoluteY',['../classSubWidget.html#a3c674e3c46206ac29a562c0f02dcf82c',1,'SubWidget']]], + ['setclassname_400',['setClassName',['../classApplication.html#a203d22d1ce0c0de90c2379f6bc839815',1,'Application']]], + ['setendpos_401',['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_402',['setEndX',['../classLine.html#a17061d9ae2e85a5f929148e5106504bf',1,'Line']]], + ['setendy_403',['setEndY',['../classLine.html#a0dcd399a55aef168e91c645958670ee6',1,'Line']]], + ['setfor_404',['setFor',['../structColor.html#a9bd4efab0718f412babc62398875a80f',1,'Color']]], + ['setgeometryconstraints_405',['setGeometryConstraints',['../classExternalWindow.html#a15b677215c3abb5c1f7f71c4a00fd41c',1,'ExternalWindow::setGeometryConstraints()'],['../classWindow.html#aece9e08d0c4d3b6ec02cbb804583c175',1,'Window::setGeometryConstraints()']]], + ['setheight_406',['setHeight',['../classExternalWindow.html#add192e95a0fa7187cb0a8e739095674f',1,'ExternalWindow::setHeight()'],['../classSize.html#a30d453133d7a677e14641f010204237e',1,'Size::setHeight()'],['../classRectangle.html#a5ff3aca88c9ef31a2e3f8e6cee846155',1,'Rectangle::setHeight()'],['../classTopLevelWidget.html#a607afeaa7fc1bd6cf52ef3138c38360f',1,'TopLevelWidget::setHeight()'],['../classWidget.html#ac6d2e6cbb2ff96f3645493d804af07f7',1,'Widget::setHeight()'],['../classWindow.html#a13f314cfd5c9048ec8ea0b88b611f54d',1,'Window::setHeight()']]], + ['setid_407',['setId',['../classWidget.html#abfba3652559de84ba1ae9ccbd3d35e31',1,'Widget']]], + ['setignoringkeyrepeat_408',['setIgnoringKeyRepeat',['../classWindow.html#a36a04e5f5ecc6ee5228f9da6df43e865',1,'Window']]], + ['setimage_409',['setImage',['../classImageBaseAboutWindow.html#a10cf37217ddc3a045970461473e79bdc',1,'ImageBaseAboutWindow']]], + ['setlatency_410',['setLatency',['../classPlugin.html#a2a70c4ec55d74d9bc26862975d8df8a7',1,'Plugin']]], + ['setmargin_411',['setMargin',['../classSubWidget.html#a9594d89a623dd7e63cbdb8139e9e4a38',1,'SubWidget::setMargin(int x, int y) noexcept'],['../classSubWidget.html#a77f510ea6d0864d296b02b085cc05f2b',1,'SubWidget::setMargin(const Point< int > &offset) noexcept']]], + ['setneedsfullviewportdrawing_412',['setNeedsFullViewportDrawing',['../classSubWidget.html#a926884690b66c762f7bdb1196c58522b',1,'SubWidget']]], + ['setneedsviewportscaling_413',['setNeedsViewportScaling',['../classSubWidget.html#a5cd703976adf24decbb66dd3dbc1db8b',1,'SubWidget']]], + ['setnumsegments_414',['setNumSegments',['../classCircle.html#a34fa92504c0bcc008958779fa4d66c32',1,'Circle']]], + ['setparametervalue_415',['setParameterValue',['../classPlugin.html#a7e9e26ceafc7603ef6163483a9dc39be',1,'Plugin::setParameterValue()'],['../classUI.html#a973db6e8805f0aa9be3457685564ab8a',1,'UI::setParameterValue()']]], + ['setpos_416',['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_417',['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_418',['setResizable',['../classWindow.html#a10f6ff4b0f3e714298a4ac612edcdd7e',1,'Window']]], + ['setsize_419',['setSize',['../classExternalWindow.html#a54bb8e6674ef42e0ebc67576df3d103a',1,'ExternalWindow::setSize()'],['../classSize.html#a6dd4d69857ef92c65dd941eea3356ed9',1,'Size::setSize(const T &width, const T &height) noexcept'],['../classSize.html#a973da47d41aaa3757646a8ec0a1d93da',1,'Size::setSize(const Size< T > &size) noexcept'],['../classCircle.html#a02fc5ef5aae2d5d1c1bd016cab8afc5d',1,'Circle::setSize()'],['../classRectangle.html#a6af8f18557397f909cae8eb65f8367a4',1,'Rectangle::setSize(const T &width, const T &height) noexcept'],['../classRectangle.html#a23d728827f9c22167929c461aa65882e',1,'Rectangle::setSize(const Size< T > &size) noexcept'],['../classTopLevelWidget.html#a41fa486da289fb082bb840aaaad72a08',1,'TopLevelWidget::setSize(uint width, uint height)'],['../classTopLevelWidget.html#a94f526903d739bf2e812fb785fc66aae',1,'TopLevelWidget::setSize(const Size< uint > &size)'],['../classWidget.html#ab4d9e0156e455db3ff23730f82544daa',1,'Widget::setSize(uint width, uint height) noexcept'],['../classWidget.html#afce784b204902c0f11e9ed02bc692362',1,'Widget::setSize(const Size< uint > &size) noexcept'],['../classWindow.html#a89bd0c91920029ddcb21b8975e8b47d9',1,'Window::setSize(uint width, uint height)'],['../classWindow.html#a9408b98401ce2fab132c196283248d1a',1,'Window::setSize(const Size< uint > &size)']]], + ['setskipdrawing_420',['setSkipDrawing',['../classSubWidget.html#adb38f61c0205d7832ddfd090f7f60f2a',1,'SubWidget']]], + ['setstartpos_421',['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_422',['setStartX',['../classLine.html#ad2b10d3144ba0711f9ecb444bb08ad4c',1,'Line']]], + ['setstarty_423',['setStartY',['../classLine.html#ae35ba55c6ff3bae24c7f05133b9e003b',1,'Line']]], + ['setstate_424',['setState',['../classPlugin.html#afcbb504b824bacea622de9bac09b2331',1,'Plugin::setState()'],['../classUI.html#abc94a38afa658849f3fdfd66cd8f5f51',1,'UI::setState()']]], + ['settitle_425',['setTitle',['../classExternalWindow.html#a8a196d0db3f082f6861d1d1bfc1db993',1,'ExternalWindow::setTitle()'],['../classWindow.html#ab2f1b80c5dfcafd2cbdf6b85b756fdbd',1,'Window::setTitle()']]], + ['settransientwindowid_426',['setTransientWindowId',['../classExternalWindow.html#afe5b255affc787ad34b25a30114f9b89',1,'ExternalWindow']]], + ['setvisible_427',['setVisible',['../classExternalWindow.html#a2b599fc96437e666a7a0a4c1b9844b15',1,'ExternalWindow::setVisible()'],['../classWidget.html#a66088a03691f9c643ff335fa826576ba',1,'Widget::setVisible()'],['../classWindow.html#a118e0356bb6fcf081955f2bd97686036',1,'Window::setVisible()']]], + ['setwidth_428',['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_429',['setX',['../classPoint.html#a1539a6f24282a1d637b60ccfbbf46629',1,'Point::setX()'],['../classCircle.html#acc96a188288cdf83fd822bb41f8f2be1',1,'Circle::setX()'],['../classRectangle.html#af618ee618bd029fbe66291228041990e',1,'Rectangle::setX()']]], + ['sety_430',['setY',['../classPoint.html#a8ffe6785dc851accf06d02917fba54cf',1,'Point::setY()'],['../classCircle.html#a034ddfd162d89a7dacea7981a5406a1a',1,'Circle::setY()'],['../classRectangle.html#abe5b6c92cece58bbc0c7cb4855e73dac',1,'Rectangle::setY()']]], + ['shortname_431',['shortName',['../structParameter.html#a1a47c46f3588b8a940d87fd4d69810ab',1,'Parameter']]], + ['show_432',['show',['../classExternalWindow.html#a35f711faffa1195c478689f4654dcc4f',1,'ExternalWindow::show()'],['../classWidget.html#a25ff178539e226b5f30ef0335d060f2b',1,'Widget::show()'],['../classWindow.html#a8f986e19a11c4c97ed8e6ad3d0e648b7',1,'Window::show()']]], + ['showhidden_433',['showHidden',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a866b55e40b2eeb2f57c85d51aa6fa856',1,'Window::FileBrowserOptions::Buttons']]], + ['showplaces_434',['showPlaces',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a669f3aafa3eef0d48d7fcb9c7c020678',1,'Window::FileBrowserOptions::Buttons']]], + ['shrinkby_435',['shrinkBy',['../classSize.html#abbcf98f504b23679162cab3b6f818949',1,'Size::shrinkBy()'],['../classRectangle.html#a22e5029d09c7eac8ebee0e079dab075f',1,'Rectangle::shrinkBy()']]], + ['signal_436',['Signal',['../classSignal.html',1,'']]], + ['size_437',['Size',['../classSize.html',1,'Size< T >'],['../structMidiEvent.html#a48b420a6dbca6502113b92c336a3041e',1,'MidiEvent::size()'],['../structHeapBuffer.html#a582e7b5aa4a85814f291d002abb49599',1,'HeapBuffer::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']]], + ['size_3c_20uint_20_3e_438',['Size< uint >',['../classSize.html',1,'']]], + ['sizechanged_439',['sizeChanged',['../classUI.html#a3d499674a620c1ce3b6e1dbded9f09c4',1,'UI::sizeChanged()'],['../classExternalWindow.html#aba350e1f737b68e51bfe8018bded6e45',1,'ExternalWindow::sizeChanged()']]], + ['skewx_440',['skewX',['../classNanoVG.html#a4f45e3cf465060491e73427e5868573f',1,'NanoVG']]], + ['skewy_441',['skewY',['../classNanoVG.html#a508c4fde6212c1b0598d9f8b32cba0f6',1,'NanoVG']]], + ['smallstackbuffer_442',['SmallStackBuffer',['../structSmallStackBuffer.html',1,'']]], + ['smallstackringbuffer_443',['SmallStackRingBuffer',['../classSmallStackRingBuffer.html',1,'SmallStackRingBuffer'],['../classSmallStackRingBuffer.html#aceb7e429507b28dd56e837f23b623987',1,'SmallStackRingBuffer::SmallStackRingBuffer()']]], + ['standalonewindow_444',['StandaloneWindow',['../classStandaloneWindow.html',1,'StandaloneWindow'],['../classStandaloneWindow.html#a28d4f09b9f280c1d03cc77fc63465b48',1,'StandaloneWindow::StandaloneWindow(Application &app)'],['../classStandaloneWindow.html#a86e7db3cd8830628b37d0608df40963c',1,'StandaloneWindow::StandaloneWindow(Application &app, Window &transientParentWindow)']]], + ['start_5fnamespace_5fdistrho_445',['START_NAMESPACE_DISTRHO',['../group__NamespaceMacros.html#gac4cb97c393d20c28ba19365d844341cd',1,'DistrhoInfo.hpp']]], + ['startdir_446',['startDir',['../structWindow_1_1FileBrowserOptions.html#a5726fab4e98fa998f354323e73cf41d6',1,'Window::FileBrowserOptions']]], + ['statechanged_447',['stateChanged',['../classUI.html#a1bdc7e158d974e82f0535f1658d66575',1,'UI']]], + ['string_448',['String',['../classString.html',1,'']]], + ['string_20print_20functions_449',['String print functions',['../group__StringPrintFunctions.html',1,'']]], + ['stroke_450',['stroke',['../classNanoVG.html#aeed167687a8a269c4f9c44a7db4d3746',1,'NanoVG']]], + ['strokecolor_451',['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_452',['strokePaint',['../classNanoVG.html#a8d00b35e0ab5c428af120cc78ff32804',1,'NanoVG']]], + ['strokewidth_453',['strokeWidth',['../classNanoVG.html#a373190894070313e8d321b2af0bbab58',1,'NanoVG']]], + ['subwidget_454',['SubWidget',['../classSubWidget.html',1,'SubWidget'],['../classSubWidget.html#a9fda448971613b2758fd9570c3065f7a',1,'SubWidget::SubWidget()']]], + ['swapwith_455',['swapWith',['../classScopedPointer.html#a362cd8d5a212df0ee08691b75a4ba3de',1,'ScopedPointer']]], + ['symbol_456',['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 3cdadab1..428e3fa9 100644 --- a/search/all_12.js +++ b/search/all_12.js @@ -1,37 +1,37 @@ var searchData= [ - ['tail_456',['tail',['../structHeapBuffer.html#abd05cbae44531a412352ed52c8a50aec',1,'HeapBuffer']]], - ['text_457',['text',['../classNanoVG.html#af9526a1c4b2d5e1db0190c32ba9a1eaa',1,'NanoVG']]], - ['textalign_458',['textAlign',['../classNanoVG.html#a9c942ced1722beff8e326a6cf0c9a1d1',1,'NanoVG::textAlign(Align align)'],['../classNanoVG.html#a9a1a5e00351ff92ebb9795a2127f0529',1,'NanoVG::textAlign(int align)']]], - ['textbounds_459',['textBounds',['../classNanoVG.html#a281c71d51c5f9d6fb5d6e8369ca650f4',1,'NanoVG']]], - ['textbox_460',['textBox',['../classNanoVG.html#a16f910cddbecd570d3c125e217f51e10',1,'NanoVG']]], - ['textboxbounds_461',['textBoxBounds',['../classNanoVG.html#a47e41ef76a4682f0418ba8d0a60f6ea8',1,'NanoVG']]], - ['textbreaklines_462',['textBreakLines',['../classNanoVG.html#ab403a3cdf19dd2af4c75bb180c5e0fb8',1,'NanoVG']]], - ['textglyphpositions_463',['textGlyphPositions',['../classNanoVG.html#ae8476a381526e6ef89150529594cbf35',1,'NanoVG']]], - ['textletterspacing_464',['textLetterSpacing',['../classNanoVG.html#ad768aae0871c1685ca5dc590859d5c1b',1,'NanoVG']]], - ['textlineheight_465',['textLineHeight',['../classNanoVG.html#aab69aa4f2ae1b15adcceb9d065ea8aa6',1,'NanoVG']]], - ['textmetrics_466',['textMetrics',['../classNanoVG.html#a5e84bf7dec65064733aec488389568b0',1,'NanoVG']]], - ['textrow_467',['TextRow',['../structNanoVG_1_1TextRow.html',1,'NanoVG']]], - ['thread_468',['Thread',['../classThread.html',1,'']]], - ['tick_469',['tick',['../structTimePosition_1_1BarBeatTick.html#aecb8a1a98db84c6d03c39278f86a0324',1,'TimePosition::BarBeatTick']]], - ['ticksperbeat_470',['ticksPerBeat',['../structTimePosition_1_1BarBeatTick.html#ab8cfc3f2709a79e733e58556712da062',1,'TimePosition::BarBeatTick']]], - ['timeposition_471',['TimePosition',['../structTimePosition.html',1,'TimePosition'],['../structTimePosition.html#aee816daeed95cf309ded1087a0c800ae',1,'TimePosition::TimePosition()']]], - ['title_472',['title',['../structWindow_1_1FileBrowserOptions.html#a7d035823a9138df917f7460d06a33a00',1,'Window::FileBrowserOptions']]], - ['titlechanged_473',['titleChanged',['../classExternalWindow.html#afd42fab01a270aab541b161237b7d9f3',1,'ExternalWindow']]], - ['tofront_474',['toFront',['../classSubWidget.html#a3426cbcf0104c8a5c9996e3efff75381',1,'SubWidget']]], - ['toplevelwidget_475',['TopLevelWidget',['../classTopLevelWidget.html',1,'TopLevelWidget'],['../classTopLevelWidget.html#a3cdeec5e7b144cc48d89e748a37f538e',1,'TopLevelWidget::TopLevelWidget()']]], - ['transform_476',['transform',['../classNanoVG.html#ad06096ade68bf78bcc256005cd6f2c45',1,'NanoVG']]], - ['transformidentity_477',['transformIdentity',['../classNanoVG.html#a81c8b60a87be8a8d4a5efce8eeaf1915',1,'NanoVG']]], - ['transforminverse_478',['transformInverse',['../classNanoVG.html#ac5692f82bcac4858f44d9fd0df287cad',1,'NanoVG']]], - ['transformmultiply_479',['transformMultiply',['../classNanoVG.html#a3ac9aade102afb3a4f84966f0727c6c6',1,'NanoVG']]], - ['transformpoint_480',['transformPoint',['../classNanoVG.html#ae2e49763ab7f503016c0dede0dbfd3cc',1,'NanoVG']]], - ['transformpremultiply_481',['transformPremultiply',['../classNanoVG.html#a1416fbff2a0ecada90b2d9852bfbaf42',1,'NanoVG']]], - ['transformrotate_482',['transformRotate',['../classNanoVG.html#a43e16d0f94dc0a49dae5128d69e75e3c',1,'NanoVG']]], - ['transformscale_483',['transformScale',['../classNanoVG.html#a94c1f78baadff1d6c6a5a4d52dd770d7',1,'NanoVG']]], - ['transformskewx_484',['transformSkewX',['../classNanoVG.html#a178b6b9a8c755cda91ccba2b6239d279',1,'NanoVG']]], - ['transformskewy_485',['transformSkewY',['../classNanoVG.html#af23e7f6a6056e5efe72944fa68767704',1,'NanoVG']]], - ['transformtranslate_486',['transformTranslate',['../classNanoVG.html#a022e3cdfa06f5bc9103b37dfa64adb2c',1,'NanoVG']]], - ['transientparentwindowchanged_487',['transientParentWindowChanged',['../classExternalWindow.html#a4ea76a2c6240c95ff941bc95841c73c8',1,'ExternalWindow']]], - ['translate_488',['translate',['../classNanoVG.html#abc1d6466eb7fdc57a869ec7b9fdd6bdf',1,'NanoVG']]], - ['triangle_489',['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']]] + ['tail_457',['tail',['../structHeapBuffer.html#abd05cbae44531a412352ed52c8a50aec',1,'HeapBuffer']]], + ['text_458',['text',['../classNanoVG.html#af9526a1c4b2d5e1db0190c32ba9a1eaa',1,'NanoVG']]], + ['textalign_459',['textAlign',['../classNanoVG.html#a9c942ced1722beff8e326a6cf0c9a1d1',1,'NanoVG::textAlign(Align align)'],['../classNanoVG.html#a9a1a5e00351ff92ebb9795a2127f0529',1,'NanoVG::textAlign(int align)']]], + ['textbounds_460',['textBounds',['../classNanoVG.html#a281c71d51c5f9d6fb5d6e8369ca650f4',1,'NanoVG']]], + ['textbox_461',['textBox',['../classNanoVG.html#a16f910cddbecd570d3c125e217f51e10',1,'NanoVG']]], + ['textboxbounds_462',['textBoxBounds',['../classNanoVG.html#a47e41ef76a4682f0418ba8d0a60f6ea8',1,'NanoVG']]], + ['textbreaklines_463',['textBreakLines',['../classNanoVG.html#ab403a3cdf19dd2af4c75bb180c5e0fb8',1,'NanoVG']]], + ['textglyphpositions_464',['textGlyphPositions',['../classNanoVG.html#ae8476a381526e6ef89150529594cbf35',1,'NanoVG']]], + ['textletterspacing_465',['textLetterSpacing',['../classNanoVG.html#ad768aae0871c1685ca5dc590859d5c1b',1,'NanoVG']]], + ['textlineheight_466',['textLineHeight',['../classNanoVG.html#aab69aa4f2ae1b15adcceb9d065ea8aa6',1,'NanoVG']]], + ['textmetrics_467',['textMetrics',['../classNanoVG.html#a5e84bf7dec65064733aec488389568b0',1,'NanoVG']]], + ['textrow_468',['TextRow',['../structNanoVG_1_1TextRow.html',1,'NanoVG']]], + ['thread_469',['Thread',['../classThread.html',1,'']]], + ['tick_470',['tick',['../structTimePosition_1_1BarBeatTick.html#aecb8a1a98db84c6d03c39278f86a0324',1,'TimePosition::BarBeatTick']]], + ['ticksperbeat_471',['ticksPerBeat',['../structTimePosition_1_1BarBeatTick.html#ab8cfc3f2709a79e733e58556712da062',1,'TimePosition::BarBeatTick']]], + ['timeposition_472',['TimePosition',['../structTimePosition.html',1,'TimePosition'],['../structTimePosition.html#aee816daeed95cf309ded1087a0c800ae',1,'TimePosition::TimePosition()']]], + ['title_473',['title',['../structWindow_1_1FileBrowserOptions.html#a7d035823a9138df917f7460d06a33a00',1,'Window::FileBrowserOptions']]], + ['titlechanged_474',['titleChanged',['../classExternalWindow.html#afd42fab01a270aab541b161237b7d9f3',1,'ExternalWindow']]], + ['tofront_475',['toFront',['../classSubWidget.html#a3426cbcf0104c8a5c9996e3efff75381',1,'SubWidget']]], + ['toplevelwidget_476',['TopLevelWidget',['../classTopLevelWidget.html',1,'TopLevelWidget'],['../classTopLevelWidget.html#a3cdeec5e7b144cc48d89e748a37f538e',1,'TopLevelWidget::TopLevelWidget()']]], + ['transform_477',['transform',['../classNanoVG.html#ad06096ade68bf78bcc256005cd6f2c45',1,'NanoVG']]], + ['transformidentity_478',['transformIdentity',['../classNanoVG.html#a81c8b60a87be8a8d4a5efce8eeaf1915',1,'NanoVG']]], + ['transforminverse_479',['transformInverse',['../classNanoVG.html#ac5692f82bcac4858f44d9fd0df287cad',1,'NanoVG']]], + ['transformmultiply_480',['transformMultiply',['../classNanoVG.html#a3ac9aade102afb3a4f84966f0727c6c6',1,'NanoVG']]], + ['transformpoint_481',['transformPoint',['../classNanoVG.html#ae2e49763ab7f503016c0dede0dbfd3cc',1,'NanoVG']]], + ['transformpremultiply_482',['transformPremultiply',['../classNanoVG.html#a1416fbff2a0ecada90b2d9852bfbaf42',1,'NanoVG']]], + ['transformrotate_483',['transformRotate',['../classNanoVG.html#a43e16d0f94dc0a49dae5128d69e75e3c',1,'NanoVG']]], + ['transformscale_484',['transformScale',['../classNanoVG.html#a94c1f78baadff1d6c6a5a4d52dd770d7',1,'NanoVG']]], + ['transformskewx_485',['transformSkewX',['../classNanoVG.html#a178b6b9a8c755cda91ccba2b6239d279',1,'NanoVG']]], + ['transformskewy_486',['transformSkewY',['../classNanoVG.html#af23e7f6a6056e5efe72944fa68767704',1,'NanoVG']]], + ['transformtranslate_487',['transformTranslate',['../classNanoVG.html#a022e3cdfa06f5bc9103b37dfa64adb2c',1,'NanoVG']]], + ['transientparentwindowchanged_488',['transientParentWindowChanged',['../classExternalWindow.html#a4ea76a2c6240c95ff941bc95841c73c8',1,'ExternalWindow']]], + ['translate_489',['translate',['../classNanoVG.html#abc1d6466eb7fdc57a869ec7b9fdd6bdf',1,'NanoVG']]], + ['triangle_490',['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']]] ]; diff --git a/search/all_13.js b/search/all_13.js index 082f47a0..33c9cc5d 100644 --- a/search/all_13.js +++ b/search/all_13.js @@ -1,8 +1,8 @@ var searchData= [ - ['ui_490',['UI',['../classUI.html',1,'UI'],['../classUI.html#a3015119edd4c96e7082f171a81cc5aa8',1,'UI::UI()']]], - ['uiidle_491',['uiIdle',['../classUI.html#af8de639088f3b2d42c266a2d2d6719da',1,'UI']]], - ['uiscalefactorchanged_492',['uiScaleFactorChanged',['../classUI.html#ad89b09ef4e8129d72ff3b3cb8716a96b',1,'UI']]], - ['unit_493',['unit',['../structParameter.html#a2f79574998d34504e3a694163b4599a1',1,'Parameter']]], - ['use_5fnamespace_5fdistrho_494',['USE_NAMESPACE_DISTRHO',['../group__NamespaceMacros.html#gadcd7e7d900fbae0fa1a71d6fbab4d59c',1,'DistrhoInfo.hpp']]] + ['ui_491',['UI',['../classUI.html',1,'UI'],['../classUI.html#a3015119edd4c96e7082f171a81cc5aa8',1,'UI::UI()']]], + ['uiidle_492',['uiIdle',['../classUI.html#af8de639088f3b2d42c266a2d2d6719da',1,'UI']]], + ['uiscalefactorchanged_493',['uiScaleFactorChanged',['../classUI.html#ad89b09ef4e8129d72ff3b3cb8716a96b',1,'UI']]], + ['unit_494',['unit',['../structParameter.html#a2f79574998d34504e3a694163b4599a1',1,'Parameter']]], + ['use_5fnamespace_5fdistrho_495',['USE_NAMESPACE_DISTRHO',['../group__NamespaceMacros.html#gadcd7e7d900fbae0fa1a71d6fbab4d59c',1,'DistrhoInfo.hpp']]] ]; diff --git a/search/all_14.js b/search/all_14.js index 6d39ef23..8768e694 100644 --- a/search/all_14.js +++ b/search/all_14.js @@ -1,10 +1,10 @@ var searchData= [ - ['valid_495',['valid',['../structTimePosition_1_1BarBeatTick.html#a45a05047e923285af0fbeacb371e3f4e',1,'TimePosition::BarBeatTick']]], - ['value_496',['value',['../structParameterEnumerationValue.html#a292f282837daa791205027d998907ae9',1,'ParameterEnumerationValue']]], - ['values_497',['values',['../structParameterEnumerationValues.html#ae101471c5d819624398001c84c534b7a',1,'ParameterEnumerationValues']]], - ['vestige_5fheader_498',['VESTIGE_HEADER',['../group__ExtraPluginMacros.html#ga89155a96125944b4e4eb32d69d65272e',1,'DistrhoInfo.hpp']]], - ['visibilitychanged_499',['visibilityChanged',['../classExternalWindow.html#a60ddf70411d05cef91f4a1eaa09554b8',1,'ExternalWindow']]], - ['vulkangraphicscontext_500',['VulkanGraphicsContext',['../structVulkanGraphicsContext.html',1,'']]], - ['vulkanimage_501',['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_496',['valid',['../structTimePosition_1_1BarBeatTick.html#a45a05047e923285af0fbeacb371e3f4e',1,'TimePosition::BarBeatTick']]], + ['value_497',['value',['../structParameterEnumerationValue.html#a292f282837daa791205027d998907ae9',1,'ParameterEnumerationValue']]], + ['values_498',['values',['../structParameterEnumerationValues.html#ae101471c5d819624398001c84c534b7a',1,'ParameterEnumerationValues']]], + ['vestige_5fheader_499',['VESTIGE_HEADER',['../group__ExtraPluginMacros.html#ga89155a96125944b4e4eb32d69d65272e',1,'DistrhoInfo.hpp']]], + ['visibilitychanged_500',['visibilityChanged',['../classExternalWindow.html#a60ddf70411d05cef91f4a1eaa09554b8',1,'ExternalWindow']]], + ['vulkangraphicscontext_501',['VulkanGraphicsContext',['../structVulkanGraphicsContext.html',1,'']]], + ['vulkanimage_502',['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 34aa455d..c65640b0 100644 --- a/search/all_15.js +++ b/search/all_15.js @@ -1,10 +1,10 @@ var searchData= [ - ['widget_502',['Widget',['../classWidget.html',1,'']]], - ['window_503',['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_504',['withAlpha',['../structColor.html#a664780dcd74f376837dc6c5a219ca566',1,'Color']]], - ['writecustomdata_505',['writeCustomData',['../classRingBufferControl.html#a72e173dcae573f6e2e8ac4cfeb8aa96b',1,'RingBufferControl']]], - ['writecustomtype_506',['writeCustomType',['../classRingBufferControl.html#a3e9c1857e11f0d9efcc2944d6000504b',1,'RingBufferControl']]], - ['writemidievent_507',['writeMidiEvent',['../classPlugin.html#a0467eef817ac130cbbe1c0fbe09660c6',1,'Plugin']]], - ['wrtn_508',['wrtn',['../structHeapBuffer.html#a4d330b5567a46f6b6972f5174b262292',1,'HeapBuffer']]] + ['widget_503',['Widget',['../classWidget.html',1,'']]], + ['window_504',['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_505',['withAlpha',['../structColor.html#a664780dcd74f376837dc6c5a219ca566',1,'Color']]], + ['writecustomdata_506',['writeCustomData',['../classRingBufferControl.html#a72e173dcae573f6e2e8ac4cfeb8aa96b',1,'RingBufferControl']]], + ['writecustomtype_507',['writeCustomType',['../classRingBufferControl.html#a3e9c1857e11f0d9efcc2944d6000504b',1,'RingBufferControl']]], + ['writemidievent_508',['writeMidiEvent',['../classPlugin.html#a0467eef817ac130cbbe1c0fbe09660c6',1,'Plugin']]], + ['wrtn_509',['wrtn',['../structHeapBuffer.html#a4d330b5567a46f6b6972f5174b262292',1,'HeapBuffer']]] ]; diff --git a/search/all_16.js b/search/all_16.js index b2d030ba..29aefc69 100644 --- a/search/all_16.js +++ b/search/all_16.js @@ -1,24 +1,24 @@ var searchData= [ - ['_7eapplication_509',['~Application',['../classApplication.html#a20573928a0d53fb96d929513bc5acde6',1,'Application']]], - ['_7ebaseevent_510',['~BaseEvent',['../structWidget_1_1BaseEvent.html#a58da172316b49f6d79b879b74ce5792a',1,'Widget::BaseEvent']]], - ['_7ecairobasewidget_511',['~CairoBaseWidget',['../classCairoBaseWidget.html#ab76ae3b54d624b194e6392ba48799ce4',1,'CairoBaseWidget']]], - ['_7ecairoimage_512',['~CairoImage',['../classCairoImage.html#a36abbee6a47fc3447f00270aa16a82b7',1,'CairoImage']]], - ['_7eexternalwindow_513',['~ExternalWindow',['../classExternalWindow.html#a97f21d30b4449fc5cd87396ff051c199',1,'ExternalWindow']]], - ['_7eheapringbuffer_514',['~HeapRingBuffer',['../classHeapRingBuffer.html#ae2e25c610073d35998efd7106b5eb8a0',1,'HeapRingBuffer']]], - ['_7eimagebase_515',['~ImageBase',['../classImageBase.html#a247e1c3259d5943a5766c99f61da9309',1,'ImageBase']]], - ['_7eleakedobjectdetector_516',['~LeakedObjectDetector',['../classLeakedObjectDetector.html#af4fd575fa5361ce5b01f65a635b1d6b3',1,'LeakedObjectDetector']]], - ['_7enanobasewidget_517',['~NanoBaseWidget',['../classNanoBaseWidget.html#a902dabbadc38052f23a0a1820ddf8003',1,'NanoBaseWidget']]], - ['_7enanoimage_518',['~NanoImage',['../classNanoImage.html#a8915fb5eae1a0180edd3f5babf6a0091',1,'NanoImage']]], - ['_7enanovg_519',['~NanoVG',['../classNanoVG.html#a3e05169f4e66e811537adaea17e4bb3f',1,'NanoVG']]], - ['_7eopenglimage_520',['~OpenGLImage',['../classOpenGLImage.html#a97461921a4eba66af7cfeaf84595f3ad',1,'OpenGLImage']]], - ['_7eplugin_521',['~Plugin',['../classPlugin.html#a89814b8f0b1c91e49140d42eb8331383',1,'Plugin']]], - ['_7escopedgraphicscontext_522',['~ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html#a18fa5edc2ecfeafcc0849094ab49996e',1,'Window::ScopedGraphicsContext']]], - ['_7escopedpointer_523',['~ScopedPointer',['../classScopedPointer.html#a3c540f0121065aafa5f9607362fc1450',1,'ScopedPointer']]], - ['_7esubwidget_524',['~SubWidget',['../classSubWidget.html#a0f6225f53db69cd682910939edc9fd96',1,'SubWidget']]], - ['_7etoplevelwidget_525',['~TopLevelWidget',['../classTopLevelWidget.html#a73c0ee0ce1e84c9e18d0f6dcdcb9104a',1,'TopLevelWidget']]], - ['_7eui_526',['~UI',['../classUI.html#a47e7b6111faba049dfee4738d067cc42',1,'UI']]], - ['_7evulkanimage_527',['~VulkanImage',['../classVulkanImage.html#a45ab89d12d9a6a08f4986ac241a025dc',1,'VulkanImage']]], - ['_7ewidget_528',['~Widget',['../classWidget.html#a714cf798aadb4d615f6f60a355382c02',1,'Widget']]], - ['_7ewindow_529',['~Window',['../classWindow.html#a62b4a97b3c2e492f1d9a46092011e2d9',1,'Window']]] + ['_7eapplication_510',['~Application',['../classApplication.html#a20573928a0d53fb96d929513bc5acde6',1,'Application']]], + ['_7ebaseevent_511',['~BaseEvent',['../structWidget_1_1BaseEvent.html#a58da172316b49f6d79b879b74ce5792a',1,'Widget::BaseEvent']]], + ['_7ecairobasewidget_512',['~CairoBaseWidget',['../classCairoBaseWidget.html#ab76ae3b54d624b194e6392ba48799ce4',1,'CairoBaseWidget']]], + ['_7ecairoimage_513',['~CairoImage',['../classCairoImage.html#a36abbee6a47fc3447f00270aa16a82b7',1,'CairoImage']]], + ['_7eexternalwindow_514',['~ExternalWindow',['../classExternalWindow.html#a97f21d30b4449fc5cd87396ff051c199',1,'ExternalWindow']]], + ['_7eheapringbuffer_515',['~HeapRingBuffer',['../classHeapRingBuffer.html#ae2e25c610073d35998efd7106b5eb8a0',1,'HeapRingBuffer']]], + ['_7eimagebase_516',['~ImageBase',['../classImageBase.html#a247e1c3259d5943a5766c99f61da9309',1,'ImageBase']]], + ['_7eleakedobjectdetector_517',['~LeakedObjectDetector',['../classLeakedObjectDetector.html#af4fd575fa5361ce5b01f65a635b1d6b3',1,'LeakedObjectDetector']]], + ['_7enanobasewidget_518',['~NanoBaseWidget',['../classNanoBaseWidget.html#a902dabbadc38052f23a0a1820ddf8003',1,'NanoBaseWidget']]], + ['_7enanoimage_519',['~NanoImage',['../classNanoImage.html#a8915fb5eae1a0180edd3f5babf6a0091',1,'NanoImage']]], + ['_7enanovg_520',['~NanoVG',['../classNanoVG.html#a3e05169f4e66e811537adaea17e4bb3f',1,'NanoVG']]], + ['_7eopenglimage_521',['~OpenGLImage',['../classOpenGLImage.html#a97461921a4eba66af7cfeaf84595f3ad',1,'OpenGLImage']]], + ['_7eplugin_522',['~Plugin',['../classPlugin.html#a89814b8f0b1c91e49140d42eb8331383',1,'Plugin']]], + ['_7escopedgraphicscontext_523',['~ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html#a18fa5edc2ecfeafcc0849094ab49996e',1,'Window::ScopedGraphicsContext']]], + ['_7escopedpointer_524',['~ScopedPointer',['../classScopedPointer.html#a3c540f0121065aafa5f9607362fc1450',1,'ScopedPointer']]], + ['_7esubwidget_525',['~SubWidget',['../classSubWidget.html#a0f6225f53db69cd682910939edc9fd96',1,'SubWidget']]], + ['_7etoplevelwidget_526',['~TopLevelWidget',['../classTopLevelWidget.html#a73c0ee0ce1e84c9e18d0f6dcdcb9104a',1,'TopLevelWidget']]], + ['_7eui_527',['~UI',['../classUI.html#a47e7b6111faba049dfee4738d067cc42',1,'UI']]], + ['_7evulkanimage_528',['~VulkanImage',['../classVulkanImage.html#a45ab89d12d9a6a08f4986ac241a025dc',1,'VulkanImage']]], + ['_7ewidget_529',['~Widget',['../classWidget.html#a714cf798aadb4d615f6f60a355382c02',1,'Widget']]], + ['_7ewindow_530',['~Window',['../classWindow.html#a62b4a97b3c2e492f1d9a46092011e2d9',1,'Window']]] ]; diff --git a/search/all_3.js b/search/all_3.js index d1f1eef0..65922d6b 100644 --- a/search/all_3.js +++ b/search/all_3.js @@ -6,60 +6,61 @@ var searchData= ['d_5fisequal_63',['d_isEqual',['../group__MathFunctions.html#gabcb7db6e30f7428a3caa0fdec12af17a',1,'DistrhoUtils.hpp']]], ['d_5fisnotequal_64',['d_isNotEqual',['../group__MathFunctions.html#gaf99f3a8a1c9d97b07c0f225fad8a27b7',1,'DistrhoUtils.hpp']]], ['d_5fisnotzero_65',['d_isNotZero',['../group__MathFunctions.html#gaa8753f357eea6f93c5fa4e538ce6ac47',1,'DistrhoUtils.hpp']]], - ['d_5fnextpowerof2_66',['d_nextPowerOf2',['../group__MathFunctions.html#gaded8dbdc7ff99c70e7361b3f1a32b584',1,'DistrhoUtils.hpp']]], - ['d_5fpass_67',['d_pass',['../group__MiscellaneousFunctions.html#ga208c5bc138b7d4d4e318b6174c9dbf6d',1,'DistrhoUtils.hpp']]], - ['d_5fsafe_5fassert_68',['d_safe_assert',['../group__StringPrintFunctions.html#ga9473c264004ac48764062fd881a55cff',1,'DistrhoUtils.hpp']]], - ['d_5fsafe_5fassert_5fint_69',['d_safe_assert_int',['../group__StringPrintFunctions.html#gac59f28efd3d30333551df9ca47c1fc0f',1,'DistrhoUtils.hpp']]], - ['d_5fsafe_5fassert_5fint2_70',['d_safe_assert_int2',['../group__StringPrintFunctions.html#ga9b31f29f7fde426a4a5bc9b1616aad28',1,'DistrhoUtils.hpp']]], - ['d_5fsafe_5fassert_5fuint_71',['d_safe_assert_uint',['../group__StringPrintFunctions.html#gaf7645d9dcbbd44b92b8b6d4625a8e95c',1,'DistrhoUtils.hpp']]], - ['d_5fsafe_5fassert_5fuint2_72',['d_safe_assert_uint2',['../group__StringPrintFunctions.html#gae62da5934fcf22b46324ddc2c44c3e58',1,'DistrhoUtils.hpp']]], - ['d_5fsafe_5fexception_73',['d_safe_exception',['../group__StringPrintFunctions.html#ga98137b745947d74f613859780c81ba69',1,'DistrhoUtils.hpp']]], - ['d_5fstderr_74',['d_stderr',['../group__StringPrintFunctions.html#ga61feaac6d65661f631be4136041e7bce',1,'DistrhoUtils.hpp']]], - ['d_5fstderr2_75',['d_stderr2',['../group__StringPrintFunctions.html#ga9861b6a26e43554680f50623196dde7b',1,'DistrhoUtils.hpp']]], - ['d_5fstdout_76',['d_stdout',['../group__StringPrintFunctions.html#ga78b9baaeb515112b1e5ec1182bab299b',1,'DistrhoUtils.hpp']]], - ['d_5fversion_77',['d_version',['../group__MiscellaneousFunctions.html#ga95d67ff74d46b2c80f15c7790a523154',1,'DistrhoUtils.hpp']]], - ['data_78',['data',['../structMidiEvent.html#aba54410d44eef48c10516f29452ef3a9',1,'MidiEvent']]], - ['deactivate_79',['deactivate',['../classPlugin.html#aa089a56572bc8f1cb7e4b538c0d19c46',1,'Plugin']]], - ['def_80',['def',['../structParameterRanges.html#aa0aba68115bcfff25c35b2da2f7aed4c',1,'ParameterRanges']]], - ['degtorad_81',['degToRad',['../classNanoVG.html#ae3913bdf0efc2f5504422f558dca2c45',1,'NanoVG']]], - ['deletebuffer_82',['deleteBuffer',['../classHeapRingBuffer.html#a940bc4c023a53a0d511d6f99186d8224',1,'HeapRingBuffer']]], - ['description_83',['description',['../structParameter.html#a5aacdf5c58652cc6840ebfbe2a748d29',1,'Parameter']]], - ['designation_84',['designation',['../structParameter.html#a3bbf6f7d5ccea9a13504bd6ee3713986',1,'Parameter']]], - ['dgl_5ffile_5fbrowser_5fdisabled_85',['DGL_FILE_BROWSER_DISABLED',['../group__ExtraPluginMacros.html#gabf2289230c19cc52d848bb174955f379',1,'DistrhoInfo.hpp']]], - ['dgl_5fno_5fshared_5fresources_86',['DGL_NO_SHARED_RESOURCES',['../group__ExtraPluginMacros.html#ga38bbd9136e90d6b4ecd77823fc2f29ab',1,'DistrhoInfo.hpp']]], - ['dgl_5fuse_5fopengl3_87',['DGL_USE_OPENGL3',['../group__ExtraPluginMacros.html#ga01988e3c3664d33fac3b7958715b00fd',1,'DistrhoInfo.hpp']]], - ['distrho_5fnamespace_88',['DISTRHO_NAMESPACE',['../group__NamespaceMacros.html#gad4d95edc702f6066ba2f41740f7e5393',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fhas_5fui_89',['DISTRHO_PLUGIN_HAS_UI',['../group__PluginMacros.html#gacf8a1af679c09637ba0bdc5f4f8e37dd',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fis_5frt_5fsafe_90',['DISTRHO_PLUGIN_IS_RT_SAFE',['../group__PluginMacros.html#ga82546dd199fcea338b113f2f6da84ced',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fis_5fsynth_91',['DISTRHO_PLUGIN_IS_SYNTH',['../group__PluginMacros.html#ga854bde6b6fdb0d47182149dbab0fed72',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5flv2_5fcategory_92',['DISTRHO_PLUGIN_LV2_CATEGORY',['../group__PluginMacros.html#ga97bd6556fb9fcfc181778edb4fceeeef',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fminimum_5fbuffer_5fsize_93',['DISTRHO_PLUGIN_MINIMUM_BUFFER_SIZE',['../group__PluginMacros.html#ga9e0277ebff0b0a05047439532ff216d5',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fname_94',['DISTRHO_PLUGIN_NAME',['../group__PluginMacros.html#ga888482a9f695c2ca2f433e5f3172dcc4',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fnum_5finputs_95',['DISTRHO_PLUGIN_NUM_INPUTS',['../group__PluginMacros.html#ga5f4f3d9a5dc3c23882d158e636319998',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fnum_5foutputs_96',['DISTRHO_PLUGIN_NUM_OUTPUTS',['../group__PluginMacros.html#ga917195804ebcb2bb48c9fad52b20b3ca',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5furi_97',['DISTRHO_PLUGIN_URI',['../group__PluginMacros.html#ga9cc186448134e6a1956474b3878c97a8',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fuses_5fmodgui_98',['DISTRHO_PLUGIN_USES_MODGUI',['../group__PluginMacros.html#gaf75c327526ca8508c8968e43b6c1e49b',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fvst3_5fcategories_99',['DISTRHO_PLUGIN_VST3_CATEGORIES',['../group__PluginMacros.html#gab5bfd0f8045aa7eedd2ec6f5c9c2d17f',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5fdirect_5faccess_100',['DISTRHO_PLUGIN_WANT_DIRECT_ACCESS',['../group__PluginMacros.html#gac6873a3950f52f3fde8e386af63b69a1',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5ffull_5fstate_101',['DISTRHO_PLUGIN_WANT_FULL_STATE',['../group__PluginMacros.html#gac022d3d0a8782d632d7a801bc9cf721e',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5flatency_102',['DISTRHO_PLUGIN_WANT_LATENCY',['../group__PluginMacros.html#gad6b0ebf10e048f4742f29735da4d4930',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5fmidi_5finput_103',['DISTRHO_PLUGIN_WANT_MIDI_INPUT',['../group__PluginMacros.html#gadf2e2eb7550e4116001c816adfb04a70',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5fmidi_5foutput_104',['DISTRHO_PLUGIN_WANT_MIDI_OUTPUT',['../group__PluginMacros.html#ga548522eb91344a45841a5a95ff4f8073',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5fparameter_5fvalue_5fchange_5frequest_105',['DISTRHO_PLUGIN_WANT_PARAMETER_VALUE_CHANGE_REQUEST',['../group__PluginMacros.html#ga5a33bc5567795bdbbaab32313fabc652',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5fprograms_106',['DISTRHO_PLUGIN_WANT_PROGRAMS',['../group__PluginMacros.html#gad95e24b17f196260cee15255fdb5b677',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5fstate_107',['DISTRHO_PLUGIN_WANT_STATE',['../group__PluginMacros.html#ga255f43cc0997af8b56abcca260c875e0',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5ftimepos_108',['DISTRHO_PLUGIN_WANT_TIMEPOS',['../group__PluginMacros.html#ga496610b956d931b1940d07da48d123f2',1,'DistrhoInfo.hpp']]], - ['distrho_5fui_5fcustom_5finclude_5fpath_109',['DISTRHO_UI_CUSTOM_INCLUDE_PATH',['../group__PluginMacros.html#gaf978778ddb34e3663a5c0bd128067e10',1,'DistrhoInfo.hpp']]], - ['distrho_5fui_5fcustom_5fwidget_5ftype_110',['DISTRHO_UI_CUSTOM_WIDGET_TYPE',['../group__PluginMacros.html#gaf6377f757b9796bd37f7be4e605ccd4a',1,'DistrhoInfo.hpp']]], - ['distrho_5fui_5furi_111',['DISTRHO_UI_URI',['../group__PluginMacros.html#ga420a88022da249b9f38a6046998dbd7c',1,'DistrhoInfo.hpp']]], - ['distrho_5fui_5fuse_5fcustom_112',['DISTRHO_UI_USE_CUSTOM',['../group__PluginMacros.html#ga5bcd1ce31e47a617de4c32fbf85e44ca',1,'DistrhoInfo.hpp']]], - ['distrho_5fui_5fuse_5fnanovg_113',['DISTRHO_UI_USE_NANOVG',['../group__PluginMacros.html#gad49e79936a2aa5afa089cbc051426ccd',1,'DistrhoInfo.hpp']]], - ['distrho_5fui_5fuser_5fresizable_114',['DISTRHO_UI_USER_RESIZABLE',['../group__PluginMacros.html#gabadb9d9ba7f479df39b3963ee60b7a4b',1,'DistrhoInfo.hpp']]], - ['done_115',['done',['../classStandaloneWindow.html#a3b13bbbe8b8c431806ab50d2ea3410ad',1,'StandaloneWindow::done()'],['../structWindow_1_1ScopedGraphicsContext.html#a4647e1da0c4477f021f668459fb3221f',1,'Window::ScopedGraphicsContext::done()']]], - ['dpf_5fruntime_5ftesting_116',['DPF_RUNTIME_TESTING',['../group__ExtraPluginMacros.html#ga692c508f53e1eb8747e261d2435490b7',1,'DistrhoInfo.hpp']]], - ['dpf_5fvst_5fshow_5fparameter_5foutputs_117',['DPF_VST_SHOW_PARAMETER_OUTPUTS',['../group__ExtraPluginMacros.html#ga9e6df7bd76cecd30e3762a58e29cd011',1,'DistrhoInfo.hpp']]], - ['draw_118',['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()'],['../classOpenGLImage.html#a0bd3a7e2a8d8e36ebacf4277a3f915cc',1,'OpenGLImage::draw()']]], - ['drawat_119',['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_120',['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#ab07a01fb85e96f8f7a87e4b3e842a537',1,'Rectangle::drawOutline(const GraphicsContext &context, T lineWidth=1)'],['../classRectangle.html#a562e46203701309da8748dcc5277373e',1,'Rectangle::drawOutline()']]], - ['distrho_20_25plugin_20framework_121',['DISTRHO %Plugin Framework',['../index.html',1,'']]] + ['d_5fiszero_66',['d_isZero',['../group__MathFunctions.html#gae357f9031f7bcd8eccef3443081d3772',1,'DistrhoUtils.hpp']]], + ['d_5fnextpowerof2_67',['d_nextPowerOf2',['../group__MathFunctions.html#gaded8dbdc7ff99c70e7361b3f1a32b584',1,'DistrhoUtils.hpp']]], + ['d_5fpass_68',['d_pass',['../group__MiscellaneousFunctions.html#ga208c5bc138b7d4d4e318b6174c9dbf6d',1,'DistrhoUtils.hpp']]], + ['d_5fsafe_5fassert_69',['d_safe_assert',['../group__StringPrintFunctions.html#ga9473c264004ac48764062fd881a55cff',1,'DistrhoUtils.hpp']]], + ['d_5fsafe_5fassert_5fint_70',['d_safe_assert_int',['../group__StringPrintFunctions.html#gac59f28efd3d30333551df9ca47c1fc0f',1,'DistrhoUtils.hpp']]], + ['d_5fsafe_5fassert_5fint2_71',['d_safe_assert_int2',['../group__StringPrintFunctions.html#ga9b31f29f7fde426a4a5bc9b1616aad28',1,'DistrhoUtils.hpp']]], + ['d_5fsafe_5fassert_5fuint_72',['d_safe_assert_uint',['../group__StringPrintFunctions.html#gaf7645d9dcbbd44b92b8b6d4625a8e95c',1,'DistrhoUtils.hpp']]], + ['d_5fsafe_5fassert_5fuint2_73',['d_safe_assert_uint2',['../group__StringPrintFunctions.html#gae62da5934fcf22b46324ddc2c44c3e58',1,'DistrhoUtils.hpp']]], + ['d_5fsafe_5fexception_74',['d_safe_exception',['../group__StringPrintFunctions.html#ga98137b745947d74f613859780c81ba69',1,'DistrhoUtils.hpp']]], + ['d_5fstderr_75',['d_stderr',['../group__StringPrintFunctions.html#ga61feaac6d65661f631be4136041e7bce',1,'DistrhoUtils.hpp']]], + ['d_5fstderr2_76',['d_stderr2',['../group__StringPrintFunctions.html#ga9861b6a26e43554680f50623196dde7b',1,'DistrhoUtils.hpp']]], + ['d_5fstdout_77',['d_stdout',['../group__StringPrintFunctions.html#ga78b9baaeb515112b1e5ec1182bab299b',1,'DistrhoUtils.hpp']]], + ['d_5fversion_78',['d_version',['../group__MiscellaneousFunctions.html#ga95d67ff74d46b2c80f15c7790a523154',1,'DistrhoUtils.hpp']]], + ['data_79',['data',['../structMidiEvent.html#aba54410d44eef48c10516f29452ef3a9',1,'MidiEvent']]], + ['deactivate_80',['deactivate',['../classPlugin.html#aa089a56572bc8f1cb7e4b538c0d19c46',1,'Plugin']]], + ['def_81',['def',['../structParameterRanges.html#aa0aba68115bcfff25c35b2da2f7aed4c',1,'ParameterRanges']]], + ['degtorad_82',['degToRad',['../classNanoVG.html#ae3913bdf0efc2f5504422f558dca2c45',1,'NanoVG']]], + ['deletebuffer_83',['deleteBuffer',['../classHeapRingBuffer.html#a940bc4c023a53a0d511d6f99186d8224',1,'HeapRingBuffer']]], + ['description_84',['description',['../structParameter.html#a5aacdf5c58652cc6840ebfbe2a748d29',1,'Parameter']]], + ['designation_85',['designation',['../structParameter.html#a3bbf6f7d5ccea9a13504bd6ee3713986',1,'Parameter']]], + ['dgl_5ffile_5fbrowser_5fdisabled_86',['DGL_FILE_BROWSER_DISABLED',['../group__ExtraPluginMacros.html#gabf2289230c19cc52d848bb174955f379',1,'DistrhoInfo.hpp']]], + ['dgl_5fno_5fshared_5fresources_87',['DGL_NO_SHARED_RESOURCES',['../group__ExtraPluginMacros.html#ga38bbd9136e90d6b4ecd77823fc2f29ab',1,'DistrhoInfo.hpp']]], + ['dgl_5fuse_5fopengl3_88',['DGL_USE_OPENGL3',['../group__ExtraPluginMacros.html#ga01988e3c3664d33fac3b7958715b00fd',1,'DistrhoInfo.hpp']]], + ['distrho_5fnamespace_89',['DISTRHO_NAMESPACE',['../group__NamespaceMacros.html#gad4d95edc702f6066ba2f41740f7e5393',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fhas_5fui_90',['DISTRHO_PLUGIN_HAS_UI',['../group__PluginMacros.html#gacf8a1af679c09637ba0bdc5f4f8e37dd',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fis_5frt_5fsafe_91',['DISTRHO_PLUGIN_IS_RT_SAFE',['../group__PluginMacros.html#ga82546dd199fcea338b113f2f6da84ced',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fis_5fsynth_92',['DISTRHO_PLUGIN_IS_SYNTH',['../group__PluginMacros.html#ga854bde6b6fdb0d47182149dbab0fed72',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5flv2_5fcategory_93',['DISTRHO_PLUGIN_LV2_CATEGORY',['../group__PluginMacros.html#ga97bd6556fb9fcfc181778edb4fceeeef',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fminimum_5fbuffer_5fsize_94',['DISTRHO_PLUGIN_MINIMUM_BUFFER_SIZE',['../group__PluginMacros.html#ga9e0277ebff0b0a05047439532ff216d5',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fname_95',['DISTRHO_PLUGIN_NAME',['../group__PluginMacros.html#ga888482a9f695c2ca2f433e5f3172dcc4',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fnum_5finputs_96',['DISTRHO_PLUGIN_NUM_INPUTS',['../group__PluginMacros.html#ga5f4f3d9a5dc3c23882d158e636319998',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fnum_5foutputs_97',['DISTRHO_PLUGIN_NUM_OUTPUTS',['../group__PluginMacros.html#ga917195804ebcb2bb48c9fad52b20b3ca',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5furi_98',['DISTRHO_PLUGIN_URI',['../group__PluginMacros.html#ga9cc186448134e6a1956474b3878c97a8',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fuses_5fmodgui_99',['DISTRHO_PLUGIN_USES_MODGUI',['../group__PluginMacros.html#gaf75c327526ca8508c8968e43b6c1e49b',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fvst3_5fcategories_100',['DISTRHO_PLUGIN_VST3_CATEGORIES',['../group__PluginMacros.html#gab5bfd0f8045aa7eedd2ec6f5c9c2d17f',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fwant_5fdirect_5faccess_101',['DISTRHO_PLUGIN_WANT_DIRECT_ACCESS',['../group__PluginMacros.html#gac6873a3950f52f3fde8e386af63b69a1',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fwant_5ffull_5fstate_102',['DISTRHO_PLUGIN_WANT_FULL_STATE',['../group__PluginMacros.html#gac022d3d0a8782d632d7a801bc9cf721e',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fwant_5flatency_103',['DISTRHO_PLUGIN_WANT_LATENCY',['../group__PluginMacros.html#gad6b0ebf10e048f4742f29735da4d4930',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fwant_5fmidi_5finput_104',['DISTRHO_PLUGIN_WANT_MIDI_INPUT',['../group__PluginMacros.html#gadf2e2eb7550e4116001c816adfb04a70',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fwant_5fmidi_5foutput_105',['DISTRHO_PLUGIN_WANT_MIDI_OUTPUT',['../group__PluginMacros.html#ga548522eb91344a45841a5a95ff4f8073',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fwant_5fparameter_5fvalue_5fchange_5frequest_106',['DISTRHO_PLUGIN_WANT_PARAMETER_VALUE_CHANGE_REQUEST',['../group__PluginMacros.html#ga5a33bc5567795bdbbaab32313fabc652',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fwant_5fprograms_107',['DISTRHO_PLUGIN_WANT_PROGRAMS',['../group__PluginMacros.html#gad95e24b17f196260cee15255fdb5b677',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fwant_5fstate_108',['DISTRHO_PLUGIN_WANT_STATE',['../group__PluginMacros.html#ga255f43cc0997af8b56abcca260c875e0',1,'DistrhoInfo.hpp']]], + ['distrho_5fplugin_5fwant_5ftimepos_109',['DISTRHO_PLUGIN_WANT_TIMEPOS',['../group__PluginMacros.html#ga496610b956d931b1940d07da48d123f2',1,'DistrhoInfo.hpp']]], + ['distrho_5fui_5fcustom_5finclude_5fpath_110',['DISTRHO_UI_CUSTOM_INCLUDE_PATH',['../group__PluginMacros.html#gaf978778ddb34e3663a5c0bd128067e10',1,'DistrhoInfo.hpp']]], + ['distrho_5fui_5fcustom_5fwidget_5ftype_111',['DISTRHO_UI_CUSTOM_WIDGET_TYPE',['../group__PluginMacros.html#gaf6377f757b9796bd37f7be4e605ccd4a',1,'DistrhoInfo.hpp']]], + ['distrho_5fui_5furi_112',['DISTRHO_UI_URI',['../group__PluginMacros.html#ga420a88022da249b9f38a6046998dbd7c',1,'DistrhoInfo.hpp']]], + ['distrho_5fui_5fuse_5fcustom_113',['DISTRHO_UI_USE_CUSTOM',['../group__PluginMacros.html#ga5bcd1ce31e47a617de4c32fbf85e44ca',1,'DistrhoInfo.hpp']]], + ['distrho_5fui_5fuse_5fnanovg_114',['DISTRHO_UI_USE_NANOVG',['../group__PluginMacros.html#gad49e79936a2aa5afa089cbc051426ccd',1,'DistrhoInfo.hpp']]], + ['distrho_5fui_5fuser_5fresizable_115',['DISTRHO_UI_USER_RESIZABLE',['../group__PluginMacros.html#gabadb9d9ba7f479df39b3963ee60b7a4b',1,'DistrhoInfo.hpp']]], + ['done_116',['done',['../classStandaloneWindow.html#a3b13bbbe8b8c431806ab50d2ea3410ad',1,'StandaloneWindow::done()'],['../structWindow_1_1ScopedGraphicsContext.html#a4647e1da0c4477f021f668459fb3221f',1,'Window::ScopedGraphicsContext::done()']]], + ['dpf_5fruntime_5ftesting_117',['DPF_RUNTIME_TESTING',['../group__ExtraPluginMacros.html#ga692c508f53e1eb8747e261d2435490b7',1,'DistrhoInfo.hpp']]], + ['dpf_5fvst_5fshow_5fparameter_5foutputs_118',['DPF_VST_SHOW_PARAMETER_OUTPUTS',['../group__ExtraPluginMacros.html#ga9e6df7bd76cecd30e3762a58e29cd011',1,'DistrhoInfo.hpp']]], + ['draw_119',['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()'],['../classOpenGLImage.html#a0bd3a7e2a8d8e36ebacf4277a3f915cc',1,'OpenGLImage::draw()']]], + ['drawat_120',['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_121',['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#ab07a01fb85e96f8f7a87e4b3e842a537',1,'Rectangle::drawOutline(const GraphicsContext &context, T lineWidth=1)'],['../classRectangle.html#a562e46203701309da8748dcc5277373e',1,'Rectangle::drawOutline()']]], + ['distrho_20_25plugin_20framework_122',['DISTRHO %Plugin Framework',['../index.html',1,'']]] ]; diff --git a/search/all_4.js b/search/all_4.js index 34333fb8..77ca649f 100644 --- a/search/all_4.js +++ b/search/all_4.js @@ -1,12 +1,12 @@ var searchData= [ - ['editparameter_122',['editParameter',['../classUI.html#a2efcd4f21af0470e91fb6a342d7667a0',1,'UI']]], - ['ellipse_123',['ellipse',['../classNanoVG.html#a2081ea8d4c33481d24ae98d1a65a6f9b',1,'NanoVG']]], - ['end_5fnamespace_5fdistrho_124',['END_NAMESPACE_DISTRHO',['../group__NamespaceMacros.html#ga3ff541a449593e069a29e92d21e38ef3',1,'DistrhoInfo.hpp']]], - ['endframe_125',['endFrame',['../classNanoVG.html#a432d8c79b21f61eb1010a75cc13ee711',1,'NanoVG']]], - ['entry_20points_126',['Entry Points',['../group__EntryPoints.html',1,'']]], - ['enumvalues_127',['enumValues',['../structParameter.html#ab94ec79aad8e8f6e4bc33d046f029358',1,'Parameter']]], - ['exec_128',['exec',['../classApplication.html#a805dd37af3b9adfc1d0ee1e734ad81e3',1,'Application::exec()'],['../classWindow.html#addce529703b96ff6742428c8bd8c4cba',1,'Window::exec()']]], - ['externalwindow_129',['ExternalWindow',['../classExternalWindow.html',1,'ExternalWindow'],['../classExternalWindow.html#afc5ed08d95e01734cdfbd6c69d8505c6',1,'ExternalWindow::ExternalWindow()'],['../classExternalWindow.html#a4db15a0baa5e85c04b4a8c3545958aad',1,'ExternalWindow::ExternalWindow(const PrivateData &data)']]], - ['extra_20plugin_20macros_130',['Extra Plugin Macros',['../group__ExtraPluginMacros.html',1,'']]] + ['editparameter_123',['editParameter',['../classUI.html#a2efcd4f21af0470e91fb6a342d7667a0',1,'UI']]], + ['ellipse_124',['ellipse',['../classNanoVG.html#a2081ea8d4c33481d24ae98d1a65a6f9b',1,'NanoVG']]], + ['end_5fnamespace_5fdistrho_125',['END_NAMESPACE_DISTRHO',['../group__NamespaceMacros.html#ga3ff541a449593e069a29e92d21e38ef3',1,'DistrhoInfo.hpp']]], + ['endframe_126',['endFrame',['../classNanoVG.html#a432d8c79b21f61eb1010a75cc13ee711',1,'NanoVG']]], + ['entry_20points_127',['Entry Points',['../group__EntryPoints.html',1,'']]], + ['enumvalues_128',['enumValues',['../structParameter.html#ab94ec79aad8e8f6e4bc33d046f029358',1,'Parameter']]], + ['exec_129',['exec',['../classApplication.html#a805dd37af3b9adfc1d0ee1e734ad81e3',1,'Application::exec()'],['../classWindow.html#addce529703b96ff6742428c8bd8c4cba',1,'Window::exec()']]], + ['externalwindow_130',['ExternalWindow',['../classExternalWindow.html',1,'ExternalWindow'],['../classExternalWindow.html#afc5ed08d95e01734cdfbd6c69d8505c6',1,'ExternalWindow::ExternalWindow()'],['../classExternalWindow.html#a4db15a0baa5e85c04b4a8c3545958aad',1,'ExternalWindow::ExternalWindow(const PrivateData &data)']]], + ['extra_20plugin_20macros_131',['Extra Plugin Macros',['../group__ExtraPluginMacros.html',1,'']]] ]; diff --git a/search/all_5.js b/search/all_5.js index 3c8d82e0..6ca5b7d5 100644 --- a/search/all_5.js +++ b/search/all_5.js @@ -1,20 +1,20 @@ var searchData= [ - ['filebrowseroptions_131',['FileBrowserOptions',['../structWindow_1_1FileBrowserOptions.html',1,'Window::FileBrowserOptions'],['../structWindow_1_1FileBrowserOptions.html#ad34fe0200a1bd00028f7753aeba9b2fc',1,'Window::FileBrowserOptions::FileBrowserOptions()']]], - ['filebrowserselected_132',['fileBrowserSelected',['../classWindow.html#a6ec017881675f860ae746dad6c021b63',1,'Window']]], - ['fill_133',['fill',['../classNanoVG.html#ae6e189b2c0b5a67c8c227d89b9bdb56e',1,'NanoVG']]], - ['fillcolor_134',['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_135',['fillPaint',['../classNanoVG.html#aca56cc6d1c2455fc9f750cce4dc132d0',1,'NanoVG']]], - ['findfont_136',['findFont',['../classNanoVG.html#afbcfaa824c76e00eb22bd3f7dd5d1ab0',1,'NanoVG']]], - ['fixbounds_137',['fixBounds',['../structColor.html#aad01f46af4cdb18b2bcbddd3f63d14d5',1,'Color']]], - ['fixdefault_138',['fixDefault',['../structParameterRanges.html#a17519e584ccc28e87b73bfbd1a81cf10',1,'ParameterRanges']]], - ['fixvalue_139',['fixValue',['../structParameterRanges.html#a1dac84c100f420bfc529a4d2ea60dc7c',1,'ParameterRanges']]], - ['focus_140',['focus',['../classExternalWindow.html#a6957b4f82aa3e3557c4c455bbc6b1e15',1,'ExternalWindow::focus()'],['../classWindow.html#a03985e4ca2c9b4fcf572b5029e8c0115',1,'Window::focus()']]], - ['fontblur_141',['fontBlur',['../classNanoVG.html#aa0a42259164f0893ea63929cfce29a75',1,'NanoVG']]], - ['fontface_142',['fontFace',['../classNanoVG.html#a22fa48b86dac0cc4ab1cd922de39c52b',1,'NanoVG']]], - ['fontfaceid_143',['fontFaceId',['../classNanoVG.html#a2d32dbd0fb0dd0ae36fdc6ef2be65f6c',1,'NanoVG']]], - ['fontsize_144',['fontSize',['../classNanoVG.html#a23353792b4267d74f8f7a665d358c1a4',1,'NanoVG']]], - ['frame_145',['frame',['../structMidiEvent.html#aca2f6590b33bd2175ab71f985747d88e',1,'MidiEvent::frame()'],['../structTimePosition.html#aa3606d1c518c7ebe6335bc19f72b015b',1,'TimePosition::frame()']]], - ['fromhsl_146',['fromHSL',['../structColor.html#a41820f7349e997489d53f98036e76a0c',1,'Color']]], - ['fromhtml_147',['fromHTML',['../structColor.html#abdc66d9b8c6422a721f8d576e871f646',1,'Color']]] + ['filebrowseroptions_132',['FileBrowserOptions',['../structWindow_1_1FileBrowserOptions.html',1,'Window::FileBrowserOptions'],['../structWindow_1_1FileBrowserOptions.html#ad34fe0200a1bd00028f7753aeba9b2fc',1,'Window::FileBrowserOptions::FileBrowserOptions()']]], + ['filebrowserselected_133',['fileBrowserSelected',['../classWindow.html#a6ec017881675f860ae746dad6c021b63',1,'Window']]], + ['fill_134',['fill',['../classNanoVG.html#ae6e189b2c0b5a67c8c227d89b9bdb56e',1,'NanoVG']]], + ['fillcolor_135',['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_136',['fillPaint',['../classNanoVG.html#aca56cc6d1c2455fc9f750cce4dc132d0',1,'NanoVG']]], + ['findfont_137',['findFont',['../classNanoVG.html#afbcfaa824c76e00eb22bd3f7dd5d1ab0',1,'NanoVG']]], + ['fixbounds_138',['fixBounds',['../structColor.html#aad01f46af4cdb18b2bcbddd3f63d14d5',1,'Color']]], + ['fixdefault_139',['fixDefault',['../structParameterRanges.html#a17519e584ccc28e87b73bfbd1a81cf10',1,'ParameterRanges']]], + ['fixvalue_140',['fixValue',['../structParameterRanges.html#a1dac84c100f420bfc529a4d2ea60dc7c',1,'ParameterRanges']]], + ['focus_141',['focus',['../classExternalWindow.html#a6957b4f82aa3e3557c4c455bbc6b1e15',1,'ExternalWindow::focus()'],['../classWindow.html#a03985e4ca2c9b4fcf572b5029e8c0115',1,'Window::focus()']]], + ['fontblur_142',['fontBlur',['../classNanoVG.html#aa0a42259164f0893ea63929cfce29a75',1,'NanoVG']]], + ['fontface_143',['fontFace',['../classNanoVG.html#a22fa48b86dac0cc4ab1cd922de39c52b',1,'NanoVG']]], + ['fontfaceid_144',['fontFaceId',['../classNanoVG.html#a2d32dbd0fb0dd0ae36fdc6ef2be65f6c',1,'NanoVG']]], + ['fontsize_145',['fontSize',['../classNanoVG.html#a23353792b4267d74f8f7a665d358c1a4',1,'NanoVG']]], + ['frame_146',['frame',['../structMidiEvent.html#aca2f6590b33bd2175ab71f985747d88e',1,'MidiEvent::frame()'],['../structTimePosition.html#aa3606d1c518c7ebe6335bc19f72b015b',1,'TimePosition::frame()']]], + ['fromhsl_147',['fromHSL',['../structColor.html#a41820f7349e997489d53f98036e76a0c',1,'Color']]], + ['fromhtml_148',['fromHTML',['../structColor.html#abdc66d9b8c6422a721f8d576e871f646',1,'Color']]] ]; diff --git a/search/all_6.js b/search/all_6.js index 45c5865d..bd7473de 100644 --- a/search/all_6.js +++ b/search/all_6.js @@ -1,77 +1,77 @@ var searchData= [ - ['get_148',['get',['../classScopedPointer.html#ac65fb45b9eb2d53773489fcfbc6fd740',1,'ScopedPointer']]], - ['getabsolutearea_149',['getAbsoluteArea',['../classSubWidget.html#af2f289973c4a58d78eb6bb12bcbf093a',1,'SubWidget']]], - ['getabsolutepos_150',['getAbsolutePos',['../classSubWidget.html#a1c67b16fb0234941f387a960a0f0cb76',1,'SubWidget']]], - ['getabsolutex_151',['getAbsoluteX',['../classSubWidget.html#a5a641f035fa0ce5b5e87ee9b3ab7bf34',1,'SubWidget']]], - ['getabsolutey_152',['getAbsoluteY',['../classSubWidget.html#aefe10cc8f9d62950b56f71559d1e3f5e',1,'SubWidget']]], - ['getapp_153',['getApp',['../classTopLevelWidget.html#af5c5c403ba231c14b3a41684bef45648',1,'TopLevelWidget::getApp()'],['../classWidget.html#a373419bc6353abf50a502cdbebd736e7',1,'Widget::getApp()'],['../classWindow.html#a92600b2e0715646b80474fccbcadf336',1,'Window::getApp()']]], - ['getbackgroundcolor_154',['getBackgroundColor',['../classUI.html#a3c47bc4cb3dcc558bbd05791d1cc83f5',1,'UI']]], - ['getbinaryfilename_155',['getBinaryFilename',['../group__PluginRelatedUtilities.html#ga59aac78ab7142a37a7a2c5f0c7fd2a62',1,'DistrhoPluginUtils.hpp']]], - ['getbuffersize_156',['getBufferSize',['../classPlugin.html#a2643e638f62cfd4990247ec66bed60d2',1,'Plugin']]], - ['getbundlepath_157',['getBundlePath',['../classPlugin.html#a5fd60c82f5a50f12312c57729885fc2f',1,'Plugin::getBundlePath()'],['../classUI.html#a3359930fbeb2670230e617d430ecd67e',1,'UI::getBundlePath()']]], - ['getconstrainedabsolutearea_158',['getConstrainedAbsoluteArea',['../classSubWidget.html#a72bf08fe6f61fc935f6f0836d308bc9e',1,'SubWidget']]], - ['getcontext_159',['getContext',['../classNanoVG.html#a8b6f8caad8acb883fadc06a606ccade7',1,'NanoVG']]], - ['getdescription_160',['getDescription',['../classPlugin.html#a30db5eef9de617f4c81d5c6925facea3',1,'Plugin']]], - ['getendpos_161',['getEndPos',['../classLine.html#aa3f70d792719c026b35b3f32dc19ac65',1,'Line']]], - ['getendx_162',['getEndX',['../classLine.html#a15462cbbe5154d8b27fd6c53ddafc17f',1,'Line']]], - ['getendy_163',['getEndY',['../classLine.html#a5c5de1ccedae8ea85fd711eab10359dd',1,'Line']]], - ['getfixedandnormalizedvalue_164',['getFixedAndNormalizedValue',['../structParameterRanges.html#a82698a1e07b1b04ccb5df0de4db0d0be',1,'ParameterRanges']]], - ['getfixedvalue_165',['getFixedValue',['../structParameterRanges.html#a983383b2b3ce5d049802a7f0a12cee0c',1,'ParameterRanges']]], - ['getforegroundcolor_166',['getForegroundColor',['../classUI.html#a607ea9f2978605808d8ef5dc3531fae7',1,'UI']]], - ['getformat_167',['getFormat',['../classImageBase.html#a4b0c40113f956eaf2f2e0e51395b0926',1,'ImageBase']]], - ['getgeometryconstraints_168',['getGeometryConstraints',['../classWindow.html#a540fbc63288c019f420123644acc6a11',1,'Window']]], - ['getgraphicscontext_169',['getGraphicsContext',['../classWidget.html#ae23d09ec0e5f0397a3451b603b407182',1,'Widget::getGraphicsContext()'],['../classWindow.html#aa73a74df08f29d576e18cf1d61ea9897',1,'Window::getGraphicsContext()']]], - ['getheight_170',['getHeight',['../classExternalWindow.html#a6206ef403f95462ef84fe8127b65b1b7',1,'ExternalWindow::getHeight()'],['../classSize.html#a562e9d68738d1873a6aa0615af80505b',1,'Size::getHeight()'],['../classRectangle.html#a46b5c88ccfdf1b9f5c1086bb0852c94a',1,'Rectangle::getHeight()'],['../classImageBase.html#aff56029a17822f19b518560e82aba878',1,'ImageBase::getHeight()'],['../classWidget.html#aa20f6dc096a8836706173f31324c4db8',1,'Widget::getHeight()'],['../classWindow.html#a5d53bcba43455f8f77cfcbac61ec6c8e',1,'Window::getHeight()']]], - ['gethomepage_171',['getHomePage',['../classPlugin.html#ad12c681ce31004da0badd609763f45c5',1,'Plugin']]], - ['getid_172',['getId',['../classWidget.html#a3ee6b2824e3f3719c1c9b3d070385f49',1,'Widget']]], - ['getignoringkeyrepeat_173',['getIgnoringKeyRepeat',['../classWindow.html#a0e1895a4e93ee0d7c34a9b10953c968e',1,'Window']]], - ['getlabel_174',['getLabel',['../classPlugin.html#a00f7945c16149db6845fbcc2af729f4f',1,'Plugin']]], - ['getlicense_175',['getLicense',['../classPlugin.html#a686a3c92a376a185d6fd97efd59125d1',1,'Plugin']]], - ['getmaker_176',['getMaker',['../classPlugin.html#a955832840de786a7a22798f0ef451c5d',1,'Plugin']]], - ['getmargin_177',['getMargin',['../classSubWidget.html#abe42b4ff151599ca5ea72f2e26e93860',1,'SubWidget']]], - ['getname_178',['getName',['../classPlugin.html#aebb5df5cde162462dc460d4fd45dae75',1,'Plugin']]], - ['getnativewindowhandle_179',['getNativeWindowHandle',['../classExternalWindow.html#a8ec7abf1b22271458926530b377f2c27',1,'ExternalWindow::getNativeWindowHandle()'],['../classWindow.html#a01a9277a2e19766947f9a99b43147bfd',1,'Window::getNativeWindowHandle()']]], - ['getnextbundlepath_180',['getNextBundlePath',['../classUI.html#ab157329c83a4660dd059508dc8d041f5',1,'UI']]], - ['getnextscalefactor_181',['getNextScaleFactor',['../classUI.html#aa7277c575b7d0a75475e5a7ae684dc0f',1,'UI']]], - ['getnextwindowid_182',['getNextWindowId',['../classUI.html#a4630e30aec3f3e7dcfc353ef2807bf56',1,'UI']]], - ['getnormalizedvalue_183',['getNormalizedValue',['../structParameterRanges.html#ad16ef939c1caa2f51e9a4041f769f86e',1,'ParameterRanges']]], - ['getnumsegments_184',['getNumSegments',['../classCircle.html#a3a1586ea9115cc97473a2338127223b6',1,'Circle']]], - ['getobject_185',['getObject',['../classScopedPointer.html#a1a88fa0865167c487050a9519297d4ed',1,'ScopedPointer']]], - ['getparametervalue_186',['getParameterValue',['../classPlugin.html#af9e9f5438e2e0c2352052eb5f95832aa',1,'Plugin']]], - ['getparentwidget_187',['getParentWidget',['../classSubWidget.html#a2d658e71ccb9502b8409a08782d8b345',1,'SubWidget']]], - ['getparentwindowhandle_188',['getParentWindowHandle',['../classExternalWindow.html#a56da59b2722bd7b0a6c63f9f7f120839',1,'ExternalWindow']]], - ['getpluginformatname_189',['getPluginFormatName',['../group__PluginRelatedUtilities.html#gac339d6837f2d1a89d4d63b322822e32d',1,'DistrhoPluginUtils.hpp']]], - ['getplugininstancepointer_190',['getPluginInstancePointer',['../classUI.html#a0863a8f7ca7fc7e172e703c58518329f',1,'UI']]], - ['getpos_191',['getPos',['../classCircle.html#abdabe0a9d85db389485c69d6a7b6071e',1,'Circle::getPos()'],['../classRectangle.html#aa91fa8951b6a77c86a3df804b1ed0717',1,'Rectangle::getPos()']]], - ['getrawdata_192',['getRawData',['../classImageBase.html#aea60747a216159b14a8d020cb9b19546',1,'ImageBase']]], - ['getresourcepath_193',['getResourcePath',['../group__PluginRelatedUtilities.html#ga53aa68de85dae4e3102b1c0551950b86',1,'DistrhoPluginUtils.hpp']]], - ['getsamplerate_194',['getSampleRate',['../classPlugin.html#a3e162cfe8f1c52bf09805fd327bcc3c4',1,'Plugin::getSampleRate()'],['../classUI.html#a97d880182254652f94e7bed355370c07',1,'UI::getSampleRate()']]], - ['getscalefactor_195',['getScaleFactor',['../classExternalWindow.html#a0383b6696469e9709e1a1ee53399d9f4',1,'ExternalWindow::getScaleFactor()'],['../classWindow.html#a77774c8ce4b01113fcd525079f9b8787',1,'Window::getScaleFactor()']]], - ['getscaling_196',['getScaling',['../classWindow.html#a9b94fea3236d1d49e3fbd53a8d9cc70b',1,'Window']]], - ['getsize_197',['getSize',['../classCircle.html#a95cbbd0567463a29e0e1b43febcc1daa',1,'Circle::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()'],['../classWindow.html#acd158570648b07967a4af011d6223eea',1,'Window::getSize()']]], - ['getstartpos_198',['getStartPos',['../classLine.html#a2c5ecf6513f1b1fd846a80915aff5744',1,'Line']]], - ['getstartx_199',['getStartX',['../classLine.html#a7f3af6a8c08af69188714a83353e09fb',1,'Line']]], - ['getstarty_200',['getStartY',['../classLine.html#a5a5ef0a94283339f2c20406a3d9fbb04',1,'Line']]], - ['getstate_201',['getState',['../classPlugin.html#a9cf24d4880f200eaeacd08a591d00d1f',1,'Plugin']]], - ['getsurface_202',['getSurface',['../classCairoImage.html#a5ce76c4866b396a771caafa80acf162b',1,'CairoImage']]], - ['gettexturehandle_203',['getTextureHandle',['../classNanoImage.html#a3c1396cb2794d0a2e2f5603f6399472b',1,'NanoImage']]], - ['gettimeposition_204',['getTimePosition',['../classPlugin.html#ae85d602c430b1a4361a88d714d3a42c1',1,'Plugin']]], - ['gettitle_205',['getTitle',['../classExternalWindow.html#acd0c7cbaa50aab700bebe633309f6778',1,'ExternalWindow::getTitle()'],['../classWindow.html#af437e6afd9104708f30ab769d9afce7a',1,'Window::getTitle()']]], - ['gettoplevelwidget_206',['getTopLevelWidget',['../classWidget.html#a607b153f7d3187ca60bf21004efc1314',1,'Widget']]], - ['gettransientwindowid_207',['getTransientWindowId',['../classExternalWindow.html#ad06f0e6adb6a1460af88707cd452e767',1,'ExternalWindow']]], - ['gettype_208',['getType',['../classOpenGLImage.html#ac6eb1a0e289c0e29bf8d8cfb3310f40e',1,'OpenGLImage']]], - ['getuniqueid_209',['getUniqueId',['../classPlugin.html#ad6ff8c80227d5ceebd40b96f3be29a66',1,'Plugin']]], - ['getunnormalizedvalue_210',['getUnnormalizedValue',['../structParameterRanges.html#a992f75a925b3cd5e66544087708ea3c3',1,'ParameterRanges']]], - ['getversion_211',['getVersion',['../classPlugin.html#abae540dd93caf4834270358a8aad334a',1,'Plugin']]], - ['getwidth_212',['getWidth',['../classExternalWindow.html#a0e15df4f8b3425b67ad56b42526bb5df',1,'ExternalWindow::getWidth()'],['../classSize.html#a3e65e5ff12f6bf57eaa6f45c54346942',1,'Size::getWidth()'],['../classRectangle.html#a5974e66bef8300fa6e052d846d07afb1',1,'Rectangle::getWidth()'],['../classImageBase.html#a82057493bae9af996a9a10b1aa731666',1,'ImageBase::getWidth()'],['../classWidget.html#a169c317caf734c6664494a573e427b40',1,'Widget::getWidth()'],['../classWindow.html#ab19430997dd1b3d7bf9bd3640d73b007',1,'Window::getWidth()']]], - ['getwindow_213',['getWindow',['../classTopLevelWidget.html#a3ceb7af6e9372a139d40a5859dfd0e4d',1,'TopLevelWidget::getWindow()'],['../classWidget.html#a0ef05695aec704b0eb1eb91c2e8af07d',1,'Widget::getWindow()']]], - ['getx_214',['getX',['../classPoint.html#af6d528d5f73b06282aae5be3b188528e',1,'Point::getX()'],['../classCircle.html#a2f8530b43b24d28380e232367fea0823',1,'Circle::getX()'],['../classRectangle.html#aa7a5dc1efa46ac87abdc57850f65c1ef',1,'Rectangle::getX()']]], - ['gety_215',['getY',['../classPoint.html#ab0250670052f5169c57de84a09d7534b',1,'Point::getY()'],['../classCircle.html#af1bdfeb5875cf8e6a8f09ad295d3bb09',1,'Circle::getY()'],['../classRectangle.html#a8f2fb02ceea742b6155a476be3694ec9',1,'Rectangle::getY()']]], - ['globalalpha_216',['globalAlpha',['../classNanoVG.html#acbae67cbb34b396bd1dff9cdc3c6712b',1,'NanoVG']]], - ['globaltint_217',['globalTint',['../classNanoVG.html#abc92bd3d2bd9fd95aee6370b2fceae27',1,'NanoVG']]], - ['glyphposition_218',['GlyphPosition',['../structNanoVG_1_1GlyphPosition.html',1,'NanoVG']]], - ['graphicscontext_219',['GraphicsContext',['../structGraphicsContext.html',1,'']]], - ['groupid_220',['groupId',['../structAudioPort.html#a80aba3da64389d738bd8ae68bcedb4f4',1,'AudioPort::groupId()'],['../structParameter.html#a72dd5af5c024bd86497a4a5d9c8c4f25',1,'Parameter::groupId()']]], - ['growby_221',['growBy',['../classSize.html#ac6cb1721051ed5c8f21467f009d72982',1,'Size::growBy()'],['../classRectangle.html#a043d677b0fa28c50a18ed30bcb84e02b',1,'Rectangle::growBy()']]] + ['get_149',['get',['../classScopedPointer.html#ac65fb45b9eb2d53773489fcfbc6fd740',1,'ScopedPointer']]], + ['getabsolutearea_150',['getAbsoluteArea',['../classSubWidget.html#af2f289973c4a58d78eb6bb12bcbf093a',1,'SubWidget']]], + ['getabsolutepos_151',['getAbsolutePos',['../classSubWidget.html#a1c67b16fb0234941f387a960a0f0cb76',1,'SubWidget']]], + ['getabsolutex_152',['getAbsoluteX',['../classSubWidget.html#a5a641f035fa0ce5b5e87ee9b3ab7bf34',1,'SubWidget']]], + ['getabsolutey_153',['getAbsoluteY',['../classSubWidget.html#aefe10cc8f9d62950b56f71559d1e3f5e',1,'SubWidget']]], + ['getapp_154',['getApp',['../classTopLevelWidget.html#af5c5c403ba231c14b3a41684bef45648',1,'TopLevelWidget::getApp()'],['../classWidget.html#a373419bc6353abf50a502cdbebd736e7',1,'Widget::getApp()'],['../classWindow.html#a92600b2e0715646b80474fccbcadf336',1,'Window::getApp()']]], + ['getbackgroundcolor_155',['getBackgroundColor',['../classUI.html#a3c47bc4cb3dcc558bbd05791d1cc83f5',1,'UI']]], + ['getbinaryfilename_156',['getBinaryFilename',['../group__PluginRelatedUtilities.html#ga59aac78ab7142a37a7a2c5f0c7fd2a62',1,'DistrhoPluginUtils.hpp']]], + ['getbuffersize_157',['getBufferSize',['../classPlugin.html#a2643e638f62cfd4990247ec66bed60d2',1,'Plugin']]], + ['getbundlepath_158',['getBundlePath',['../classPlugin.html#a5fd60c82f5a50f12312c57729885fc2f',1,'Plugin::getBundlePath()'],['../classUI.html#a3359930fbeb2670230e617d430ecd67e',1,'UI::getBundlePath()']]], + ['getconstrainedabsolutearea_159',['getConstrainedAbsoluteArea',['../classSubWidget.html#a72bf08fe6f61fc935f6f0836d308bc9e',1,'SubWidget']]], + ['getcontext_160',['getContext',['../classNanoVG.html#a8b6f8caad8acb883fadc06a606ccade7',1,'NanoVG']]], + ['getdescription_161',['getDescription',['../classPlugin.html#a30db5eef9de617f4c81d5c6925facea3',1,'Plugin']]], + ['getendpos_162',['getEndPos',['../classLine.html#aa3f70d792719c026b35b3f32dc19ac65',1,'Line']]], + ['getendx_163',['getEndX',['../classLine.html#a15462cbbe5154d8b27fd6c53ddafc17f',1,'Line']]], + ['getendy_164',['getEndY',['../classLine.html#a5c5de1ccedae8ea85fd711eab10359dd',1,'Line']]], + ['getfixedandnormalizedvalue_165',['getFixedAndNormalizedValue',['../structParameterRanges.html#a82698a1e07b1b04ccb5df0de4db0d0be',1,'ParameterRanges']]], + ['getfixedvalue_166',['getFixedValue',['../structParameterRanges.html#a983383b2b3ce5d049802a7f0a12cee0c',1,'ParameterRanges']]], + ['getforegroundcolor_167',['getForegroundColor',['../classUI.html#a607ea9f2978605808d8ef5dc3531fae7',1,'UI']]], + ['getformat_168',['getFormat',['../classImageBase.html#a4b0c40113f956eaf2f2e0e51395b0926',1,'ImageBase']]], + ['getgeometryconstraints_169',['getGeometryConstraints',['../classWindow.html#a540fbc63288c019f420123644acc6a11',1,'Window']]], + ['getgraphicscontext_170',['getGraphicsContext',['../classWidget.html#ae23d09ec0e5f0397a3451b603b407182',1,'Widget::getGraphicsContext()'],['../classWindow.html#aa73a74df08f29d576e18cf1d61ea9897',1,'Window::getGraphicsContext()']]], + ['getheight_171',['getHeight',['../classExternalWindow.html#a6206ef403f95462ef84fe8127b65b1b7',1,'ExternalWindow::getHeight()'],['../classSize.html#a562e9d68738d1873a6aa0615af80505b',1,'Size::getHeight()'],['../classRectangle.html#a46b5c88ccfdf1b9f5c1086bb0852c94a',1,'Rectangle::getHeight()'],['../classImageBase.html#aff56029a17822f19b518560e82aba878',1,'ImageBase::getHeight()'],['../classWidget.html#aa20f6dc096a8836706173f31324c4db8',1,'Widget::getHeight()'],['../classWindow.html#a5d53bcba43455f8f77cfcbac61ec6c8e',1,'Window::getHeight()']]], + ['gethomepage_172',['getHomePage',['../classPlugin.html#ad12c681ce31004da0badd609763f45c5',1,'Plugin']]], + ['getid_173',['getId',['../classWidget.html#a3ee6b2824e3f3719c1c9b3d070385f49',1,'Widget']]], + ['getignoringkeyrepeat_174',['getIgnoringKeyRepeat',['../classWindow.html#a0e1895a4e93ee0d7c34a9b10953c968e',1,'Window']]], + ['getlabel_175',['getLabel',['../classPlugin.html#a00f7945c16149db6845fbcc2af729f4f',1,'Plugin']]], + ['getlicense_176',['getLicense',['../classPlugin.html#a686a3c92a376a185d6fd97efd59125d1',1,'Plugin']]], + ['getmaker_177',['getMaker',['../classPlugin.html#a955832840de786a7a22798f0ef451c5d',1,'Plugin']]], + ['getmargin_178',['getMargin',['../classSubWidget.html#abe42b4ff151599ca5ea72f2e26e93860',1,'SubWidget']]], + ['getname_179',['getName',['../classPlugin.html#aebb5df5cde162462dc460d4fd45dae75',1,'Plugin']]], + ['getnativewindowhandle_180',['getNativeWindowHandle',['../classExternalWindow.html#a8ec7abf1b22271458926530b377f2c27',1,'ExternalWindow::getNativeWindowHandle()'],['../classWindow.html#a01a9277a2e19766947f9a99b43147bfd',1,'Window::getNativeWindowHandle()']]], + ['getnextbundlepath_181',['getNextBundlePath',['../classUI.html#ab157329c83a4660dd059508dc8d041f5',1,'UI']]], + ['getnextscalefactor_182',['getNextScaleFactor',['../classUI.html#aa7277c575b7d0a75475e5a7ae684dc0f',1,'UI']]], + ['getnextwindowid_183',['getNextWindowId',['../classUI.html#a4630e30aec3f3e7dcfc353ef2807bf56',1,'UI']]], + ['getnormalizedvalue_184',['getNormalizedValue',['../structParameterRanges.html#ad16ef939c1caa2f51e9a4041f769f86e',1,'ParameterRanges']]], + ['getnumsegments_185',['getNumSegments',['../classCircle.html#a3a1586ea9115cc97473a2338127223b6',1,'Circle']]], + ['getobject_186',['getObject',['../classScopedPointer.html#a1a88fa0865167c487050a9519297d4ed',1,'ScopedPointer']]], + ['getparametervalue_187',['getParameterValue',['../classPlugin.html#af9e9f5438e2e0c2352052eb5f95832aa',1,'Plugin']]], + ['getparentwidget_188',['getParentWidget',['../classSubWidget.html#a2d658e71ccb9502b8409a08782d8b345',1,'SubWidget']]], + ['getparentwindowhandle_189',['getParentWindowHandle',['../classExternalWindow.html#a56da59b2722bd7b0a6c63f9f7f120839',1,'ExternalWindow']]], + ['getpluginformatname_190',['getPluginFormatName',['../group__PluginRelatedUtilities.html#gac339d6837f2d1a89d4d63b322822e32d',1,'DistrhoPluginUtils.hpp']]], + ['getplugininstancepointer_191',['getPluginInstancePointer',['../classUI.html#a0863a8f7ca7fc7e172e703c58518329f',1,'UI']]], + ['getpos_192',['getPos',['../classCircle.html#abdabe0a9d85db389485c69d6a7b6071e',1,'Circle::getPos()'],['../classRectangle.html#aa91fa8951b6a77c86a3df804b1ed0717',1,'Rectangle::getPos()']]], + ['getrawdata_193',['getRawData',['../classImageBase.html#aea60747a216159b14a8d020cb9b19546',1,'ImageBase']]], + ['getresourcepath_194',['getResourcePath',['../group__PluginRelatedUtilities.html#ga53aa68de85dae4e3102b1c0551950b86',1,'DistrhoPluginUtils.hpp']]], + ['getsamplerate_195',['getSampleRate',['../classPlugin.html#a3e162cfe8f1c52bf09805fd327bcc3c4',1,'Plugin::getSampleRate()'],['../classUI.html#a97d880182254652f94e7bed355370c07',1,'UI::getSampleRate()']]], + ['getscalefactor_196',['getScaleFactor',['../classExternalWindow.html#a0383b6696469e9709e1a1ee53399d9f4',1,'ExternalWindow::getScaleFactor()'],['../classWindow.html#a77774c8ce4b01113fcd525079f9b8787',1,'Window::getScaleFactor()']]], + ['getscaling_197',['getScaling',['../classWindow.html#a9b94fea3236d1d49e3fbd53a8d9cc70b',1,'Window']]], + ['getsize_198',['getSize',['../classCircle.html#a95cbbd0567463a29e0e1b43febcc1daa',1,'Circle::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()'],['../classWindow.html#acd158570648b07967a4af011d6223eea',1,'Window::getSize()']]], + ['getstartpos_199',['getStartPos',['../classLine.html#a2c5ecf6513f1b1fd846a80915aff5744',1,'Line']]], + ['getstartx_200',['getStartX',['../classLine.html#a7f3af6a8c08af69188714a83353e09fb',1,'Line']]], + ['getstarty_201',['getStartY',['../classLine.html#a5a5ef0a94283339f2c20406a3d9fbb04',1,'Line']]], + ['getstate_202',['getState',['../classPlugin.html#a9cf24d4880f200eaeacd08a591d00d1f',1,'Plugin']]], + ['getsurface_203',['getSurface',['../classCairoImage.html#a5ce76c4866b396a771caafa80acf162b',1,'CairoImage']]], + ['gettexturehandle_204',['getTextureHandle',['../classNanoImage.html#a3c1396cb2794d0a2e2f5603f6399472b',1,'NanoImage']]], + ['gettimeposition_205',['getTimePosition',['../classPlugin.html#ae85d602c430b1a4361a88d714d3a42c1',1,'Plugin']]], + ['gettitle_206',['getTitle',['../classExternalWindow.html#acd0c7cbaa50aab700bebe633309f6778',1,'ExternalWindow::getTitle()'],['../classWindow.html#af437e6afd9104708f30ab769d9afce7a',1,'Window::getTitle()']]], + ['gettoplevelwidget_207',['getTopLevelWidget',['../classWidget.html#a607b153f7d3187ca60bf21004efc1314',1,'Widget']]], + ['gettransientwindowid_208',['getTransientWindowId',['../classExternalWindow.html#ad06f0e6adb6a1460af88707cd452e767',1,'ExternalWindow']]], + ['gettype_209',['getType',['../classOpenGLImage.html#ac6eb1a0e289c0e29bf8d8cfb3310f40e',1,'OpenGLImage']]], + ['getuniqueid_210',['getUniqueId',['../classPlugin.html#ad6ff8c80227d5ceebd40b96f3be29a66',1,'Plugin']]], + ['getunnormalizedvalue_211',['getUnnormalizedValue',['../structParameterRanges.html#a992f75a925b3cd5e66544087708ea3c3',1,'ParameterRanges']]], + ['getversion_212',['getVersion',['../classPlugin.html#abae540dd93caf4834270358a8aad334a',1,'Plugin']]], + ['getwidth_213',['getWidth',['../classExternalWindow.html#a0e15df4f8b3425b67ad56b42526bb5df',1,'ExternalWindow::getWidth()'],['../classSize.html#a3e65e5ff12f6bf57eaa6f45c54346942',1,'Size::getWidth()'],['../classRectangle.html#a5974e66bef8300fa6e052d846d07afb1',1,'Rectangle::getWidth()'],['../classImageBase.html#a82057493bae9af996a9a10b1aa731666',1,'ImageBase::getWidth()'],['../classWidget.html#a169c317caf734c6664494a573e427b40',1,'Widget::getWidth()'],['../classWindow.html#ab19430997dd1b3d7bf9bd3640d73b007',1,'Window::getWidth()']]], + ['getwindow_214',['getWindow',['../classTopLevelWidget.html#a3ceb7af6e9372a139d40a5859dfd0e4d',1,'TopLevelWidget::getWindow()'],['../classWidget.html#a0ef05695aec704b0eb1eb91c2e8af07d',1,'Widget::getWindow()']]], + ['getx_215',['getX',['../classPoint.html#af6d528d5f73b06282aae5be3b188528e',1,'Point::getX()'],['../classCircle.html#a2f8530b43b24d28380e232367fea0823',1,'Circle::getX()'],['../classRectangle.html#aa7a5dc1efa46ac87abdc57850f65c1ef',1,'Rectangle::getX()']]], + ['gety_216',['getY',['../classPoint.html#ab0250670052f5169c57de84a09d7534b',1,'Point::getY()'],['../classCircle.html#af1bdfeb5875cf8e6a8f09ad295d3bb09',1,'Circle::getY()'],['../classRectangle.html#a8f2fb02ceea742b6155a476be3694ec9',1,'Rectangle::getY()']]], + ['globalalpha_217',['globalAlpha',['../classNanoVG.html#acbae67cbb34b396bd1dff9cdc3c6712b',1,'NanoVG']]], + ['globaltint_218',['globalTint',['../classNanoVG.html#abc92bd3d2bd9fd95aee6370b2fceae27',1,'NanoVG']]], + ['glyphposition_219',['GlyphPosition',['../structNanoVG_1_1GlyphPosition.html',1,'NanoVG']]], + ['graphicscontext_220',['GraphicsContext',['../structGraphicsContext.html',1,'']]], + ['groupid_221',['groupId',['../structAudioPort.html#a80aba3da64389d738bd8ae68bcedb4f4',1,'AudioPort::groupId()'],['../structParameter.html#a72dd5af5c024bd86497a4a5d9c8c4f25',1,'Parameter::groupId()']]], + ['growby_222',['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 c09b8abc..c405901d 100644 --- a/search/all_7.js +++ b/search/all_7.js @@ -1,9 +1,9 @@ var searchData= [ - ['head_222',['head',['../structHeapBuffer.html#a55b0dceb6b878021d8fe1353096e757b',1,'HeapBuffer']]], - ['heapbuffer_223',['HeapBuffer',['../structHeapBuffer.html',1,'']]], - ['heapringbuffer_224',['HeapRingBuffer',['../classHeapRingBuffer.html',1,'HeapRingBuffer'],['../classHeapRingBuffer.html#a6a3c03b584b5b20ad2829e26f5e6ed0e',1,'HeapRingBuffer::HeapRingBuffer()']]], - ['hide_225',['hide',['../classExternalWindow.html#aa9bce2cc83c1a8c6ee87f79bf36e3955',1,'ExternalWindow::hide()'],['../classWidget.html#a4a2f8eebacdd20db505b838f1a118c6b',1,'Widget::hide()'],['../classWindow.html#a4626829d3cb9d01285f739d2bbc69b74',1,'Window::hide()']]], - ['hints_226',['hints',['../structAudioPort.html#af93f38f9ef48ea14544adf32e4b1e513',1,'AudioPort::hints()'],['../structParameter.html#a397fb977f0c6cbec31df4f141ca3f5b3',1,'Parameter::hints()']]], - ['hugestackbuffer_227',['HugeStackBuffer',['../structHugeStackBuffer.html',1,'']]] + ['head_223',['head',['../structHeapBuffer.html#a55b0dceb6b878021d8fe1353096e757b',1,'HeapBuffer']]], + ['heapbuffer_224',['HeapBuffer',['../structHeapBuffer.html',1,'']]], + ['heapringbuffer_225',['HeapRingBuffer',['../classHeapRingBuffer.html',1,'HeapRingBuffer'],['../classHeapRingBuffer.html#a6a3c03b584b5b20ad2829e26f5e6ed0e',1,'HeapRingBuffer::HeapRingBuffer()']]], + ['hide_226',['hide',['../classExternalWindow.html#aa9bce2cc83c1a8c6ee87f79bf36e3955',1,'ExternalWindow::hide()'],['../classWidget.html#a4a2f8eebacdd20db505b838f1a118c6b',1,'Widget::hide()'],['../classWindow.html#a4626829d3cb9d01285f739d2bbc69b74',1,'Window::hide()']]], + ['hints_227',['hints',['../structAudioPort.html#af93f38f9ef48ea14544adf32e4b1e513',1,'AudioPort::hints()'],['../structParameter.html#a397fb977f0c6cbec31df4f141ca3f5b3',1,'Parameter::hints()']]], + ['hugestackbuffer_228',['HugeStackBuffer',['../structHugeStackBuffer.html',1,'']]] ]; diff --git a/search/all_8.js b/search/all_8.js index b95606b1..6a614efb 100644 --- a/search/all_8.js +++ b/search/all_8.js @@ -1,35 +1,35 @@ var searchData= [ - ['idle_228',['idle',['../classApplication.html#ac8382754f04f4de15768981459a28e3a',1,'Application']]], - ['idlecallback_229',['IdleCallback',['../structIdleCallback.html',1,'']]], - ['imagebase_230',['ImageBase',['../classImageBase.html',1,'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_231',['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_232',['ImageBaseButton',['../classImageBaseButton.html',1,'']]], - ['imagebaseknob_233',['ImageBaseKnob',['../classImageBaseKnob.html',1,'']]], - ['imagebaseslider_234',['ImageBaseSlider',['../classImageBaseSlider.html',1,'']]], - ['imagebaseswitch_235',['ImageBaseSwitch',['../classImageBaseSwitch.html',1,'']]], - ['imagepattern_236',['imagePattern',['../classNanoVG.html#a00c718a017652e8888a48ff1577b57ef',1,'NanoVG']]], - ['initaudioport_237',['initAudioPort',['../classPlugin.html#a75f30935198a0acba25f4ea92af72dc4',1,'Plugin']]], - ['initdesignation_238',['initDesignation',['../structParameter.html#ad959d31bcfaa056908406bbf37c134bf',1,'Parameter']]], - ['initparameter_239',['initParameter',['../classPlugin.html#aacf87bd0037efeb3b60d204940f3f4a0',1,'Plugin']]], - ['initportgroup_240',['initPortGroup',['../classPlugin.html#a71b876c8157b087b3552960f2877a44d',1,'Plugin']]], - ['initprogramname_241',['initProgramName',['../classPlugin.html#a54d66af3111541b7c118f9749ef0231b',1,'Plugin']]], - ['initstate_242',['initState',['../classPlugin.html#a807b306c5ecb644c70421ae395421d84',1,'Plugin']]], - ['interpolate_243',['interpolate',['../structColor.html#a96283f5b9ad6f6465e40f69012aca00f',1,'Color']]], - ['intersectscissor_244',['intersectScissor',['../classNanoVG.html#a0d86d93bc09fc8da01f2b2fdd97f7448',1,'NanoVG']]], - ['invalidatecommit_245',['invalidateCommit',['../structHeapBuffer.html#a0cd85f596b680b57cc6669de7cf7ed27',1,'HeapBuffer']]], - ['isembed_246',['isEmbed',['../classExternalWindow.html#a26dd0bc32a816c014731a78658cc3a5b',1,'ExternalWindow::isEmbed()'],['../classWindow.html#afb840ed25c1fe17bed66d80adfc420ab',1,'Window::isEmbed()']]], - ['isequal_247',['isEqual',['../structColor.html#a16880d42b2d52ed23eb307ed2980a9a3',1,'Color']]], - ['isignoringkeyrepeat_248',['isIgnoringKeyRepeat',['../classWindow.html#ab5cbe1298a28a1860319198a4c843183',1,'Window']]], - ['isinvalid_249',['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()']]], - ['isnotnull_250',['isNotNull',['../classSize.html#a57093e93dcdfadc9f720b9d8fda4b59e',1,'Size::isNotNull()'],['../classLine.html#ad156bd44539aa28e052207a25d705695',1,'Line::isNotNull()'],['../classTriangle.html#ab825fecc8ba95577430002de793c5683',1,'Triangle::isNotNull()'],['../classRectangle.html#a418138f282293797af5273163a307356',1,'Rectangle::isNotNull()']]], - ['isnotzero_251',['isNotZero',['../classPoint.html#aede5df141963951a746d7e207fa7e073',1,'Point']]], - ['isnull_252',['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_253',['isQuitting',['../classExternalWindow.html#a7aacd265be6cd6901405ad32cf6758a0',1,'ExternalWindow::isQuitting()'],['../classApplication.html#aa2dd05d544834e8fca24a58f5e57f795',1,'Application::isQuitting()']]], - ['isresizable_254',['isResizable',['../classUI.html#a8fe940d56a0c283095e28bbc5806af31',1,'UI::isResizable()'],['../classWindow.html#a1b888a7e6a5562968a253b915ccb7825',1,'Window::isResizable()']]], - ['isrunning_255',['isRunning',['../classExternalWindow.html#ae5763405ca1d2405973e691e78d9b2a7',1,'ExternalWindow']]], - ['isstandalone_256',['isStandalone',['../classExternalWindow.html#a5a870bd4d4e4cdbee7eb029384c2f1bf',1,'ExternalWindow::isStandalone()'],['../classApplication.html#aa0728e9c72545d81ba403b44c92ecd50',1,'Application::isStandalone()']]], - ['isvalid_257',['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_258',['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_259',['isZero',['../classPoint.html#a845d59d29722c962c7af8f602bcf9ba4',1,'Point']]] + ['idle_229',['idle',['../classApplication.html#ac8382754f04f4de15768981459a28e3a',1,'Application']]], + ['idlecallback_230',['IdleCallback',['../structIdleCallback.html',1,'']]], + ['imagebase_231',['ImageBase',['../classImageBase.html',1,'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_232',['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_233',['ImageBaseButton',['../classImageBaseButton.html',1,'']]], + ['imagebaseknob_234',['ImageBaseKnob',['../classImageBaseKnob.html',1,'']]], + ['imagebaseslider_235',['ImageBaseSlider',['../classImageBaseSlider.html',1,'']]], + ['imagebaseswitch_236',['ImageBaseSwitch',['../classImageBaseSwitch.html',1,'']]], + ['imagepattern_237',['imagePattern',['../classNanoVG.html#a00c718a017652e8888a48ff1577b57ef',1,'NanoVG']]], + ['initaudioport_238',['initAudioPort',['../classPlugin.html#a75f30935198a0acba25f4ea92af72dc4',1,'Plugin']]], + ['initdesignation_239',['initDesignation',['../structParameter.html#ad959d31bcfaa056908406bbf37c134bf',1,'Parameter']]], + ['initparameter_240',['initParameter',['../classPlugin.html#aacf87bd0037efeb3b60d204940f3f4a0',1,'Plugin']]], + ['initportgroup_241',['initPortGroup',['../classPlugin.html#a71b876c8157b087b3552960f2877a44d',1,'Plugin']]], + ['initprogramname_242',['initProgramName',['../classPlugin.html#a54d66af3111541b7c118f9749ef0231b',1,'Plugin']]], + ['initstate_243',['initState',['../classPlugin.html#a807b306c5ecb644c70421ae395421d84',1,'Plugin']]], + ['interpolate_244',['interpolate',['../structColor.html#a96283f5b9ad6f6465e40f69012aca00f',1,'Color']]], + ['intersectscissor_245',['intersectScissor',['../classNanoVG.html#a0d86d93bc09fc8da01f2b2fdd97f7448',1,'NanoVG']]], + ['invalidatecommit_246',['invalidateCommit',['../structHeapBuffer.html#a0cd85f596b680b57cc6669de7cf7ed27',1,'HeapBuffer']]], + ['isembed_247',['isEmbed',['../classExternalWindow.html#a26dd0bc32a816c014731a78658cc3a5b',1,'ExternalWindow::isEmbed()'],['../classWindow.html#afb840ed25c1fe17bed66d80adfc420ab',1,'Window::isEmbed()']]], + ['isequal_248',['isEqual',['../structColor.html#a16880d42b2d52ed23eb307ed2980a9a3',1,'Color']]], + ['isignoringkeyrepeat_249',['isIgnoringKeyRepeat',['../classWindow.html#ab5cbe1298a28a1860319198a4c843183',1,'Window']]], + ['isinvalid_250',['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()']]], + ['isnotnull_251',['isNotNull',['../classSize.html#a57093e93dcdfadc9f720b9d8fda4b59e',1,'Size::isNotNull()'],['../classLine.html#ad156bd44539aa28e052207a25d705695',1,'Line::isNotNull()'],['../classTriangle.html#ab825fecc8ba95577430002de793c5683',1,'Triangle::isNotNull()'],['../classRectangle.html#a418138f282293797af5273163a307356',1,'Rectangle::isNotNull()']]], + ['isnotzero_252',['isNotZero',['../classPoint.html#aede5df141963951a746d7e207fa7e073',1,'Point']]], + ['isnull_253',['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_254',['isQuitting',['../classExternalWindow.html#a7aacd265be6cd6901405ad32cf6758a0',1,'ExternalWindow::isQuitting()'],['../classApplication.html#aa2dd05d544834e8fca24a58f5e57f795',1,'Application::isQuitting()']]], + ['isresizable_255',['isResizable',['../classUI.html#a8fe940d56a0c283095e28bbc5806af31',1,'UI::isResizable()'],['../classWindow.html#a1b888a7e6a5562968a253b915ccb7825',1,'Window::isResizable()']]], + ['isrunning_256',['isRunning',['../classExternalWindow.html#ae5763405ca1d2405973e691e78d9b2a7',1,'ExternalWindow']]], + ['isstandalone_257',['isStandalone',['../classExternalWindow.html#a5a870bd4d4e4cdbee7eb029384c2f1bf',1,'ExternalWindow::isStandalone()'],['../classApplication.html#aa0728e9c72545d81ba403b44c92ecd50',1,'Application::isStandalone()']]], + ['isvalid_258',['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_259',['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_260',['isZero',['../classPoint.html#a845d59d29722c962c7af8f602bcf9ba4',1,'Point']]] ]; diff --git a/search/all_9.js b/search/all_9.js index b0d1d60a..98769c50 100644 --- a/search/all_9.js +++ b/search/all_9.js @@ -1,23 +1,23 @@ var searchData= [ - ['kaudioportiscv_260',['kAudioPortIsCV',['../group__AudioPortHints.html#ga92c8a0135d1b6dacd22df25295c15ff3',1,'DistrhoPlugin.hpp']]], - ['kaudioportissidechain_261',['kAudioPortIsSidechain',['../group__AudioPortHints.html#gafbf1a5255d0a19f35ae21480ab2c7433',1,'DistrhoPlugin.hpp']]], - ['kcvporthasbipolarrange_262',['kCVPortHasBipolarRange',['../group__AudioPortHints.html#ga7133899b77b31caa1eae3fe77409e69e',1,'DistrhoPlugin.hpp']]], - ['kcvporthasnegativeunipolarrange_263',['kCVPortHasNegativeUnipolarRange',['../group__AudioPortHints.html#gafa444d8a3d5244e107c2ddb19f60105d',1,'DistrhoPlugin.hpp']]], - ['kcvporthaspositiveunipolarrange_264',['kCVPortHasPositiveUnipolarRange',['../group__AudioPortHints.html#ga0919fac232ec9c6999057b09d54e3919',1,'DistrhoPlugin.hpp']]], - ['kcvporthasscaledrange_265',['kCVPortHasScaledRange',['../group__AudioPortHints.html#gae36eb55fe0813af0dd6cdfe4f7baae97',1,'DistrhoPlugin.hpp']]], - ['kdatasize_266',['kDataSize',['../structMidiEvent.html#a9e23ce17777c2ff5190670d3262129b9',1,'MidiEvent']]], - ['keyboardevent_267',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html',1,'Widget::KeyboardEvent'],['../structWidget_1_1KeyboardEvent.html#a5a55a296264b9999a7915f2633eacb10',1,'Widget::KeyboardEvent::KeyboardEvent()']]], - ['knobeventhandler_268',['KnobEventHandler',['../classKnobEventHandler.html',1,'']]], - ['kparameterdesignationbypass_269',['kParameterDesignationBypass',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890dea0623d4fc45bc45f4afad0f752955c50b',1,'DistrhoPlugin.hpp']]], - ['kparameterdesignationnull_270',['kParameterDesignationNull',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890deaee7f64d019ddec5f802c9d53eb033401',1,'DistrhoPlugin.hpp']]], - ['kparameterisautomable_271',['kParameterIsAutomable',['../group__ParameterHints.html#ga04161ef926442aa08ae7aa6847078ad9',1,'DistrhoPlugin.hpp']]], - ['kparameterisboolean_272',['kParameterIsBoolean',['../group__ParameterHints.html#gaafca30df903781d2e1c2491808e17c8d',1,'DistrhoPlugin.hpp']]], - ['kparameterisinteger_273',['kParameterIsInteger',['../group__ParameterHints.html#ga76a82c93efe6ad728c9f0cb4ef33a2b9',1,'DistrhoPlugin.hpp']]], - ['kparameterislogarithmic_274',['kParameterIsLogarithmic',['../group__ParameterHints.html#gabc539ecbfe420246a33f93aed32b8a3b',1,'DistrhoPlugin.hpp']]], - ['kparameterisoutput_275',['kParameterIsOutput',['../group__ParameterHints.html#ga0a3633c93e8589f4b3e6124bb97ad8d4',1,'DistrhoPlugin.hpp']]], - ['kparameteristrigger_276',['kParameterIsTrigger',['../group__ParameterHints.html#ga068de47c587411c9e91ef09f7d800884',1,'DistrhoPlugin.hpp']]], - ['kportgroupmono_277',['kPortGroupMono',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aa0f890fe6310b119745b6c6cb409c5fe9',1,'DistrhoPlugin.hpp']]], - ['kportgroupnone_278',['kPortGroupNone',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaea27aed9948a2aaf4978941c96df3932',1,'DistrhoPlugin.hpp']]], - ['kportgroupstereo_279',['kPortGroupStereo',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaeefc1b206ffdedf67376156cf6e5d114',1,'DistrhoPlugin.hpp']]] + ['kaudioportiscv_261',['kAudioPortIsCV',['../group__AudioPortHints.html#ga92c8a0135d1b6dacd22df25295c15ff3',1,'DistrhoPlugin.hpp']]], + ['kaudioportissidechain_262',['kAudioPortIsSidechain',['../group__AudioPortHints.html#gafbf1a5255d0a19f35ae21480ab2c7433',1,'DistrhoPlugin.hpp']]], + ['kcvporthasbipolarrange_263',['kCVPortHasBipolarRange',['../group__AudioPortHints.html#ga7133899b77b31caa1eae3fe77409e69e',1,'DistrhoPlugin.hpp']]], + ['kcvporthasnegativeunipolarrange_264',['kCVPortHasNegativeUnipolarRange',['../group__AudioPortHints.html#gafa444d8a3d5244e107c2ddb19f60105d',1,'DistrhoPlugin.hpp']]], + ['kcvporthaspositiveunipolarrange_265',['kCVPortHasPositiveUnipolarRange',['../group__AudioPortHints.html#ga0919fac232ec9c6999057b09d54e3919',1,'DistrhoPlugin.hpp']]], + ['kcvporthasscaledrange_266',['kCVPortHasScaledRange',['../group__AudioPortHints.html#gae36eb55fe0813af0dd6cdfe4f7baae97',1,'DistrhoPlugin.hpp']]], + ['kdatasize_267',['kDataSize',['../structMidiEvent.html#a9e23ce17777c2ff5190670d3262129b9',1,'MidiEvent']]], + ['keyboardevent_268',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html',1,'Widget::KeyboardEvent'],['../structWidget_1_1KeyboardEvent.html#a5a55a296264b9999a7915f2633eacb10',1,'Widget::KeyboardEvent::KeyboardEvent()']]], + ['knobeventhandler_269',['KnobEventHandler',['../classKnobEventHandler.html',1,'']]], + ['kparameterdesignationbypass_270',['kParameterDesignationBypass',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890dea0623d4fc45bc45f4afad0f752955c50b',1,'DistrhoPlugin.hpp']]], + ['kparameterdesignationnull_271',['kParameterDesignationNull',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890deaee7f64d019ddec5f802c9d53eb033401',1,'DistrhoPlugin.hpp']]], + ['kparameterisautomable_272',['kParameterIsAutomable',['../group__ParameterHints.html#ga04161ef926442aa08ae7aa6847078ad9',1,'DistrhoPlugin.hpp']]], + ['kparameterisboolean_273',['kParameterIsBoolean',['../group__ParameterHints.html#gaafca30df903781d2e1c2491808e17c8d',1,'DistrhoPlugin.hpp']]], + ['kparameterisinteger_274',['kParameterIsInteger',['../group__ParameterHints.html#ga76a82c93efe6ad728c9f0cb4ef33a2b9',1,'DistrhoPlugin.hpp']]], + ['kparameterislogarithmic_275',['kParameterIsLogarithmic',['../group__ParameterHints.html#gabc539ecbfe420246a33f93aed32b8a3b',1,'DistrhoPlugin.hpp']]], + ['kparameterisoutput_276',['kParameterIsOutput',['../group__ParameterHints.html#ga0a3633c93e8589f4b3e6124bb97ad8d4',1,'DistrhoPlugin.hpp']]], + ['kparameteristrigger_277',['kParameterIsTrigger',['../group__ParameterHints.html#ga068de47c587411c9e91ef09f7d800884',1,'DistrhoPlugin.hpp']]], + ['kportgroupmono_278',['kPortGroupMono',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aa0f890fe6310b119745b6c6cb409c5fe9',1,'DistrhoPlugin.hpp']]], + ['kportgroupnone_279',['kPortGroupNone',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaea27aed9948a2aaf4978941c96df3932',1,'DistrhoPlugin.hpp']]], + ['kportgroupstereo_280',['kPortGroupStereo',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaeefc1b206ffdedf67376156cf6e5d114',1,'DistrhoPlugin.hpp']]] ]; diff --git a/search/all_a.js b/search/all_a.js index 0a7bdf8c..e0dc05ee 100644 --- a/search/all_a.js +++ b/search/all_a.js @@ -1,15 +1,15 @@ var searchData= [ - ['label_280',['label',['../structParameterEnumerationValue.html#aba1c51d5a2c99416c1dcf0a08345178d',1,'ParameterEnumerationValue']]], - ['leakedobjectdetector_281',['LeakedObjectDetector',['../classLeakedObjectDetector.html',1,'']]], - ['line_282',['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_283',['linearGradient',['../classNanoVG.html#aa74a49bb588beb28654565a07022a178',1,'NanoVG']]], - ['linecap_284',['lineCap',['../classNanoVG.html#a95dfc697ae6fe9c8d525430c09f839d1',1,'NanoVG']]], - ['linejoin_285',['lineJoin',['../classNanoVG.html#a73767c9ade6a757bc6e1f4a2d45bdaeb',1,'NanoVG']]], - ['lineto_286',['lineTo',['../classNanoVG.html#a63f509eaeb04475a8541ed8e846f352f',1,'NanoVG']]], - ['listallfiles_287',['listAllFiles',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a069dc1f379875585b536115bceaeacc3',1,'Window::FileBrowserOptions::Buttons']]], - ['loadfrommemory_288',['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_289',['loadFromPNG',['../classCairoImage.html#a94c1707943b9874e362e11473bdcf768',1,'CairoImage']]], - ['loadprogram_290',['loadProgram',['../classPlugin.html#a44eb1bfcc3a3e5949ad053fc9ce55ce8',1,'Plugin']]], - ['loadsharedresources_291',['loadSharedResources',['../classNanoVG.html#a210f19213fef82c2c7d8797e7cfea8aa',1,'NanoVG']]] + ['label_281',['label',['../structParameterEnumerationValue.html#aba1c51d5a2c99416c1dcf0a08345178d',1,'ParameterEnumerationValue']]], + ['leakedobjectdetector_282',['LeakedObjectDetector',['../classLeakedObjectDetector.html',1,'']]], + ['line_283',['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_284',['linearGradient',['../classNanoVG.html#aa74a49bb588beb28654565a07022a178',1,'NanoVG']]], + ['linecap_285',['lineCap',['../classNanoVG.html#a95dfc697ae6fe9c8d525430c09f839d1',1,'NanoVG']]], + ['linejoin_286',['lineJoin',['../classNanoVG.html#a73767c9ade6a757bc6e1f4a2d45bdaeb',1,'NanoVG']]], + ['lineto_287',['lineTo',['../classNanoVG.html#a63f509eaeb04475a8541ed8e846f352f',1,'NanoVG']]], + ['listallfiles_288',['listAllFiles',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a069dc1f379875585b536115bceaeacc3',1,'Window::FileBrowserOptions::Buttons']]], + ['loadfrommemory_289',['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_290',['loadFromPNG',['../classCairoImage.html#a94c1707943b9874e362e11473bdcf768',1,'CairoImage']]], + ['loadprogram_291',['loadProgram',['../classPlugin.html#a44eb1bfcc3a3e5949ad053fc9ce55ce8',1,'Plugin']]], + ['loadsharedresources_292',['loadSharedResources',['../classNanoVG.html#a210f19213fef82c2c7d8797e7cfea8aa',1,'NanoVG']]] ]; diff --git a/search/all_b.js b/search/all_b.js index a9910e6b..91aaf41b 100644 --- a/search/all_b.js +++ b/search/all_b.js @@ -1,16 +1,16 @@ var searchData= [ - ['main_20classes_292',['Main Classes',['../group__MainClasses.html',1,'']]], - ['math_20related_20functions_293',['Math related functions',['../group__MathFunctions.html',1,'']]], - ['max_294',['max',['../structParameterRanges.html#a175c78c905c598df929a4450e4d2a2a0',1,'ParameterRanges']]], - ['midicc_295',['midiCC',['../structParameter.html#a5389731e4cd95cac10af9aec9aa7b202',1,'Parameter']]], - ['midievent_296',['MidiEvent',['../structMidiEvent.html',1,'']]], - ['min_297',['min',['../structParameterRanges.html#a63c40988463a8ace9d0e9e55a00f3c7b',1,'ParameterRanges']]], - ['miscellaneous_20functions_298',['Miscellaneous functions',['../group__MiscellaneousFunctions.html',1,'']]], - ['miterlimit_299',['miterLimit',['../classNanoVG.html#a8a5ade44d39d21f28dcd02d27da62d14',1,'NanoVG']]], - ['motionevent_300',['MotionEvent',['../structWidget_1_1MotionEvent.html',1,'Widget::MotionEvent'],['../structWidget_1_1MotionEvent.html#a0d2bf8f5c66002bb129968f10e0cc082',1,'Widget::MotionEvent::MotionEvent()']]], - ['mouseevent_301',['MouseEvent',['../structWidget_1_1MouseEvent.html',1,'Widget::MouseEvent'],['../structWidget_1_1MouseEvent.html#aa37fee8a593c62c53e4ca5c67ad9278f',1,'Widget::MouseEvent::MouseEvent()']]], - ['moveby_302',['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_303',['moveTo',['../classNanoVG.html#af1ac0918567c17c93e0586c4284e04b9',1,'NanoVG']]], - ['mutex_304',['Mutex',['../classMutex.html',1,'']]] + ['main_20classes_293',['Main Classes',['../group__MainClasses.html',1,'']]], + ['math_20related_20functions_294',['Math related functions',['../group__MathFunctions.html',1,'']]], + ['max_295',['max',['../structParameterRanges.html#a175c78c905c598df929a4450e4d2a2a0',1,'ParameterRanges']]], + ['midicc_296',['midiCC',['../structParameter.html#a5389731e4cd95cac10af9aec9aa7b202',1,'Parameter']]], + ['midievent_297',['MidiEvent',['../structMidiEvent.html',1,'']]], + ['min_298',['min',['../structParameterRanges.html#a63c40988463a8ace9d0e9e55a00f3c7b',1,'ParameterRanges']]], + ['miscellaneous_20functions_299',['Miscellaneous functions',['../group__MiscellaneousFunctions.html',1,'']]], + ['miterlimit_300',['miterLimit',['../classNanoVG.html#a8a5ade44d39d21f28dcd02d27da62d14',1,'NanoVG']]], + ['motionevent_301',['MotionEvent',['../structWidget_1_1MotionEvent.html',1,'Widget::MotionEvent'],['../structWidget_1_1MotionEvent.html#a0d2bf8f5c66002bb129968f10e0cc082',1,'Widget::MotionEvent::MotionEvent()']]], + ['mouseevent_302',['MouseEvent',['../structWidget_1_1MouseEvent.html',1,'Widget::MouseEvent'],['../structWidget_1_1MouseEvent.html#aa37fee8a593c62c53e4ca5c67ad9278f',1,'Widget::MouseEvent::MouseEvent()']]], + ['moveby_303',['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_304',['moveTo',['../classNanoVG.html#af1ac0918567c17c93e0586c4284e04b9',1,'NanoVG']]], + ['mutex_305',['Mutex',['../classMutex.html',1,'']]] ]; diff --git a/search/all_c.js b/search/all_c.js index f0d9c1de..89395487 100644 --- a/search/all_c.js +++ b/search/all_c.js @@ -1,9 +1,9 @@ var searchData= [ - ['name_305',['name',['../structAudioPort.html#adb3b58f79131b653d6b2adfa3ea07e5c',1,'AudioPort::name()'],['../structParameter.html#ae63c1fcfb20e320bada1f58c04ff18da',1,'Parameter::name()'],['../structPortGroup.html#af3ab9eaf5eb1ad8165fc43b4518d2c5b',1,'PortGroup::name()']]], - ['namespace_20macros_306',['Namespace Macros',['../group__NamespaceMacros.html',1,'']]], - ['nanobasewidget_307',['NanoBaseWidget',['../classNanoBaseWidget.html',1,'NanoBaseWidget< BaseWidget >'],['../classNanoBaseWidget.html#ab55b11341bc4b8f56ecbead328ca8346',1,'NanoBaseWidget::NanoBaseWidget(Widget *parentGroupWidget, int flags=CREATE_ANTIALIAS)'],['../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_308',['NanoImage',['../classNanoImage.html',1,'NanoImage'],['../classNanoImage.html#a5bf22d2002986c3b81f3b38ec8abf4a5',1,'NanoImage::NanoImage()'],['../classNanoImage.html#ae822e33bed10563f4bd1898ae18afe8e',1,'NanoImage::NanoImage(const Handle &handle)']]], - ['nanovg_309',['NanoVG',['../classNanoVG.html',1,'NanoVG'],['../classNanoVG.html#a79dfc0b6c38ec95cef030df2b7a663ef',1,'NanoVG::NanoVG()']]], - ['nextevent_310',['nextEvent',['../structAudioMidiSyncHelper.html#a43f354c1520893449d81a27b3e7a81fe',1,'AudioMidiSyncHelper']]] + ['name_306',['name',['../structAudioPort.html#adb3b58f79131b653d6b2adfa3ea07e5c',1,'AudioPort::name()'],['../structParameter.html#ae63c1fcfb20e320bada1f58c04ff18da',1,'Parameter::name()'],['../structPortGroup.html#af3ab9eaf5eb1ad8165fc43b4518d2c5b',1,'PortGroup::name()']]], + ['namespace_20macros_307',['Namespace Macros',['../group__NamespaceMacros.html',1,'']]], + ['nanobasewidget_308',['NanoBaseWidget',['../classNanoBaseWidget.html',1,'NanoBaseWidget< BaseWidget >'],['../classNanoBaseWidget.html#ab55b11341bc4b8f56ecbead328ca8346',1,'NanoBaseWidget::NanoBaseWidget(Widget *parentGroupWidget, int flags=CREATE_ANTIALIAS)'],['../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_309',['NanoImage',['../classNanoImage.html',1,'NanoImage'],['../classNanoImage.html#a5bf22d2002986c3b81f3b38ec8abf4a5',1,'NanoImage::NanoImage()'],['../classNanoImage.html#ae822e33bed10563f4bd1898ae18afe8e',1,'NanoImage::NanoImage(const Handle &handle)']]], + ['nanovg_310',['NanoVG',['../classNanoVG.html',1,'NanoVG'],['../classNanoVG.html#a79dfc0b6c38ec95cef030df2b7a663ef',1,'NanoVG::NanoVG()']]], + ['nextevent_311',['nextEvent',['../structAudioMidiSyncHelper.html#a43f354c1520893449d81a27b3e7a81fe',1,'AudioMidiSyncHelper']]] ]; diff --git a/search/all_d.js b/search/all_d.js index 15c44a76..1f8cb8c4 100644 --- a/search/all_d.js +++ b/search/all_d.js @@ -1,27 +1,27 @@ var searchData= [ - ['oncairodisplay_311',['onCairoDisplay',['../classCairoBaseWidget.html#a2d59f5625d6e948ccbf7a9d2b3b00adf',1,'CairoBaseWidget']]], - ['oncharacterinput_312',['onCharacterInput',['../classTopLevelWidget.html#a567153ae0853e56553c9569dc61ed913',1,'TopLevelWidget::onCharacterInput()'],['../classWidget.html#ad7fb24de24d8809305b04ff3750f0dea',1,'Widget::onCharacterInput()']]], - ['onclose_313',['onClose',['../classWindow.html#a979cfd2bc52650f07b789217d6c6f570',1,'Window']]], - ['ondisplay_314',['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_315',['onFileSelected',['../classWindow.html#a887287be0807b58aa701139c802939a3',1,'Window']]], - ['onfocus_316',['onFocus',['../classWindow.html#a754415613248bd3b5068d76c4cfe3704',1,'Window']]], - ['onkeyboard_317',['onKeyboard',['../classImageBaseAboutWindow.html#a239bf25a7ac8063d2cf3d4db250396e2',1,'ImageBaseAboutWindow::onKeyboard()'],['../classTopLevelWidget.html#a7b182e276662bc32aa0fcd7b07dfe4d0',1,'TopLevelWidget::onKeyboard()'],['../classWidget.html#a9fa874aede538b41348f1029524aea11',1,'Widget::onKeyboard()']]], - ['onmotion_318',['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()']]], - ['onmouse_319',['onMouse',['../classImageBaseAboutWindow.html#ad2c3d4c6943a5562574baf60f58de483',1,'ImageBaseAboutWindow::onMouse()'],['../classImageBaseButton.html#a643f3c0429d514c70c7a1333829f6cf8',1,'ImageBaseButton::onMouse()'],['../classImageBaseKnob.html#a6cd97ff56064b28a56d1321508e29f8b',1,'ImageBaseKnob::onMouse()'],['../classImageBaseSlider.html#af1caea46d10b3decd14ad795e0a58a9d',1,'ImageBaseSlider::onMouse()'],['../classImageBaseSwitch.html#a6912be0532a24c33e6dac851779fc8f0',1,'ImageBaseSwitch::onMouse()'],['../classTopLevelWidget.html#a8ceccb37de18c8e3b21fbf64ad58981c',1,'TopLevelWidget::onMouse()'],['../classWidget.html#a097ec1d56a06bdc9e0a4e54880def378',1,'Widget::onMouse()']]], - ['onnanodisplay_320',['onNanoDisplay',['../classNanoBaseWidget.html#a77a197095bf9bf6fd6ff40145746c9b9',1,'NanoBaseWidget']]], - ['onpositionchanged_321',['onPositionChanged',['../classSubWidget.html#a80ac88898a4a87047d63a7e49a5a0946',1,'SubWidget']]], - ['onreshape_322',['onReshape',['../classWindow.html#a04207502372d42d0d17604b104c1d8d6',1,'Window']]], - ['onresize_323',['onResize',['../classWidget.html#acc0365ec4b9245bdffb8d0285be55dea',1,'Widget']]], - ['onscalefactorchanged_324',['onScaleFactorChanged',['../classWindow.html#a306742ddc21c7c41f59b41e5761a38c7',1,'Window']]], - ['onscroll_325',['onScroll',['../classImageBaseKnob.html#aeb9c35449f4b48741ceb8ba8253648bb',1,'ImageBaseKnob::onScroll()'],['../classTopLevelWidget.html#a412a6ce96a4ef7f64396e312ad072f9d',1,'TopLevelWidget::onScroll()'],['../classWidget.html#a0d78d28bd4a98c3a016a38091b2d4185',1,'Widget::onScroll()']]], - ['onspecial_326',['onSpecial',['../classWidget.html#a3b42652fcb2f95c6f86bdd43a1727507',1,'Widget']]], - ['openfilebrowser_327',['openFileBrowser',['../classWindow.html#a7d2a006347a7fb95e63140ad2cec531c',1,'Window']]], - ['openglgraphicscontext_328',['OpenGLGraphicsContext',['../structOpenGLGraphicsContext.html',1,'']]], - ['openglimage_329',['OpenGLImage',['../classOpenGLImage.html',1,'OpenGLImage'],['../classOpenGLImage.html#a7292ff9abcd2137c0cf8d7c0d57d1eb5',1,'OpenGLImage::OpenGLImage()'],['../classOpenGLImage.html#ab3846413c806171a98ec3f41f5db20a8',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#af61ca1a163bae128817d3ad0ea6095f4',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#a9cd14d74c793c77c3ee3a8f9d291a706',1,'OpenGLImage::OpenGLImage(const OpenGLImage &image)'],['../classOpenGLImage.html#a729ba128952454d53054e23ea9d3a73f',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, GLenum glFormat)'],['../classOpenGLImage.html#a9f6ac5e7437a8a0aaa28bc298ab9350f',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, GLenum glFormat)']]], - ['operator_20objecttype_20_2a_330',['operator ObjectType *',['../classScopedPointer.html#af7c241c736d79754fd6f8d305cce8bc3',1,'ScopedPointer']]], - ['operator_2a_331',['operator*',['../classScopedPointer.html#a2f48458a1656a6ef1bd35cb8452eed35',1,'ScopedPointer']]], - ['operator_2d_3e_332',['operator->',['../classScopedPointer.html#a6eedc84349cbe629cc1abb79ffa74e87',1,'ScopedPointer']]], - ['operator_3d_333',['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_334',['outputs',['../structAudioMidiSyncHelper.html#a7b54cae0fdaae3d23aaccf2dbb9344ef',1,'AudioMidiSyncHelper']]] + ['oncairodisplay_312',['onCairoDisplay',['../classCairoBaseWidget.html#a2d59f5625d6e948ccbf7a9d2b3b00adf',1,'CairoBaseWidget']]], + ['oncharacterinput_313',['onCharacterInput',['../classTopLevelWidget.html#a567153ae0853e56553c9569dc61ed913',1,'TopLevelWidget::onCharacterInput()'],['../classWidget.html#ad7fb24de24d8809305b04ff3750f0dea',1,'Widget::onCharacterInput()']]], + ['onclose_314',['onClose',['../classWindow.html#a979cfd2bc52650f07b789217d6c6f570',1,'Window']]], + ['ondisplay_315',['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_316',['onFileSelected',['../classWindow.html#a887287be0807b58aa701139c802939a3',1,'Window']]], + ['onfocus_317',['onFocus',['../classWindow.html#a754415613248bd3b5068d76c4cfe3704',1,'Window']]], + ['onkeyboard_318',['onKeyboard',['../classImageBaseAboutWindow.html#a239bf25a7ac8063d2cf3d4db250396e2',1,'ImageBaseAboutWindow::onKeyboard()'],['../classTopLevelWidget.html#a7b182e276662bc32aa0fcd7b07dfe4d0',1,'TopLevelWidget::onKeyboard()'],['../classWidget.html#a9fa874aede538b41348f1029524aea11',1,'Widget::onKeyboard()']]], + ['onmotion_319',['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()']]], + ['onmouse_320',['onMouse',['../classImageBaseAboutWindow.html#ad2c3d4c6943a5562574baf60f58de483',1,'ImageBaseAboutWindow::onMouse()'],['../classImageBaseButton.html#a643f3c0429d514c70c7a1333829f6cf8',1,'ImageBaseButton::onMouse()'],['../classImageBaseKnob.html#a6cd97ff56064b28a56d1321508e29f8b',1,'ImageBaseKnob::onMouse()'],['../classImageBaseSlider.html#af1caea46d10b3decd14ad795e0a58a9d',1,'ImageBaseSlider::onMouse()'],['../classImageBaseSwitch.html#a6912be0532a24c33e6dac851779fc8f0',1,'ImageBaseSwitch::onMouse()'],['../classTopLevelWidget.html#a8ceccb37de18c8e3b21fbf64ad58981c',1,'TopLevelWidget::onMouse()'],['../classWidget.html#a097ec1d56a06bdc9e0a4e54880def378',1,'Widget::onMouse()']]], + ['onnanodisplay_321',['onNanoDisplay',['../classNanoBaseWidget.html#a77a197095bf9bf6fd6ff40145746c9b9',1,'NanoBaseWidget']]], + ['onpositionchanged_322',['onPositionChanged',['../classSubWidget.html#a80ac88898a4a87047d63a7e49a5a0946',1,'SubWidget']]], + ['onreshape_323',['onReshape',['../classWindow.html#a04207502372d42d0d17604b104c1d8d6',1,'Window']]], + ['onresize_324',['onResize',['../classWidget.html#acc0365ec4b9245bdffb8d0285be55dea',1,'Widget']]], + ['onscalefactorchanged_325',['onScaleFactorChanged',['../classWindow.html#a306742ddc21c7c41f59b41e5761a38c7',1,'Window']]], + ['onscroll_326',['onScroll',['../classImageBaseKnob.html#aeb9c35449f4b48741ceb8ba8253648bb',1,'ImageBaseKnob::onScroll()'],['../classTopLevelWidget.html#a412a6ce96a4ef7f64396e312ad072f9d',1,'TopLevelWidget::onScroll()'],['../classWidget.html#a0d78d28bd4a98c3a016a38091b2d4185',1,'Widget::onScroll()']]], + ['onspecial_327',['onSpecial',['../classWidget.html#a3b42652fcb2f95c6f86bdd43a1727507',1,'Widget']]], + ['openfilebrowser_328',['openFileBrowser',['../classWindow.html#a7d2a006347a7fb95e63140ad2cec531c',1,'Window']]], + ['openglgraphicscontext_329',['OpenGLGraphicsContext',['../structOpenGLGraphicsContext.html',1,'']]], + ['openglimage_330',['OpenGLImage',['../classOpenGLImage.html',1,'OpenGLImage'],['../classOpenGLImage.html#a7292ff9abcd2137c0cf8d7c0d57d1eb5',1,'OpenGLImage::OpenGLImage()'],['../classOpenGLImage.html#ab3846413c806171a98ec3f41f5db20a8',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#af61ca1a163bae128817d3ad0ea6095f4',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#a9cd14d74c793c77c3ee3a8f9d291a706',1,'OpenGLImage::OpenGLImage(const OpenGLImage &image)'],['../classOpenGLImage.html#a729ba128952454d53054e23ea9d3a73f',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, GLenum glFormat)'],['../classOpenGLImage.html#a9f6ac5e7437a8a0aaa28bc298ab9350f',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, GLenum glFormat)']]], + ['operator_20objecttype_20_2a_331',['operator ObjectType *',['../classScopedPointer.html#af7c241c736d79754fd6f8d305cce8bc3',1,'ScopedPointer']]], + ['operator_2a_332',['operator*',['../classScopedPointer.html#a2f48458a1656a6ef1bd35cb8452eed35',1,'ScopedPointer']]], + ['operator_2d_3e_333',['operator->',['../classScopedPointer.html#a6eedc84349cbe629cc1abb79ffa74e87',1,'ScopedPointer']]], + ['operator_3d_334',['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_335',['outputs',['../structAudioMidiSyncHelper.html#a7b54cae0fdaae3d23aaccf2dbb9344ef',1,'AudioMidiSyncHelper']]] ]; diff --git a/search/all_e.js b/search/all_e.js index 3572d06e..dfa573fe 100644 --- a/search/all_e.js +++ b/search/all_e.js @@ -1,24 +1,24 @@ var searchData= [ - ['paint_335',['Paint',['../structNanoVG_1_1Paint.html',1,'NanoVG']]], - ['parameter_336',['Parameter',['../structParameter.html',1,'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_337',['parameterChanged',['../classUI.html#ab3086d302a9685b25abf144ade3e88f6',1,'UI']]], - ['parameterdesignation_338',['ParameterDesignation',['../group__BasePluginStructs.html#ga9a7e733c40008f92e96e2ccf24f890de',1,'DistrhoPlugin.hpp']]], - ['parameterenumerationvalue_339',['ParameterEnumerationValue',['../structParameterEnumerationValue.html',1,'ParameterEnumerationValue'],['../structParameterEnumerationValue.html#a169e558182f93aadd2e66819a981a3f9',1,'ParameterEnumerationValue::ParameterEnumerationValue() noexcept'],['../structParameterEnumerationValue.html#aad073d95adfcd8ec01767490fbd69f68',1,'ParameterEnumerationValue::ParameterEnumerationValue(float v, const char *l) noexcept']]], - ['parameterenumerationvalues_340',['ParameterEnumerationValues',['../structParameterEnumerationValues.html',1,'ParameterEnumerationValues'],['../structParameterEnumerationValues.html#ab1bbcf39e2efae872e9b8dbde17a045a',1,'ParameterEnumerationValues::ParameterEnumerationValues() noexcept'],['../structParameterEnumerationValues.html#a109591a3392e28362de7e1e474f75ae2',1,'ParameterEnumerationValues::ParameterEnumerationValues(uint32_t c, bool r, ParameterEnumerationValue *v) noexcept']]], - ['parameter_20hints_341',['Parameter Hints',['../group__ParameterHints.html',1,'']]], - ['parameterranges_342',['ParameterRanges',['../structParameterRanges.html',1,'ParameterRanges'],['../structParameterRanges.html#adb9b2712df3401eb0c5e11362d865d4e',1,'ParameterRanges::ParameterRanges() noexcept'],['../structParameterRanges.html#a75337384c041ef8cd1a1cd2ba57ac205',1,'ParameterRanges::ParameterRanges(float df, float mn, float mx) noexcept']]], - ['pathwinding_343',['pathWinding',['../classNanoVG.html#aaf7f45fc45cf920d261a8b2cfebf9026',1,'NanoVG']]], - ['playing_344',['playing',['../structTimePosition.html#a35db424bdf8ec01102a4fa6346c45574',1,'TimePosition']]], - ['plugin_345',['Plugin',['../classPlugin.html',1,'Plugin'],['../classPlugin.html#acb5a3632da5a5c4110172a3a78e1fd32',1,'Plugin::Plugin()']]], - ['plugin_20helper_20classes_346',['Plugin helper classes',['../group__PluginHelperClasses.html',1,'']]], - ['plugin_20macros_347',['Plugin Macros',['../group__PluginMacros.html',1,'']]], - ['plugin_20related_20utilities_348',['Plugin related utilities',['../group__PluginRelatedUtilities.html',1,'']]], - ['point_349',['Point',['../classPoint.html',1,'Point< T >'],['../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']]], - ['point_3c_20double_20_3e_350',['Point< double >',['../classPoint.html',1,'']]], - ['point_3c_20int_20_3e_351',['Point< int >',['../classPoint.html',1,'']]], - ['portgroup_352',['PortGroup',['../structPortGroup.html',1,'']]], - ['positionchangedevent_353',['PositionChangedEvent',['../structWidget_1_1PositionChangedEvent.html',1,'Widget::PositionChangedEvent'],['../structWidget_1_1PositionChangedEvent.html#aa6360f57c0314621b04d049708bea45c',1,'Widget::PositionChangedEvent::PositionChangedEvent()']]], - ['predefinedportgroupsids_354',['PredefinedPortGroupsIds',['../group__BasePluginStructs.html#ga177ca6eb2528109ec4a130a643e8c70a',1,'DistrhoPlugin.hpp']]], - ['programloaded_355',['programLoaded',['../classUI.html#a2f043dd1b2e179248a19918c5483cfae',1,'UI']]] + ['paint_336',['Paint',['../structNanoVG_1_1Paint.html',1,'NanoVG']]], + ['parameter_337',['Parameter',['../structParameter.html',1,'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_338',['parameterChanged',['../classUI.html#ab3086d302a9685b25abf144ade3e88f6',1,'UI']]], + ['parameterdesignation_339',['ParameterDesignation',['../group__BasePluginStructs.html#ga9a7e733c40008f92e96e2ccf24f890de',1,'DistrhoPlugin.hpp']]], + ['parameterenumerationvalue_340',['ParameterEnumerationValue',['../structParameterEnumerationValue.html',1,'ParameterEnumerationValue'],['../structParameterEnumerationValue.html#a169e558182f93aadd2e66819a981a3f9',1,'ParameterEnumerationValue::ParameterEnumerationValue() noexcept'],['../structParameterEnumerationValue.html#aad073d95adfcd8ec01767490fbd69f68',1,'ParameterEnumerationValue::ParameterEnumerationValue(float v, const char *l) noexcept']]], + ['parameterenumerationvalues_341',['ParameterEnumerationValues',['../structParameterEnumerationValues.html',1,'ParameterEnumerationValues'],['../structParameterEnumerationValues.html#ab1bbcf39e2efae872e9b8dbde17a045a',1,'ParameterEnumerationValues::ParameterEnumerationValues() noexcept'],['../structParameterEnumerationValues.html#a109591a3392e28362de7e1e474f75ae2',1,'ParameterEnumerationValues::ParameterEnumerationValues(uint32_t c, bool r, ParameterEnumerationValue *v) noexcept']]], + ['parameter_20hints_342',['Parameter Hints',['../group__ParameterHints.html',1,'']]], + ['parameterranges_343',['ParameterRanges',['../structParameterRanges.html',1,'ParameterRanges'],['../structParameterRanges.html#adb9b2712df3401eb0c5e11362d865d4e',1,'ParameterRanges::ParameterRanges() noexcept'],['../structParameterRanges.html#a75337384c041ef8cd1a1cd2ba57ac205',1,'ParameterRanges::ParameterRanges(float df, float mn, float mx) noexcept']]], + ['pathwinding_344',['pathWinding',['../classNanoVG.html#aaf7f45fc45cf920d261a8b2cfebf9026',1,'NanoVG']]], + ['playing_345',['playing',['../structTimePosition.html#a35db424bdf8ec01102a4fa6346c45574',1,'TimePosition']]], + ['plugin_346',['Plugin',['../classPlugin.html',1,'Plugin'],['../classPlugin.html#acb5a3632da5a5c4110172a3a78e1fd32',1,'Plugin::Plugin()']]], + ['plugin_20helper_20classes_347',['Plugin helper classes',['../group__PluginHelperClasses.html',1,'']]], + ['plugin_20macros_348',['Plugin Macros',['../group__PluginMacros.html',1,'']]], + ['plugin_20related_20utilities_349',['Plugin related utilities',['../group__PluginRelatedUtilities.html',1,'']]], + ['point_350',['Point',['../classPoint.html',1,'Point< T >'],['../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']]], + ['point_3c_20double_20_3e_351',['Point< double >',['../classPoint.html',1,'']]], + ['point_3c_20int_20_3e_352',['Point< int >',['../classPoint.html',1,'']]], + ['portgroup_353',['PortGroup',['../structPortGroup.html',1,'']]], + ['positionchangedevent_354',['PositionChangedEvent',['../structWidget_1_1PositionChangedEvent.html',1,'Widget::PositionChangedEvent'],['../structWidget_1_1PositionChangedEvent.html#aa6360f57c0314621b04d049708bea45c',1,'Widget::PositionChangedEvent::PositionChangedEvent()']]], + ['predefinedportgroupsids_355',['PredefinedPortGroupsIds',['../group__BasePluginStructs.html#ga177ca6eb2528109ec4a130a643e8c70a',1,'DistrhoPlugin.hpp']]], + ['programloaded_356',['programLoaded',['../classUI.html#a2f043dd1b2e179248a19918c5483cfae',1,'UI']]] ]; diff --git a/search/all_f.js b/search/all_f.js index bdb78aec..366803a0 100644 --- a/search/all_f.js +++ b/search/all_f.js @@ -1,5 +1,5 @@ var searchData= [ - ['quadto_356',['quadTo',['../classNanoVG.html#ad21dce44617cb0ed89bcafa794c56fde',1,'NanoVG']]], - ['quit_357',['quit',['../classApplication.html#af77b716ee803aecb2ce1674695dc3986',1,'Application']]] + ['quadto_357',['quadTo',['../classNanoVG.html#ad21dce44617cb0ed89bcafa794c56fde',1,'NanoVG']]], + ['quit_358',['quit',['../classApplication.html#af77b716ee803aecb2ce1674695dc3986',1,'Application']]] ]; diff --git a/search/classes_0.js b/search/classes_0.js index 0007a920..5aa5a5bd 100644 --- a/search/classes_0.js +++ b/search/classes_0.js @@ -1,6 +1,6 @@ var searchData= [ - ['application_530',['Application',['../classApplication.html',1,'']]], - ['audiomidisynchelper_531',['AudioMidiSyncHelper',['../structAudioMidiSyncHelper.html',1,'']]], - ['audioport_532',['AudioPort',['../structAudioPort.html',1,'']]] + ['application_531',['Application',['../classApplication.html',1,'']]], + ['audiomidisynchelper_532',['AudioMidiSyncHelper',['../structAudioMidiSyncHelper.html',1,'']]], + ['audioport_533',['AudioPort',['../structAudioPort.html',1,'']]] ]; diff --git a/search/classes_1.js b/search/classes_1.js index 4bf6faac..768ca9fa 100644 --- a/search/classes_1.js +++ b/search/classes_1.js @@ -1,8 +1,8 @@ var searchData= [ - ['barbeattick_533',['BarBeatTick',['../structTimePosition_1_1BarBeatTick.html',1,'TimePosition']]], - ['baseevent_534',['BaseEvent',['../structWidget_1_1BaseEvent.html',1,'Widget']]], - ['bigstackbuffer_535',['BigStackBuffer',['../structBigStackBuffer.html',1,'']]], - ['buttoneventhandler_536',['ButtonEventHandler',['../classButtonEventHandler.html',1,'']]], - ['buttons_537',['Buttons',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html',1,'Window::FileBrowserOptions']]] + ['barbeattick_534',['BarBeatTick',['../structTimePosition_1_1BarBeatTick.html',1,'TimePosition']]], + ['baseevent_535',['BaseEvent',['../structWidget_1_1BaseEvent.html',1,'Widget']]], + ['bigstackbuffer_536',['BigStackBuffer',['../structBigStackBuffer.html',1,'']]], + ['buttoneventhandler_537',['ButtonEventHandler',['../classButtonEventHandler.html',1,'']]], + ['buttons_538',['Buttons',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html',1,'Window::FileBrowserOptions']]] ]; diff --git a/search/classes_10.js b/search/classes_10.js index 1a7c9553..64337d49 100644 --- a/search/classes_10.js +++ b/search/classes_10.js @@ -1,8 +1,8 @@ var searchData= [ - ['textrow_604',['TextRow',['../structNanoVG_1_1TextRow.html',1,'NanoVG']]], - ['thread_605',['Thread',['../classThread.html',1,'']]], - ['timeposition_606',['TimePosition',['../structTimePosition.html',1,'']]], - ['toplevelwidget_607',['TopLevelWidget',['../classTopLevelWidget.html',1,'']]], - ['triangle_608',['Triangle',['../classTriangle.html',1,'']]] + ['textrow_605',['TextRow',['../structNanoVG_1_1TextRow.html',1,'NanoVG']]], + ['thread_606',['Thread',['../classThread.html',1,'']]], + ['timeposition_607',['TimePosition',['../structTimePosition.html',1,'']]], + ['toplevelwidget_608',['TopLevelWidget',['../classTopLevelWidget.html',1,'']]], + ['triangle_609',['Triangle',['../classTriangle.html',1,'']]] ]; diff --git a/search/classes_11.js b/search/classes_11.js index 1a924ad3..2980fcca 100644 --- a/search/classes_11.js +++ b/search/classes_11.js @@ -1,4 +1,4 @@ var searchData= [ - ['ui_609',['UI',['../classUI.html',1,'']]] + ['ui_610',['UI',['../classUI.html',1,'']]] ]; diff --git a/search/classes_12.js b/search/classes_12.js index 087493f8..a09a6552 100644 --- a/search/classes_12.js +++ b/search/classes_12.js @@ -1,5 +1,5 @@ var searchData= [ - ['vulkangraphicscontext_610',['VulkanGraphicsContext',['../structVulkanGraphicsContext.html',1,'']]], - ['vulkanimage_611',['VulkanImage',['../classVulkanImage.html',1,'']]] + ['vulkangraphicscontext_611',['VulkanGraphicsContext',['../structVulkanGraphicsContext.html',1,'']]], + ['vulkanimage_612',['VulkanImage',['../classVulkanImage.html',1,'']]] ]; diff --git a/search/classes_13.js b/search/classes_13.js index de9d06bf..4fd62956 100644 --- a/search/classes_13.js +++ b/search/classes_13.js @@ -1,5 +1,5 @@ var searchData= [ - ['widget_612',['Widget',['../classWidget.html',1,'']]], - ['window_613',['Window',['../classWindow.html',1,'']]] + ['widget_613',['Widget',['../classWidget.html',1,'']]], + ['window_614',['Window',['../classWindow.html',1,'']]] ]; diff --git a/search/classes_2.js b/search/classes_2.js index 8d6df5ae..0708995a 100644 --- a/search/classes_2.js +++ b/search/classes_2.js @@ -1,10 +1,10 @@ var searchData= [ - ['cairobasewidget_538',['CairoBaseWidget',['../classCairoBaseWidget.html',1,'']]], - ['cairographicscontext_539',['CairoGraphicsContext',['../structCairoGraphicsContext.html',1,'']]], - ['cairoimage_540',['CairoImage',['../classCairoImage.html',1,'']]], - ['callback_541',['Callback',['../classButtonEventHandler_1_1Callback.html',1,'ButtonEventHandler::Callback'],['../classKnobEventHandler_1_1Callback.html',1,'KnobEventHandler::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']]], - ['characterinputevent_542',['CharacterInputEvent',['../structWidget_1_1CharacterInputEvent.html',1,'Widget']]], - ['circle_543',['Circle',['../classCircle.html',1,'']]], - ['color_544',['Color',['../structColor.html',1,'']]] + ['cairobasewidget_539',['CairoBaseWidget',['../classCairoBaseWidget.html',1,'']]], + ['cairographicscontext_540',['CairoGraphicsContext',['../structCairoGraphicsContext.html',1,'']]], + ['cairoimage_541',['CairoImage',['../classCairoImage.html',1,'']]], + ['callback_542',['Callback',['../classButtonEventHandler_1_1Callback.html',1,'ButtonEventHandler::Callback'],['../classKnobEventHandler_1_1Callback.html',1,'KnobEventHandler::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']]], + ['characterinputevent_543',['CharacterInputEvent',['../structWidget_1_1CharacterInputEvent.html',1,'Widget']]], + ['circle_544',['Circle',['../classCircle.html',1,'']]], + ['color_545',['Color',['../structColor.html',1,'']]] ]; diff --git a/search/classes_3.js b/search/classes_3.js index b97c0e90..c148226c 100644 --- a/search/classes_3.js +++ b/search/classes_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['externalwindow_545',['ExternalWindow',['../classExternalWindow.html',1,'']]] + ['externalwindow_546',['ExternalWindow',['../classExternalWindow.html',1,'']]] ]; diff --git a/search/classes_4.js b/search/classes_4.js index 988dd9b2..07932fac 100644 --- a/search/classes_4.js +++ b/search/classes_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['filebrowseroptions_546',['FileBrowserOptions',['../structWindow_1_1FileBrowserOptions.html',1,'Window']]] + ['filebrowseroptions_547',['FileBrowserOptions',['../structWindow_1_1FileBrowserOptions.html',1,'Window']]] ]; diff --git a/search/classes_5.js b/search/classes_5.js index 83b01966..e64ed111 100644 --- a/search/classes_5.js +++ b/search/classes_5.js @@ -1,5 +1,5 @@ var searchData= [ - ['glyphposition_547',['GlyphPosition',['../structNanoVG_1_1GlyphPosition.html',1,'NanoVG']]], - ['graphicscontext_548',['GraphicsContext',['../structGraphicsContext.html',1,'']]] + ['glyphposition_548',['GlyphPosition',['../structNanoVG_1_1GlyphPosition.html',1,'NanoVG']]], + ['graphicscontext_549',['GraphicsContext',['../structGraphicsContext.html',1,'']]] ]; diff --git a/search/classes_6.js b/search/classes_6.js index 26da1cbd..6ec9a1b8 100644 --- a/search/classes_6.js +++ b/search/classes_6.js @@ -1,6 +1,6 @@ var searchData= [ - ['heapbuffer_549',['HeapBuffer',['../structHeapBuffer.html',1,'']]], - ['heapringbuffer_550',['HeapRingBuffer',['../classHeapRingBuffer.html',1,'']]], - ['hugestackbuffer_551',['HugeStackBuffer',['../structHugeStackBuffer.html',1,'']]] + ['heapbuffer_550',['HeapBuffer',['../structHeapBuffer.html',1,'']]], + ['heapringbuffer_551',['HeapRingBuffer',['../classHeapRingBuffer.html',1,'']]], + ['hugestackbuffer_552',['HugeStackBuffer',['../structHugeStackBuffer.html',1,'']]] ]; diff --git a/search/classes_7.js b/search/classes_7.js index cd87abe0..c615c053 100644 --- a/search/classes_7.js +++ b/search/classes_7.js @@ -1,10 +1,10 @@ var searchData= [ - ['idlecallback_552',['IdleCallback',['../structIdleCallback.html',1,'']]], - ['imagebase_553',['ImageBase',['../classImageBase.html',1,'']]], - ['imagebaseaboutwindow_554',['ImageBaseAboutWindow',['../classImageBaseAboutWindow.html',1,'']]], - ['imagebasebutton_555',['ImageBaseButton',['../classImageBaseButton.html',1,'']]], - ['imagebaseknob_556',['ImageBaseKnob',['../classImageBaseKnob.html',1,'']]], - ['imagebaseslider_557',['ImageBaseSlider',['../classImageBaseSlider.html',1,'']]], - ['imagebaseswitch_558',['ImageBaseSwitch',['../classImageBaseSwitch.html',1,'']]] + ['idlecallback_553',['IdleCallback',['../structIdleCallback.html',1,'']]], + ['imagebase_554',['ImageBase',['../classImageBase.html',1,'']]], + ['imagebaseaboutwindow_555',['ImageBaseAboutWindow',['../classImageBaseAboutWindow.html',1,'']]], + ['imagebasebutton_556',['ImageBaseButton',['../classImageBaseButton.html',1,'']]], + ['imagebaseknob_557',['ImageBaseKnob',['../classImageBaseKnob.html',1,'']]], + ['imagebaseslider_558',['ImageBaseSlider',['../classImageBaseSlider.html',1,'']]], + ['imagebaseswitch_559',['ImageBaseSwitch',['../classImageBaseSwitch.html',1,'']]] ]; diff --git a/search/classes_8.js b/search/classes_8.js index 16ea487e..c4d87d9d 100644 --- a/search/classes_8.js +++ b/search/classes_8.js @@ -1,5 +1,5 @@ var searchData= [ - ['keyboardevent_559',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html',1,'Widget']]], - ['knobeventhandler_560',['KnobEventHandler',['../classKnobEventHandler.html',1,'']]] + ['keyboardevent_560',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html',1,'Widget']]], + ['knobeventhandler_561',['KnobEventHandler',['../classKnobEventHandler.html',1,'']]] ]; diff --git a/search/classes_9.js b/search/classes_9.js index 7ff62343..c6a02041 100644 --- a/search/classes_9.js +++ b/search/classes_9.js @@ -1,5 +1,5 @@ var searchData= [ - ['leakedobjectdetector_561',['LeakedObjectDetector',['../classLeakedObjectDetector.html',1,'']]], - ['line_562',['Line',['../classLine.html',1,'']]] + ['leakedobjectdetector_562',['LeakedObjectDetector',['../classLeakedObjectDetector.html',1,'']]], + ['line_563',['Line',['../classLine.html',1,'']]] ]; diff --git a/search/classes_a.js b/search/classes_a.js index bab3c4cd..55544f84 100644 --- a/search/classes_a.js +++ b/search/classes_a.js @@ -1,7 +1,7 @@ var searchData= [ - ['midievent_563',['MidiEvent',['../structMidiEvent.html',1,'']]], - ['motionevent_564',['MotionEvent',['../structWidget_1_1MotionEvent.html',1,'Widget']]], - ['mouseevent_565',['MouseEvent',['../structWidget_1_1MouseEvent.html',1,'Widget']]], - ['mutex_566',['Mutex',['../classMutex.html',1,'']]] + ['midievent_564',['MidiEvent',['../structMidiEvent.html',1,'']]], + ['motionevent_565',['MotionEvent',['../structWidget_1_1MotionEvent.html',1,'Widget']]], + ['mouseevent_566',['MouseEvent',['../structWidget_1_1MouseEvent.html',1,'Widget']]], + ['mutex_567',['Mutex',['../classMutex.html',1,'']]] ]; diff --git a/search/classes_b.js b/search/classes_b.js index e9622504..d8abc196 100644 --- a/search/classes_b.js +++ b/search/classes_b.js @@ -1,6 +1,6 @@ var searchData= [ - ['nanobasewidget_567',['NanoBaseWidget',['../classNanoBaseWidget.html',1,'']]], - ['nanoimage_568',['NanoImage',['../classNanoImage.html',1,'']]], - ['nanovg_569',['NanoVG',['../classNanoVG.html',1,'']]] + ['nanobasewidget_568',['NanoBaseWidget',['../classNanoBaseWidget.html',1,'']]], + ['nanoimage_569',['NanoImage',['../classNanoImage.html',1,'']]], + ['nanovg_570',['NanoVG',['../classNanoVG.html',1,'']]] ]; diff --git a/search/classes_c.js b/search/classes_c.js index c3b28d3f..c630b422 100644 --- a/search/classes_c.js +++ b/search/classes_c.js @@ -1,5 +1,5 @@ var searchData= [ - ['openglgraphicscontext_570',['OpenGLGraphicsContext',['../structOpenGLGraphicsContext.html',1,'']]], - ['openglimage_571',['OpenGLImage',['../classOpenGLImage.html',1,'']]] + ['openglgraphicscontext_571',['OpenGLGraphicsContext',['../structOpenGLGraphicsContext.html',1,'']]], + ['openglimage_572',['OpenGLImage',['../classOpenGLImage.html',1,'']]] ]; diff --git a/search/classes_d.js b/search/classes_d.js index bf4f8556..e8d5457a 100644 --- a/search/classes_d.js +++ b/search/classes_d.js @@ -1,14 +1,14 @@ var searchData= [ - ['paint_572',['Paint',['../structNanoVG_1_1Paint.html',1,'NanoVG']]], - ['parameter_573',['Parameter',['../structParameter.html',1,'']]], - ['parameterenumerationvalue_574',['ParameterEnumerationValue',['../structParameterEnumerationValue.html',1,'']]], - ['parameterenumerationvalues_575',['ParameterEnumerationValues',['../structParameterEnumerationValues.html',1,'']]], - ['parameterranges_576',['ParameterRanges',['../structParameterRanges.html',1,'']]], - ['plugin_577',['Plugin',['../classPlugin.html',1,'']]], - ['point_578',['Point',['../classPoint.html',1,'']]], - ['point_3c_20double_20_3e_579',['Point< double >',['../classPoint.html',1,'']]], - ['point_3c_20int_20_3e_580',['Point< int >',['../classPoint.html',1,'']]], - ['portgroup_581',['PortGroup',['../structPortGroup.html',1,'']]], - ['positionchangedevent_582',['PositionChangedEvent',['../structWidget_1_1PositionChangedEvent.html',1,'Widget']]] + ['paint_573',['Paint',['../structNanoVG_1_1Paint.html',1,'NanoVG']]], + ['parameter_574',['Parameter',['../structParameter.html',1,'']]], + ['parameterenumerationvalue_575',['ParameterEnumerationValue',['../structParameterEnumerationValue.html',1,'']]], + ['parameterenumerationvalues_576',['ParameterEnumerationValues',['../structParameterEnumerationValues.html',1,'']]], + ['parameterranges_577',['ParameterRanges',['../structParameterRanges.html',1,'']]], + ['plugin_578',['Plugin',['../classPlugin.html',1,'']]], + ['point_579',['Point',['../classPoint.html',1,'']]], + ['point_3c_20double_20_3e_580',['Point< double >',['../classPoint.html',1,'']]], + ['point_3c_20int_20_3e_581',['Point< int >',['../classPoint.html',1,'']]], + ['portgroup_582',['PortGroup',['../structPortGroup.html',1,'']]], + ['positionchangedevent_583',['PositionChangedEvent',['../structWidget_1_1PositionChangedEvent.html',1,'Widget']]] ]; diff --git a/search/classes_e.js b/search/classes_e.js index 83f82f18..6facfbb9 100644 --- a/search/classes_e.js +++ b/search/classes_e.js @@ -1,9 +1,9 @@ var searchData= [ - ['rectangle_583',['Rectangle',['../classRectangle.html',1,'']]], - ['recursivemutex_584',['RecursiveMutex',['../classRecursiveMutex.html',1,'']]], - ['resizeevent_585',['ResizeEvent',['../structWidget_1_1ResizeEvent.html',1,'Widget']]], - ['ringbuffercontrol_586',['RingBufferControl',['../classRingBufferControl.html',1,'']]], - ['ringbuffercontrol_3c_20heapbuffer_20_3e_587',['RingBufferControl< HeapBuffer >',['../classRingBufferControl.html',1,'']]], - ['ringbuffercontrol_3c_20smallstackbuffer_20_3e_588',['RingBufferControl< SmallStackBuffer >',['../classRingBufferControl.html',1,'']]] + ['rectangle_584',['Rectangle',['../classRectangle.html',1,'']]], + ['recursivemutex_585',['RecursiveMutex',['../classRecursiveMutex.html',1,'']]], + ['resizeevent_586',['ResizeEvent',['../structWidget_1_1ResizeEvent.html',1,'Widget']]], + ['ringbuffercontrol_587',['RingBufferControl',['../classRingBufferControl.html',1,'']]], + ['ringbuffercontrol_3c_20heapbuffer_20_3e_588',['RingBufferControl< HeapBuffer >',['../classRingBufferControl.html',1,'']]], + ['ringbuffercontrol_3c_20smallstackbuffer_20_3e_589',['RingBufferControl< SmallStackBuffer >',['../classRingBufferControl.html',1,'']]] ]; diff --git a/search/classes_f.js b/search/classes_f.js index 63bbfea0..7341ec73 100644 --- a/search/classes_f.js +++ b/search/classes_f.js @@ -1,18 +1,18 @@ var searchData= [ - ['scopedgraphicscontext_589',['ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html',1,'Window']]], - ['scopedpointer_590',['ScopedPointer',['../classScopedPointer.html',1,'']]], - ['scopedsafelocale_591',['ScopedSafeLocale',['../classScopedSafeLocale.html',1,'']]], - ['scopelocker_592',['ScopeLocker',['../classScopeLocker.html',1,'']]], - ['scopetrylocker_593',['ScopeTryLocker',['../classScopeTryLocker.html',1,'']]], - ['scopeunlocker_594',['ScopeUnlocker',['../classScopeUnlocker.html',1,'']]], - ['scrollevent_595',['ScrollEvent',['../structWidget_1_1ScrollEvent.html',1,'Widget']]], - ['signal_596',['Signal',['../classSignal.html',1,'']]], - ['size_597',['Size',['../classSize.html',1,'']]], - ['size_3c_20uint_20_3e_598',['Size< uint >',['../classSize.html',1,'']]], - ['smallstackbuffer_599',['SmallStackBuffer',['../structSmallStackBuffer.html',1,'']]], - ['smallstackringbuffer_600',['SmallStackRingBuffer',['../classSmallStackRingBuffer.html',1,'']]], - ['standalonewindow_601',['StandaloneWindow',['../classStandaloneWindow.html',1,'']]], - ['string_602',['String',['../classString.html',1,'']]], - ['subwidget_603',['SubWidget',['../classSubWidget.html',1,'']]] + ['scopedgraphicscontext_590',['ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html',1,'Window']]], + ['scopedpointer_591',['ScopedPointer',['../classScopedPointer.html',1,'']]], + ['scopedsafelocale_592',['ScopedSafeLocale',['../classScopedSafeLocale.html',1,'']]], + ['scopelocker_593',['ScopeLocker',['../classScopeLocker.html',1,'']]], + ['scopetrylocker_594',['ScopeTryLocker',['../classScopeTryLocker.html',1,'']]], + ['scopeunlocker_595',['ScopeUnlocker',['../classScopeUnlocker.html',1,'']]], + ['scrollevent_596',['ScrollEvent',['../structWidget_1_1ScrollEvent.html',1,'Widget']]], + ['signal_597',['Signal',['../classSignal.html',1,'']]], + ['size_598',['Size',['../classSize.html',1,'']]], + ['size_3c_20uint_20_3e_599',['Size< uint >',['../classSize.html',1,'']]], + ['smallstackbuffer_600',['SmallStackBuffer',['../structSmallStackBuffer.html',1,'']]], + ['smallstackringbuffer_601',['SmallStackRingBuffer',['../classSmallStackRingBuffer.html',1,'']]], + ['standalonewindow_602',['StandaloneWindow',['../classStandaloneWindow.html',1,'']]], + ['string_603',['String',['../classString.html',1,'']]], + ['subwidget_604',['SubWidget',['../classSubWidget.html',1,'']]] ]; diff --git a/search/enums_0.js b/search/enums_0.js index 50d20bf6..0beb11cc 100644 --- a/search/enums_0.js +++ b/search/enums_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['buttonstate_1045',['ButtonState',['../structWindow_1_1FileBrowserOptions.html#a1e10c3a7c2c7b38d9476d24d73001504',1,'Window::FileBrowserOptions']]] + ['buttonstate_1047',['ButtonState',['../structWindow_1_1FileBrowserOptions.html#a1e10c3a7c2c7b38d9476d24d73001504',1,'Window::FileBrowserOptions']]] ]; diff --git a/search/enums_1.js b/search/enums_1.js index 8b470fbd..7b6db2e5 100644 --- a/search/enums_1.js +++ b/search/enums_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['createflags_1046',['CreateFlags',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9',1,'NanoVG']]] + ['createflags_1048',['CreateFlags',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9',1,'NanoVG']]] ]; diff --git a/search/enums_2.js b/search/enums_2.js index 98d3fcf5..596f216c 100644 --- a/search/enums_2.js +++ b/search/enums_2.js @@ -1,5 +1,5 @@ var searchData= [ - ['parameterdesignation_1047',['ParameterDesignation',['../group__BasePluginStructs.html#ga9a7e733c40008f92e96e2ccf24f890de',1,'DistrhoPlugin.hpp']]], - ['predefinedportgroupsids_1048',['PredefinedPortGroupsIds',['../group__BasePluginStructs.html#ga177ca6eb2528109ec4a130a643e8c70a',1,'DistrhoPlugin.hpp']]] + ['parameterdesignation_1049',['ParameterDesignation',['../group__BasePluginStructs.html#ga9a7e733c40008f92e96e2ccf24f890de',1,'DistrhoPlugin.hpp']]], + ['predefinedportgroupsids_1050',['PredefinedPortGroupsIds',['../group__BasePluginStructs.html#ga177ca6eb2528109ec4a130a643e8c70a',1,'DistrhoPlugin.hpp']]] ]; diff --git a/search/enumvalues_0.js b/search/enumvalues_0.js index 40b6baa1..25478ec7 100644 --- a/search/enumvalues_0.js +++ b/search/enumvalues_0.js @@ -1,6 +1,6 @@ var searchData= [ - ['create_5fantialias_1049',['CREATE_ANTIALIAS',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9a4fb2bb2ad2eccc922e6e5613ca1bf19e',1,'NanoVG']]], - ['create_5fdebug_1050',['CREATE_DEBUG',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9ace85d2e89072533bdc5d326df30f82c5',1,'NanoVG']]], - ['create_5fstencil_5fstrokes_1051',['CREATE_STENCIL_STROKES',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9aa4539b7424f6885f382ad911c5eb4ad3',1,'NanoVG']]] + ['create_5fantialias_1051',['CREATE_ANTIALIAS',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9a4fb2bb2ad2eccc922e6e5613ca1bf19e',1,'NanoVG']]], + ['create_5fdebug_1052',['CREATE_DEBUG',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9ace85d2e89072533bdc5d326df30f82c5',1,'NanoVG']]], + ['create_5fstencil_5fstrokes_1053',['CREATE_STENCIL_STROKES',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9aa4539b7424f6885f382ad911c5eb4ad3',1,'NanoVG']]] ]; diff --git a/search/enumvalues_1.js b/search/enumvalues_1.js index 89119434..81434e10 100644 --- a/search/enumvalues_1.js +++ b/search/enumvalues_1.js @@ -1,8 +1,8 @@ var searchData= [ - ['kparameterdesignationbypass_1052',['kParameterDesignationBypass',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890dea0623d4fc45bc45f4afad0f752955c50b',1,'DistrhoPlugin.hpp']]], - ['kparameterdesignationnull_1053',['kParameterDesignationNull',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890deaee7f64d019ddec5f802c9d53eb033401',1,'DistrhoPlugin.hpp']]], - ['kportgroupmono_1054',['kPortGroupMono',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aa0f890fe6310b119745b6c6cb409c5fe9',1,'DistrhoPlugin.hpp']]], - ['kportgroupnone_1055',['kPortGroupNone',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaea27aed9948a2aaf4978941c96df3932',1,'DistrhoPlugin.hpp']]], - ['kportgroupstereo_1056',['kPortGroupStereo',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaeefc1b206ffdedf67376156cf6e5d114',1,'DistrhoPlugin.hpp']]] + ['kparameterdesignationbypass_1054',['kParameterDesignationBypass',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890dea0623d4fc45bc45f4afad0f752955c50b',1,'DistrhoPlugin.hpp']]], + ['kparameterdesignationnull_1055',['kParameterDesignationNull',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890deaee7f64d019ddec5f802c9d53eb033401',1,'DistrhoPlugin.hpp']]], + ['kportgroupmono_1056',['kPortGroupMono',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aa0f890fe6310b119745b6c6cb409c5fe9',1,'DistrhoPlugin.hpp']]], + ['kportgroupnone_1057',['kPortGroupNone',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaea27aed9948a2aaf4978941c96df3932',1,'DistrhoPlugin.hpp']]], + ['kportgroupstereo_1058',['kPortGroupStereo',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaeefc1b206ffdedf67376156cf6e5d114',1,'DistrhoPlugin.hpp']]] ]; diff --git a/search/functions_0.js b/search/functions_0.js index 270c56e1..8f097f77 100644 --- a/search/functions_0.js +++ b/search/functions_0.js @@ -1,10 +1,10 @@ var searchData= [ - ['activate_614',['activate',['../classPlugin.html#aa5c1262f5ca20536bb5850fdd6faa22c',1,'Plugin']]], - ['addidlecallback_615',['addIdleCallback',['../classApplication.html#ad6aab76a79b7b3c2883785040b46017a',1,'Application::addIdleCallback()'],['../classWindow.html#ad17a7f53a62673982f4861cdc27fd54e',1,'Window::addIdleCallback()']]], - ['application_616',['Application',['../classApplication.html#af9dd089d30cf442f8ffda646305089bb',1,'Application']]], - ['arc_617',['arc',['../classNanoVG.html#a5da07d6030f2918260e1fc20cfb4c9e6',1,'NanoVG']]], - ['arcto_618',['arcTo',['../classNanoVG.html#aea6996381cba59bdcef33a981af853e8',1,'NanoVG']]], - ['audiomidisynchelper_619',['AudioMidiSyncHelper',['../structAudioMidiSyncHelper.html#ae75a1d7256c04445ec77176b6505fcb0',1,'AudioMidiSyncHelper']]], - ['audioport_620',['AudioPort',['../structAudioPort.html#abbd5c1ad18e0b920c2ff6c5053e59ede',1,'AudioPort']]] + ['activate_615',['activate',['../classPlugin.html#aa5c1262f5ca20536bb5850fdd6faa22c',1,'Plugin']]], + ['addidlecallback_616',['addIdleCallback',['../classApplication.html#ad6aab76a79b7b3c2883785040b46017a',1,'Application::addIdleCallback()'],['../classWindow.html#ad17a7f53a62673982f4861cdc27fd54e',1,'Window::addIdleCallback()']]], + ['application_617',['Application',['../classApplication.html#af9dd089d30cf442f8ffda646305089bb',1,'Application']]], + ['arc_618',['arc',['../classNanoVG.html#a5da07d6030f2918260e1fc20cfb4c9e6',1,'NanoVG']]], + ['arcto_619',['arcTo',['../classNanoVG.html#aea6996381cba59bdcef33a981af853e8',1,'NanoVG']]], + ['audiomidisynchelper_620',['AudioMidiSyncHelper',['../structAudioMidiSyncHelper.html#ae75a1d7256c04445ec77176b6505fcb0',1,'AudioMidiSyncHelper']]], + ['audioport_621',['AudioPort',['../structAudioPort.html#abbd5c1ad18e0b920c2ff6c5053e59ede',1,'AudioPort']]] ]; diff --git a/search/functions_1.js b/search/functions_1.js index aff164d6..21b7e391 100644 --- a/search/functions_1.js +++ b/search/functions_1.js @@ -1,11 +1,11 @@ var searchData= [ - ['barbeattick_621',['BarBeatTick',['../structTimePosition_1_1BarBeatTick.html#abff8c9586a4e82694e7d6bac3e8da1ef',1,'TimePosition::BarBeatTick']]], - ['baseevent_622',['BaseEvent',['../structWidget_1_1BaseEvent.html#a18c1114caca474cadefd9a13e2d9c693',1,'Widget::BaseEvent']]], - ['beginframe_623',['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_624',['beginPath',['../classNanoVG.html#a1cd7ee075338cbd5069e0862dff70b41',1,'NanoVG']]], - ['bezierto_625',['bezierTo',['../classNanoVG.html#a44831e8c0c5e457eda688c9141e10f68',1,'NanoVG']]], - ['boxgradient_626',['boxGradient',['../classNanoVG.html#a1496424cb5a9e40844ebb4d8dad83799',1,'NanoVG']]], - ['buffersizechanged_627',['bufferSizeChanged',['../classPlugin.html#a9f6c8ad6b054056649d0250e527e1297',1,'Plugin']]], - ['buttons_628',['Buttons',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a0483d4ab39bdec4f6e69699fb3c272dd',1,'Window::FileBrowserOptions::Buttons']]] + ['barbeattick_622',['BarBeatTick',['../structTimePosition_1_1BarBeatTick.html#abff8c9586a4e82694e7d6bac3e8da1ef',1,'TimePosition::BarBeatTick']]], + ['baseevent_623',['BaseEvent',['../structWidget_1_1BaseEvent.html#a18c1114caca474cadefd9a13e2d9c693',1,'Widget::BaseEvent']]], + ['beginframe_624',['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_625',['beginPath',['../classNanoVG.html#a1cd7ee075338cbd5069e0862dff70b41',1,'NanoVG']]], + ['bezierto_626',['bezierTo',['../classNanoVG.html#a44831e8c0c5e457eda688c9141e10f68',1,'NanoVG']]], + ['boxgradient_627',['boxGradient',['../classNanoVG.html#a1496424cb5a9e40844ebb4d8dad83799',1,'NanoVG']]], + ['buffersizechanged_628',['bufferSizeChanged',['../classPlugin.html#a9f6c8ad6b054056649d0250e527e1297',1,'Plugin']]], + ['buttons_629',['Buttons',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a0483d4ab39bdec4f6e69699fb3c272dd',1,'Window::FileBrowserOptions::Buttons']]] ]; diff --git a/search/functions_10.js b/search/functions_10.js index 864d76db..1e06b001 100644 --- a/search/functions_10.js +++ b/search/functions_10.js @@ -1,23 +1,23 @@ var searchData= [ - ['radialgradient_853',['radialGradient',['../classNanoVG.html#a19d27b1b3a22afe9a6d27f4f9f8bf167',1,'NanoVG']]], - ['radtodeg_854',['radToDeg',['../classNanoVG.html#a175f4c41e0d89ae5d8bdb65e5580c637',1,'NanoVG']]], - ['readcustomdata_855',['readCustomData',['../classRingBufferControl.html#aafdb126b2885c507cec852bc63fd6cb8',1,'RingBufferControl']]], - ['readcustomtype_856',['readCustomType',['../classRingBufferControl.html#aaaf4efe13ec2555c390047f545d2660d',1,'RingBufferControl']]], - ['rect_857',['rect',['../classNanoVG.html#a1bc27cc57b0e2d3bc0fd12d519312251',1,'NanoVG']]], - ['rectangle_858',['Rectangle',['../classRectangle.html#acf4a7cdc13c4176d44965db53a3561f3',1,'Rectangle::Rectangle() noexcept'],['../classRectangle.html#a883fb137e26b5b7e95791d91c232603f',1,'Rectangle::Rectangle(const T &x, const T &y, 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#a7e55381bd7fe33d52a8847f65e9883ed',1,'Rectangle::Rectangle(const Point< T > &pos, const T &width, const T &height) noexcept'],['../classRectangle.html#a4b4d34708248ee56900916cdf1138edc',1,'Rectangle::Rectangle(const Point< T > &pos, const Size< T > &size) noexcept'],['../classRectangle.html#ac492f53d4f548c4f572c90c485606db8',1,'Rectangle::Rectangle(const Rectangle< T > &rect) noexcept']]], - ['release_859',['release',['../classScopedPointer.html#a10c8f696fec0cca763b067ec3e469199',1,'ScopedPointer']]], - ['removeidlecallback_860',['removeIdleCallback',['../classApplication.html#a082f532e2922924c6c72517f9272f67d',1,'Application::removeIdleCallback()'],['../classWindow.html#a5c5c4f53c53cb081b39a40d5ce9afd65',1,'Window::removeIdleCallback()']]], - ['rendertopicture_861',['renderToPicture',['../classWindow.html#abc7044d06bab27a7dadf06b9f42b2c95',1,'Window']]], - ['repaint_862',['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']]], - ['requestparametervaluechange_863',['requestParameterValueChange',['../classPlugin.html#ae65d8603022c09d1ce2ee5cf568de70f',1,'Plugin']]], - ['reset_864',['reset',['../classNanoVG.html#ad5ddb240794b35105eeadd1534f0911b',1,'NanoVG']]], - ['resetscissor_865',['resetScissor',['../classNanoVG.html#aff2eaea01970f0ec2005d1051f25ad35',1,'NanoVG']]], - ['resettransform_866',['resetTransform',['../classNanoVG.html#aac35e4a0ce84c0f4bf8d881d1b8a5b34',1,'NanoVG']]], - ['resizeevent_867',['ResizeEvent',['../structWidget_1_1ResizeEvent.html#ac92abcdb2820807cd3d020864b96b3bd',1,'Widget::ResizeEvent']]], - ['restore_868',['restore',['../classNanoVG.html#aa1da11cb97d4f6718ffe8b4622684c3b',1,'NanoVG']]], - ['rotate_869',['rotate',['../classNanoVG.html#a13da8f469cd43117c19d8459c178b905',1,'NanoVG']]], - ['roundedrect_870',['roundedRect',['../classNanoVG.html#ac9d8502c3cbf6745ff3a41d1b97b6529',1,'NanoVG']]], - ['run_871',['run',['../classPlugin.html#a0a969c78f8455ac6ba65fa42e8c498f6',1,'Plugin']]], - ['runasmodal_872',['runAsModal',['../classWindow.html#a00108f3d1c5831d02b0c67cd4f226e4d',1,'Window']]] + ['radialgradient_855',['radialGradient',['../classNanoVG.html#a19d27b1b3a22afe9a6d27f4f9f8bf167',1,'NanoVG']]], + ['radtodeg_856',['radToDeg',['../classNanoVG.html#a175f4c41e0d89ae5d8bdb65e5580c637',1,'NanoVG']]], + ['readcustomdata_857',['readCustomData',['../classRingBufferControl.html#aafdb126b2885c507cec852bc63fd6cb8',1,'RingBufferControl']]], + ['readcustomtype_858',['readCustomType',['../classRingBufferControl.html#aaaf4efe13ec2555c390047f545d2660d',1,'RingBufferControl']]], + ['rect_859',['rect',['../classNanoVG.html#a1bc27cc57b0e2d3bc0fd12d519312251',1,'NanoVG']]], + ['rectangle_860',['Rectangle',['../classRectangle.html#acf4a7cdc13c4176d44965db53a3561f3',1,'Rectangle::Rectangle() noexcept'],['../classRectangle.html#a883fb137e26b5b7e95791d91c232603f',1,'Rectangle::Rectangle(const T &x, const T &y, 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#a7e55381bd7fe33d52a8847f65e9883ed',1,'Rectangle::Rectangle(const Point< T > &pos, const T &width, const T &height) noexcept'],['../classRectangle.html#a4b4d34708248ee56900916cdf1138edc',1,'Rectangle::Rectangle(const Point< T > &pos, const Size< T > &size) noexcept'],['../classRectangle.html#ac492f53d4f548c4f572c90c485606db8',1,'Rectangle::Rectangle(const Rectangle< T > &rect) noexcept']]], + ['release_861',['release',['../classScopedPointer.html#a10c8f696fec0cca763b067ec3e469199',1,'ScopedPointer']]], + ['removeidlecallback_862',['removeIdleCallback',['../classApplication.html#a082f532e2922924c6c72517f9272f67d',1,'Application::removeIdleCallback()'],['../classWindow.html#a5c5c4f53c53cb081b39a40d5ce9afd65',1,'Window::removeIdleCallback()']]], + ['rendertopicture_863',['renderToPicture',['../classWindow.html#abc7044d06bab27a7dadf06b9f42b2c95',1,'Window']]], + ['repaint_864',['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']]], + ['requestparametervaluechange_865',['requestParameterValueChange',['../classPlugin.html#ae65d8603022c09d1ce2ee5cf568de70f',1,'Plugin']]], + ['reset_866',['reset',['../classNanoVG.html#ad5ddb240794b35105eeadd1534f0911b',1,'NanoVG']]], + ['resetscissor_867',['resetScissor',['../classNanoVG.html#aff2eaea01970f0ec2005d1051f25ad35',1,'NanoVG']]], + ['resettransform_868',['resetTransform',['../classNanoVG.html#aac35e4a0ce84c0f4bf8d881d1b8a5b34',1,'NanoVG']]], + ['resizeevent_869',['ResizeEvent',['../structWidget_1_1ResizeEvent.html#ac92abcdb2820807cd3d020864b96b3bd',1,'Widget::ResizeEvent']]], + ['restore_870',['restore',['../classNanoVG.html#aa1da11cb97d4f6718ffe8b4622684c3b',1,'NanoVG']]], + ['rotate_871',['rotate',['../classNanoVG.html#a13da8f469cd43117c19d8459c178b905',1,'NanoVG']]], + ['roundedrect_872',['roundedRect',['../classNanoVG.html#ac9d8502c3cbf6745ff3a41d1b97b6529',1,'NanoVG']]], + ['run_873',['run',['../classPlugin.html#a0a969c78f8455ac6ba65fa42e8c498f6',1,'Plugin']]], + ['runasmodal_874',['runAsModal',['../classWindow.html#a00108f3d1c5831d02b0c67cd4f226e4d',1,'Window']]] ]; diff --git a/search/functions_11.js b/search/functions_11.js index 711a7224..569936fc 100644 --- a/search/functions_11.js +++ b/search/functions_11.js @@ -1,60 +1,60 @@ var searchData= [ - ['sampleratechanged_873',['sampleRateChanged',['../classPlugin.html#a2fcbfa1893f44e661d0d8cd53391dadc',1,'Plugin::sampleRateChanged()'],['../classUI.html#ac3e98726ca71f95a1e6c867706ebd9be',1,'UI::sampleRateChanged()']]], - ['save_874',['save',['../classNanoVG.html#a05fd441d579c42c76d786bd4a7b437af',1,'NanoVG']]], - ['scale_875',['scale',['../classNanoVG.html#a76273b763fa9b84c4a86d37065accee7',1,'NanoVG']]], - ['scissor_876',['scissor',['../classNanoVG.html#a7ac24b9a1ab2b901ab18d4d8dbb92c1c',1,'NanoVG']]], - ['scopedgraphicscontext_877',['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_878',['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_879',['ScrollEvent',['../structWidget_1_1ScrollEvent.html#abee88b10b7b031ddcca1454e064a3cc3',1,'Widget::ScrollEvent']]], - ['sendnote_880',['sendNote',['../classUI.html#a9d630b2b1696e01015d869a5b434eb6e',1,'UI']]], - ['setabsolutepos_881',['setAbsolutePos',['../classSubWidget.html#a0e7a4dd27eee8a3a1b7bf12d9f21769f',1,'SubWidget::setAbsolutePos(int x, int y) noexcept'],['../classSubWidget.html#a05c5e533e9b10186d0f72ae94f72196d',1,'SubWidget::setAbsolutePos(const Point< int > &pos) noexcept']]], - ['setabsolutex_882',['setAbsoluteX',['../classSubWidget.html#abcd0a00a4c3cdc402aea56044df26cc3',1,'SubWidget']]], - ['setabsolutey_883',['setAbsoluteY',['../classSubWidget.html#a3c674e3c46206ac29a562c0f02dcf82c',1,'SubWidget']]], - ['setclassname_884',['setClassName',['../classApplication.html#a203d22d1ce0c0de90c2379f6bc839815',1,'Application']]], - ['setendpos_885',['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_886',['setEndX',['../classLine.html#a17061d9ae2e85a5f929148e5106504bf',1,'Line']]], - ['setendy_887',['setEndY',['../classLine.html#a0dcd399a55aef168e91c645958670ee6',1,'Line']]], - ['setfor_888',['setFor',['../structColor.html#a9bd4efab0718f412babc62398875a80f',1,'Color']]], - ['setgeometryconstraints_889',['setGeometryConstraints',['../classExternalWindow.html#a15b677215c3abb5c1f7f71c4a00fd41c',1,'ExternalWindow::setGeometryConstraints()'],['../classWindow.html#aece9e08d0c4d3b6ec02cbb804583c175',1,'Window::setGeometryConstraints()']]], - ['setheight_890',['setHeight',['../classExternalWindow.html#add192e95a0fa7187cb0a8e739095674f',1,'ExternalWindow::setHeight()'],['../classSize.html#a30d453133d7a677e14641f010204237e',1,'Size::setHeight()'],['../classRectangle.html#a5ff3aca88c9ef31a2e3f8e6cee846155',1,'Rectangle::setHeight()'],['../classTopLevelWidget.html#a607afeaa7fc1bd6cf52ef3138c38360f',1,'TopLevelWidget::setHeight()'],['../classWidget.html#ac6d2e6cbb2ff96f3645493d804af07f7',1,'Widget::setHeight()'],['../classWindow.html#a13f314cfd5c9048ec8ea0b88b611f54d',1,'Window::setHeight()']]], - ['setid_891',['setId',['../classWidget.html#abfba3652559de84ba1ae9ccbd3d35e31',1,'Widget']]], - ['setignoringkeyrepeat_892',['setIgnoringKeyRepeat',['../classWindow.html#a36a04e5f5ecc6ee5228f9da6df43e865',1,'Window']]], - ['setimage_893',['setImage',['../classImageBaseAboutWindow.html#a10cf37217ddc3a045970461473e79bdc',1,'ImageBaseAboutWindow']]], - ['setlatency_894',['setLatency',['../classPlugin.html#a2a70c4ec55d74d9bc26862975d8df8a7',1,'Plugin']]], - ['setmargin_895',['setMargin',['../classSubWidget.html#a9594d89a623dd7e63cbdb8139e9e4a38',1,'SubWidget::setMargin(int x, int y) noexcept'],['../classSubWidget.html#a77f510ea6d0864d296b02b085cc05f2b',1,'SubWidget::setMargin(const Point< int > &offset) noexcept']]], - ['setneedsfullviewportdrawing_896',['setNeedsFullViewportDrawing',['../classSubWidget.html#a926884690b66c762f7bdb1196c58522b',1,'SubWidget']]], - ['setneedsviewportscaling_897',['setNeedsViewportScaling',['../classSubWidget.html#a5cd703976adf24decbb66dd3dbc1db8b',1,'SubWidget']]], - ['setnumsegments_898',['setNumSegments',['../classCircle.html#a34fa92504c0bcc008958779fa4d66c32',1,'Circle']]], - ['setparametervalue_899',['setParameterValue',['../classPlugin.html#a7e9e26ceafc7603ef6163483a9dc39be',1,'Plugin::setParameterValue()'],['../classUI.html#a973db6e8805f0aa9be3457685564ab8a',1,'UI::setParameterValue()']]], - ['setpos_900',['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_901',['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_902',['setResizable',['../classWindow.html#a10f6ff4b0f3e714298a4ac612edcdd7e',1,'Window']]], - ['setsize_903',['setSize',['../classExternalWindow.html#a54bb8e6674ef42e0ebc67576df3d103a',1,'ExternalWindow::setSize()'],['../classSize.html#a6dd4d69857ef92c65dd941eea3356ed9',1,'Size::setSize(const T &width, const T &height) noexcept'],['../classSize.html#a973da47d41aaa3757646a8ec0a1d93da',1,'Size::setSize(const Size< T > &size) noexcept'],['../classCircle.html#a02fc5ef5aae2d5d1c1bd016cab8afc5d',1,'Circle::setSize()'],['../classRectangle.html#a6af8f18557397f909cae8eb65f8367a4',1,'Rectangle::setSize(const T &width, const T &height) noexcept'],['../classRectangle.html#a23d728827f9c22167929c461aa65882e',1,'Rectangle::setSize(const Size< T > &size) noexcept'],['../classTopLevelWidget.html#a41fa486da289fb082bb840aaaad72a08',1,'TopLevelWidget::setSize(uint width, uint height)'],['../classTopLevelWidget.html#a94f526903d739bf2e812fb785fc66aae',1,'TopLevelWidget::setSize(const Size< uint > &size)'],['../classWidget.html#ab4d9e0156e455db3ff23730f82544daa',1,'Widget::setSize(uint width, uint height) noexcept'],['../classWidget.html#afce784b204902c0f11e9ed02bc692362',1,'Widget::setSize(const Size< uint > &size) noexcept'],['../classWindow.html#a89bd0c91920029ddcb21b8975e8b47d9',1,'Window::setSize(uint width, uint height)'],['../classWindow.html#a9408b98401ce2fab132c196283248d1a',1,'Window::setSize(const Size< uint > &size)']]], - ['setskipdrawing_904',['setSkipDrawing',['../classSubWidget.html#adb38f61c0205d7832ddfd090f7f60f2a',1,'SubWidget']]], - ['setstartpos_905',['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_906',['setStartX',['../classLine.html#ad2b10d3144ba0711f9ecb444bb08ad4c',1,'Line']]], - ['setstarty_907',['setStartY',['../classLine.html#ae35ba55c6ff3bae24c7f05133b9e003b',1,'Line']]], - ['setstate_908',['setState',['../classPlugin.html#afcbb504b824bacea622de9bac09b2331',1,'Plugin::setState()'],['../classUI.html#abc94a38afa658849f3fdfd66cd8f5f51',1,'UI::setState()']]], - ['settitle_909',['setTitle',['../classExternalWindow.html#a8a196d0db3f082f6861d1d1bfc1db993',1,'ExternalWindow::setTitle()'],['../classWindow.html#ab2f1b80c5dfcafd2cbdf6b85b756fdbd',1,'Window::setTitle()']]], - ['settransientwindowid_910',['setTransientWindowId',['../classExternalWindow.html#afe5b255affc787ad34b25a30114f9b89',1,'ExternalWindow']]], - ['setvisible_911',['setVisible',['../classExternalWindow.html#a2b599fc96437e666a7a0a4c1b9844b15',1,'ExternalWindow::setVisible()'],['../classWidget.html#a66088a03691f9c643ff335fa826576ba',1,'Widget::setVisible()'],['../classWindow.html#a118e0356bb6fcf081955f2bd97686036',1,'Window::setVisible()']]], - ['setwidth_912',['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_913',['setX',['../classPoint.html#a1539a6f24282a1d637b60ccfbbf46629',1,'Point::setX()'],['../classCircle.html#acc96a188288cdf83fd822bb41f8f2be1',1,'Circle::setX()'],['../classRectangle.html#af618ee618bd029fbe66291228041990e',1,'Rectangle::setX()']]], - ['sety_914',['setY',['../classPoint.html#a8ffe6785dc851accf06d02917fba54cf',1,'Point::setY()'],['../classCircle.html#a034ddfd162d89a7dacea7981a5406a1a',1,'Circle::setY()'],['../classRectangle.html#abe5b6c92cece58bbc0c7cb4855e73dac',1,'Rectangle::setY()']]], - ['show_915',['show',['../classExternalWindow.html#a35f711faffa1195c478689f4654dcc4f',1,'ExternalWindow::show()'],['../classWidget.html#a25ff178539e226b5f30ef0335d060f2b',1,'Widget::show()'],['../classWindow.html#a8f986e19a11c4c97ed8e6ad3d0e648b7',1,'Window::show()']]], - ['shrinkby_916',['shrinkBy',['../classSize.html#abbcf98f504b23679162cab3b6f818949',1,'Size::shrinkBy()'],['../classRectangle.html#a22e5029d09c7eac8ebee0e079dab075f',1,'Rectangle::shrinkBy()']]], - ['size_917',['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_918',['sizeChanged',['../classUI.html#a3d499674a620c1ce3b6e1dbded9f09c4',1,'UI::sizeChanged()'],['../classExternalWindow.html#aba350e1f737b68e51bfe8018bded6e45',1,'ExternalWindow::sizeChanged()']]], - ['skewx_919',['skewX',['../classNanoVG.html#a4f45e3cf465060491e73427e5868573f',1,'NanoVG']]], - ['skewy_920',['skewY',['../classNanoVG.html#a508c4fde6212c1b0598d9f8b32cba0f6',1,'NanoVG']]], - ['smallstackringbuffer_921',['SmallStackRingBuffer',['../classSmallStackRingBuffer.html#aceb7e429507b28dd56e837f23b623987',1,'SmallStackRingBuffer']]], - ['standalonewindow_922',['StandaloneWindow',['../classStandaloneWindow.html#a28d4f09b9f280c1d03cc77fc63465b48',1,'StandaloneWindow::StandaloneWindow(Application &app)'],['../classStandaloneWindow.html#a86e7db3cd8830628b37d0608df40963c',1,'StandaloneWindow::StandaloneWindow(Application &app, Window &transientParentWindow)']]], - ['statechanged_923',['stateChanged',['../classUI.html#a1bdc7e158d974e82f0535f1658d66575',1,'UI']]], - ['stroke_924',['stroke',['../classNanoVG.html#aeed167687a8a269c4f9c44a7db4d3746',1,'NanoVG']]], - ['strokecolor_925',['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_926',['strokePaint',['../classNanoVG.html#a8d00b35e0ab5c428af120cc78ff32804',1,'NanoVG']]], - ['strokewidth_927',['strokeWidth',['../classNanoVG.html#a373190894070313e8d321b2af0bbab58',1,'NanoVG']]], - ['subwidget_928',['SubWidget',['../classSubWidget.html#a9fda448971613b2758fd9570c3065f7a',1,'SubWidget']]], - ['swapwith_929',['swapWith',['../classScopedPointer.html#a362cd8d5a212df0ee08691b75a4ba3de',1,'ScopedPointer']]] + ['sampleratechanged_875',['sampleRateChanged',['../classPlugin.html#a2fcbfa1893f44e661d0d8cd53391dadc',1,'Plugin::sampleRateChanged()'],['../classUI.html#ac3e98726ca71f95a1e6c867706ebd9be',1,'UI::sampleRateChanged()']]], + ['save_876',['save',['../classNanoVG.html#a05fd441d579c42c76d786bd4a7b437af',1,'NanoVG']]], + ['scale_877',['scale',['../classNanoVG.html#a76273b763fa9b84c4a86d37065accee7',1,'NanoVG']]], + ['scissor_878',['scissor',['../classNanoVG.html#a7ac24b9a1ab2b901ab18d4d8dbb92c1c',1,'NanoVG']]], + ['scopedgraphicscontext_879',['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_880',['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_881',['ScrollEvent',['../structWidget_1_1ScrollEvent.html#abee88b10b7b031ddcca1454e064a3cc3',1,'Widget::ScrollEvent']]], + ['sendnote_882',['sendNote',['../classUI.html#a9d630b2b1696e01015d869a5b434eb6e',1,'UI']]], + ['setabsolutepos_883',['setAbsolutePos',['../classSubWidget.html#a0e7a4dd27eee8a3a1b7bf12d9f21769f',1,'SubWidget::setAbsolutePos(int x, int y) noexcept'],['../classSubWidget.html#a05c5e533e9b10186d0f72ae94f72196d',1,'SubWidget::setAbsolutePos(const Point< int > &pos) noexcept']]], + ['setabsolutex_884',['setAbsoluteX',['../classSubWidget.html#abcd0a00a4c3cdc402aea56044df26cc3',1,'SubWidget']]], + ['setabsolutey_885',['setAbsoluteY',['../classSubWidget.html#a3c674e3c46206ac29a562c0f02dcf82c',1,'SubWidget']]], + ['setclassname_886',['setClassName',['../classApplication.html#a203d22d1ce0c0de90c2379f6bc839815',1,'Application']]], + ['setendpos_887',['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_888',['setEndX',['../classLine.html#a17061d9ae2e85a5f929148e5106504bf',1,'Line']]], + ['setendy_889',['setEndY',['../classLine.html#a0dcd399a55aef168e91c645958670ee6',1,'Line']]], + ['setfor_890',['setFor',['../structColor.html#a9bd4efab0718f412babc62398875a80f',1,'Color']]], + ['setgeometryconstraints_891',['setGeometryConstraints',['../classExternalWindow.html#a15b677215c3abb5c1f7f71c4a00fd41c',1,'ExternalWindow::setGeometryConstraints()'],['../classWindow.html#aece9e08d0c4d3b6ec02cbb804583c175',1,'Window::setGeometryConstraints()']]], + ['setheight_892',['setHeight',['../classExternalWindow.html#add192e95a0fa7187cb0a8e739095674f',1,'ExternalWindow::setHeight()'],['../classSize.html#a30d453133d7a677e14641f010204237e',1,'Size::setHeight()'],['../classRectangle.html#a5ff3aca88c9ef31a2e3f8e6cee846155',1,'Rectangle::setHeight()'],['../classTopLevelWidget.html#a607afeaa7fc1bd6cf52ef3138c38360f',1,'TopLevelWidget::setHeight()'],['../classWidget.html#ac6d2e6cbb2ff96f3645493d804af07f7',1,'Widget::setHeight()'],['../classWindow.html#a13f314cfd5c9048ec8ea0b88b611f54d',1,'Window::setHeight()']]], + ['setid_893',['setId',['../classWidget.html#abfba3652559de84ba1ae9ccbd3d35e31',1,'Widget']]], + ['setignoringkeyrepeat_894',['setIgnoringKeyRepeat',['../classWindow.html#a36a04e5f5ecc6ee5228f9da6df43e865',1,'Window']]], + ['setimage_895',['setImage',['../classImageBaseAboutWindow.html#a10cf37217ddc3a045970461473e79bdc',1,'ImageBaseAboutWindow']]], + ['setlatency_896',['setLatency',['../classPlugin.html#a2a70c4ec55d74d9bc26862975d8df8a7',1,'Plugin']]], + ['setmargin_897',['setMargin',['../classSubWidget.html#a9594d89a623dd7e63cbdb8139e9e4a38',1,'SubWidget::setMargin(int x, int y) noexcept'],['../classSubWidget.html#a77f510ea6d0864d296b02b085cc05f2b',1,'SubWidget::setMargin(const Point< int > &offset) noexcept']]], + ['setneedsfullviewportdrawing_898',['setNeedsFullViewportDrawing',['../classSubWidget.html#a926884690b66c762f7bdb1196c58522b',1,'SubWidget']]], + ['setneedsviewportscaling_899',['setNeedsViewportScaling',['../classSubWidget.html#a5cd703976adf24decbb66dd3dbc1db8b',1,'SubWidget']]], + ['setnumsegments_900',['setNumSegments',['../classCircle.html#a34fa92504c0bcc008958779fa4d66c32',1,'Circle']]], + ['setparametervalue_901',['setParameterValue',['../classPlugin.html#a7e9e26ceafc7603ef6163483a9dc39be',1,'Plugin::setParameterValue()'],['../classUI.html#a973db6e8805f0aa9be3457685564ab8a',1,'UI::setParameterValue()']]], + ['setpos_902',['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_903',['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_904',['setResizable',['../classWindow.html#a10f6ff4b0f3e714298a4ac612edcdd7e',1,'Window']]], + ['setsize_905',['setSize',['../classExternalWindow.html#a54bb8e6674ef42e0ebc67576df3d103a',1,'ExternalWindow::setSize()'],['../classSize.html#a6dd4d69857ef92c65dd941eea3356ed9',1,'Size::setSize(const T &width, const T &height) noexcept'],['../classSize.html#a973da47d41aaa3757646a8ec0a1d93da',1,'Size::setSize(const Size< T > &size) noexcept'],['../classCircle.html#a02fc5ef5aae2d5d1c1bd016cab8afc5d',1,'Circle::setSize()'],['../classRectangle.html#a6af8f18557397f909cae8eb65f8367a4',1,'Rectangle::setSize(const T &width, const T &height) noexcept'],['../classRectangle.html#a23d728827f9c22167929c461aa65882e',1,'Rectangle::setSize(const Size< T > &size) noexcept'],['../classTopLevelWidget.html#a41fa486da289fb082bb840aaaad72a08',1,'TopLevelWidget::setSize(uint width, uint height)'],['../classTopLevelWidget.html#a94f526903d739bf2e812fb785fc66aae',1,'TopLevelWidget::setSize(const Size< uint > &size)'],['../classWidget.html#ab4d9e0156e455db3ff23730f82544daa',1,'Widget::setSize(uint width, uint height) noexcept'],['../classWidget.html#afce784b204902c0f11e9ed02bc692362',1,'Widget::setSize(const Size< uint > &size) noexcept'],['../classWindow.html#a89bd0c91920029ddcb21b8975e8b47d9',1,'Window::setSize(uint width, uint height)'],['../classWindow.html#a9408b98401ce2fab132c196283248d1a',1,'Window::setSize(const Size< uint > &size)']]], + ['setskipdrawing_906',['setSkipDrawing',['../classSubWidget.html#adb38f61c0205d7832ddfd090f7f60f2a',1,'SubWidget']]], + ['setstartpos_907',['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_908',['setStartX',['../classLine.html#ad2b10d3144ba0711f9ecb444bb08ad4c',1,'Line']]], + ['setstarty_909',['setStartY',['../classLine.html#ae35ba55c6ff3bae24c7f05133b9e003b',1,'Line']]], + ['setstate_910',['setState',['../classPlugin.html#afcbb504b824bacea622de9bac09b2331',1,'Plugin::setState()'],['../classUI.html#abc94a38afa658849f3fdfd66cd8f5f51',1,'UI::setState()']]], + ['settitle_911',['setTitle',['../classExternalWindow.html#a8a196d0db3f082f6861d1d1bfc1db993',1,'ExternalWindow::setTitle()'],['../classWindow.html#ab2f1b80c5dfcafd2cbdf6b85b756fdbd',1,'Window::setTitle()']]], + ['settransientwindowid_912',['setTransientWindowId',['../classExternalWindow.html#afe5b255affc787ad34b25a30114f9b89',1,'ExternalWindow']]], + ['setvisible_913',['setVisible',['../classExternalWindow.html#a2b599fc96437e666a7a0a4c1b9844b15',1,'ExternalWindow::setVisible()'],['../classWidget.html#a66088a03691f9c643ff335fa826576ba',1,'Widget::setVisible()'],['../classWindow.html#a118e0356bb6fcf081955f2bd97686036',1,'Window::setVisible()']]], + ['setwidth_914',['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_915',['setX',['../classPoint.html#a1539a6f24282a1d637b60ccfbbf46629',1,'Point::setX()'],['../classCircle.html#acc96a188288cdf83fd822bb41f8f2be1',1,'Circle::setX()'],['../classRectangle.html#af618ee618bd029fbe66291228041990e',1,'Rectangle::setX()']]], + ['sety_916',['setY',['../classPoint.html#a8ffe6785dc851accf06d02917fba54cf',1,'Point::setY()'],['../classCircle.html#a034ddfd162d89a7dacea7981a5406a1a',1,'Circle::setY()'],['../classRectangle.html#abe5b6c92cece58bbc0c7cb4855e73dac',1,'Rectangle::setY()']]], + ['show_917',['show',['../classExternalWindow.html#a35f711faffa1195c478689f4654dcc4f',1,'ExternalWindow::show()'],['../classWidget.html#a25ff178539e226b5f30ef0335d060f2b',1,'Widget::show()'],['../classWindow.html#a8f986e19a11c4c97ed8e6ad3d0e648b7',1,'Window::show()']]], + ['shrinkby_918',['shrinkBy',['../classSize.html#abbcf98f504b23679162cab3b6f818949',1,'Size::shrinkBy()'],['../classRectangle.html#a22e5029d09c7eac8ebee0e079dab075f',1,'Rectangle::shrinkBy()']]], + ['size_919',['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_920',['sizeChanged',['../classUI.html#a3d499674a620c1ce3b6e1dbded9f09c4',1,'UI::sizeChanged()'],['../classExternalWindow.html#aba350e1f737b68e51bfe8018bded6e45',1,'ExternalWindow::sizeChanged()']]], + ['skewx_921',['skewX',['../classNanoVG.html#a4f45e3cf465060491e73427e5868573f',1,'NanoVG']]], + ['skewy_922',['skewY',['../classNanoVG.html#a508c4fde6212c1b0598d9f8b32cba0f6',1,'NanoVG']]], + ['smallstackringbuffer_923',['SmallStackRingBuffer',['../classSmallStackRingBuffer.html#aceb7e429507b28dd56e837f23b623987',1,'SmallStackRingBuffer']]], + ['standalonewindow_924',['StandaloneWindow',['../classStandaloneWindow.html#a28d4f09b9f280c1d03cc77fc63465b48',1,'StandaloneWindow::StandaloneWindow(Application &app)'],['../classStandaloneWindow.html#a86e7db3cd8830628b37d0608df40963c',1,'StandaloneWindow::StandaloneWindow(Application &app, Window &transientParentWindow)']]], + ['statechanged_925',['stateChanged',['../classUI.html#a1bdc7e158d974e82f0535f1658d66575',1,'UI']]], + ['stroke_926',['stroke',['../classNanoVG.html#aeed167687a8a269c4f9c44a7db4d3746',1,'NanoVG']]], + ['strokecolor_927',['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_928',['strokePaint',['../classNanoVG.html#a8d00b35e0ab5c428af120cc78ff32804',1,'NanoVG']]], + ['strokewidth_929',['strokeWidth',['../classNanoVG.html#a373190894070313e8d321b2af0bbab58',1,'NanoVG']]], + ['subwidget_930',['SubWidget',['../classSubWidget.html#a9fda448971613b2758fd9570c3065f7a',1,'SubWidget']]], + ['swapwith_931',['swapWith',['../classScopedPointer.html#a362cd8d5a212df0ee08691b75a4ba3de',1,'ScopedPointer']]] ]; diff --git a/search/functions_12.js b/search/functions_12.js index ed029fa1..b6ce3a9c 100644 --- a/search/functions_12.js +++ b/search/functions_12.js @@ -1,31 +1,31 @@ var searchData= [ - ['text_930',['text',['../classNanoVG.html#af9526a1c4b2d5e1db0190c32ba9a1eaa',1,'NanoVG']]], - ['textalign_931',['textAlign',['../classNanoVG.html#a9c942ced1722beff8e326a6cf0c9a1d1',1,'NanoVG::textAlign(Align align)'],['../classNanoVG.html#a9a1a5e00351ff92ebb9795a2127f0529',1,'NanoVG::textAlign(int align)']]], - ['textbounds_932',['textBounds',['../classNanoVG.html#a281c71d51c5f9d6fb5d6e8369ca650f4',1,'NanoVG']]], - ['textbox_933',['textBox',['../classNanoVG.html#a16f910cddbecd570d3c125e217f51e10',1,'NanoVG']]], - ['textboxbounds_934',['textBoxBounds',['../classNanoVG.html#a47e41ef76a4682f0418ba8d0a60f6ea8',1,'NanoVG']]], - ['textbreaklines_935',['textBreakLines',['../classNanoVG.html#ab403a3cdf19dd2af4c75bb180c5e0fb8',1,'NanoVG']]], - ['textglyphpositions_936',['textGlyphPositions',['../classNanoVG.html#ae8476a381526e6ef89150529594cbf35',1,'NanoVG']]], - ['textletterspacing_937',['textLetterSpacing',['../classNanoVG.html#ad768aae0871c1685ca5dc590859d5c1b',1,'NanoVG']]], - ['textlineheight_938',['textLineHeight',['../classNanoVG.html#aab69aa4f2ae1b15adcceb9d065ea8aa6',1,'NanoVG']]], - ['textmetrics_939',['textMetrics',['../classNanoVG.html#a5e84bf7dec65064733aec488389568b0',1,'NanoVG']]], - ['timeposition_940',['TimePosition',['../structTimePosition.html#aee816daeed95cf309ded1087a0c800ae',1,'TimePosition']]], - ['titlechanged_941',['titleChanged',['../classExternalWindow.html#afd42fab01a270aab541b161237b7d9f3',1,'ExternalWindow']]], - ['tofront_942',['toFront',['../classSubWidget.html#a3426cbcf0104c8a5c9996e3efff75381',1,'SubWidget']]], - ['toplevelwidget_943',['TopLevelWidget',['../classTopLevelWidget.html#a3cdeec5e7b144cc48d89e748a37f538e',1,'TopLevelWidget']]], - ['transform_944',['transform',['../classNanoVG.html#ad06096ade68bf78bcc256005cd6f2c45',1,'NanoVG']]], - ['transformidentity_945',['transformIdentity',['../classNanoVG.html#a81c8b60a87be8a8d4a5efce8eeaf1915',1,'NanoVG']]], - ['transforminverse_946',['transformInverse',['../classNanoVG.html#ac5692f82bcac4858f44d9fd0df287cad',1,'NanoVG']]], - ['transformmultiply_947',['transformMultiply',['../classNanoVG.html#a3ac9aade102afb3a4f84966f0727c6c6',1,'NanoVG']]], - ['transformpoint_948',['transformPoint',['../classNanoVG.html#ae2e49763ab7f503016c0dede0dbfd3cc',1,'NanoVG']]], - ['transformpremultiply_949',['transformPremultiply',['../classNanoVG.html#a1416fbff2a0ecada90b2d9852bfbaf42',1,'NanoVG']]], - ['transformrotate_950',['transformRotate',['../classNanoVG.html#a43e16d0f94dc0a49dae5128d69e75e3c',1,'NanoVG']]], - ['transformscale_951',['transformScale',['../classNanoVG.html#a94c1f78baadff1d6c6a5a4d52dd770d7',1,'NanoVG']]], - ['transformskewx_952',['transformSkewX',['../classNanoVG.html#a178b6b9a8c755cda91ccba2b6239d279',1,'NanoVG']]], - ['transformskewy_953',['transformSkewY',['../classNanoVG.html#af23e7f6a6056e5efe72944fa68767704',1,'NanoVG']]], - ['transformtranslate_954',['transformTranslate',['../classNanoVG.html#a022e3cdfa06f5bc9103b37dfa64adb2c',1,'NanoVG']]], - ['transientparentwindowchanged_955',['transientParentWindowChanged',['../classExternalWindow.html#a4ea76a2c6240c95ff941bc95841c73c8',1,'ExternalWindow']]], - ['translate_956',['translate',['../classNanoVG.html#abc1d6466eb7fdc57a869ec7b9fdd6bdf',1,'NanoVG']]], - ['triangle_957',['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_932',['text',['../classNanoVG.html#af9526a1c4b2d5e1db0190c32ba9a1eaa',1,'NanoVG']]], + ['textalign_933',['textAlign',['../classNanoVG.html#a9c942ced1722beff8e326a6cf0c9a1d1',1,'NanoVG::textAlign(Align align)'],['../classNanoVG.html#a9a1a5e00351ff92ebb9795a2127f0529',1,'NanoVG::textAlign(int align)']]], + ['textbounds_934',['textBounds',['../classNanoVG.html#a281c71d51c5f9d6fb5d6e8369ca650f4',1,'NanoVG']]], + ['textbox_935',['textBox',['../classNanoVG.html#a16f910cddbecd570d3c125e217f51e10',1,'NanoVG']]], + ['textboxbounds_936',['textBoxBounds',['../classNanoVG.html#a47e41ef76a4682f0418ba8d0a60f6ea8',1,'NanoVG']]], + ['textbreaklines_937',['textBreakLines',['../classNanoVG.html#ab403a3cdf19dd2af4c75bb180c5e0fb8',1,'NanoVG']]], + ['textglyphpositions_938',['textGlyphPositions',['../classNanoVG.html#ae8476a381526e6ef89150529594cbf35',1,'NanoVG']]], + ['textletterspacing_939',['textLetterSpacing',['../classNanoVG.html#ad768aae0871c1685ca5dc590859d5c1b',1,'NanoVG']]], + ['textlineheight_940',['textLineHeight',['../classNanoVG.html#aab69aa4f2ae1b15adcceb9d065ea8aa6',1,'NanoVG']]], + ['textmetrics_941',['textMetrics',['../classNanoVG.html#a5e84bf7dec65064733aec488389568b0',1,'NanoVG']]], + ['timeposition_942',['TimePosition',['../structTimePosition.html#aee816daeed95cf309ded1087a0c800ae',1,'TimePosition']]], + ['titlechanged_943',['titleChanged',['../classExternalWindow.html#afd42fab01a270aab541b161237b7d9f3',1,'ExternalWindow']]], + ['tofront_944',['toFront',['../classSubWidget.html#a3426cbcf0104c8a5c9996e3efff75381',1,'SubWidget']]], + ['toplevelwidget_945',['TopLevelWidget',['../classTopLevelWidget.html#a3cdeec5e7b144cc48d89e748a37f538e',1,'TopLevelWidget']]], + ['transform_946',['transform',['../classNanoVG.html#ad06096ade68bf78bcc256005cd6f2c45',1,'NanoVG']]], + ['transformidentity_947',['transformIdentity',['../classNanoVG.html#a81c8b60a87be8a8d4a5efce8eeaf1915',1,'NanoVG']]], + ['transforminverse_948',['transformInverse',['../classNanoVG.html#ac5692f82bcac4858f44d9fd0df287cad',1,'NanoVG']]], + ['transformmultiply_949',['transformMultiply',['../classNanoVG.html#a3ac9aade102afb3a4f84966f0727c6c6',1,'NanoVG']]], + ['transformpoint_950',['transformPoint',['../classNanoVG.html#ae2e49763ab7f503016c0dede0dbfd3cc',1,'NanoVG']]], + ['transformpremultiply_951',['transformPremultiply',['../classNanoVG.html#a1416fbff2a0ecada90b2d9852bfbaf42',1,'NanoVG']]], + ['transformrotate_952',['transformRotate',['../classNanoVG.html#a43e16d0f94dc0a49dae5128d69e75e3c',1,'NanoVG']]], + ['transformscale_953',['transformScale',['../classNanoVG.html#a94c1f78baadff1d6c6a5a4d52dd770d7',1,'NanoVG']]], + ['transformskewx_954',['transformSkewX',['../classNanoVG.html#a178b6b9a8c755cda91ccba2b6239d279',1,'NanoVG']]], + ['transformskewy_955',['transformSkewY',['../classNanoVG.html#af23e7f6a6056e5efe72944fa68767704',1,'NanoVG']]], + ['transformtranslate_956',['transformTranslate',['../classNanoVG.html#a022e3cdfa06f5bc9103b37dfa64adb2c',1,'NanoVG']]], + ['transientparentwindowchanged_957',['transientParentWindowChanged',['../classExternalWindow.html#a4ea76a2c6240c95ff941bc95841c73c8',1,'ExternalWindow']]], + ['translate_958',['translate',['../classNanoVG.html#abc1d6466eb7fdc57a869ec7b9fdd6bdf',1,'NanoVG']]], + ['triangle_959',['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 30699e8b..f4acd70f 100644 --- a/search/functions_13.js +++ b/search/functions_13.js @@ -1,6 +1,6 @@ var searchData= [ - ['ui_958',['UI',['../classUI.html#a3015119edd4c96e7082f171a81cc5aa8',1,'UI']]], - ['uiidle_959',['uiIdle',['../classUI.html#af8de639088f3b2d42c266a2d2d6719da',1,'UI']]], - ['uiscalefactorchanged_960',['uiScaleFactorChanged',['../classUI.html#ad89b09ef4e8129d72ff3b3cb8716a96b',1,'UI']]] + ['ui_960',['UI',['../classUI.html#a3015119edd4c96e7082f171a81cc5aa8',1,'UI']]], + ['uiidle_961',['uiIdle',['../classUI.html#af8de639088f3b2d42c266a2d2d6719da',1,'UI']]], + ['uiscalefactorchanged_962',['uiScaleFactorChanged',['../classUI.html#ad89b09ef4e8129d72ff3b3cb8716a96b',1,'UI']]] ]; diff --git a/search/functions_14.js b/search/functions_14.js index 0e908286..1510a83c 100644 --- a/search/functions_14.js +++ b/search/functions_14.js @@ -1,5 +1,5 @@ var searchData= [ - ['visibilitychanged_961',['visibilityChanged',['../classExternalWindow.html#a60ddf70411d05cef91f4a1eaa09554b8',1,'ExternalWindow']]], - ['vulkanimage_962',['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_963',['visibilityChanged',['../classExternalWindow.html#a60ddf70411d05cef91f4a1eaa09554b8',1,'ExternalWindow']]], + ['vulkanimage_964',['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 c8b6a7d2..6eedc71a 100644 --- a/search/functions_15.js +++ b/search/functions_15.js @@ -1,8 +1,8 @@ var searchData= [ - ['window_963',['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_964',['withAlpha',['../structColor.html#a664780dcd74f376837dc6c5a219ca566',1,'Color']]], - ['writecustomdata_965',['writeCustomData',['../classRingBufferControl.html#a72e173dcae573f6e2e8ac4cfeb8aa96b',1,'RingBufferControl']]], - ['writecustomtype_966',['writeCustomType',['../classRingBufferControl.html#a3e9c1857e11f0d9efcc2944d6000504b',1,'RingBufferControl']]], - ['writemidievent_967',['writeMidiEvent',['../classPlugin.html#a0467eef817ac130cbbe1c0fbe09660c6',1,'Plugin']]] + ['window_965',['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_966',['withAlpha',['../structColor.html#a664780dcd74f376837dc6c5a219ca566',1,'Color']]], + ['writecustomdata_967',['writeCustomData',['../classRingBufferControl.html#a72e173dcae573f6e2e8ac4cfeb8aa96b',1,'RingBufferControl']]], + ['writecustomtype_968',['writeCustomType',['../classRingBufferControl.html#a3e9c1857e11f0d9efcc2944d6000504b',1,'RingBufferControl']]], + ['writemidievent_969',['writeMidiEvent',['../classPlugin.html#a0467eef817ac130cbbe1c0fbe09660c6',1,'Plugin']]] ]; diff --git a/search/functions_16.js b/search/functions_16.js index 2cdcb70b..aafebb85 100644 --- a/search/functions_16.js +++ b/search/functions_16.js @@ -1,24 +1,24 @@ var searchData= [ - ['_7eapplication_968',['~Application',['../classApplication.html#a20573928a0d53fb96d929513bc5acde6',1,'Application']]], - ['_7ebaseevent_969',['~BaseEvent',['../structWidget_1_1BaseEvent.html#a58da172316b49f6d79b879b74ce5792a',1,'Widget::BaseEvent']]], - ['_7ecairobasewidget_970',['~CairoBaseWidget',['../classCairoBaseWidget.html#ab76ae3b54d624b194e6392ba48799ce4',1,'CairoBaseWidget']]], - ['_7ecairoimage_971',['~CairoImage',['../classCairoImage.html#a36abbee6a47fc3447f00270aa16a82b7',1,'CairoImage']]], - ['_7eexternalwindow_972',['~ExternalWindow',['../classExternalWindow.html#a97f21d30b4449fc5cd87396ff051c199',1,'ExternalWindow']]], - ['_7eheapringbuffer_973',['~HeapRingBuffer',['../classHeapRingBuffer.html#ae2e25c610073d35998efd7106b5eb8a0',1,'HeapRingBuffer']]], - ['_7eimagebase_974',['~ImageBase',['../classImageBase.html#a247e1c3259d5943a5766c99f61da9309',1,'ImageBase']]], - ['_7eleakedobjectdetector_975',['~LeakedObjectDetector',['../classLeakedObjectDetector.html#af4fd575fa5361ce5b01f65a635b1d6b3',1,'LeakedObjectDetector']]], - ['_7enanobasewidget_976',['~NanoBaseWidget',['../classNanoBaseWidget.html#a902dabbadc38052f23a0a1820ddf8003',1,'NanoBaseWidget']]], - ['_7enanoimage_977',['~NanoImage',['../classNanoImage.html#a8915fb5eae1a0180edd3f5babf6a0091',1,'NanoImage']]], - ['_7enanovg_978',['~NanoVG',['../classNanoVG.html#a3e05169f4e66e811537adaea17e4bb3f',1,'NanoVG']]], - ['_7eopenglimage_979',['~OpenGLImage',['../classOpenGLImage.html#a97461921a4eba66af7cfeaf84595f3ad',1,'OpenGLImage']]], - ['_7eplugin_980',['~Plugin',['../classPlugin.html#a89814b8f0b1c91e49140d42eb8331383',1,'Plugin']]], - ['_7escopedgraphicscontext_981',['~ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html#a18fa5edc2ecfeafcc0849094ab49996e',1,'Window::ScopedGraphicsContext']]], - ['_7escopedpointer_982',['~ScopedPointer',['../classScopedPointer.html#a3c540f0121065aafa5f9607362fc1450',1,'ScopedPointer']]], - ['_7esubwidget_983',['~SubWidget',['../classSubWidget.html#a0f6225f53db69cd682910939edc9fd96',1,'SubWidget']]], - ['_7etoplevelwidget_984',['~TopLevelWidget',['../classTopLevelWidget.html#a73c0ee0ce1e84c9e18d0f6dcdcb9104a',1,'TopLevelWidget']]], - ['_7eui_985',['~UI',['../classUI.html#a47e7b6111faba049dfee4738d067cc42',1,'UI']]], - ['_7evulkanimage_986',['~VulkanImage',['../classVulkanImage.html#a45ab89d12d9a6a08f4986ac241a025dc',1,'VulkanImage']]], - ['_7ewidget_987',['~Widget',['../classWidget.html#a714cf798aadb4d615f6f60a355382c02',1,'Widget']]], - ['_7ewindow_988',['~Window',['../classWindow.html#a62b4a97b3c2e492f1d9a46092011e2d9',1,'Window']]] + ['_7eapplication_970',['~Application',['../classApplication.html#a20573928a0d53fb96d929513bc5acde6',1,'Application']]], + ['_7ebaseevent_971',['~BaseEvent',['../structWidget_1_1BaseEvent.html#a58da172316b49f6d79b879b74ce5792a',1,'Widget::BaseEvent']]], + ['_7ecairobasewidget_972',['~CairoBaseWidget',['../classCairoBaseWidget.html#ab76ae3b54d624b194e6392ba48799ce4',1,'CairoBaseWidget']]], + ['_7ecairoimage_973',['~CairoImage',['../classCairoImage.html#a36abbee6a47fc3447f00270aa16a82b7',1,'CairoImage']]], + ['_7eexternalwindow_974',['~ExternalWindow',['../classExternalWindow.html#a97f21d30b4449fc5cd87396ff051c199',1,'ExternalWindow']]], + ['_7eheapringbuffer_975',['~HeapRingBuffer',['../classHeapRingBuffer.html#ae2e25c610073d35998efd7106b5eb8a0',1,'HeapRingBuffer']]], + ['_7eimagebase_976',['~ImageBase',['../classImageBase.html#a247e1c3259d5943a5766c99f61da9309',1,'ImageBase']]], + ['_7eleakedobjectdetector_977',['~LeakedObjectDetector',['../classLeakedObjectDetector.html#af4fd575fa5361ce5b01f65a635b1d6b3',1,'LeakedObjectDetector']]], + ['_7enanobasewidget_978',['~NanoBaseWidget',['../classNanoBaseWidget.html#a902dabbadc38052f23a0a1820ddf8003',1,'NanoBaseWidget']]], + ['_7enanoimage_979',['~NanoImage',['../classNanoImage.html#a8915fb5eae1a0180edd3f5babf6a0091',1,'NanoImage']]], + ['_7enanovg_980',['~NanoVG',['../classNanoVG.html#a3e05169f4e66e811537adaea17e4bb3f',1,'NanoVG']]], + ['_7eopenglimage_981',['~OpenGLImage',['../classOpenGLImage.html#a97461921a4eba66af7cfeaf84595f3ad',1,'OpenGLImage']]], + ['_7eplugin_982',['~Plugin',['../classPlugin.html#a89814b8f0b1c91e49140d42eb8331383',1,'Plugin']]], + ['_7escopedgraphicscontext_983',['~ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html#a18fa5edc2ecfeafcc0849094ab49996e',1,'Window::ScopedGraphicsContext']]], + ['_7escopedpointer_984',['~ScopedPointer',['../classScopedPointer.html#a3c540f0121065aafa5f9607362fc1450',1,'ScopedPointer']]], + ['_7esubwidget_985',['~SubWidget',['../classSubWidget.html#a0f6225f53db69cd682910939edc9fd96',1,'SubWidget']]], + ['_7etoplevelwidget_986',['~TopLevelWidget',['../classTopLevelWidget.html#a73c0ee0ce1e84c9e18d0f6dcdcb9104a',1,'TopLevelWidget']]], + ['_7eui_987',['~UI',['../classUI.html#a47e7b6111faba049dfee4738d067cc42',1,'UI']]], + ['_7evulkanimage_988',['~VulkanImage',['../classVulkanImage.html#a45ab89d12d9a6a08f4986ac241a025dc',1,'VulkanImage']]], + ['_7ewidget_989',['~Widget',['../classWidget.html#a714cf798aadb4d615f6f60a355382c02',1,'Widget']]], + ['_7ewindow_990',['~Window',['../classWindow.html#a62b4a97b3c2e492f1d9a46092011e2d9',1,'Window']]] ]; diff --git a/search/functions_2.js b/search/functions_2.js index 3ef46ecf..65275ef8 100644 --- a/search/functions_2.js +++ b/search/functions_2.js @@ -1,29 +1,29 @@ var searchData= [ - ['cairobasewidget_629',['CairoBaseWidget',['../classCairoBaseWidget.html#a264d5e3f7de6dd5c9f9b492f5577420f',1,'CairoBaseWidget::CairoBaseWidget(Widget *const parentGroupWidget)'],['../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)']]], - ['cairoimage_630',['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_631',['cancelFrame',['../classNanoVG.html#a5c47888aaa114b8ca9a0431383c1c0f1',1,'NanoVG']]], - ['canrequestparametervaluechanges_632',['canRequestParameterValueChanges',['../classPlugin.html#a581614e1d301ee613a988855c61b2517',1,'Plugin']]], - ['characterinputevent_633',['CharacterInputEvent',['../structWidget_1_1CharacterInputEvent.html#ab0e3407cf8693ba9f3be0be805c8af24',1,'Widget::CharacterInputEvent']]], - ['circle_634',['circle',['../classNanoVG.html#aa3230d48ce48f050d3ad636fc2ff4235',1,'NanoVG::circle()'],['../classCircle.html#a69bf0ddae80047ef3e9b230930eb1ba6',1,'Circle::Circle() noexcept'],['../classCircle.html#a391892aed07c5239153a038fea80423b',1,'Circle::Circle(const T &x, const T &y, const float size, const uint numSegments=300)'],['../classCircle.html#ab0e9f6bedf3dfa9fd958c573eca46368',1,'Circle::Circle(const Point< T > &pos, const float size, const uint numSegments=300)'],['../classCircle.html#aeee15927ea13e9114aa53a8c26c5e1df',1,'Circle::Circle(const Circle< T > &cir) noexcept']]], - ['clear_635',['clear',['../structTimePosition_1_1BarBeatTick.html#ae6ea776260b58800bff63f515351bd3a',1,'TimePosition::BarBeatTick::clear()'],['../structTimePosition.html#acd89e79032d748ee7fc01d55a2c518bb',1,'TimePosition::clear()']]], - ['close_636',['close',['../classExternalWindow.html#acaa09de3c6dfccecf725a8f7a486ce15',1,'ExternalWindow::close()'],['../classWindow.html#a35055c04498121d39741bfcd5082705b',1,'Window::close()']]], - ['closepath_637',['closePath',['../classNanoVG.html#a74ae13eec498c0afb9fa20199eecbd48',1,'NanoVG']]], - ['color_638',['Color',['../structColor.html#acbbdba6661c2bbd987ef27de59813b47',1,'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#a7ac8018890423379bf8cdce2c6bc9d7e',1,'Color::Color(const Color &color) noexcept'],['../structColor.html#a8d51b3f9457c1d9524ad67c94152b99a',1,'Color::Color(const Color &color1, const Color &color2, float u) noexcept']]], - ['commitwrite_639',['commitWrite',['../classRingBufferControl.html#afe0c53d2591eb265d657c1cab6800036',1,'RingBufferControl']]], - ['contains_640',['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_641',['containsAfterScaling',['../classRectangle.html#a9edf56d37c808947aa75b55fa81a11e1',1,'Rectangle']]], - ['containsx_642',['containsX',['../classRectangle.html#a71d17fdf110e4ed2350d2a5fe248e540',1,'Rectangle']]], - ['containsy_643',['containsY',['../classRectangle.html#a38b56f4f8b38597fd34f68c677de2559',1,'Rectangle']]], - ['createbuffer_644',['createBuffer',['../classHeapRingBuffer.html#ab7d60a3acc757e88e1c7254626ce9709',1,'HeapRingBuffer']]], - ['createfontfromfile_645',['createFontFromFile',['../classNanoVG.html#a202e31bed7a83c59d417fa016f66f12a',1,'NanoVG']]], - ['createfontfrommemory_646',['createFontFromMemory',['../classNanoVG.html#a304f4fcf7fc4dff936563606cec7ea63',1,'NanoVG']]], - ['createimagefromfile_647',['createImageFromFile',['../classNanoVG.html#a2a6d7cc76cb4c7f35ef51a388f5818f6',1,'NanoVG::createImageFromFile(const char *filename, ImageFlags imageFlags)'],['../classNanoVG.html#a7555d49ba847a92fb2c56b2f9f68f366',1,'NanoVG::createImageFromFile(const char *filename, int imageFlags)']]], - ['createimagefrommemory_648',['createImageFromMemory',['../classNanoVG.html#a395cde178d473c548e3d92c48d430ca1',1,'NanoVG::createImageFromMemory(uchar *data, uint dataSize, ImageFlags imageFlags)'],['../classNanoVG.html#acf7d2cac5deeb625a91c40448ed70b6a',1,'NanoVG::createImageFromMemory(uchar *data, uint dataSize, int imageFlags)']]], - ['createimagefromrawmemory_649',['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_650',['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_651',['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_652',['createPlugin',['../group__EntryPoints.html#ga87f1fa9084f2490ca04ea733292c6dee',1,'DistrhoPlugin.hpp']]], - ['createui_653',['createUI',['../group__EntryPoints.html#gaad0ced21537a067680729bee6a65d8c8',1,'DistrhoUI.hpp']]], - ['currenttransform_654',['currentTransform',['../classNanoVG.html#ad51cefbcf8819d365205fa004a10b976',1,'NanoVG']]] + ['cairobasewidget_630',['CairoBaseWidget',['../classCairoBaseWidget.html#a264d5e3f7de6dd5c9f9b492f5577420f',1,'CairoBaseWidget::CairoBaseWidget(Widget *const parentGroupWidget)'],['../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)']]], + ['cairoimage_631',['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_632',['cancelFrame',['../classNanoVG.html#a5c47888aaa114b8ca9a0431383c1c0f1',1,'NanoVG']]], + ['canrequestparametervaluechanges_633',['canRequestParameterValueChanges',['../classPlugin.html#a581614e1d301ee613a988855c61b2517',1,'Plugin']]], + ['characterinputevent_634',['CharacterInputEvent',['../structWidget_1_1CharacterInputEvent.html#ab0e3407cf8693ba9f3be0be805c8af24',1,'Widget::CharacterInputEvent']]], + ['circle_635',['circle',['../classNanoVG.html#aa3230d48ce48f050d3ad636fc2ff4235',1,'NanoVG::circle()'],['../classCircle.html#a69bf0ddae80047ef3e9b230930eb1ba6',1,'Circle::Circle() noexcept'],['../classCircle.html#a391892aed07c5239153a038fea80423b',1,'Circle::Circle(const T &x, const T &y, const float size, const uint numSegments=300)'],['../classCircle.html#ab0e9f6bedf3dfa9fd958c573eca46368',1,'Circle::Circle(const Point< T > &pos, const float size, const uint numSegments=300)'],['../classCircle.html#aeee15927ea13e9114aa53a8c26c5e1df',1,'Circle::Circle(const Circle< T > &cir) noexcept']]], + ['clear_636',['clear',['../structTimePosition_1_1BarBeatTick.html#ae6ea776260b58800bff63f515351bd3a',1,'TimePosition::BarBeatTick::clear()'],['../structTimePosition.html#acd89e79032d748ee7fc01d55a2c518bb',1,'TimePosition::clear()']]], + ['close_637',['close',['../classExternalWindow.html#acaa09de3c6dfccecf725a8f7a486ce15',1,'ExternalWindow::close()'],['../classWindow.html#a35055c04498121d39741bfcd5082705b',1,'Window::close()']]], + ['closepath_638',['closePath',['../classNanoVG.html#a74ae13eec498c0afb9fa20199eecbd48',1,'NanoVG']]], + ['color_639',['Color',['../structColor.html#acbbdba6661c2bbd987ef27de59813b47',1,'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#a7ac8018890423379bf8cdce2c6bc9d7e',1,'Color::Color(const Color &color) noexcept'],['../structColor.html#a8d51b3f9457c1d9524ad67c94152b99a',1,'Color::Color(const Color &color1, const Color &color2, float u) noexcept']]], + ['commitwrite_640',['commitWrite',['../classRingBufferControl.html#afe0c53d2591eb265d657c1cab6800036',1,'RingBufferControl']]], + ['contains_641',['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_642',['containsAfterScaling',['../classRectangle.html#a9edf56d37c808947aa75b55fa81a11e1',1,'Rectangle']]], + ['containsx_643',['containsX',['../classRectangle.html#a71d17fdf110e4ed2350d2a5fe248e540',1,'Rectangle']]], + ['containsy_644',['containsY',['../classRectangle.html#a38b56f4f8b38597fd34f68c677de2559',1,'Rectangle']]], + ['createbuffer_645',['createBuffer',['../classHeapRingBuffer.html#ab7d60a3acc757e88e1c7254626ce9709',1,'HeapRingBuffer']]], + ['createfontfromfile_646',['createFontFromFile',['../classNanoVG.html#a202e31bed7a83c59d417fa016f66f12a',1,'NanoVG']]], + ['createfontfrommemory_647',['createFontFromMemory',['../classNanoVG.html#a304f4fcf7fc4dff936563606cec7ea63',1,'NanoVG']]], + ['createimagefromfile_648',['createImageFromFile',['../classNanoVG.html#a2a6d7cc76cb4c7f35ef51a388f5818f6',1,'NanoVG::createImageFromFile(const char *filename, ImageFlags imageFlags)'],['../classNanoVG.html#a7555d49ba847a92fb2c56b2f9f68f366',1,'NanoVG::createImageFromFile(const char *filename, int imageFlags)']]], + ['createimagefrommemory_649',['createImageFromMemory',['../classNanoVG.html#a395cde178d473c548e3d92c48d430ca1',1,'NanoVG::createImageFromMemory(uchar *data, uint dataSize, ImageFlags imageFlags)'],['../classNanoVG.html#acf7d2cac5deeb625a91c40448ed70b6a',1,'NanoVG::createImageFromMemory(uchar *data, uint dataSize, int imageFlags)']]], + ['createimagefromrawmemory_650',['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_651',['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_652',['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_653',['createPlugin',['../group__EntryPoints.html#ga87f1fa9084f2490ca04ea733292c6dee',1,'DistrhoPlugin.hpp']]], + ['createui_654',['createUI',['../group__EntryPoints.html#gaad0ced21537a067680729bee6a65d8c8',1,'DistrhoUI.hpp']]], + ['currenttransform_655',['currentTransform',['../classNanoVG.html#ad51cefbcf8819d365205fa004a10b976',1,'NanoVG']]] ]; diff --git a/search/functions_3.js b/search/functions_3.js index 0efd7375..eb40bd8b 100644 --- a/search/functions_3.js +++ b/search/functions_3.js @@ -1,28 +1,29 @@ var searchData= [ - ['d_5fcconst_655',['d_cconst',['../group__MiscellaneousFunctions.html#ga6827e90feb9bdcb6f76175a245fbf12c',1,'DistrhoUtils.hpp']]], - ['d_5fcustom_5fsafe_5fassert_656',['d_custom_safe_assert',['../group__StringPrintFunctions.html#ga643ef1d86ed4c665ae482ea0ccb52b51',1,'DistrhoUtils.hpp']]], - ['d_5fdebug_657',['d_debug',['../group__StringPrintFunctions.html#ga9b8ac0ef05538648cb37b3c383ac60d9',1,'DistrhoUtils.hpp']]], - ['d_5fisequal_658',['d_isEqual',['../group__MathFunctions.html#gabcb7db6e30f7428a3caa0fdec12af17a',1,'DistrhoUtils.hpp']]], - ['d_5fisnotequal_659',['d_isNotEqual',['../group__MathFunctions.html#gaf99f3a8a1c9d97b07c0f225fad8a27b7',1,'DistrhoUtils.hpp']]], - ['d_5fisnotzero_660',['d_isNotZero',['../group__MathFunctions.html#gaa8753f357eea6f93c5fa4e538ce6ac47',1,'DistrhoUtils.hpp']]], - ['d_5fnextpowerof2_661',['d_nextPowerOf2',['../group__MathFunctions.html#gaded8dbdc7ff99c70e7361b3f1a32b584',1,'DistrhoUtils.hpp']]], - ['d_5fpass_662',['d_pass',['../group__MiscellaneousFunctions.html#ga208c5bc138b7d4d4e318b6174c9dbf6d',1,'DistrhoUtils.hpp']]], - ['d_5fsafe_5fassert_663',['d_safe_assert',['../group__StringPrintFunctions.html#ga9473c264004ac48764062fd881a55cff',1,'DistrhoUtils.hpp']]], - ['d_5fsafe_5fassert_5fint_664',['d_safe_assert_int',['../group__StringPrintFunctions.html#gac59f28efd3d30333551df9ca47c1fc0f',1,'DistrhoUtils.hpp']]], - ['d_5fsafe_5fassert_5fint2_665',['d_safe_assert_int2',['../group__StringPrintFunctions.html#ga9b31f29f7fde426a4a5bc9b1616aad28',1,'DistrhoUtils.hpp']]], - ['d_5fsafe_5fassert_5fuint_666',['d_safe_assert_uint',['../group__StringPrintFunctions.html#gaf7645d9dcbbd44b92b8b6d4625a8e95c',1,'DistrhoUtils.hpp']]], - ['d_5fsafe_5fassert_5fuint2_667',['d_safe_assert_uint2',['../group__StringPrintFunctions.html#gae62da5934fcf22b46324ddc2c44c3e58',1,'DistrhoUtils.hpp']]], - ['d_5fsafe_5fexception_668',['d_safe_exception',['../group__StringPrintFunctions.html#ga98137b745947d74f613859780c81ba69',1,'DistrhoUtils.hpp']]], - ['d_5fstderr_669',['d_stderr',['../group__StringPrintFunctions.html#ga61feaac6d65661f631be4136041e7bce',1,'DistrhoUtils.hpp']]], - ['d_5fstderr2_670',['d_stderr2',['../group__StringPrintFunctions.html#ga9861b6a26e43554680f50623196dde7b',1,'DistrhoUtils.hpp']]], - ['d_5fstdout_671',['d_stdout',['../group__StringPrintFunctions.html#ga78b9baaeb515112b1e5ec1182bab299b',1,'DistrhoUtils.hpp']]], - ['d_5fversion_672',['d_version',['../group__MiscellaneousFunctions.html#ga95d67ff74d46b2c80f15c7790a523154',1,'DistrhoUtils.hpp']]], - ['deactivate_673',['deactivate',['../classPlugin.html#aa089a56572bc8f1cb7e4b538c0d19c46',1,'Plugin']]], - ['degtorad_674',['degToRad',['../classNanoVG.html#ae3913bdf0efc2f5504422f558dca2c45',1,'NanoVG']]], - ['deletebuffer_675',['deleteBuffer',['../classHeapRingBuffer.html#a940bc4c023a53a0d511d6f99186d8224',1,'HeapRingBuffer']]], - ['done_676',['done',['../classStandaloneWindow.html#a3b13bbbe8b8c431806ab50d2ea3410ad',1,'StandaloneWindow::done()'],['../structWindow_1_1ScopedGraphicsContext.html#a4647e1da0c4477f021f668459fb3221f',1,'Window::ScopedGraphicsContext::done()']]], - ['draw_677',['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()'],['../classOpenGLImage.html#a0bd3a7e2a8d8e36ebacf4277a3f915cc',1,'OpenGLImage::draw()']]], - ['drawat_678',['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_679',['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#ab07a01fb85e96f8f7a87e4b3e842a537',1,'Rectangle::drawOutline(const GraphicsContext &context, T lineWidth=1)'],['../classRectangle.html#a562e46203701309da8748dcc5277373e',1,'Rectangle::drawOutline()']]] + ['d_5fcconst_656',['d_cconst',['../group__MiscellaneousFunctions.html#ga6827e90feb9bdcb6f76175a245fbf12c',1,'DistrhoUtils.hpp']]], + ['d_5fcustom_5fsafe_5fassert_657',['d_custom_safe_assert',['../group__StringPrintFunctions.html#ga643ef1d86ed4c665ae482ea0ccb52b51',1,'DistrhoUtils.hpp']]], + ['d_5fdebug_658',['d_debug',['../group__StringPrintFunctions.html#ga9b8ac0ef05538648cb37b3c383ac60d9',1,'DistrhoUtils.hpp']]], + ['d_5fisequal_659',['d_isEqual',['../group__MathFunctions.html#gabcb7db6e30f7428a3caa0fdec12af17a',1,'DistrhoUtils.hpp']]], + ['d_5fisnotequal_660',['d_isNotEqual',['../group__MathFunctions.html#gaf99f3a8a1c9d97b07c0f225fad8a27b7',1,'DistrhoUtils.hpp']]], + ['d_5fisnotzero_661',['d_isNotZero',['../group__MathFunctions.html#gaa8753f357eea6f93c5fa4e538ce6ac47',1,'DistrhoUtils.hpp']]], + ['d_5fiszero_662',['d_isZero',['../group__MathFunctions.html#gae357f9031f7bcd8eccef3443081d3772',1,'DistrhoUtils.hpp']]], + ['d_5fnextpowerof2_663',['d_nextPowerOf2',['../group__MathFunctions.html#gaded8dbdc7ff99c70e7361b3f1a32b584',1,'DistrhoUtils.hpp']]], + ['d_5fpass_664',['d_pass',['../group__MiscellaneousFunctions.html#ga208c5bc138b7d4d4e318b6174c9dbf6d',1,'DistrhoUtils.hpp']]], + ['d_5fsafe_5fassert_665',['d_safe_assert',['../group__StringPrintFunctions.html#ga9473c264004ac48764062fd881a55cff',1,'DistrhoUtils.hpp']]], + ['d_5fsafe_5fassert_5fint_666',['d_safe_assert_int',['../group__StringPrintFunctions.html#gac59f28efd3d30333551df9ca47c1fc0f',1,'DistrhoUtils.hpp']]], + ['d_5fsafe_5fassert_5fint2_667',['d_safe_assert_int2',['../group__StringPrintFunctions.html#ga9b31f29f7fde426a4a5bc9b1616aad28',1,'DistrhoUtils.hpp']]], + ['d_5fsafe_5fassert_5fuint_668',['d_safe_assert_uint',['../group__StringPrintFunctions.html#gaf7645d9dcbbd44b92b8b6d4625a8e95c',1,'DistrhoUtils.hpp']]], + ['d_5fsafe_5fassert_5fuint2_669',['d_safe_assert_uint2',['../group__StringPrintFunctions.html#gae62da5934fcf22b46324ddc2c44c3e58',1,'DistrhoUtils.hpp']]], + ['d_5fsafe_5fexception_670',['d_safe_exception',['../group__StringPrintFunctions.html#ga98137b745947d74f613859780c81ba69',1,'DistrhoUtils.hpp']]], + ['d_5fstderr_671',['d_stderr',['../group__StringPrintFunctions.html#ga61feaac6d65661f631be4136041e7bce',1,'DistrhoUtils.hpp']]], + ['d_5fstderr2_672',['d_stderr2',['../group__StringPrintFunctions.html#ga9861b6a26e43554680f50623196dde7b',1,'DistrhoUtils.hpp']]], + ['d_5fstdout_673',['d_stdout',['../group__StringPrintFunctions.html#ga78b9baaeb515112b1e5ec1182bab299b',1,'DistrhoUtils.hpp']]], + ['d_5fversion_674',['d_version',['../group__MiscellaneousFunctions.html#ga95d67ff74d46b2c80f15c7790a523154',1,'DistrhoUtils.hpp']]], + ['deactivate_675',['deactivate',['../classPlugin.html#aa089a56572bc8f1cb7e4b538c0d19c46',1,'Plugin']]], + ['degtorad_676',['degToRad',['../classNanoVG.html#ae3913bdf0efc2f5504422f558dca2c45',1,'NanoVG']]], + ['deletebuffer_677',['deleteBuffer',['../classHeapRingBuffer.html#a940bc4c023a53a0d511d6f99186d8224',1,'HeapRingBuffer']]], + ['done_678',['done',['../classStandaloneWindow.html#a3b13bbbe8b8c431806ab50d2ea3410ad',1,'StandaloneWindow::done()'],['../structWindow_1_1ScopedGraphicsContext.html#a4647e1da0c4477f021f668459fb3221f',1,'Window::ScopedGraphicsContext::done()']]], + ['draw_679',['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()'],['../classOpenGLImage.html#a0bd3a7e2a8d8e36ebacf4277a3f915cc',1,'OpenGLImage::draw()']]], + ['drawat_680',['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_681',['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#ab07a01fb85e96f8f7a87e4b3e842a537',1,'Rectangle::drawOutline(const GraphicsContext &context, T lineWidth=1)'],['../classRectangle.html#a562e46203701309da8748dcc5277373e',1,'Rectangle::drawOutline()']]] ]; diff --git a/search/functions_4.js b/search/functions_4.js index 26a14f69..91af409d 100644 --- a/search/functions_4.js +++ b/search/functions_4.js @@ -1,8 +1,8 @@ var searchData= [ - ['editparameter_680',['editParameter',['../classUI.html#a2efcd4f21af0470e91fb6a342d7667a0',1,'UI']]], - ['ellipse_681',['ellipse',['../classNanoVG.html#a2081ea8d4c33481d24ae98d1a65a6f9b',1,'NanoVG']]], - ['endframe_682',['endFrame',['../classNanoVG.html#a432d8c79b21f61eb1010a75cc13ee711',1,'NanoVG']]], - ['exec_683',['exec',['../classApplication.html#a805dd37af3b9adfc1d0ee1e734ad81e3',1,'Application::exec()'],['../classWindow.html#addce529703b96ff6742428c8bd8c4cba',1,'Window::exec()']]], - ['externalwindow_684',['ExternalWindow',['../classExternalWindow.html#afc5ed08d95e01734cdfbd6c69d8505c6',1,'ExternalWindow::ExternalWindow()'],['../classExternalWindow.html#a4db15a0baa5e85c04b4a8c3545958aad',1,'ExternalWindow::ExternalWindow(const PrivateData &data)']]] + ['editparameter_682',['editParameter',['../classUI.html#a2efcd4f21af0470e91fb6a342d7667a0',1,'UI']]], + ['ellipse_683',['ellipse',['../classNanoVG.html#a2081ea8d4c33481d24ae98d1a65a6f9b',1,'NanoVG']]], + ['endframe_684',['endFrame',['../classNanoVG.html#a432d8c79b21f61eb1010a75cc13ee711',1,'NanoVG']]], + ['exec_685',['exec',['../classApplication.html#a805dd37af3b9adfc1d0ee1e734ad81e3',1,'Application::exec()'],['../classWindow.html#addce529703b96ff6742428c8bd8c4cba',1,'Window::exec()']]], + ['externalwindow_686',['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 808f7634..8539efa3 100644 --- a/search/functions_5.js +++ b/search/functions_5.js @@ -1,19 +1,19 @@ var searchData= [ - ['filebrowseroptions_685',['FileBrowserOptions',['../structWindow_1_1FileBrowserOptions.html#ad34fe0200a1bd00028f7753aeba9b2fc',1,'Window::FileBrowserOptions']]], - ['filebrowserselected_686',['fileBrowserSelected',['../classWindow.html#a6ec017881675f860ae746dad6c021b63',1,'Window']]], - ['fill_687',['fill',['../classNanoVG.html#ae6e189b2c0b5a67c8c227d89b9bdb56e',1,'NanoVG']]], - ['fillcolor_688',['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_689',['fillPaint',['../classNanoVG.html#aca56cc6d1c2455fc9f750cce4dc132d0',1,'NanoVG']]], - ['findfont_690',['findFont',['../classNanoVG.html#afbcfaa824c76e00eb22bd3f7dd5d1ab0',1,'NanoVG']]], - ['fixbounds_691',['fixBounds',['../structColor.html#aad01f46af4cdb18b2bcbddd3f63d14d5',1,'Color']]], - ['fixdefault_692',['fixDefault',['../structParameterRanges.html#a17519e584ccc28e87b73bfbd1a81cf10',1,'ParameterRanges']]], - ['fixvalue_693',['fixValue',['../structParameterRanges.html#a1dac84c100f420bfc529a4d2ea60dc7c',1,'ParameterRanges']]], - ['focus_694',['focus',['../classExternalWindow.html#a6957b4f82aa3e3557c4c455bbc6b1e15',1,'ExternalWindow::focus()'],['../classWindow.html#a03985e4ca2c9b4fcf572b5029e8c0115',1,'Window::focus()']]], - ['fontblur_695',['fontBlur',['../classNanoVG.html#aa0a42259164f0893ea63929cfce29a75',1,'NanoVG']]], - ['fontface_696',['fontFace',['../classNanoVG.html#a22fa48b86dac0cc4ab1cd922de39c52b',1,'NanoVG']]], - ['fontfaceid_697',['fontFaceId',['../classNanoVG.html#a2d32dbd0fb0dd0ae36fdc6ef2be65f6c',1,'NanoVG']]], - ['fontsize_698',['fontSize',['../classNanoVG.html#a23353792b4267d74f8f7a665d358c1a4',1,'NanoVG']]], - ['fromhsl_699',['fromHSL',['../structColor.html#a41820f7349e997489d53f98036e76a0c',1,'Color']]], - ['fromhtml_700',['fromHTML',['../structColor.html#abdc66d9b8c6422a721f8d576e871f646',1,'Color']]] + ['filebrowseroptions_687',['FileBrowserOptions',['../structWindow_1_1FileBrowserOptions.html#ad34fe0200a1bd00028f7753aeba9b2fc',1,'Window::FileBrowserOptions']]], + ['filebrowserselected_688',['fileBrowserSelected',['../classWindow.html#a6ec017881675f860ae746dad6c021b63',1,'Window']]], + ['fill_689',['fill',['../classNanoVG.html#ae6e189b2c0b5a67c8c227d89b9bdb56e',1,'NanoVG']]], + ['fillcolor_690',['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_691',['fillPaint',['../classNanoVG.html#aca56cc6d1c2455fc9f750cce4dc132d0',1,'NanoVG']]], + ['findfont_692',['findFont',['../classNanoVG.html#afbcfaa824c76e00eb22bd3f7dd5d1ab0',1,'NanoVG']]], + ['fixbounds_693',['fixBounds',['../structColor.html#aad01f46af4cdb18b2bcbddd3f63d14d5',1,'Color']]], + ['fixdefault_694',['fixDefault',['../structParameterRanges.html#a17519e584ccc28e87b73bfbd1a81cf10',1,'ParameterRanges']]], + ['fixvalue_695',['fixValue',['../structParameterRanges.html#a1dac84c100f420bfc529a4d2ea60dc7c',1,'ParameterRanges']]], + ['focus_696',['focus',['../classExternalWindow.html#a6957b4f82aa3e3557c4c455bbc6b1e15',1,'ExternalWindow::focus()'],['../classWindow.html#a03985e4ca2c9b4fcf572b5029e8c0115',1,'Window::focus()']]], + ['fontblur_697',['fontBlur',['../classNanoVG.html#aa0a42259164f0893ea63929cfce29a75',1,'NanoVG']]], + ['fontface_698',['fontFace',['../classNanoVG.html#a22fa48b86dac0cc4ab1cd922de39c52b',1,'NanoVG']]], + ['fontfaceid_699',['fontFaceId',['../classNanoVG.html#a2d32dbd0fb0dd0ae36fdc6ef2be65f6c',1,'NanoVG']]], + ['fontsize_700',['fontSize',['../classNanoVG.html#a23353792b4267d74f8f7a665d358c1a4',1,'NanoVG']]], + ['fromhsl_701',['fromHSL',['../structColor.html#a41820f7349e997489d53f98036e76a0c',1,'Color']]], + ['fromhtml_702',['fromHTML',['../structColor.html#abdc66d9b8c6422a721f8d576e871f646',1,'Color']]] ]; diff --git a/search/functions_6.js b/search/functions_6.js index 12268fc3..753370f8 100644 --- a/search/functions_6.js +++ b/search/functions_6.js @@ -1,74 +1,74 @@ var searchData= [ - ['get_701',['get',['../classScopedPointer.html#ac65fb45b9eb2d53773489fcfbc6fd740',1,'ScopedPointer']]], - ['getabsolutearea_702',['getAbsoluteArea',['../classSubWidget.html#af2f289973c4a58d78eb6bb12bcbf093a',1,'SubWidget']]], - ['getabsolutepos_703',['getAbsolutePos',['../classSubWidget.html#a1c67b16fb0234941f387a960a0f0cb76',1,'SubWidget']]], - ['getabsolutex_704',['getAbsoluteX',['../classSubWidget.html#a5a641f035fa0ce5b5e87ee9b3ab7bf34',1,'SubWidget']]], - ['getabsolutey_705',['getAbsoluteY',['../classSubWidget.html#aefe10cc8f9d62950b56f71559d1e3f5e',1,'SubWidget']]], - ['getapp_706',['getApp',['../classTopLevelWidget.html#af5c5c403ba231c14b3a41684bef45648',1,'TopLevelWidget::getApp()'],['../classWidget.html#a373419bc6353abf50a502cdbebd736e7',1,'Widget::getApp()'],['../classWindow.html#a92600b2e0715646b80474fccbcadf336',1,'Window::getApp()']]], - ['getbackgroundcolor_707',['getBackgroundColor',['../classUI.html#a3c47bc4cb3dcc558bbd05791d1cc83f5',1,'UI']]], - ['getbinaryfilename_708',['getBinaryFilename',['../group__PluginRelatedUtilities.html#ga59aac78ab7142a37a7a2c5f0c7fd2a62',1,'DistrhoPluginUtils.hpp']]], - ['getbuffersize_709',['getBufferSize',['../classPlugin.html#a2643e638f62cfd4990247ec66bed60d2',1,'Plugin']]], - ['getbundlepath_710',['getBundlePath',['../classPlugin.html#a5fd60c82f5a50f12312c57729885fc2f',1,'Plugin::getBundlePath()'],['../classUI.html#a3359930fbeb2670230e617d430ecd67e',1,'UI::getBundlePath()']]], - ['getconstrainedabsolutearea_711',['getConstrainedAbsoluteArea',['../classSubWidget.html#a72bf08fe6f61fc935f6f0836d308bc9e',1,'SubWidget']]], - ['getcontext_712',['getContext',['../classNanoVG.html#a8b6f8caad8acb883fadc06a606ccade7',1,'NanoVG']]], - ['getdescription_713',['getDescription',['../classPlugin.html#a30db5eef9de617f4c81d5c6925facea3',1,'Plugin']]], - ['getendpos_714',['getEndPos',['../classLine.html#aa3f70d792719c026b35b3f32dc19ac65',1,'Line']]], - ['getendx_715',['getEndX',['../classLine.html#a15462cbbe5154d8b27fd6c53ddafc17f',1,'Line']]], - ['getendy_716',['getEndY',['../classLine.html#a5c5de1ccedae8ea85fd711eab10359dd',1,'Line']]], - ['getfixedandnormalizedvalue_717',['getFixedAndNormalizedValue',['../structParameterRanges.html#a82698a1e07b1b04ccb5df0de4db0d0be',1,'ParameterRanges']]], - ['getfixedvalue_718',['getFixedValue',['../structParameterRanges.html#a983383b2b3ce5d049802a7f0a12cee0c',1,'ParameterRanges']]], - ['getforegroundcolor_719',['getForegroundColor',['../classUI.html#a607ea9f2978605808d8ef5dc3531fae7',1,'UI']]], - ['getformat_720',['getFormat',['../classImageBase.html#a4b0c40113f956eaf2f2e0e51395b0926',1,'ImageBase']]], - ['getgeometryconstraints_721',['getGeometryConstraints',['../classWindow.html#a540fbc63288c019f420123644acc6a11',1,'Window']]], - ['getgraphicscontext_722',['getGraphicsContext',['../classWidget.html#ae23d09ec0e5f0397a3451b603b407182',1,'Widget::getGraphicsContext()'],['../classWindow.html#aa73a74df08f29d576e18cf1d61ea9897',1,'Window::getGraphicsContext()']]], - ['getheight_723',['getHeight',['../classExternalWindow.html#a6206ef403f95462ef84fe8127b65b1b7',1,'ExternalWindow::getHeight()'],['../classSize.html#a562e9d68738d1873a6aa0615af80505b',1,'Size::getHeight()'],['../classRectangle.html#a46b5c88ccfdf1b9f5c1086bb0852c94a',1,'Rectangle::getHeight()'],['../classImageBase.html#aff56029a17822f19b518560e82aba878',1,'ImageBase::getHeight()'],['../classWidget.html#aa20f6dc096a8836706173f31324c4db8',1,'Widget::getHeight()'],['../classWindow.html#a5d53bcba43455f8f77cfcbac61ec6c8e',1,'Window::getHeight()']]], - ['gethomepage_724',['getHomePage',['../classPlugin.html#ad12c681ce31004da0badd609763f45c5',1,'Plugin']]], - ['getid_725',['getId',['../classWidget.html#a3ee6b2824e3f3719c1c9b3d070385f49',1,'Widget']]], - ['getignoringkeyrepeat_726',['getIgnoringKeyRepeat',['../classWindow.html#a0e1895a4e93ee0d7c34a9b10953c968e',1,'Window']]], - ['getlabel_727',['getLabel',['../classPlugin.html#a00f7945c16149db6845fbcc2af729f4f',1,'Plugin']]], - ['getlicense_728',['getLicense',['../classPlugin.html#a686a3c92a376a185d6fd97efd59125d1',1,'Plugin']]], - ['getmaker_729',['getMaker',['../classPlugin.html#a955832840de786a7a22798f0ef451c5d',1,'Plugin']]], - ['getmargin_730',['getMargin',['../classSubWidget.html#abe42b4ff151599ca5ea72f2e26e93860',1,'SubWidget']]], - ['getname_731',['getName',['../classPlugin.html#aebb5df5cde162462dc460d4fd45dae75',1,'Plugin']]], - ['getnativewindowhandle_732',['getNativeWindowHandle',['../classExternalWindow.html#a8ec7abf1b22271458926530b377f2c27',1,'ExternalWindow::getNativeWindowHandle()'],['../classWindow.html#a01a9277a2e19766947f9a99b43147bfd',1,'Window::getNativeWindowHandle()']]], - ['getnextbundlepath_733',['getNextBundlePath',['../classUI.html#ab157329c83a4660dd059508dc8d041f5',1,'UI']]], - ['getnextscalefactor_734',['getNextScaleFactor',['../classUI.html#aa7277c575b7d0a75475e5a7ae684dc0f',1,'UI']]], - ['getnextwindowid_735',['getNextWindowId',['../classUI.html#a4630e30aec3f3e7dcfc353ef2807bf56',1,'UI']]], - ['getnormalizedvalue_736',['getNormalizedValue',['../structParameterRanges.html#ad16ef939c1caa2f51e9a4041f769f86e',1,'ParameterRanges']]], - ['getnumsegments_737',['getNumSegments',['../classCircle.html#a3a1586ea9115cc97473a2338127223b6',1,'Circle']]], - ['getobject_738',['getObject',['../classScopedPointer.html#a1a88fa0865167c487050a9519297d4ed',1,'ScopedPointer']]], - ['getparametervalue_739',['getParameterValue',['../classPlugin.html#af9e9f5438e2e0c2352052eb5f95832aa',1,'Plugin']]], - ['getparentwidget_740',['getParentWidget',['../classSubWidget.html#a2d658e71ccb9502b8409a08782d8b345',1,'SubWidget']]], - ['getparentwindowhandle_741',['getParentWindowHandle',['../classExternalWindow.html#a56da59b2722bd7b0a6c63f9f7f120839',1,'ExternalWindow']]], - ['getpluginformatname_742',['getPluginFormatName',['../group__PluginRelatedUtilities.html#gac339d6837f2d1a89d4d63b322822e32d',1,'DistrhoPluginUtils.hpp']]], - ['getplugininstancepointer_743',['getPluginInstancePointer',['../classUI.html#a0863a8f7ca7fc7e172e703c58518329f',1,'UI']]], - ['getpos_744',['getPos',['../classCircle.html#abdabe0a9d85db389485c69d6a7b6071e',1,'Circle::getPos()'],['../classRectangle.html#aa91fa8951b6a77c86a3df804b1ed0717',1,'Rectangle::getPos()']]], - ['getrawdata_745',['getRawData',['../classImageBase.html#aea60747a216159b14a8d020cb9b19546',1,'ImageBase']]], - ['getresourcepath_746',['getResourcePath',['../group__PluginRelatedUtilities.html#ga53aa68de85dae4e3102b1c0551950b86',1,'DistrhoPluginUtils.hpp']]], - ['getsamplerate_747',['getSampleRate',['../classPlugin.html#a3e162cfe8f1c52bf09805fd327bcc3c4',1,'Plugin::getSampleRate()'],['../classUI.html#a97d880182254652f94e7bed355370c07',1,'UI::getSampleRate()']]], - ['getscalefactor_748',['getScaleFactor',['../classExternalWindow.html#a0383b6696469e9709e1a1ee53399d9f4',1,'ExternalWindow::getScaleFactor()'],['../classWindow.html#a77774c8ce4b01113fcd525079f9b8787',1,'Window::getScaleFactor()']]], - ['getscaling_749',['getScaling',['../classWindow.html#a9b94fea3236d1d49e3fbd53a8d9cc70b',1,'Window']]], - ['getsize_750',['getSize',['../classCircle.html#a95cbbd0567463a29e0e1b43febcc1daa',1,'Circle::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()'],['../classWindow.html#acd158570648b07967a4af011d6223eea',1,'Window::getSize()']]], - ['getstartpos_751',['getStartPos',['../classLine.html#a2c5ecf6513f1b1fd846a80915aff5744',1,'Line']]], - ['getstartx_752',['getStartX',['../classLine.html#a7f3af6a8c08af69188714a83353e09fb',1,'Line']]], - ['getstarty_753',['getStartY',['../classLine.html#a5a5ef0a94283339f2c20406a3d9fbb04',1,'Line']]], - ['getstate_754',['getState',['../classPlugin.html#a9cf24d4880f200eaeacd08a591d00d1f',1,'Plugin']]], - ['getsurface_755',['getSurface',['../classCairoImage.html#a5ce76c4866b396a771caafa80acf162b',1,'CairoImage']]], - ['gettexturehandle_756',['getTextureHandle',['../classNanoImage.html#a3c1396cb2794d0a2e2f5603f6399472b',1,'NanoImage']]], - ['gettimeposition_757',['getTimePosition',['../classPlugin.html#ae85d602c430b1a4361a88d714d3a42c1',1,'Plugin']]], - ['gettitle_758',['getTitle',['../classExternalWindow.html#acd0c7cbaa50aab700bebe633309f6778',1,'ExternalWindow::getTitle()'],['../classWindow.html#af437e6afd9104708f30ab769d9afce7a',1,'Window::getTitle()']]], - ['gettoplevelwidget_759',['getTopLevelWidget',['../classWidget.html#a607b153f7d3187ca60bf21004efc1314',1,'Widget']]], - ['gettransientwindowid_760',['getTransientWindowId',['../classExternalWindow.html#ad06f0e6adb6a1460af88707cd452e767',1,'ExternalWindow']]], - ['gettype_761',['getType',['../classOpenGLImage.html#ac6eb1a0e289c0e29bf8d8cfb3310f40e',1,'OpenGLImage']]], - ['getuniqueid_762',['getUniqueId',['../classPlugin.html#ad6ff8c80227d5ceebd40b96f3be29a66',1,'Plugin']]], - ['getunnormalizedvalue_763',['getUnnormalizedValue',['../structParameterRanges.html#a992f75a925b3cd5e66544087708ea3c3',1,'ParameterRanges']]], - ['getversion_764',['getVersion',['../classPlugin.html#abae540dd93caf4834270358a8aad334a',1,'Plugin']]], - ['getwidth_765',['getWidth',['../classExternalWindow.html#a0e15df4f8b3425b67ad56b42526bb5df',1,'ExternalWindow::getWidth()'],['../classSize.html#a3e65e5ff12f6bf57eaa6f45c54346942',1,'Size::getWidth()'],['../classRectangle.html#a5974e66bef8300fa6e052d846d07afb1',1,'Rectangle::getWidth()'],['../classImageBase.html#a82057493bae9af996a9a10b1aa731666',1,'ImageBase::getWidth()'],['../classWidget.html#a169c317caf734c6664494a573e427b40',1,'Widget::getWidth()'],['../classWindow.html#ab19430997dd1b3d7bf9bd3640d73b007',1,'Window::getWidth()']]], - ['getwindow_766',['getWindow',['../classTopLevelWidget.html#a3ceb7af6e9372a139d40a5859dfd0e4d',1,'TopLevelWidget::getWindow()'],['../classWidget.html#a0ef05695aec704b0eb1eb91c2e8af07d',1,'Widget::getWindow()']]], - ['getx_767',['getX',['../classPoint.html#af6d528d5f73b06282aae5be3b188528e',1,'Point::getX()'],['../classCircle.html#a2f8530b43b24d28380e232367fea0823',1,'Circle::getX()'],['../classRectangle.html#aa7a5dc1efa46ac87abdc57850f65c1ef',1,'Rectangle::getX()']]], - ['gety_768',['getY',['../classPoint.html#ab0250670052f5169c57de84a09d7534b',1,'Point::getY()'],['../classCircle.html#af1bdfeb5875cf8e6a8f09ad295d3bb09',1,'Circle::getY()'],['../classRectangle.html#a8f2fb02ceea742b6155a476be3694ec9',1,'Rectangle::getY()']]], - ['globalalpha_769',['globalAlpha',['../classNanoVG.html#acbae67cbb34b396bd1dff9cdc3c6712b',1,'NanoVG']]], - ['globaltint_770',['globalTint',['../classNanoVG.html#abc92bd3d2bd9fd95aee6370b2fceae27',1,'NanoVG']]], - ['growby_771',['growBy',['../classSize.html#ac6cb1721051ed5c8f21467f009d72982',1,'Size::growBy()'],['../classRectangle.html#a043d677b0fa28c50a18ed30bcb84e02b',1,'Rectangle::growBy()']]] + ['get_703',['get',['../classScopedPointer.html#ac65fb45b9eb2d53773489fcfbc6fd740',1,'ScopedPointer']]], + ['getabsolutearea_704',['getAbsoluteArea',['../classSubWidget.html#af2f289973c4a58d78eb6bb12bcbf093a',1,'SubWidget']]], + ['getabsolutepos_705',['getAbsolutePos',['../classSubWidget.html#a1c67b16fb0234941f387a960a0f0cb76',1,'SubWidget']]], + ['getabsolutex_706',['getAbsoluteX',['../classSubWidget.html#a5a641f035fa0ce5b5e87ee9b3ab7bf34',1,'SubWidget']]], + ['getabsolutey_707',['getAbsoluteY',['../classSubWidget.html#aefe10cc8f9d62950b56f71559d1e3f5e',1,'SubWidget']]], + ['getapp_708',['getApp',['../classTopLevelWidget.html#af5c5c403ba231c14b3a41684bef45648',1,'TopLevelWidget::getApp()'],['../classWidget.html#a373419bc6353abf50a502cdbebd736e7',1,'Widget::getApp()'],['../classWindow.html#a92600b2e0715646b80474fccbcadf336',1,'Window::getApp()']]], + ['getbackgroundcolor_709',['getBackgroundColor',['../classUI.html#a3c47bc4cb3dcc558bbd05791d1cc83f5',1,'UI']]], + ['getbinaryfilename_710',['getBinaryFilename',['../group__PluginRelatedUtilities.html#ga59aac78ab7142a37a7a2c5f0c7fd2a62',1,'DistrhoPluginUtils.hpp']]], + ['getbuffersize_711',['getBufferSize',['../classPlugin.html#a2643e638f62cfd4990247ec66bed60d2',1,'Plugin']]], + ['getbundlepath_712',['getBundlePath',['../classPlugin.html#a5fd60c82f5a50f12312c57729885fc2f',1,'Plugin::getBundlePath()'],['../classUI.html#a3359930fbeb2670230e617d430ecd67e',1,'UI::getBundlePath()']]], + ['getconstrainedabsolutearea_713',['getConstrainedAbsoluteArea',['../classSubWidget.html#a72bf08fe6f61fc935f6f0836d308bc9e',1,'SubWidget']]], + ['getcontext_714',['getContext',['../classNanoVG.html#a8b6f8caad8acb883fadc06a606ccade7',1,'NanoVG']]], + ['getdescription_715',['getDescription',['../classPlugin.html#a30db5eef9de617f4c81d5c6925facea3',1,'Plugin']]], + ['getendpos_716',['getEndPos',['../classLine.html#aa3f70d792719c026b35b3f32dc19ac65',1,'Line']]], + ['getendx_717',['getEndX',['../classLine.html#a15462cbbe5154d8b27fd6c53ddafc17f',1,'Line']]], + ['getendy_718',['getEndY',['../classLine.html#a5c5de1ccedae8ea85fd711eab10359dd',1,'Line']]], + ['getfixedandnormalizedvalue_719',['getFixedAndNormalizedValue',['../structParameterRanges.html#a82698a1e07b1b04ccb5df0de4db0d0be',1,'ParameterRanges']]], + ['getfixedvalue_720',['getFixedValue',['../structParameterRanges.html#a983383b2b3ce5d049802a7f0a12cee0c',1,'ParameterRanges']]], + ['getforegroundcolor_721',['getForegroundColor',['../classUI.html#a607ea9f2978605808d8ef5dc3531fae7',1,'UI']]], + ['getformat_722',['getFormat',['../classImageBase.html#a4b0c40113f956eaf2f2e0e51395b0926',1,'ImageBase']]], + ['getgeometryconstraints_723',['getGeometryConstraints',['../classWindow.html#a540fbc63288c019f420123644acc6a11',1,'Window']]], + ['getgraphicscontext_724',['getGraphicsContext',['../classWidget.html#ae23d09ec0e5f0397a3451b603b407182',1,'Widget::getGraphicsContext()'],['../classWindow.html#aa73a74df08f29d576e18cf1d61ea9897',1,'Window::getGraphicsContext()']]], + ['getheight_725',['getHeight',['../classExternalWindow.html#a6206ef403f95462ef84fe8127b65b1b7',1,'ExternalWindow::getHeight()'],['../classSize.html#a562e9d68738d1873a6aa0615af80505b',1,'Size::getHeight()'],['../classRectangle.html#a46b5c88ccfdf1b9f5c1086bb0852c94a',1,'Rectangle::getHeight()'],['../classImageBase.html#aff56029a17822f19b518560e82aba878',1,'ImageBase::getHeight()'],['../classWidget.html#aa20f6dc096a8836706173f31324c4db8',1,'Widget::getHeight()'],['../classWindow.html#a5d53bcba43455f8f77cfcbac61ec6c8e',1,'Window::getHeight()']]], + ['gethomepage_726',['getHomePage',['../classPlugin.html#ad12c681ce31004da0badd609763f45c5',1,'Plugin']]], + ['getid_727',['getId',['../classWidget.html#a3ee6b2824e3f3719c1c9b3d070385f49',1,'Widget']]], + ['getignoringkeyrepeat_728',['getIgnoringKeyRepeat',['../classWindow.html#a0e1895a4e93ee0d7c34a9b10953c968e',1,'Window']]], + ['getlabel_729',['getLabel',['../classPlugin.html#a00f7945c16149db6845fbcc2af729f4f',1,'Plugin']]], + ['getlicense_730',['getLicense',['../classPlugin.html#a686a3c92a376a185d6fd97efd59125d1',1,'Plugin']]], + ['getmaker_731',['getMaker',['../classPlugin.html#a955832840de786a7a22798f0ef451c5d',1,'Plugin']]], + ['getmargin_732',['getMargin',['../classSubWidget.html#abe42b4ff151599ca5ea72f2e26e93860',1,'SubWidget']]], + ['getname_733',['getName',['../classPlugin.html#aebb5df5cde162462dc460d4fd45dae75',1,'Plugin']]], + ['getnativewindowhandle_734',['getNativeWindowHandle',['../classExternalWindow.html#a8ec7abf1b22271458926530b377f2c27',1,'ExternalWindow::getNativeWindowHandle()'],['../classWindow.html#a01a9277a2e19766947f9a99b43147bfd',1,'Window::getNativeWindowHandle()']]], + ['getnextbundlepath_735',['getNextBundlePath',['../classUI.html#ab157329c83a4660dd059508dc8d041f5',1,'UI']]], + ['getnextscalefactor_736',['getNextScaleFactor',['../classUI.html#aa7277c575b7d0a75475e5a7ae684dc0f',1,'UI']]], + ['getnextwindowid_737',['getNextWindowId',['../classUI.html#a4630e30aec3f3e7dcfc353ef2807bf56',1,'UI']]], + ['getnormalizedvalue_738',['getNormalizedValue',['../structParameterRanges.html#ad16ef939c1caa2f51e9a4041f769f86e',1,'ParameterRanges']]], + ['getnumsegments_739',['getNumSegments',['../classCircle.html#a3a1586ea9115cc97473a2338127223b6',1,'Circle']]], + ['getobject_740',['getObject',['../classScopedPointer.html#a1a88fa0865167c487050a9519297d4ed',1,'ScopedPointer']]], + ['getparametervalue_741',['getParameterValue',['../classPlugin.html#af9e9f5438e2e0c2352052eb5f95832aa',1,'Plugin']]], + ['getparentwidget_742',['getParentWidget',['../classSubWidget.html#a2d658e71ccb9502b8409a08782d8b345',1,'SubWidget']]], + ['getparentwindowhandle_743',['getParentWindowHandle',['../classExternalWindow.html#a56da59b2722bd7b0a6c63f9f7f120839',1,'ExternalWindow']]], + ['getpluginformatname_744',['getPluginFormatName',['../group__PluginRelatedUtilities.html#gac339d6837f2d1a89d4d63b322822e32d',1,'DistrhoPluginUtils.hpp']]], + ['getplugininstancepointer_745',['getPluginInstancePointer',['../classUI.html#a0863a8f7ca7fc7e172e703c58518329f',1,'UI']]], + ['getpos_746',['getPos',['../classCircle.html#abdabe0a9d85db389485c69d6a7b6071e',1,'Circle::getPos()'],['../classRectangle.html#aa91fa8951b6a77c86a3df804b1ed0717',1,'Rectangle::getPos()']]], + ['getrawdata_747',['getRawData',['../classImageBase.html#aea60747a216159b14a8d020cb9b19546',1,'ImageBase']]], + ['getresourcepath_748',['getResourcePath',['../group__PluginRelatedUtilities.html#ga53aa68de85dae4e3102b1c0551950b86',1,'DistrhoPluginUtils.hpp']]], + ['getsamplerate_749',['getSampleRate',['../classPlugin.html#a3e162cfe8f1c52bf09805fd327bcc3c4',1,'Plugin::getSampleRate()'],['../classUI.html#a97d880182254652f94e7bed355370c07',1,'UI::getSampleRate()']]], + ['getscalefactor_750',['getScaleFactor',['../classExternalWindow.html#a0383b6696469e9709e1a1ee53399d9f4',1,'ExternalWindow::getScaleFactor()'],['../classWindow.html#a77774c8ce4b01113fcd525079f9b8787',1,'Window::getScaleFactor()']]], + ['getscaling_751',['getScaling',['../classWindow.html#a9b94fea3236d1d49e3fbd53a8d9cc70b',1,'Window']]], + ['getsize_752',['getSize',['../classCircle.html#a95cbbd0567463a29e0e1b43febcc1daa',1,'Circle::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()'],['../classWindow.html#acd158570648b07967a4af011d6223eea',1,'Window::getSize()']]], + ['getstartpos_753',['getStartPos',['../classLine.html#a2c5ecf6513f1b1fd846a80915aff5744',1,'Line']]], + ['getstartx_754',['getStartX',['../classLine.html#a7f3af6a8c08af69188714a83353e09fb',1,'Line']]], + ['getstarty_755',['getStartY',['../classLine.html#a5a5ef0a94283339f2c20406a3d9fbb04',1,'Line']]], + ['getstate_756',['getState',['../classPlugin.html#a9cf24d4880f200eaeacd08a591d00d1f',1,'Plugin']]], + ['getsurface_757',['getSurface',['../classCairoImage.html#a5ce76c4866b396a771caafa80acf162b',1,'CairoImage']]], + ['gettexturehandle_758',['getTextureHandle',['../classNanoImage.html#a3c1396cb2794d0a2e2f5603f6399472b',1,'NanoImage']]], + ['gettimeposition_759',['getTimePosition',['../classPlugin.html#ae85d602c430b1a4361a88d714d3a42c1',1,'Plugin']]], + ['gettitle_760',['getTitle',['../classExternalWindow.html#acd0c7cbaa50aab700bebe633309f6778',1,'ExternalWindow::getTitle()'],['../classWindow.html#af437e6afd9104708f30ab769d9afce7a',1,'Window::getTitle()']]], + ['gettoplevelwidget_761',['getTopLevelWidget',['../classWidget.html#a607b153f7d3187ca60bf21004efc1314',1,'Widget']]], + ['gettransientwindowid_762',['getTransientWindowId',['../classExternalWindow.html#ad06f0e6adb6a1460af88707cd452e767',1,'ExternalWindow']]], + ['gettype_763',['getType',['../classOpenGLImage.html#ac6eb1a0e289c0e29bf8d8cfb3310f40e',1,'OpenGLImage']]], + ['getuniqueid_764',['getUniqueId',['../classPlugin.html#ad6ff8c80227d5ceebd40b96f3be29a66',1,'Plugin']]], + ['getunnormalizedvalue_765',['getUnnormalizedValue',['../structParameterRanges.html#a992f75a925b3cd5e66544087708ea3c3',1,'ParameterRanges']]], + ['getversion_766',['getVersion',['../classPlugin.html#abae540dd93caf4834270358a8aad334a',1,'Plugin']]], + ['getwidth_767',['getWidth',['../classExternalWindow.html#a0e15df4f8b3425b67ad56b42526bb5df',1,'ExternalWindow::getWidth()'],['../classSize.html#a3e65e5ff12f6bf57eaa6f45c54346942',1,'Size::getWidth()'],['../classRectangle.html#a5974e66bef8300fa6e052d846d07afb1',1,'Rectangle::getWidth()'],['../classImageBase.html#a82057493bae9af996a9a10b1aa731666',1,'ImageBase::getWidth()'],['../classWidget.html#a169c317caf734c6664494a573e427b40',1,'Widget::getWidth()'],['../classWindow.html#ab19430997dd1b3d7bf9bd3640d73b007',1,'Window::getWidth()']]], + ['getwindow_768',['getWindow',['../classTopLevelWidget.html#a3ceb7af6e9372a139d40a5859dfd0e4d',1,'TopLevelWidget::getWindow()'],['../classWidget.html#a0ef05695aec704b0eb1eb91c2e8af07d',1,'Widget::getWindow()']]], + ['getx_769',['getX',['../classPoint.html#af6d528d5f73b06282aae5be3b188528e',1,'Point::getX()'],['../classCircle.html#a2f8530b43b24d28380e232367fea0823',1,'Circle::getX()'],['../classRectangle.html#aa7a5dc1efa46ac87abdc57850f65c1ef',1,'Rectangle::getX()']]], + ['gety_770',['getY',['../classPoint.html#ab0250670052f5169c57de84a09d7534b',1,'Point::getY()'],['../classCircle.html#af1bdfeb5875cf8e6a8f09ad295d3bb09',1,'Circle::getY()'],['../classRectangle.html#a8f2fb02ceea742b6155a476be3694ec9',1,'Rectangle::getY()']]], + ['globalalpha_771',['globalAlpha',['../classNanoVG.html#acbae67cbb34b396bd1dff9cdc3c6712b',1,'NanoVG']]], + ['globaltint_772',['globalTint',['../classNanoVG.html#abc92bd3d2bd9fd95aee6370b2fceae27',1,'NanoVG']]], + ['growby_773',['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 9ced9a3b..139e13dd 100644 --- a/search/functions_7.js +++ b/search/functions_7.js @@ -1,5 +1,5 @@ var searchData= [ - ['heapringbuffer_772',['HeapRingBuffer',['../classHeapRingBuffer.html#a6a3c03b584b5b20ad2829e26f5e6ed0e',1,'HeapRingBuffer']]], - ['hide_773',['hide',['../classExternalWindow.html#aa9bce2cc83c1a8c6ee87f79bf36e3955',1,'ExternalWindow::hide()'],['../classWidget.html#a4a2f8eebacdd20db505b838f1a118c6b',1,'Widget::hide()'],['../classWindow.html#a4626829d3cb9d01285f739d2bbc69b74',1,'Window::hide()']]] + ['heapringbuffer_774',['HeapRingBuffer',['../classHeapRingBuffer.html#a6a3c03b584b5b20ad2829e26f5e6ed0e',1,'HeapRingBuffer']]], + ['hide_775',['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 5291faa1..625af6ef 100644 --- a/search/functions_8.js +++ b/search/functions_8.js @@ -1,29 +1,29 @@ var searchData= [ - ['idle_774',['idle',['../classApplication.html#ac8382754f04f4de15768981459a28e3a',1,'Application']]], - ['imagebase_775',['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_776',['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_777',['imagePattern',['../classNanoVG.html#a00c718a017652e8888a48ff1577b57ef',1,'NanoVG']]], - ['initaudioport_778',['initAudioPort',['../classPlugin.html#a75f30935198a0acba25f4ea92af72dc4',1,'Plugin']]], - ['initdesignation_779',['initDesignation',['../structParameter.html#ad959d31bcfaa056908406bbf37c134bf',1,'Parameter']]], - ['initparameter_780',['initParameter',['../classPlugin.html#aacf87bd0037efeb3b60d204940f3f4a0',1,'Plugin']]], - ['initportgroup_781',['initPortGroup',['../classPlugin.html#a71b876c8157b087b3552960f2877a44d',1,'Plugin']]], - ['initprogramname_782',['initProgramName',['../classPlugin.html#a54d66af3111541b7c118f9749ef0231b',1,'Plugin']]], - ['initstate_783',['initState',['../classPlugin.html#a807b306c5ecb644c70421ae395421d84',1,'Plugin']]], - ['interpolate_784',['interpolate',['../structColor.html#a96283f5b9ad6f6465e40f69012aca00f',1,'Color']]], - ['intersectscissor_785',['intersectScissor',['../classNanoVG.html#a0d86d93bc09fc8da01f2b2fdd97f7448',1,'NanoVG']]], - ['isembed_786',['isEmbed',['../classExternalWindow.html#a26dd0bc32a816c014731a78658cc3a5b',1,'ExternalWindow::isEmbed()'],['../classWindow.html#afb840ed25c1fe17bed66d80adfc420ab',1,'Window::isEmbed()']]], - ['isequal_787',['isEqual',['../structColor.html#a16880d42b2d52ed23eb307ed2980a9a3',1,'Color']]], - ['isignoringkeyrepeat_788',['isIgnoringKeyRepeat',['../classWindow.html#ab5cbe1298a28a1860319198a4c843183',1,'Window']]], - ['isinvalid_789',['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()']]], - ['isnotnull_790',['isNotNull',['../classSize.html#a57093e93dcdfadc9f720b9d8fda4b59e',1,'Size::isNotNull()'],['../classLine.html#ad156bd44539aa28e052207a25d705695',1,'Line::isNotNull()'],['../classTriangle.html#ab825fecc8ba95577430002de793c5683',1,'Triangle::isNotNull()'],['../classRectangle.html#a418138f282293797af5273163a307356',1,'Rectangle::isNotNull()']]], - ['isnotzero_791',['isNotZero',['../classPoint.html#aede5df141963951a746d7e207fa7e073',1,'Point']]], - ['isnull_792',['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_793',['isQuitting',['../classExternalWindow.html#a7aacd265be6cd6901405ad32cf6758a0',1,'ExternalWindow::isQuitting()'],['../classApplication.html#aa2dd05d544834e8fca24a58f5e57f795',1,'Application::isQuitting()']]], - ['isresizable_794',['isResizable',['../classUI.html#a8fe940d56a0c283095e28bbc5806af31',1,'UI::isResizable()'],['../classWindow.html#a1b888a7e6a5562968a253b915ccb7825',1,'Window::isResizable()']]], - ['isrunning_795',['isRunning',['../classExternalWindow.html#ae5763405ca1d2405973e691e78d9b2a7',1,'ExternalWindow']]], - ['isstandalone_796',['isStandalone',['../classExternalWindow.html#a5a870bd4d4e4cdbee7eb029384c2f1bf',1,'ExternalWindow::isStandalone()'],['../classApplication.html#aa0728e9c72545d81ba403b44c92ecd50',1,'Application::isStandalone()']]], - ['isvalid_797',['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_798',['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_799',['isZero',['../classPoint.html#a845d59d29722c962c7af8f602bcf9ba4',1,'Point']]] + ['idle_776',['idle',['../classApplication.html#ac8382754f04f4de15768981459a28e3a',1,'Application']]], + ['imagebase_777',['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_778',['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_779',['imagePattern',['../classNanoVG.html#a00c718a017652e8888a48ff1577b57ef',1,'NanoVG']]], + ['initaudioport_780',['initAudioPort',['../classPlugin.html#a75f30935198a0acba25f4ea92af72dc4',1,'Plugin']]], + ['initdesignation_781',['initDesignation',['../structParameter.html#ad959d31bcfaa056908406bbf37c134bf',1,'Parameter']]], + ['initparameter_782',['initParameter',['../classPlugin.html#aacf87bd0037efeb3b60d204940f3f4a0',1,'Plugin']]], + ['initportgroup_783',['initPortGroup',['../classPlugin.html#a71b876c8157b087b3552960f2877a44d',1,'Plugin']]], + ['initprogramname_784',['initProgramName',['../classPlugin.html#a54d66af3111541b7c118f9749ef0231b',1,'Plugin']]], + ['initstate_785',['initState',['../classPlugin.html#a807b306c5ecb644c70421ae395421d84',1,'Plugin']]], + ['interpolate_786',['interpolate',['../structColor.html#a96283f5b9ad6f6465e40f69012aca00f',1,'Color']]], + ['intersectscissor_787',['intersectScissor',['../classNanoVG.html#a0d86d93bc09fc8da01f2b2fdd97f7448',1,'NanoVG']]], + ['isembed_788',['isEmbed',['../classExternalWindow.html#a26dd0bc32a816c014731a78658cc3a5b',1,'ExternalWindow::isEmbed()'],['../classWindow.html#afb840ed25c1fe17bed66d80adfc420ab',1,'Window::isEmbed()']]], + ['isequal_789',['isEqual',['../structColor.html#a16880d42b2d52ed23eb307ed2980a9a3',1,'Color']]], + ['isignoringkeyrepeat_790',['isIgnoringKeyRepeat',['../classWindow.html#ab5cbe1298a28a1860319198a4c843183',1,'Window']]], + ['isinvalid_791',['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()']]], + ['isnotnull_792',['isNotNull',['../classSize.html#a57093e93dcdfadc9f720b9d8fda4b59e',1,'Size::isNotNull()'],['../classLine.html#ad156bd44539aa28e052207a25d705695',1,'Line::isNotNull()'],['../classTriangle.html#ab825fecc8ba95577430002de793c5683',1,'Triangle::isNotNull()'],['../classRectangle.html#a418138f282293797af5273163a307356',1,'Rectangle::isNotNull()']]], + ['isnotzero_793',['isNotZero',['../classPoint.html#aede5df141963951a746d7e207fa7e073',1,'Point']]], + ['isnull_794',['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_795',['isQuitting',['../classExternalWindow.html#a7aacd265be6cd6901405ad32cf6758a0',1,'ExternalWindow::isQuitting()'],['../classApplication.html#aa2dd05d544834e8fca24a58f5e57f795',1,'Application::isQuitting()']]], + ['isresizable_796',['isResizable',['../classUI.html#a8fe940d56a0c283095e28bbc5806af31',1,'UI::isResizable()'],['../classWindow.html#a1b888a7e6a5562968a253b915ccb7825',1,'Window::isResizable()']]], + ['isrunning_797',['isRunning',['../classExternalWindow.html#ae5763405ca1d2405973e691e78d9b2a7',1,'ExternalWindow']]], + ['isstandalone_798',['isStandalone',['../classExternalWindow.html#a5a870bd4d4e4cdbee7eb029384c2f1bf',1,'ExternalWindow::isStandalone()'],['../classApplication.html#aa0728e9c72545d81ba403b44c92ecd50',1,'Application::isStandalone()']]], + ['isvalid_799',['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_800',['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_801',['isZero',['../classPoint.html#a845d59d29722c962c7af8f602bcf9ba4',1,'Point']]] ]; diff --git a/search/functions_9.js b/search/functions_9.js index 17ea06a0..ee31767a 100644 --- a/search/functions_9.js +++ b/search/functions_9.js @@ -1,4 +1,4 @@ var searchData= [ - ['keyboardevent_800',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html#a5a55a296264b9999a7915f2633eacb10',1,'Widget::KeyboardEvent']]] + ['keyboardevent_802',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html#a5a55a296264b9999a7915f2633eacb10',1,'Widget::KeyboardEvent']]] ]; diff --git a/search/functions_a.js b/search/functions_a.js index c55165bd..edf155d4 100644 --- a/search/functions_a.js +++ b/search/functions_a.js @@ -1,12 +1,12 @@ var searchData= [ - ['line_801',['Line',['../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_802',['linearGradient',['../classNanoVG.html#aa74a49bb588beb28654565a07022a178',1,'NanoVG']]], - ['linecap_803',['lineCap',['../classNanoVG.html#a95dfc697ae6fe9c8d525430c09f839d1',1,'NanoVG']]], - ['linejoin_804',['lineJoin',['../classNanoVG.html#a73767c9ade6a757bc6e1f4a2d45bdaeb',1,'NanoVG']]], - ['lineto_805',['lineTo',['../classNanoVG.html#a63f509eaeb04475a8541ed8e846f352f',1,'NanoVG']]], - ['loadfrommemory_806',['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_807',['loadFromPNG',['../classCairoImage.html#a94c1707943b9874e362e11473bdcf768',1,'CairoImage']]], - ['loadprogram_808',['loadProgram',['../classPlugin.html#a44eb1bfcc3a3e5949ad053fc9ce55ce8',1,'Plugin']]], - ['loadsharedresources_809',['loadSharedResources',['../classNanoVG.html#a210f19213fef82c2c7d8797e7cfea8aa',1,'NanoVG']]] + ['line_803',['Line',['../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_804',['linearGradient',['../classNanoVG.html#aa74a49bb588beb28654565a07022a178',1,'NanoVG']]], + ['linecap_805',['lineCap',['../classNanoVG.html#a95dfc697ae6fe9c8d525430c09f839d1',1,'NanoVG']]], + ['linejoin_806',['lineJoin',['../classNanoVG.html#a73767c9ade6a757bc6e1f4a2d45bdaeb',1,'NanoVG']]], + ['lineto_807',['lineTo',['../classNanoVG.html#a63f509eaeb04475a8541ed8e846f352f',1,'NanoVG']]], + ['loadfrommemory_808',['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_809',['loadFromPNG',['../classCairoImage.html#a94c1707943b9874e362e11473bdcf768',1,'CairoImage']]], + ['loadprogram_810',['loadProgram',['../classPlugin.html#a44eb1bfcc3a3e5949ad053fc9ce55ce8',1,'Plugin']]], + ['loadsharedresources_811',['loadSharedResources',['../classNanoVG.html#a210f19213fef82c2c7d8797e7cfea8aa',1,'NanoVG']]] ]; diff --git a/search/functions_b.js b/search/functions_b.js index b219e5c7..df7ad741 100644 --- a/search/functions_b.js +++ b/search/functions_b.js @@ -1,8 +1,8 @@ var searchData= [ - ['miterlimit_810',['miterLimit',['../classNanoVG.html#a8a5ade44d39d21f28dcd02d27da62d14',1,'NanoVG']]], - ['motionevent_811',['MotionEvent',['../structWidget_1_1MotionEvent.html#a0d2bf8f5c66002bb129968f10e0cc082',1,'Widget::MotionEvent']]], - ['mouseevent_812',['MouseEvent',['../structWidget_1_1MouseEvent.html#aa37fee8a593c62c53e4ca5c67ad9278f',1,'Widget::MouseEvent']]], - ['moveby_813',['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_814',['moveTo',['../classNanoVG.html#af1ac0918567c17c93e0586c4284e04b9',1,'NanoVG']]] + ['miterlimit_812',['miterLimit',['../classNanoVG.html#a8a5ade44d39d21f28dcd02d27da62d14',1,'NanoVG']]], + ['motionevent_813',['MotionEvent',['../structWidget_1_1MotionEvent.html#a0d2bf8f5c66002bb129968f10e0cc082',1,'Widget::MotionEvent']]], + ['mouseevent_814',['MouseEvent',['../structWidget_1_1MouseEvent.html#aa37fee8a593c62c53e4ca5c67ad9278f',1,'Widget::MouseEvent']]], + ['moveby_815',['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_816',['moveTo',['../classNanoVG.html#af1ac0918567c17c93e0586c4284e04b9',1,'NanoVG']]] ]; diff --git a/search/functions_c.js b/search/functions_c.js index 48ab08cf..27b8b73d 100644 --- a/search/functions_c.js +++ b/search/functions_c.js @@ -1,7 +1,7 @@ var searchData= [ - ['nanobasewidget_815',['NanoBaseWidget',['../classNanoBaseWidget.html#ab55b11341bc4b8f56ecbead328ca8346',1,'NanoBaseWidget::NanoBaseWidget(Widget *parentGroupWidget, int flags=CREATE_ANTIALIAS)'],['../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_816',['NanoImage',['../classNanoImage.html#a5bf22d2002986c3b81f3b38ec8abf4a5',1,'NanoImage::NanoImage()'],['../classNanoImage.html#ae822e33bed10563f4bd1898ae18afe8e',1,'NanoImage::NanoImage(const Handle &handle)']]], - ['nanovg_817',['NanoVG',['../classNanoVG.html#a79dfc0b6c38ec95cef030df2b7a663ef',1,'NanoVG']]], - ['nextevent_818',['nextEvent',['../structAudioMidiSyncHelper.html#a43f354c1520893449d81a27b3e7a81fe',1,'AudioMidiSyncHelper']]] + ['nanobasewidget_817',['NanoBaseWidget',['../classNanoBaseWidget.html#ab55b11341bc4b8f56ecbead328ca8346',1,'NanoBaseWidget::NanoBaseWidget(Widget *parentGroupWidget, int flags=CREATE_ANTIALIAS)'],['../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_818',['NanoImage',['../classNanoImage.html#a5bf22d2002986c3b81f3b38ec8abf4a5',1,'NanoImage::NanoImage()'],['../classNanoImage.html#ae822e33bed10563f4bd1898ae18afe8e',1,'NanoImage::NanoImage(const Handle &handle)']]], + ['nanovg_819',['NanoVG',['../classNanoVG.html#a79dfc0b6c38ec95cef030df2b7a663ef',1,'NanoVG']]], + ['nextevent_820',['nextEvent',['../structAudioMidiSyncHelper.html#a43f354c1520893449d81a27b3e7a81fe',1,'AudioMidiSyncHelper']]] ]; diff --git a/search/functions_d.js b/search/functions_d.js index 570a0f10..37b77293 100644 --- a/search/functions_d.js +++ b/search/functions_d.js @@ -1,25 +1,25 @@ var searchData= [ - ['oncairodisplay_819',['onCairoDisplay',['../classCairoBaseWidget.html#a2d59f5625d6e948ccbf7a9d2b3b00adf',1,'CairoBaseWidget']]], - ['oncharacterinput_820',['onCharacterInput',['../classTopLevelWidget.html#a567153ae0853e56553c9569dc61ed913',1,'TopLevelWidget::onCharacterInput()'],['../classWidget.html#ad7fb24de24d8809305b04ff3750f0dea',1,'Widget::onCharacterInput()']]], - ['onclose_821',['onClose',['../classWindow.html#a979cfd2bc52650f07b789217d6c6f570',1,'Window']]], - ['ondisplay_822',['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_823',['onFileSelected',['../classWindow.html#a887287be0807b58aa701139c802939a3',1,'Window']]], - ['onfocus_824',['onFocus',['../classWindow.html#a754415613248bd3b5068d76c4cfe3704',1,'Window']]], - ['onkeyboard_825',['onKeyboard',['../classImageBaseAboutWindow.html#a239bf25a7ac8063d2cf3d4db250396e2',1,'ImageBaseAboutWindow::onKeyboard()'],['../classTopLevelWidget.html#a7b182e276662bc32aa0fcd7b07dfe4d0',1,'TopLevelWidget::onKeyboard()'],['../classWidget.html#a9fa874aede538b41348f1029524aea11',1,'Widget::onKeyboard()']]], - ['onmotion_826',['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()']]], - ['onmouse_827',['onMouse',['../classImageBaseAboutWindow.html#ad2c3d4c6943a5562574baf60f58de483',1,'ImageBaseAboutWindow::onMouse()'],['../classImageBaseButton.html#a643f3c0429d514c70c7a1333829f6cf8',1,'ImageBaseButton::onMouse()'],['../classImageBaseKnob.html#a6cd97ff56064b28a56d1321508e29f8b',1,'ImageBaseKnob::onMouse()'],['../classImageBaseSlider.html#af1caea46d10b3decd14ad795e0a58a9d',1,'ImageBaseSlider::onMouse()'],['../classImageBaseSwitch.html#a6912be0532a24c33e6dac851779fc8f0',1,'ImageBaseSwitch::onMouse()'],['../classTopLevelWidget.html#a8ceccb37de18c8e3b21fbf64ad58981c',1,'TopLevelWidget::onMouse()'],['../classWidget.html#a097ec1d56a06bdc9e0a4e54880def378',1,'Widget::onMouse()']]], - ['onnanodisplay_828',['onNanoDisplay',['../classNanoBaseWidget.html#a77a197095bf9bf6fd6ff40145746c9b9',1,'NanoBaseWidget']]], - ['onpositionchanged_829',['onPositionChanged',['../classSubWidget.html#a80ac88898a4a87047d63a7e49a5a0946',1,'SubWidget']]], - ['onreshape_830',['onReshape',['../classWindow.html#a04207502372d42d0d17604b104c1d8d6',1,'Window']]], - ['onresize_831',['onResize',['../classWidget.html#acc0365ec4b9245bdffb8d0285be55dea',1,'Widget']]], - ['onscalefactorchanged_832',['onScaleFactorChanged',['../classWindow.html#a306742ddc21c7c41f59b41e5761a38c7',1,'Window']]], - ['onscroll_833',['onScroll',['../classImageBaseKnob.html#aeb9c35449f4b48741ceb8ba8253648bb',1,'ImageBaseKnob::onScroll()'],['../classTopLevelWidget.html#a412a6ce96a4ef7f64396e312ad072f9d',1,'TopLevelWidget::onScroll()'],['../classWidget.html#a0d78d28bd4a98c3a016a38091b2d4185',1,'Widget::onScroll()']]], - ['onspecial_834',['onSpecial',['../classWidget.html#a3b42652fcb2f95c6f86bdd43a1727507',1,'Widget']]], - ['openfilebrowser_835',['openFileBrowser',['../classWindow.html#a7d2a006347a7fb95e63140ad2cec531c',1,'Window']]], - ['openglimage_836',['OpenGLImage',['../classOpenGLImage.html#a7292ff9abcd2137c0cf8d7c0d57d1eb5',1,'OpenGLImage::OpenGLImage()'],['../classOpenGLImage.html#ab3846413c806171a98ec3f41f5db20a8',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#af61ca1a163bae128817d3ad0ea6095f4',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#a9cd14d74c793c77c3ee3a8f9d291a706',1,'OpenGLImage::OpenGLImage(const OpenGLImage &image)'],['../classOpenGLImage.html#a729ba128952454d53054e23ea9d3a73f',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, GLenum glFormat)'],['../classOpenGLImage.html#a9f6ac5e7437a8a0aaa28bc298ab9350f',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, GLenum glFormat)']]], - ['operator_20objecttype_20_2a_837',['operator ObjectType *',['../classScopedPointer.html#af7c241c736d79754fd6f8d305cce8bc3',1,'ScopedPointer']]], - ['operator_2a_838',['operator*',['../classScopedPointer.html#a2f48458a1656a6ef1bd35cb8452eed35',1,'ScopedPointer']]], - ['operator_2d_3e_839',['operator->',['../classScopedPointer.html#a6eedc84349cbe629cc1abb79ffa74e87',1,'ScopedPointer']]], - ['operator_3d_840',['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_821',['onCairoDisplay',['../classCairoBaseWidget.html#a2d59f5625d6e948ccbf7a9d2b3b00adf',1,'CairoBaseWidget']]], + ['oncharacterinput_822',['onCharacterInput',['../classTopLevelWidget.html#a567153ae0853e56553c9569dc61ed913',1,'TopLevelWidget::onCharacterInput()'],['../classWidget.html#ad7fb24de24d8809305b04ff3750f0dea',1,'Widget::onCharacterInput()']]], + ['onclose_823',['onClose',['../classWindow.html#a979cfd2bc52650f07b789217d6c6f570',1,'Window']]], + ['ondisplay_824',['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_825',['onFileSelected',['../classWindow.html#a887287be0807b58aa701139c802939a3',1,'Window']]], + ['onfocus_826',['onFocus',['../classWindow.html#a754415613248bd3b5068d76c4cfe3704',1,'Window']]], + ['onkeyboard_827',['onKeyboard',['../classImageBaseAboutWindow.html#a239bf25a7ac8063d2cf3d4db250396e2',1,'ImageBaseAboutWindow::onKeyboard()'],['../classTopLevelWidget.html#a7b182e276662bc32aa0fcd7b07dfe4d0',1,'TopLevelWidget::onKeyboard()'],['../classWidget.html#a9fa874aede538b41348f1029524aea11',1,'Widget::onKeyboard()']]], + ['onmotion_828',['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()']]], + ['onmouse_829',['onMouse',['../classImageBaseAboutWindow.html#ad2c3d4c6943a5562574baf60f58de483',1,'ImageBaseAboutWindow::onMouse()'],['../classImageBaseButton.html#a643f3c0429d514c70c7a1333829f6cf8',1,'ImageBaseButton::onMouse()'],['../classImageBaseKnob.html#a6cd97ff56064b28a56d1321508e29f8b',1,'ImageBaseKnob::onMouse()'],['../classImageBaseSlider.html#af1caea46d10b3decd14ad795e0a58a9d',1,'ImageBaseSlider::onMouse()'],['../classImageBaseSwitch.html#a6912be0532a24c33e6dac851779fc8f0',1,'ImageBaseSwitch::onMouse()'],['../classTopLevelWidget.html#a8ceccb37de18c8e3b21fbf64ad58981c',1,'TopLevelWidget::onMouse()'],['../classWidget.html#a097ec1d56a06bdc9e0a4e54880def378',1,'Widget::onMouse()']]], + ['onnanodisplay_830',['onNanoDisplay',['../classNanoBaseWidget.html#a77a197095bf9bf6fd6ff40145746c9b9',1,'NanoBaseWidget']]], + ['onpositionchanged_831',['onPositionChanged',['../classSubWidget.html#a80ac88898a4a87047d63a7e49a5a0946',1,'SubWidget']]], + ['onreshape_832',['onReshape',['../classWindow.html#a04207502372d42d0d17604b104c1d8d6',1,'Window']]], + ['onresize_833',['onResize',['../classWidget.html#acc0365ec4b9245bdffb8d0285be55dea',1,'Widget']]], + ['onscalefactorchanged_834',['onScaleFactorChanged',['../classWindow.html#a306742ddc21c7c41f59b41e5761a38c7',1,'Window']]], + ['onscroll_835',['onScroll',['../classImageBaseKnob.html#aeb9c35449f4b48741ceb8ba8253648bb',1,'ImageBaseKnob::onScroll()'],['../classTopLevelWidget.html#a412a6ce96a4ef7f64396e312ad072f9d',1,'TopLevelWidget::onScroll()'],['../classWidget.html#a0d78d28bd4a98c3a016a38091b2d4185',1,'Widget::onScroll()']]], + ['onspecial_836',['onSpecial',['../classWidget.html#a3b42652fcb2f95c6f86bdd43a1727507',1,'Widget']]], + ['openfilebrowser_837',['openFileBrowser',['../classWindow.html#a7d2a006347a7fb95e63140ad2cec531c',1,'Window']]], + ['openglimage_838',['OpenGLImage',['../classOpenGLImage.html#a7292ff9abcd2137c0cf8d7c0d57d1eb5',1,'OpenGLImage::OpenGLImage()'],['../classOpenGLImage.html#ab3846413c806171a98ec3f41f5db20a8',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#af61ca1a163bae128817d3ad0ea6095f4',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, ImageFormat format=kImageFormatBGRA)'],['../classOpenGLImage.html#a9cd14d74c793c77c3ee3a8f9d291a706',1,'OpenGLImage::OpenGLImage(const OpenGLImage &image)'],['../classOpenGLImage.html#a729ba128952454d53054e23ea9d3a73f',1,'OpenGLImage::OpenGLImage(const char *rawData, uint width, uint height, GLenum glFormat)'],['../classOpenGLImage.html#a9f6ac5e7437a8a0aaa28bc298ab9350f',1,'OpenGLImage::OpenGLImage(const char *rawData, const Size< uint > &size, GLenum glFormat)']]], + ['operator_20objecttype_20_2a_839',['operator ObjectType *',['../classScopedPointer.html#af7c241c736d79754fd6f8d305cce8bc3',1,'ScopedPointer']]], + ['operator_2a_840',['operator*',['../classScopedPointer.html#a2f48458a1656a6ef1bd35cb8452eed35',1,'ScopedPointer']]], + ['operator_2d_3e_841',['operator->',['../classScopedPointer.html#a6eedc84349cbe629cc1abb79ffa74e87',1,'ScopedPointer']]], + ['operator_3d_842',['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 4a01dc8b..d185b1d6 100644 --- a/search/functions_e.js +++ b/search/functions_e.js @@ -1,13 +1,13 @@ var searchData= [ - ['parameter_841',['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_842',['parameterChanged',['../classUI.html#ab3086d302a9685b25abf144ade3e88f6',1,'UI']]], - ['parameterenumerationvalue_843',['ParameterEnumerationValue',['../structParameterEnumerationValue.html#a169e558182f93aadd2e66819a981a3f9',1,'ParameterEnumerationValue::ParameterEnumerationValue() noexcept'],['../structParameterEnumerationValue.html#aad073d95adfcd8ec01767490fbd69f68',1,'ParameterEnumerationValue::ParameterEnumerationValue(float v, const char *l) noexcept']]], - ['parameterenumerationvalues_844',['ParameterEnumerationValues',['../structParameterEnumerationValues.html#ab1bbcf39e2efae872e9b8dbde17a045a',1,'ParameterEnumerationValues::ParameterEnumerationValues() noexcept'],['../structParameterEnumerationValues.html#a109591a3392e28362de7e1e474f75ae2',1,'ParameterEnumerationValues::ParameterEnumerationValues(uint32_t c, bool r, ParameterEnumerationValue *v) noexcept']]], - ['parameterranges_845',['ParameterRanges',['../structParameterRanges.html#adb9b2712df3401eb0c5e11362d865d4e',1,'ParameterRanges::ParameterRanges() noexcept'],['../structParameterRanges.html#a75337384c041ef8cd1a1cd2ba57ac205',1,'ParameterRanges::ParameterRanges(float df, float mn, float mx) noexcept']]], - ['pathwinding_846',['pathWinding',['../classNanoVG.html#aaf7f45fc45cf920d261a8b2cfebf9026',1,'NanoVG']]], - ['plugin_847',['Plugin',['../classPlugin.html#acb5a3632da5a5c4110172a3a78e1fd32',1,'Plugin']]], - ['point_848',['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_849',['PositionChangedEvent',['../structWidget_1_1PositionChangedEvent.html#aa6360f57c0314621b04d049708bea45c',1,'Widget::PositionChangedEvent']]], - ['programloaded_850',['programLoaded',['../classUI.html#a2f043dd1b2e179248a19918c5483cfae',1,'UI']]] + ['parameter_843',['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_844',['parameterChanged',['../classUI.html#ab3086d302a9685b25abf144ade3e88f6',1,'UI']]], + ['parameterenumerationvalue_845',['ParameterEnumerationValue',['../structParameterEnumerationValue.html#a169e558182f93aadd2e66819a981a3f9',1,'ParameterEnumerationValue::ParameterEnumerationValue() noexcept'],['../structParameterEnumerationValue.html#aad073d95adfcd8ec01767490fbd69f68',1,'ParameterEnumerationValue::ParameterEnumerationValue(float v, const char *l) noexcept']]], + ['parameterenumerationvalues_846',['ParameterEnumerationValues',['../structParameterEnumerationValues.html#ab1bbcf39e2efae872e9b8dbde17a045a',1,'ParameterEnumerationValues::ParameterEnumerationValues() noexcept'],['../structParameterEnumerationValues.html#a109591a3392e28362de7e1e474f75ae2',1,'ParameterEnumerationValues::ParameterEnumerationValues(uint32_t c, bool r, ParameterEnumerationValue *v) noexcept']]], + ['parameterranges_847',['ParameterRanges',['../structParameterRanges.html#adb9b2712df3401eb0c5e11362d865d4e',1,'ParameterRanges::ParameterRanges() noexcept'],['../structParameterRanges.html#a75337384c041ef8cd1a1cd2ba57ac205',1,'ParameterRanges::ParameterRanges(float df, float mn, float mx) noexcept']]], + ['pathwinding_848',['pathWinding',['../classNanoVG.html#aaf7f45fc45cf920d261a8b2cfebf9026',1,'NanoVG']]], + ['plugin_849',['Plugin',['../classPlugin.html#acb5a3632da5a5c4110172a3a78e1fd32',1,'Plugin']]], + ['point_850',['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_851',['PositionChangedEvent',['../structWidget_1_1PositionChangedEvent.html#aa6360f57c0314621b04d049708bea45c',1,'Widget::PositionChangedEvent']]], + ['programloaded_852',['programLoaded',['../classUI.html#a2f043dd1b2e179248a19918c5483cfae',1,'UI']]] ]; diff --git a/search/functions_f.js b/search/functions_f.js index 1a7e435b..a72590ba 100644 --- a/search/functions_f.js +++ b/search/functions_f.js @@ -1,5 +1,5 @@ var searchData= [ - ['quadto_851',['quadTo',['../classNanoVG.html#ad21dce44617cb0ed89bcafa794c56fde',1,'NanoVG']]], - ['quit_852',['quit',['../classApplication.html#af77b716ee803aecb2ce1674695dc3986',1,'Application']]] + ['quadto_853',['quadTo',['../classNanoVG.html#ad21dce44617cb0ed89bcafa794c56fde',1,'NanoVG']]], + ['quit_854',['quit',['../classApplication.html#af77b716ee803aecb2ce1674695dc3986',1,'Application']]] ]; diff --git a/search/groups_0.js b/search/groups_0.js index 71d49a8e..945a76fb 100644 --- a/search/groups_0.js +++ b/search/groups_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['audio_20port_20hints_1057',['Audio Port Hints',['../group__AudioPortHints.html',1,'']]] + ['audio_20port_20hints_1059',['Audio Port Hints',['../group__AudioPortHints.html',1,'']]] ]; diff --git a/search/groups_1.js b/search/groups_1.js index 41be3eea..ff105ab8 100644 --- a/search/groups_1.js +++ b/search/groups_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['base_20plugin_20structs_1058',['Base Plugin Structs',['../group__BasePluginStructs.html',1,'']]] + ['base_20plugin_20structs_1060',['Base Plugin Structs',['../group__BasePluginStructs.html',1,'']]] ]; diff --git a/search/groups_2.js b/search/groups_2.js index 6410ba03..eab491da 100644 --- a/search/groups_2.js +++ b/search/groups_2.js @@ -1,5 +1,5 @@ var searchData= [ - ['entry_20points_1059',['Entry Points',['../group__EntryPoints.html',1,'']]], - ['extra_20plugin_20macros_1060',['Extra Plugin Macros',['../group__ExtraPluginMacros.html',1,'']]] + ['entry_20points_1061',['Entry Points',['../group__EntryPoints.html',1,'']]], + ['extra_20plugin_20macros_1062',['Extra Plugin Macros',['../group__ExtraPluginMacros.html',1,'']]] ]; diff --git a/search/groups_3.js b/search/groups_3.js index f81b888a..c7b34511 100644 --- a/search/groups_3.js +++ b/search/groups_3.js @@ -1,6 +1,6 @@ var searchData= [ - ['main_20classes_1061',['Main Classes',['../group__MainClasses.html',1,'']]], - ['math_20related_20functions_1062',['Math related functions',['../group__MathFunctions.html',1,'']]], - ['miscellaneous_20functions_1063',['Miscellaneous functions',['../group__MiscellaneousFunctions.html',1,'']]] + ['main_20classes_1063',['Main Classes',['../group__MainClasses.html',1,'']]], + ['math_20related_20functions_1064',['Math related functions',['../group__MathFunctions.html',1,'']]], + ['miscellaneous_20functions_1065',['Miscellaneous functions',['../group__MiscellaneousFunctions.html',1,'']]] ]; diff --git a/search/groups_4.js b/search/groups_4.js index 83289a0f..26a4b740 100644 --- a/search/groups_4.js +++ b/search/groups_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['namespace_20macros_1064',['Namespace Macros',['../group__NamespaceMacros.html',1,'']]] + ['namespace_20macros_1066',['Namespace Macros',['../group__NamespaceMacros.html',1,'']]] ]; diff --git a/search/groups_5.js b/search/groups_5.js index f1e1d9e5..cd35cc5b 100644 --- a/search/groups_5.js +++ b/search/groups_5.js @@ -1,7 +1,7 @@ var searchData= [ - ['parameter_20hints_1065',['Parameter Hints',['../group__ParameterHints.html',1,'']]], - ['plugin_20helper_20classes_1066',['Plugin helper classes',['../group__PluginHelperClasses.html',1,'']]], - ['plugin_20macros_1067',['Plugin Macros',['../group__PluginMacros.html',1,'']]], - ['plugin_20related_20utilities_1068',['Plugin related utilities',['../group__PluginRelatedUtilities.html',1,'']]] + ['parameter_20hints_1067',['Parameter Hints',['../group__ParameterHints.html',1,'']]], + ['plugin_20helper_20classes_1068',['Plugin helper classes',['../group__PluginHelperClasses.html',1,'']]], + ['plugin_20macros_1069',['Plugin Macros',['../group__PluginMacros.html',1,'']]], + ['plugin_20related_20utilities_1070',['Plugin related utilities',['../group__PluginRelatedUtilities.html',1,'']]] ]; diff --git a/search/groups_6.js b/search/groups_6.js index 8afb780e..e7b48dad 100644 --- a/search/groups_6.js +++ b/search/groups_6.js @@ -1,4 +1,4 @@ var searchData= [ - ['string_20print_20functions_1069',['String print functions',['../group__StringPrintFunctions.html',1,'']]] + ['string_20print_20functions_1071',['String print functions',['../group__StringPrintFunctions.html',1,'']]] ]; diff --git a/search/pages_0.js b/search/pages_0.js index c01af595..68ea4fa6 100644 --- a/search/pages_0.js +++ b/search/pages_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['distrho_20_25plugin_20framework_1070',['DISTRHO %Plugin Framework',['../index.html',1,'']]] + ['distrho_20_25plugin_20framework_1072',['DISTRHO %Plugin Framework',['../index.html',1,'']]] ]; diff --git a/search/variables_0.js b/search/variables_0.js index f5fedbea..cdb8796d 100644 --- a/search/variables_0.js +++ b/search/variables_0.js @@ -1,10 +1,10 @@ var searchData= [ - ['bar_989',['bar',['../structTimePosition_1_1BarBeatTick.html#ad104eba852516842d8c4776f9d495d21',1,'TimePosition::BarBeatTick']]], - ['barstarttick_990',['barStartTick',['../structTimePosition_1_1BarBeatTick.html#a5205e95c8f8021006bde2eae774d5b62',1,'TimePosition::BarBeatTick']]], - ['beat_991',['beat',['../structTimePosition_1_1BarBeatTick.html#af4be3edce420539cbb21bc1b0278201c',1,'TimePosition::BarBeatTick']]], - ['beatsperbar_992',['beatsPerBar',['../structTimePosition_1_1BarBeatTick.html#a4805c98ceeedca9fb886de068c50cb88',1,'TimePosition::BarBeatTick']]], - ['beatsperminute_993',['beatsPerMinute',['../structTimePosition_1_1BarBeatTick.html#af7cb9ae9b30da287828ebddee5caff2f',1,'TimePosition::BarBeatTick']]], - ['beattype_994',['beatType',['../structTimePosition_1_1BarBeatTick.html#a3d0f3681391ab7d3d37abcae24c72257',1,'TimePosition::BarBeatTick']]], - ['buf_995',['buf',['../structHeapBuffer.html#afbaf206237e4898a306025676dce0987',1,'HeapBuffer']]] + ['bar_991',['bar',['../structTimePosition_1_1BarBeatTick.html#ad104eba852516842d8c4776f9d495d21',1,'TimePosition::BarBeatTick']]], + ['barstarttick_992',['barStartTick',['../structTimePosition_1_1BarBeatTick.html#a5205e95c8f8021006bde2eae774d5b62',1,'TimePosition::BarBeatTick']]], + ['beat_993',['beat',['../structTimePosition_1_1BarBeatTick.html#af4be3edce420539cbb21bc1b0278201c',1,'TimePosition::BarBeatTick']]], + ['beatsperbar_994',['beatsPerBar',['../structTimePosition_1_1BarBeatTick.html#a4805c98ceeedca9fb886de068c50cb88',1,'TimePosition::BarBeatTick']]], + ['beatsperminute_995',['beatsPerMinute',['../structTimePosition_1_1BarBeatTick.html#af7cb9ae9b30da287828ebddee5caff2f',1,'TimePosition::BarBeatTick']]], + ['beattype_996',['beatType',['../structTimePosition_1_1BarBeatTick.html#a3d0f3681391ab7d3d37abcae24c72257',1,'TimePosition::BarBeatTick']]], + ['buf_997',['buf',['../structHeapBuffer.html#afbaf206237e4898a306025676dce0987',1,'HeapBuffer']]] ]; diff --git a/search/variables_1.js b/search/variables_1.js index 1be0935c..e8787a46 100644 --- a/search/variables_1.js +++ b/search/variables_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['count_996',['count',['../structParameterEnumerationValues.html#afd740dd45384c493801405a1c1c3d51d',1,'ParameterEnumerationValues']]] + ['count_998',['count',['../structParameterEnumerationValues.html#afd740dd45384c493801405a1c1c3d51d',1,'ParameterEnumerationValues']]] ]; diff --git a/search/variables_10.js b/search/variables_10.js index e818b758..08b37967 100644 --- a/search/variables_10.js +++ b/search/variables_10.js @@ -1,7 +1,7 @@ var searchData= [ - ['tail_1036',['tail',['../structHeapBuffer.html#abd05cbae44531a412352ed52c8a50aec',1,'HeapBuffer']]], - ['tick_1037',['tick',['../structTimePosition_1_1BarBeatTick.html#aecb8a1a98db84c6d03c39278f86a0324',1,'TimePosition::BarBeatTick']]], - ['ticksperbeat_1038',['ticksPerBeat',['../structTimePosition_1_1BarBeatTick.html#ab8cfc3f2709a79e733e58556712da062',1,'TimePosition::BarBeatTick']]], - ['title_1039',['title',['../structWindow_1_1FileBrowserOptions.html#a7d035823a9138df917f7460d06a33a00',1,'Window::FileBrowserOptions']]] + ['tail_1038',['tail',['../structHeapBuffer.html#abd05cbae44531a412352ed52c8a50aec',1,'HeapBuffer']]], + ['tick_1039',['tick',['../structTimePosition_1_1BarBeatTick.html#aecb8a1a98db84c6d03c39278f86a0324',1,'TimePosition::BarBeatTick']]], + ['ticksperbeat_1040',['ticksPerBeat',['../structTimePosition_1_1BarBeatTick.html#ab8cfc3f2709a79e733e58556712da062',1,'TimePosition::BarBeatTick']]], + ['title_1041',['title',['../structWindow_1_1FileBrowserOptions.html#a7d035823a9138df917f7460d06a33a00',1,'Window::FileBrowserOptions']]] ]; diff --git a/search/variables_11.js b/search/variables_11.js index 2e55109e..d6ec545f 100644 --- a/search/variables_11.js +++ b/search/variables_11.js @@ -1,4 +1,4 @@ var searchData= [ - ['unit_1040',['unit',['../structParameter.html#a2f79574998d34504e3a694163b4599a1',1,'Parameter']]] + ['unit_1042',['unit',['../structParameter.html#a2f79574998d34504e3a694163b4599a1',1,'Parameter']]] ]; diff --git a/search/variables_12.js b/search/variables_12.js index 9dd12ead..9038d75d 100644 --- a/search/variables_12.js +++ b/search/variables_12.js @@ -1,6 +1,6 @@ var searchData= [ - ['valid_1041',['valid',['../structTimePosition_1_1BarBeatTick.html#a45a05047e923285af0fbeacb371e3f4e',1,'TimePosition::BarBeatTick']]], - ['value_1042',['value',['../structParameterEnumerationValue.html#a292f282837daa791205027d998907ae9',1,'ParameterEnumerationValue']]], - ['values_1043',['values',['../structParameterEnumerationValues.html#ae101471c5d819624398001c84c534b7a',1,'ParameterEnumerationValues']]] + ['valid_1043',['valid',['../structTimePosition_1_1BarBeatTick.html#a45a05047e923285af0fbeacb371e3f4e',1,'TimePosition::BarBeatTick']]], + ['value_1044',['value',['../structParameterEnumerationValue.html#a292f282837daa791205027d998907ae9',1,'ParameterEnumerationValue']]], + ['values_1045',['values',['../structParameterEnumerationValues.html#ae101471c5d819624398001c84c534b7a',1,'ParameterEnumerationValues']]] ]; diff --git a/search/variables_13.js b/search/variables_13.js index d2b60143..f8efe5bb 100644 --- a/search/variables_13.js +++ b/search/variables_13.js @@ -1,4 +1,4 @@ var searchData= [ - ['wrtn_1044',['wrtn',['../structHeapBuffer.html#a4d330b5567a46f6b6972f5174b262292',1,'HeapBuffer']]] + ['wrtn_1046',['wrtn',['../structHeapBuffer.html#a4d330b5567a46f6b6972f5174b262292',1,'HeapBuffer']]] ]; diff --git a/search/variables_2.js b/search/variables_2.js index 2086f95d..59d46e83 100644 --- a/search/variables_2.js +++ b/search/variables_2.js @@ -1,7 +1,7 @@ var searchData= [ - ['data_997',['data',['../structMidiEvent.html#aba54410d44eef48c10516f29452ef3a9',1,'MidiEvent']]], - ['def_998',['def',['../structParameterRanges.html#aa0aba68115bcfff25c35b2da2f7aed4c',1,'ParameterRanges']]], - ['description_999',['description',['../structParameter.html#a5aacdf5c58652cc6840ebfbe2a748d29',1,'Parameter']]], - ['designation_1000',['designation',['../structParameter.html#a3bbf6f7d5ccea9a13504bd6ee3713986',1,'Parameter']]] + ['data_999',['data',['../structMidiEvent.html#aba54410d44eef48c10516f29452ef3a9',1,'MidiEvent']]], + ['def_1000',['def',['../structParameterRanges.html#aa0aba68115bcfff25c35b2da2f7aed4c',1,'ParameterRanges']]], + ['description_1001',['description',['../structParameter.html#a5aacdf5c58652cc6840ebfbe2a748d29',1,'Parameter']]], + ['designation_1002',['designation',['../structParameter.html#a3bbf6f7d5ccea9a13504bd6ee3713986',1,'Parameter']]] ]; diff --git a/search/variables_3.js b/search/variables_3.js index e9303f3a..9763969c 100644 --- a/search/variables_3.js +++ b/search/variables_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['enumvalues_1001',['enumValues',['../structParameter.html#ab94ec79aad8e8f6e4bc33d046f029358',1,'Parameter']]] + ['enumvalues_1003',['enumValues',['../structParameter.html#ab94ec79aad8e8f6e4bc33d046f029358',1,'Parameter']]] ]; diff --git a/search/variables_4.js b/search/variables_4.js index c4e16cde..ba2d2b66 100644 --- a/search/variables_4.js +++ b/search/variables_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['frame_1002',['frame',['../structMidiEvent.html#aca2f6590b33bd2175ab71f985747d88e',1,'MidiEvent::frame()'],['../structTimePosition.html#aa3606d1c518c7ebe6335bc19f72b015b',1,'TimePosition::frame()']]] + ['frame_1004',['frame',['../structMidiEvent.html#aca2f6590b33bd2175ab71f985747d88e',1,'MidiEvent::frame()'],['../structTimePosition.html#aa3606d1c518c7ebe6335bc19f72b015b',1,'TimePosition::frame()']]] ]; diff --git a/search/variables_5.js b/search/variables_5.js index a99dd140..eddc57a6 100644 --- a/search/variables_5.js +++ b/search/variables_5.js @@ -1,4 +1,4 @@ var searchData= [ - ['groupid_1003',['groupId',['../structAudioPort.html#a80aba3da64389d738bd8ae68bcedb4f4',1,'AudioPort::groupId()'],['../structParameter.html#a72dd5af5c024bd86497a4a5d9c8c4f25',1,'Parameter::groupId()']]] + ['groupid_1005',['groupId',['../structAudioPort.html#a80aba3da64389d738bd8ae68bcedb4f4',1,'AudioPort::groupId()'],['../structParameter.html#a72dd5af5c024bd86497a4a5d9c8c4f25',1,'Parameter::groupId()']]] ]; diff --git a/search/variables_6.js b/search/variables_6.js index 933d1f08..0a06731e 100644 --- a/search/variables_6.js +++ b/search/variables_6.js @@ -1,5 +1,5 @@ var searchData= [ - ['head_1004',['head',['../structHeapBuffer.html#a55b0dceb6b878021d8fe1353096e757b',1,'HeapBuffer']]], - ['hints_1005',['hints',['../structAudioPort.html#af93f38f9ef48ea14544adf32e4b1e513',1,'AudioPort::hints()'],['../structParameter.html#a397fb977f0c6cbec31df4f141ca3f5b3',1,'Parameter::hints()']]] + ['head_1006',['head',['../structHeapBuffer.html#a55b0dceb6b878021d8fe1353096e757b',1,'HeapBuffer']]], + ['hints_1007',['hints',['../structAudioPort.html#af93f38f9ef48ea14544adf32e4b1e513',1,'AudioPort::hints()'],['../structParameter.html#a397fb977f0c6cbec31df4f141ca3f5b3',1,'Parameter::hints()']]] ]; diff --git a/search/variables_7.js b/search/variables_7.js index ac5def85..d323496b 100644 --- a/search/variables_7.js +++ b/search/variables_7.js @@ -1,4 +1,4 @@ var searchData= [ - ['invalidatecommit_1006',['invalidateCommit',['../structHeapBuffer.html#a0cd85f596b680b57cc6669de7cf7ed27',1,'HeapBuffer']]] + ['invalidatecommit_1008',['invalidateCommit',['../structHeapBuffer.html#a0cd85f596b680b57cc6669de7cf7ed27',1,'HeapBuffer']]] ]; diff --git a/search/variables_8.js b/search/variables_8.js index b709eb1a..b6d7cdae 100644 --- a/search/variables_8.js +++ b/search/variables_8.js @@ -1,16 +1,16 @@ var searchData= [ - ['kaudioportiscv_1007',['kAudioPortIsCV',['../group__AudioPortHints.html#ga92c8a0135d1b6dacd22df25295c15ff3',1,'DistrhoPlugin.hpp']]], - ['kaudioportissidechain_1008',['kAudioPortIsSidechain',['../group__AudioPortHints.html#gafbf1a5255d0a19f35ae21480ab2c7433',1,'DistrhoPlugin.hpp']]], - ['kcvporthasbipolarrange_1009',['kCVPortHasBipolarRange',['../group__AudioPortHints.html#ga7133899b77b31caa1eae3fe77409e69e',1,'DistrhoPlugin.hpp']]], - ['kcvporthasnegativeunipolarrange_1010',['kCVPortHasNegativeUnipolarRange',['../group__AudioPortHints.html#gafa444d8a3d5244e107c2ddb19f60105d',1,'DistrhoPlugin.hpp']]], - ['kcvporthaspositiveunipolarrange_1011',['kCVPortHasPositiveUnipolarRange',['../group__AudioPortHints.html#ga0919fac232ec9c6999057b09d54e3919',1,'DistrhoPlugin.hpp']]], - ['kcvporthasscaledrange_1012',['kCVPortHasScaledRange',['../group__AudioPortHints.html#gae36eb55fe0813af0dd6cdfe4f7baae97',1,'DistrhoPlugin.hpp']]], - ['kdatasize_1013',['kDataSize',['../structMidiEvent.html#a9e23ce17777c2ff5190670d3262129b9',1,'MidiEvent']]], - ['kparameterisautomable_1014',['kParameterIsAutomable',['../group__ParameterHints.html#ga04161ef926442aa08ae7aa6847078ad9',1,'DistrhoPlugin.hpp']]], - ['kparameterisboolean_1015',['kParameterIsBoolean',['../group__ParameterHints.html#gaafca30df903781d2e1c2491808e17c8d',1,'DistrhoPlugin.hpp']]], - ['kparameterisinteger_1016',['kParameterIsInteger',['../group__ParameterHints.html#ga76a82c93efe6ad728c9f0cb4ef33a2b9',1,'DistrhoPlugin.hpp']]], - ['kparameterislogarithmic_1017',['kParameterIsLogarithmic',['../group__ParameterHints.html#gabc539ecbfe420246a33f93aed32b8a3b',1,'DistrhoPlugin.hpp']]], - ['kparameterisoutput_1018',['kParameterIsOutput',['../group__ParameterHints.html#ga0a3633c93e8589f4b3e6124bb97ad8d4',1,'DistrhoPlugin.hpp']]], - ['kparameteristrigger_1019',['kParameterIsTrigger',['../group__ParameterHints.html#ga068de47c587411c9e91ef09f7d800884',1,'DistrhoPlugin.hpp']]] + ['kaudioportiscv_1009',['kAudioPortIsCV',['../group__AudioPortHints.html#ga92c8a0135d1b6dacd22df25295c15ff3',1,'DistrhoPlugin.hpp']]], + ['kaudioportissidechain_1010',['kAudioPortIsSidechain',['../group__AudioPortHints.html#gafbf1a5255d0a19f35ae21480ab2c7433',1,'DistrhoPlugin.hpp']]], + ['kcvporthasbipolarrange_1011',['kCVPortHasBipolarRange',['../group__AudioPortHints.html#ga7133899b77b31caa1eae3fe77409e69e',1,'DistrhoPlugin.hpp']]], + ['kcvporthasnegativeunipolarrange_1012',['kCVPortHasNegativeUnipolarRange',['../group__AudioPortHints.html#gafa444d8a3d5244e107c2ddb19f60105d',1,'DistrhoPlugin.hpp']]], + ['kcvporthaspositiveunipolarrange_1013',['kCVPortHasPositiveUnipolarRange',['../group__AudioPortHints.html#ga0919fac232ec9c6999057b09d54e3919',1,'DistrhoPlugin.hpp']]], + ['kcvporthasscaledrange_1014',['kCVPortHasScaledRange',['../group__AudioPortHints.html#gae36eb55fe0813af0dd6cdfe4f7baae97',1,'DistrhoPlugin.hpp']]], + ['kdatasize_1015',['kDataSize',['../structMidiEvent.html#a9e23ce17777c2ff5190670d3262129b9',1,'MidiEvent']]], + ['kparameterisautomable_1016',['kParameterIsAutomable',['../group__ParameterHints.html#ga04161ef926442aa08ae7aa6847078ad9',1,'DistrhoPlugin.hpp']]], + ['kparameterisboolean_1017',['kParameterIsBoolean',['../group__ParameterHints.html#gaafca30df903781d2e1c2491808e17c8d',1,'DistrhoPlugin.hpp']]], + ['kparameterisinteger_1018',['kParameterIsInteger',['../group__ParameterHints.html#ga76a82c93efe6ad728c9f0cb4ef33a2b9',1,'DistrhoPlugin.hpp']]], + ['kparameterislogarithmic_1019',['kParameterIsLogarithmic',['../group__ParameterHints.html#gabc539ecbfe420246a33f93aed32b8a3b',1,'DistrhoPlugin.hpp']]], + ['kparameterisoutput_1020',['kParameterIsOutput',['../group__ParameterHints.html#ga0a3633c93e8589f4b3e6124bb97ad8d4',1,'DistrhoPlugin.hpp']]], + ['kparameteristrigger_1021',['kParameterIsTrigger',['../group__ParameterHints.html#ga068de47c587411c9e91ef09f7d800884',1,'DistrhoPlugin.hpp']]] ]; diff --git a/search/variables_9.js b/search/variables_9.js index 9d38ae84..bce6fa59 100644 --- a/search/variables_9.js +++ b/search/variables_9.js @@ -1,5 +1,5 @@ var searchData= [ - ['label_1020',['label',['../structParameterEnumerationValue.html#aba1c51d5a2c99416c1dcf0a08345178d',1,'ParameterEnumerationValue']]], - ['listallfiles_1021',['listAllFiles',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a069dc1f379875585b536115bceaeacc3',1,'Window::FileBrowserOptions::Buttons']]] + ['label_1022',['label',['../structParameterEnumerationValue.html#aba1c51d5a2c99416c1dcf0a08345178d',1,'ParameterEnumerationValue']]], + ['listallfiles_1023',['listAllFiles',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a069dc1f379875585b536115bceaeacc3',1,'Window::FileBrowserOptions::Buttons']]] ]; diff --git a/search/variables_a.js b/search/variables_a.js index 24e2a304..4396bd9d 100644 --- a/search/variables_a.js +++ b/search/variables_a.js @@ -1,6 +1,6 @@ var searchData= [ - ['max_1022',['max',['../structParameterRanges.html#a175c78c905c598df929a4450e4d2a2a0',1,'ParameterRanges']]], - ['midicc_1023',['midiCC',['../structParameter.html#a5389731e4cd95cac10af9aec9aa7b202',1,'Parameter']]], - ['min_1024',['min',['../structParameterRanges.html#a63c40988463a8ace9d0e9e55a00f3c7b',1,'ParameterRanges']]] + ['max_1024',['max',['../structParameterRanges.html#a175c78c905c598df929a4450e4d2a2a0',1,'ParameterRanges']]], + ['midicc_1025',['midiCC',['../structParameter.html#a5389731e4cd95cac10af9aec9aa7b202',1,'Parameter']]], + ['min_1026',['min',['../structParameterRanges.html#a63c40988463a8ace9d0e9e55a00f3c7b',1,'ParameterRanges']]] ]; diff --git a/search/variables_b.js b/search/variables_b.js index c61bfddc..c64b75c3 100644 --- a/search/variables_b.js +++ b/search/variables_b.js @@ -1,4 +1,4 @@ var searchData= [ - ['name_1025',['name',['../structAudioPort.html#adb3b58f79131b653d6b2adfa3ea07e5c',1,'AudioPort::name()'],['../structParameter.html#ae63c1fcfb20e320bada1f58c04ff18da',1,'Parameter::name()'],['../structPortGroup.html#af3ab9eaf5eb1ad8165fc43b4518d2c5b',1,'PortGroup::name()']]] + ['name_1027',['name',['../structAudioPort.html#adb3b58f79131b653d6b2adfa3ea07e5c',1,'AudioPort::name()'],['../structParameter.html#ae63c1fcfb20e320bada1f58c04ff18da',1,'Parameter::name()'],['../structPortGroup.html#af3ab9eaf5eb1ad8165fc43b4518d2c5b',1,'PortGroup::name()']]] ]; diff --git a/search/variables_c.js b/search/variables_c.js index 84114573..41948a21 100644 --- a/search/variables_c.js +++ b/search/variables_c.js @@ -1,4 +1,4 @@ var searchData= [ - ['outputs_1026',['outputs',['../structAudioMidiSyncHelper.html#a7b54cae0fdaae3d23aaccf2dbb9344ef',1,'AudioMidiSyncHelper']]] + ['outputs_1028',['outputs',['../structAudioMidiSyncHelper.html#a7b54cae0fdaae3d23aaccf2dbb9344ef',1,'AudioMidiSyncHelper']]] ]; diff --git a/search/variables_d.js b/search/variables_d.js index 860604d0..24f7d1f1 100644 --- a/search/variables_d.js +++ b/search/variables_d.js @@ -1,4 +1,4 @@ var searchData= [ - ['playing_1027',['playing',['../structTimePosition.html#a35db424bdf8ec01102a4fa6346c45574',1,'TimePosition']]] + ['playing_1029',['playing',['../structTimePosition.html#a35db424bdf8ec01102a4fa6346c45574',1,'TimePosition']]] ]; diff --git a/search/variables_e.js b/search/variables_e.js index 0ad25081..498814f5 100644 --- a/search/variables_e.js +++ b/search/variables_e.js @@ -1,5 +1,5 @@ var searchData= [ - ['ranges_1028',['ranges',['../structParameter.html#a2d0c81e4fb8fad18d920ef6ecd4a64db',1,'Parameter']]], - ['restrictedmode_1029',['restrictedMode',['../structParameterEnumerationValues.html#a014ebcacbe68c3f77f2f8ac9ffe3cd6f',1,'ParameterEnumerationValues']]] + ['ranges_1030',['ranges',['../structParameter.html#a2d0c81e4fb8fad18d920ef6ecd4a64db',1,'Parameter']]], + ['restrictedmode_1031',['restrictedMode',['../structParameterEnumerationValues.html#a014ebcacbe68c3f77f2f8ac9ffe3cd6f',1,'ParameterEnumerationValues']]] ]; diff --git a/search/variables_f.js b/search/variables_f.js index dfe21ccb..9466953e 100644 --- a/search/variables_f.js +++ b/search/variables_f.js @@ -1,9 +1,9 @@ var searchData= [ - ['shortname_1030',['shortName',['../structParameter.html#a1a47c46f3588b8a940d87fd4d69810ab',1,'Parameter']]], - ['showhidden_1031',['showHidden',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a866b55e40b2eeb2f57c85d51aa6fa856',1,'Window::FileBrowserOptions::Buttons']]], - ['showplaces_1032',['showPlaces',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a669f3aafa3eef0d48d7fcb9c7c020678',1,'Window::FileBrowserOptions::Buttons']]], - ['size_1033',['size',['../structMidiEvent.html#a48b420a6dbca6502113b92c336a3041e',1,'MidiEvent::size()'],['../structHeapBuffer.html#a582e7b5aa4a85814f291d002abb49599',1,'HeapBuffer::size()']]], - ['startdir_1034',['startDir',['../structWindow_1_1FileBrowserOptions.html#a5726fab4e98fa998f354323e73cf41d6',1,'Window::FileBrowserOptions']]], - ['symbol_1035',['symbol',['../structAudioPort.html#af2bda30f97a1b63cbeb9f11f718d3d30',1,'AudioPort::symbol()'],['../structParameter.html#a3e546efd8dbd0d77351208b670719468',1,'Parameter::symbol()'],['../structPortGroup.html#ae42f849c9f34d940f6fdcfc9abd65d4f',1,'PortGroup::symbol()']]] + ['shortname_1032',['shortName',['../structParameter.html#a1a47c46f3588b8a940d87fd4d69810ab',1,'Parameter']]], + ['showhidden_1033',['showHidden',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a866b55e40b2eeb2f57c85d51aa6fa856',1,'Window::FileBrowserOptions::Buttons']]], + ['showplaces_1034',['showPlaces',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a669f3aafa3eef0d48d7fcb9c7c020678',1,'Window::FileBrowserOptions::Buttons']]], + ['size_1035',['size',['../structMidiEvent.html#a48b420a6dbca6502113b92c336a3041e',1,'MidiEvent::size()'],['../structHeapBuffer.html#a582e7b5aa4a85814f291d002abb49599',1,'HeapBuffer::size()']]], + ['startdir_1036',['startDir',['../structWindow_1_1FileBrowserOptions.html#a5726fab4e98fa998f354323e73cf41d6',1,'Window::FileBrowserOptions']]], + ['symbol_1037',['symbol',['../structAudioPort.html#af2bda30f97a1b63cbeb9f11f718d3d30',1,'AudioPort::symbol()'],['../structParameter.html#a3e546efd8dbd0d77351208b670719468',1,'Parameter::symbol()'],['../structPortGroup.html#ae42f849c9f34d940f6fdcfc9abd65d4f',1,'PortGroup::symbol()']]] ]; diff --git a/structAudioMidiSyncHelper-members.html b/structAudioMidiSyncHelper-members.html index 8b7c3ccd..c15a815f 100644 --- a/structAudioMidiSyncHelper-members.html +++ b/structAudioMidiSyncHelper-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/structAudioMidiSyncHelper.html b/structAudioMidiSyncHelper.html index b15c0a65..62ea341d 100644 --- a/structAudioMidiSyncHelper.html +++ b/structAudioMidiSyncHelper.html @@ -214,7 +214,7 @@ uint32_t midiEventCount
Definition: DistrhoPluginUtils.hpp:103
diff --git a/structAudioPort-members.html b/structAudioPort-members.html index 9ba0b9eb..02d29b93 100644 --- a/structAudioPort-members.html +++ b/structAudioPort-members.html @@ -76,7 +76,7 @@ $(function() { diff --git a/structAudioPort.html b/structAudioPort.html index 7a022ad0..f4e38686 100644 --- a/structAudioPort.html +++ b/structAudioPort.html @@ -192,7 +192,7 @@ When rolling your own port groups, you MUST start their group ids from 0 and the diff --git a/structBigStackBuffer-members.html b/structBigStackBuffer-members.html index 8900c938..6f483a79 100644 --- a/structBigStackBuffer-members.html +++ b/structBigStackBuffer-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/structBigStackBuffer.html b/structBigStackBuffer.html index bc625ec6..1a8e45a6 100644 --- a/structBigStackBuffer.html +++ b/structBigStackBuffer.html @@ -104,7 +104,7 @@ static const uint32_t size diff --git a/structCairoGraphicsContext-members.html b/structCairoGraphicsContext-members.html index 4e49b923..e86021a7 100644 --- a/structCairoGraphicsContext-members.html +++ b/structCairoGraphicsContext-members.html @@ -72,7 +72,7 @@ $(function() { diff --git a/structCairoGraphicsContext.html b/structCairoGraphicsContext.html index 866f3b27..bf9558ae 100644 --- a/structCairoGraphicsContext.html +++ b/structCairoGraphicsContext.html @@ -94,7 +94,7 @@ cairo_t * handle< diff --git a/structColor-members.html b/structColor-members.html index 3ded053b..1ae6ebae 100644 --- a/structColor-members.html +++ b/structColor-members.html @@ -94,7 +94,7 @@ $(function() { diff --git a/structColor.html b/structColor.html index e9d9bd5a..bc8a0559 100644 --- a/structColor.html +++ b/structColor.html @@ -608,7 +608,7 @@ Public Attributes diff --git a/structGraphicsContext.html b/structGraphicsContext.html index f94b87bc..bcd63dfc 100644 --- a/structGraphicsContext.html +++ b/structGraphicsContext.html @@ -86,7 +86,7 @@ Inheritance diagram for GraphicsContext: diff --git a/structHeapBuffer-members.html b/structHeapBuffer-members.html index 11b69cc1..03511226 100644 --- a/structHeapBuffer-members.html +++ b/structHeapBuffer-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/structHeapBuffer.html b/structHeapBuffer.html index cea453e9..4be46935 100644 --- a/structHeapBuffer.html +++ b/structHeapBuffer.html @@ -188,7 +188,7 @@ Public Attributes diff --git a/structHugeStackBuffer-members.html b/structHugeStackBuffer-members.html index 5712e81b..219393be 100644 --- a/structHugeStackBuffer-members.html +++ b/structHugeStackBuffer-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/structHugeStackBuffer.html b/structHugeStackBuffer.html index 2fa7d342..ddc42098 100644 --- a/structHugeStackBuffer.html +++ b/structHugeStackBuffer.html @@ -104,7 +104,7 @@ static const uint32_t size diff --git a/structIdleCallback-members.html b/structIdleCallback-members.html index caaa2dec..0e2c2207 100644 --- a/structIdleCallback-members.html +++ b/structIdleCallback-members.html @@ -73,7 +73,7 @@ $(function() { diff --git a/structIdleCallback.html b/structIdleCallback.html index cf488bab..3e2dcd56 100644 --- a/structIdleCallback.html +++ b/structIdleCallback.html @@ -85,7 +85,7 @@ virtual void idleCallback< diff --git a/structMidiEvent-members.html b/structMidiEvent-members.html index dbd39c6c..1091e6a8 100644 --- a/structMidiEvent-members.html +++ b/structMidiEvent-members.html @@ -76,7 +76,7 @@ $(function() { diff --git a/structMidiEvent.html b/structMidiEvent.html index f8e2d9e6..96752ebc 100644 --- a/structMidiEvent.html +++ b/structMidiEvent.html @@ -168,7 +168,7 @@ If size > kDataSize, dataExt is used (otherwise null).

diff --git a/structNanoVG_1_1GlyphPosition-members.html b/structNanoVG_1_1GlyphPosition-members.html index bf0fda36..362df5c0 100644 --- a/structNanoVG_1_1GlyphPosition-members.html +++ b/structNanoVG_1_1GlyphPosition-members.html @@ -79,7 +79,7 @@ $(function() { diff --git a/structNanoVG_1_1GlyphPosition.html b/structNanoVG_1_1GlyphPosition.html index 1b88c023..a79a0df0 100644 --- a/structNanoVG_1_1GlyphPosition.html +++ b/structNanoVG_1_1GlyphPosition.html @@ -94,7 +94,7 @@ float maxx diff --git a/structNanoVG_1_1Paint-members.html b/structNanoVG_1_1Paint-members.html index 5c94ea87..1362b82c 100644 --- a/structNanoVG_1_1Paint-members.html +++ b/structNanoVG_1_1Paint-members.html @@ -85,7 +85,7 @@ $(function() { diff --git a/structNanoVG_1_1Paint.html b/structNanoVG_1_1Paint.html index 6149442d..14657b33 100644 --- a/structNanoVG_1_1Paint.html +++ b/structNanoVG_1_1Paint.html @@ -113,7 +113,7 @@ int imageId diff --git a/structNanoVG_1_1TextRow-members.html b/structNanoVG_1_1TextRow-members.html index 062b85ea..e29461e9 100644 --- a/structNanoVG_1_1TextRow-members.html +++ b/structNanoVG_1_1TextRow-members.html @@ -81,7 +81,7 @@ $(function() { diff --git a/structNanoVG_1_1TextRow.html b/structNanoVG_1_1TextRow.html index d816e72b..f7f21e44 100644 --- a/structNanoVG_1_1TextRow.html +++ b/structNanoVG_1_1TextRow.html @@ -100,7 +100,7 @@ float maxx diff --git a/structOpenGLGraphicsContext.html b/structOpenGLGraphicsContext.html index 6c5b0855..9762ba49 100644 --- a/structOpenGLGraphicsContext.html +++ b/structOpenGLGraphicsContext.html @@ -84,7 +84,7 @@ Inheritance diagram for OpenGLGraphicsContext: diff --git a/structParameter-members.html b/structParameter-members.html index 5539b01f..57d8a46e 100644 --- a/structParameter-members.html +++ b/structParameter-members.html @@ -85,7 +85,7 @@ $(function() { diff --git a/structParameter.html b/structParameter.html index dd6032f0..aa1877ef 100644 --- a/structParameter.html +++ b/structParameter.html @@ -415,7 +415,7 @@ When rolling your own port groups, you MUST start their group ids from 0 and the diff --git a/structParameterEnumerationValue-members.html b/structParameterEnumerationValue-members.html index 2efaf514..abaca97c 100644 --- a/structParameterEnumerationValue-members.html +++ b/structParameterEnumerationValue-members.html @@ -75,7 +75,7 @@ $(function() { diff --git a/structParameterEnumerationValue.html b/structParameterEnumerationValue.html index 0e503f6f..c86cde85 100644 --- a/structParameterEnumerationValue.html +++ b/structParameterEnumerationValue.html @@ -191,7 +191,7 @@ Used together can be used to give meaning to parameter values, working as an enu diff --git a/structParameterEnumerationValues-members.html b/structParameterEnumerationValues-members.html index c753aeea..98007885 100644 --- a/structParameterEnumerationValues-members.html +++ b/structParameterEnumerationValues-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/structParameterEnumerationValues.html b/structParameterEnumerationValues.html index 317a740b..a05baf71 100644 --- a/structParameterEnumerationValues.html +++ b/structParameterEnumerationValues.html @@ -216,7 +216,7 @@ This pointer must be null or have been allocated on the heap with new diff --git a/structParameterRanges-members.html b/structParameterRanges-members.html index 32e30cb9..533896af 100644 --- a/structParameterRanges-members.html +++ b/structParameterRanges-members.html @@ -82,7 +82,7 @@ $(function() { diff --git a/structParameterRanges.html b/structParameterRanges.html index 6d889ad9..dff3c4e9 100644 --- a/structParameterRanges.html +++ b/structParameterRanges.html @@ -389,7 +389,7 @@ When changing this struct values you must ensure maximum > minimum and defaul diff --git a/structPortGroup-members.html b/structPortGroup-members.html index 39365137..444e3d6e 100644 --- a/structPortGroup-members.html +++ b/structPortGroup-members.html @@ -73,7 +73,7 @@ $(function() { diff --git a/structPortGroup.html b/structPortGroup.html index 81e31aba..1ad53f85 100644 --- a/structPortGroup.html +++ b/structPortGroup.html @@ -128,7 +128,7 @@ The first character must be one of _, a-z or A-Z and subsequent characters can b diff --git a/structSmallStackBuffer-members.html b/structSmallStackBuffer-members.html index 89bc4a98..785a9358 100644 --- a/structSmallStackBuffer-members.html +++ b/structSmallStackBuffer-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/structSmallStackBuffer.html b/structSmallStackBuffer.html index 70ce8bf6..b67e1326 100644 --- a/structSmallStackBuffer.html +++ b/structSmallStackBuffer.html @@ -104,7 +104,7 @@ static const uint32_t size diff --git a/structTimePosition-members.html b/structTimePosition-members.html index 08f42a4e..d9687bb2 100644 --- a/structTimePosition-members.html +++ b/structTimePosition-members.html @@ -76,7 +76,7 @@ $(function() { diff --git a/structTimePosition.html b/structTimePosition.html index a83fb816..e9ae955e 100644 --- a/structTimePosition.html +++ b/structTimePosition.html @@ -191,7 +191,7 @@ BBT values are only valid when bbt.valid is true.

diff --git a/structTimePosition_1_1BarBeatTick-members.html b/structTimePosition_1_1BarBeatTick-members.html index b50601ad..c140f5a7 100644 --- a/structTimePosition_1_1BarBeatTick-members.html +++ b/structTimePosition_1_1BarBeatTick-members.html @@ -86,7 +86,7 @@ $(function() { diff --git a/structTimePosition_1_1BarBeatTick.html b/structTimePosition_1_1BarBeatTick.html index bd95c6d7..f84d864c 100644 --- a/structTimePosition_1_1BarBeatTick.html +++ b/structTimePosition_1_1BarBeatTick.html @@ -310,7 +310,7 @@ Usually a moderately large integer with many denominators, such as 1920.0.

diff --git a/structVulkanGraphicsContext.html b/structVulkanGraphicsContext.html index ef7b9eac..75e4bc00 100644 --- a/structVulkanGraphicsContext.html +++ b/structVulkanGraphicsContext.html @@ -84,7 +84,7 @@ Inheritance diagram for VulkanGraphicsContext: diff --git a/structWidget_1_1BaseEvent-members.html b/structWidget_1_1BaseEvent-members.html index f4db4f18..9985e5cd 100644 --- a/structWidget_1_1BaseEvent-members.html +++ b/structWidget_1_1BaseEvent-members.html @@ -80,7 +80,7 @@ $(function() { diff --git a/structWidget_1_1BaseEvent.html b/structWidget_1_1BaseEvent.html index bf3ecc1b..4f411e89 100644 --- a/structWidget_1_1BaseEvent.html +++ b/structWidget_1_1BaseEvent.html @@ -172,7 +172,7 @@ EventFlag. time Event timestamp (if any).
diff --git a/structWidget_1_1CharacterInputEvent-members.html b/structWidget_1_1CharacterInputEvent-members.html index 227c9fde..851d4f5d 100644 --- a/structWidget_1_1CharacterInputEvent-members.html +++ b/structWidget_1_1CharacterInputEvent-members.html @@ -84,7 +84,7 @@ $(function() { diff --git a/structWidget_1_1CharacterInputEvent.html b/structWidget_1_1CharacterInputEvent.html index 2ad442de..0de387f9 100644 --- a/structWidget_1_1CharacterInputEvent.html +++ b/structWidget_1_1CharacterInputEvent.html @@ -156,7 +156,7 @@ uint time diff --git a/structWidget_1_1KeyboardEvent-members.html b/structWidget_1_1KeyboardEvent-members.html index 5b1bc0f9..269a98af 100644 --- a/structWidget_1_1KeyboardEvent-members.html +++ b/structWidget_1_1KeyboardEvent-members.html @@ -84,7 +84,7 @@ $(function() { diff --git a/structWidget_1_1KeyboardEvent.html b/structWidget_1_1KeyboardEvent.html index 6774eb83..a29b5c10 100644 --- a/structWidget_1_1KeyboardEvent.html +++ b/structWidget_1_1KeyboardEvent.html @@ -156,7 +156,7 @@ uint time diff --git a/structWidget_1_1MotionEvent-members.html b/structWidget_1_1MotionEvent-members.html index e0d40b5b..4db97b98 100644 --- a/structWidget_1_1MotionEvent-members.html +++ b/structWidget_1_1MotionEvent-members.html @@ -83,7 +83,7 @@ $(function() { diff --git a/structWidget_1_1MotionEvent.html b/structWidget_1_1MotionEvent.html index 19cdb5eb..5b1a8e71 100644 --- a/structWidget_1_1MotionEvent.html +++ b/structWidget_1_1MotionEvent.html @@ -150,7 +150,7 @@ uint time diff --git a/structWidget_1_1MouseEvent-members.html b/structWidget_1_1MouseEvent-members.html index 0b727f3b..dbf5b51f 100644 --- a/structWidget_1_1MouseEvent-members.html +++ b/structWidget_1_1MouseEvent-members.html @@ -85,7 +85,7 @@ $(function() { diff --git a/structWidget_1_1MouseEvent.html b/structWidget_1_1MouseEvent.html index 8b53937f..5d7a66a3 100644 --- a/structWidget_1_1MouseEvent.html +++ b/structWidget_1_1MouseEvent.html @@ -156,7 +156,7 @@ uint time diff --git a/structWidget_1_1PositionChangedEvent-members.html b/structWidget_1_1PositionChangedEvent-members.html index ba4d943b..0060bf39 100644 --- a/structWidget_1_1PositionChangedEvent-members.html +++ b/structWidget_1_1PositionChangedEvent-members.html @@ -78,7 +78,7 @@ $(function() { diff --git a/structWidget_1_1PositionChangedEvent.html b/structWidget_1_1PositionChangedEvent.html index d5150b68..3471e65f 100644 --- a/structWidget_1_1PositionChangedEvent.html +++ b/structWidget_1_1PositionChangedEvent.html @@ -125,7 +125,7 @@ Public Attributes diff --git a/structWidget_1_1ResizeEvent-members.html b/structWidget_1_1ResizeEvent-members.html index c5b31431..f3c7ab18 100644 --- a/structWidget_1_1ResizeEvent-members.html +++ b/structWidget_1_1ResizeEvent-members.html @@ -78,7 +78,7 @@ $(function() { diff --git a/structWidget_1_1ResizeEvent.html b/structWidget_1_1ResizeEvent.html index 91b88dad..45e3ef19 100644 --- a/structWidget_1_1ResizeEvent.html +++ b/structWidget_1_1ResizeEvent.html @@ -125,7 +125,7 @@ Public Attributes diff --git a/structWidget_1_1ScrollEvent-members.html b/structWidget_1_1ScrollEvent-members.html index 368bf9b6..ffc48d07 100644 --- a/structWidget_1_1ScrollEvent-members.html +++ b/structWidget_1_1ScrollEvent-members.html @@ -85,7 +85,7 @@ $(function() { diff --git a/structWidget_1_1ScrollEvent.html b/structWidget_1_1ScrollEvent.html index 448280ea..0ec702c5 100644 --- a/structWidget_1_1ScrollEvent.html +++ b/structWidget_1_1ScrollEvent.html @@ -157,7 +157,7 @@ uint time diff --git a/structWindow_1_1FileBrowserOptions-members.html b/structWindow_1_1FileBrowserOptions-members.html index b2cdc6fc..f905d253 100644 --- a/structWindow_1_1FileBrowserOptions-members.html +++ b/structWindow_1_1FileBrowserOptions-members.html @@ -83,7 +83,7 @@ $(function() { diff --git a/structWindow_1_1FileBrowserOptions.html b/structWindow_1_1FileBrowserOptions.html index e2281812..c8d3422a 100644 --- a/structWindow_1_1FileBrowserOptions.html +++ b/structWindow_1_1FileBrowserOptions.html @@ -188,7 +188,7 @@ struct W diff --git a/structWindow_1_1FileBrowserOptions_1_1Buttons-members.html b/structWindow_1_1FileBrowserOptions_1_1Buttons-members.html index 87f89891..f206a8be 100644 --- a/structWindow_1_1FileBrowserOptions_1_1Buttons-members.html +++ b/structWindow_1_1FileBrowserOptions_1_1Buttons-members.html @@ -79,7 +79,7 @@ $(function() { diff --git a/structWindow_1_1FileBrowserOptions_1_1Buttons.html b/structWindow_1_1FileBrowserOptions_1_1Buttons.html index d0790a79..a48e027c 100644 --- a/structWindow_1_1FileBrowserOptions_1_1Buttons.html +++ b/structWindow_1_1FileBrowserOptions_1_1Buttons.html @@ -171,7 +171,7 @@ Public Attributes diff --git a/structWindow_1_1ScopedGraphicsContext-members.html b/structWindow_1_1ScopedGraphicsContext-members.html index 37e5d7e6..21126786 100644 --- a/structWindow_1_1ScopedGraphicsContext-members.html +++ b/structWindow_1_1ScopedGraphicsContext-members.html @@ -79,7 +79,7 @@ $(function() { diff --git a/structWindow_1_1ScopedGraphicsContext.html b/structWindow_1_1ScopedGraphicsContext.html index da511d1e..d98c5402 100644 --- a/structWindow_1_1ScopedGraphicsContext.html +++ b/structWindow_1_1ScopedGraphicsContext.html @@ -214,7 +214,7 @@ Public Member Functions
Definition: Window.hpp:131