diff --git a/Application_8hpp_source.html b/Application_8hpp_source.html index adb95056..580f3fbc 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 724dbf04..77fb7463 100644 --- a/Base64_8hpp_source.html +++ b/Base64_8hpp_source.html @@ -142,7 +142,7 @@ $(function() {
71  return i;
72  }
73 
-
74  d_stderr2("findBase64CharIndex('%c') - failed", c);
+
74  d_stderr2("findBase64CharIndex('%c') - failed", c);
75  return 0;
76 }
77 
@@ -220,9 +220,10 @@ $(function() {
149 
150 #endif // DISTRHO_BASE64_HPP_INCLUDED
+
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 6430246c..091150ac 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 57b37705..ff278835 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 c07acea9..5633cb83 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 79b502fb..dd5b68f6 100644 --- a/DistrhoInfo_8hpp_source.html +++ b/DistrhoInfo_8hpp_source.html @@ -181,7 +181,7 @@ $(function() {
110  */
111  uint32_t getVersion() const override
112  {
-
113  return d_version(1, 0, 0);
+
113  return d_version(1, 0, 0);
114  }
115 
116  /**
@@ -190,7 +190,7 @@ $(function() {
119  */
120  int64_t getUniqueId() const override
121  {
-
122  return d_cconst('M', 'u', 't', 'e');
+
122  return d_cconst('M', 'u', 't', 'e');
123  }
124 
125  /* ----------------------------------------------------------------------------------------
@@ -273,12 +273,12 @@ $(function() {
202 
203  uint32_t getVersion() const override
204  {
-
205  return d_version(1, 0, 0);
+
205  return d_version(1, 0, 0);
206  }
207 
208  int64_t getUniqueId() const override
209  {
-
210  return d_cconst('G', 'a', 'i', 'n');
+
210  return d_cconst('G', 'a', 'i', 'n');
211  }
212 
213  /* ----------------------------------------------------------------------------------------
@@ -385,12 +385,12 @@ $(function() {
314 
315  uint32_t getVersion() const override
316  {
-
317  return d_version(1, 0, 0);
+
317  return d_version(1, 0, 0);
318  }
319 
320  int64_t getUniqueId() const override
321  {
-
322  return d_cconst('P', 'r', 'o', 'g');
+
322  return d_cconst('P', 'r', 'o', 'g');
323  }
324 
325  /* ----------------------------------------------------------------------------------------
@@ -909,14 +909,21 @@ $(function() {
838  This is not set by default in order to avoid conflicts with commonly used names such as "Parameter" and "Plugin".
839  */
840 #define USE_NAMESPACE_DISTRHO using namespace DISTRHO_NAMESPACE;
-
841 
-
842 /** @} */
-
843 
-
844 // -----------------------------------------------------------------------------------------------------------
-
845 
-
846 END_NAMESPACE_DISTRHO
-
847 
-
848 #endif // DOXYGEN
+
841 
+
842 /* TODO
+
843  *
+
844  * DISTRHO_MACRO_AS_STRING_VALUE
+
845  * DISTRHO_MACRO_AS_STRING
+
846  * DISTRHO_PROPER_CPP11_SUPPORT
+
847  * DONT_SET_USING_DISTRHO_NAMESPACE
+
848  *
+
849  */
+
850 
+
851 // -----------------------------------------------------------------------------------------------------------
+
852 
+
853 END_NAMESPACE_DISTRHO
+
854 
+
855 #endif // DOXYGEN
START_NAMESPACE_DISTRHO
#define START_NAMESPACE_DISTRHO
Definition: DistrhoInfo.hpp:828
Plugin::getVersion
virtual uint32_t getVersion() const =0
@@ -925,7 +932,9 @@ $(function() {
END_NAMESPACE_DISTRHO
#define END_NAMESPACE_DISTRHO
Definition: DistrhoInfo.hpp:834
Parameter
Definition: DistrhoPlugin.hpp:447
UI
Definition: DistrhoUI.hpp:71
+
d_version
static constexpr uint32_t d_version(const uint8_t major, const uint8_t minor, const uint8_t micro) noexcept
Definition: DistrhoUtils.hpp:84
Plugin::getMaker
virtual const char * getMaker() const =0
+
d_cconst
static constexpr int64_t d_cconst(const uint8_t a, const uint8_t b, const uint8_t c, const uint8_t d) noexcept
Definition: DistrhoUtils.hpp:75
Plugin::getLabel
virtual const char * getLabel() const =0
ParameterRanges::def
float def
Definition: DistrhoPlugin.hpp:251
Parameter::name
String name
Definition: DistrhoPlugin.hpp:459
@@ -944,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 11436a76..a1d0de10 100644 --- a/DistrhoPluginUtils_8hpp_source.html +++ b/DistrhoPluginUtils_8hpp_source.html @@ -92,195 +92,214 @@ $(function() {
21 
22 START_NAMESPACE_DISTRHO
23 
-
24 // -----------------------------------------------------------------------------------------------------------
-
25 // plugin related utilities
+
24 /* ------------------------------------------------------------------------------------------------------------
+
25  * Plugin related utilities */
26 
27 /**
-
28  Get the absolute filename of the plugin DSP/UI binary.@n
-
29  Under certain systems or plugin formats the binary will be inside the plugin bundle.@n
-
30  Also, in some formats or setups, the DSP and UI binaries are in different files.
-
31 */
-
32 const char* getBinaryFilename();
-
33 
-
34 /**
-
35  Get a string representation of the current plugin format we are building against.@n
-
36  This can be "JACK/Standalone", "LADSPA", "DSSI", "LV2", "VST2" or "VST3".@n
-
37  This string is purely informational and must not be used to tweak plugin behaviour.
-
38 
-
39  @note DO NOT CHANGE PLUGIN BEHAVIOUR BASED ON PLUGIN FORMAT.
-
40 */
-
41 const char* getPluginFormatName() noexcept;
-
42 
-
43 /**
-
44  Get the path to where resources are stored within the plugin bundle.@n
-
45  Requires a valid plugin bundle path.
-
46 
-
47  Returns a path inside the bundle where the plugin is meant to store its resources in.@n
-
48  This path varies between systems and plugin formats, like so:
-
49 
-
50  - LV2: <bundle>/resources (can be stored anywhere inside the bundle really, DPF just uses this one)
-
51  - VST2 macOS: <bundle>/Contents/Resources
-
52  - VST2 non-macOS: <bundle>/resources (see note)
-
53 
-
54  The other non-mentioned formats do not support bundles.@n
+
28  @defgroup PluginRelatedUtilities Plugin related utilities
+
29 
+
30  @{
+
31  */
+
32 
+
33 /**
+
34  Get the absolute filename of the plugin DSP/UI binary.@n
+
35  Under certain systems or plugin formats the binary will be inside the plugin bundle.@n
+
36  Also, in some formats or setups, the DSP and UI binaries are in different files.
+
37 */
+
38 const char* getBinaryFilename();
+
39 
+
40 /**
+
41  Get a string representation of the current plugin format we are building against.@n
+
42  This can be "JACK/Standalone", "LADSPA", "DSSI", "LV2", "VST2" or "VST3".@n
+
43  This string is purely informational and must not be used to tweak plugin behaviour.
+
44 
+
45  @note DO NOT CHANGE PLUGIN BEHAVIOUR BASED ON PLUGIN FORMAT.
+
46 */
+
47 const char* getPluginFormatName() noexcept;
+
48 
+
49 /**
+
50  Get the path to where resources are stored within the plugin bundle.@n
+
51  Requires a valid plugin bundle path.
+
52 
+
53  Returns a path inside the bundle where the plugin is meant to store its resources in.@n
+
54  This path varies between systems and plugin formats, like so:
55 
-
56  @note For VST2 on non-macOS systems, this assumes you have your plugin inside a dedicated directory
-
57  rather than only shipping with the binary (e.g. <myplugin.vst>/myplugin.dll)
-
58 */
-
59 const char* getResourcePath(const char* bundlePath) noexcept;
-
60 
-
61 // -----------------------------------------------------------------------------------------------------------
-
62 // Plugin helper classes
-
63 
-
64 #if DISTRHO_PLUGIN_NUM_OUTPUTS > 0
-
65 /**
-
66  Handy class to help keep audio buffer in sync with incoming MIDI events.
-
67  To use it, create a local variable (on the stack) and call nextEvent() until it returns false.
-
68  @code
-
69  for (AudioMidiSyncHelper amsh(outputs, frames, midiEvents, midiEventCount); amsh.nextEvent();)
-
70  {
-
71  float* const outL = amsh.outputs[0];
-
72  float* const outR = amsh.outputs[1];
-
73 
-
74  for (uint32_t i=0; i<amsh.midiEventCount; ++i)
-
75  {
-
76  const MidiEvent& ev(amsh.midiEvents[i]);
-
77  // ... do something with the midi event
-
78  }
-
79 
-
80  renderSynth(outL, outR, amsh.frames);
-
81  }
-
82  @endcode
-
83 
-
84  Some important notes when using this class:
-
85  1. MidiEvent::frame retains its original value, but it is useless, do not use it.
-
86  2. The class variable names are the same as the default ones in the run function.
-
87  Keep that in mind and try to avoid typos. :)
-
88  */
-
89 struct AudioMidiSyncHelper
-
90 {
-
91  /** Parameters from the run function, adjusted for event sync */
-
92  float* outputs[DISTRHO_PLUGIN_NUM_OUTPUTS];
-
93  uint32_t frames;
-
94  const MidiEvent* midiEvents;
-
95  uint32_t midiEventCount;
-
96 
-
97  /**
-
98  Constructor, using values from the run function.
-
99  */
-
100  AudioMidiSyncHelper(float** const o, uint32_t f, const MidiEvent* m, uint32_t mc)
-
101  : outputs(),
-
102  frames(0),
-
103  midiEvents(m),
-
104  midiEventCount(0),
-
105  remainingFrames(f),
-
106  remainingMidiEventCount(mc),
-
107  totalFramesUsed(0)
-
108  {
-
109  for (uint i=0; i<DISTRHO_PLUGIN_NUM_OUTPUTS; ++i)
-
110  outputs[i] = o[i];
-
111  }
-
112 
-
113  /**
-
114  Process a batch of events untill no more are available.
-
115  You must not read any more values from this class after this function returns false.
-
116  */
-
117  bool nextEvent()
-
118  {
-
119  // nothing else to do
-
120  if (remainingFrames == 0)
-
121  return false;
-
122 
-
123  // initial setup, need to find first MIDI event
-
124  if (totalFramesUsed == 0)
-
125  {
-
126  // no MIDI events at all in this process cycle
-
127  if (remainingMidiEventCount == 0)
-
128  {
-
129  frames = remainingFrames;
-
130  remainingFrames = 0;
-
131  totalFramesUsed += frames;
-
132  return true;
-
133  }
-
134 
-
135  // render audio until first midi event, if needed
-
136  if (const uint32_t firstEventFrame = midiEvents[0].frame)
-
137  {
-
138  DISTRHO_SAFE_ASSERT_UINT2_RETURN(firstEventFrame < remainingFrames,
-
139  firstEventFrame, remainingFrames, false);
-
140  frames = firstEventFrame;
-
141  remainingFrames -= firstEventFrame;
-
142  totalFramesUsed += firstEventFrame;
-
143  return true;
-
144  }
-
145  }
-
146  else
-
147  {
-
148  for (uint32_t i=0; i<DISTRHO_PLUGIN_NUM_OUTPUTS; ++i)
-
149  outputs[i] += frames;
-
150  }
-
151 
-
152  // no more MIDI events available
-
153  if (remainingMidiEventCount == 0)
-
154  {
-
155  frames = remainingFrames;
-
156  midiEvents = nullptr;
-
157  midiEventCount = 0;
-
158  remainingFrames = 0;
-
159  totalFramesUsed += frames;
-
160  return true;
-
161  }
-
162 
-
163  // if there were midi events before, increment pointer
-
164  if (midiEventCount != 0)
-
165  midiEvents += midiEventCount;
-
166 
-
167  const uint32_t firstEventFrame = midiEvents[0].frame;
-
168  DISTRHO_SAFE_ASSERT_UINT2_RETURN(firstEventFrame >= totalFramesUsed,
-
169  firstEventFrame, totalFramesUsed, false);
-
170 
-
171  midiEventCount = 1;
-
172  while (midiEventCount < remainingMidiEventCount)
-
173  {
-
174  if (midiEvents[midiEventCount].frame == firstEventFrame)
-
175  ++midiEventCount;
-
176  else
-
177  break;
-
178  }
-
179 
-
180  frames = firstEventFrame - totalFramesUsed;
-
181  remainingFrames -= frames;
-
182  remainingMidiEventCount -= midiEventCount;
-
183  totalFramesUsed += frames;
-
184  return true;
-
185  }
-
186 
-
187 private:
-
188  /** @internal */
-
189  uint32_t remainingFrames;
-
190  uint32_t remainingMidiEventCount;
-
191  uint32_t totalFramesUsed;
-
192 };
-
193 #endif
-
194 
-
195 // -----------------------------------------------------------------------------------------------------------
-
196 
-
197 END_NAMESPACE_DISTRHO
-
198 
-
199 #endif // DISTRHO_PLUGIN_UTILS_HPP_INCLUDED
+
56  - LV2: <bundle>/resources (can be stored anywhere inside the bundle really, DPF just uses this one)
+
57  - VST2 macOS: <bundle>/Contents/Resources
+
58  - VST2 non-macOS: <bundle>/resources (see note)
+
59 
+
60  The other non-mentioned formats do not support bundles.@n
+
61 
+
62  @note For VST2 on non-macOS systems, this assumes you have your plugin inside a dedicated directory
+
63  rather than only shipping with the binary (e.g. <myplugin.vst>/myplugin.dll)
+
64 */
+
65 const char* getResourcePath(const char* bundlePath) noexcept;
+
66 
+
67 /** @} */
+
68 
+
69 /* ------------------------------------------------------------------------------------------------------------
+
70  * Plugin helper classes */
+
71 
+
72 /**
+
73  @defgroup PluginHelperClasses Plugin helper classes
+
74 
+
75  @{
+
76  */
+
77 
+
78 #if DISTRHO_PLUGIN_NUM_OUTPUTS > 0
+
79 /**
+
80  Handy class to help keep audio buffer in sync with incoming MIDI events.
+
81  To use it, create a local variable (on the stack) and call nextEvent() until it returns false.
+
82  @code
+
83  for (AudioMidiSyncHelper amsh(outputs, frames, midiEvents, midiEventCount); amsh.nextEvent();)
+
84  {
+
85  float* const outL = amsh.outputs[0];
+
86  float* const outR = amsh.outputs[1];
+
87 
+
88  for (uint32_t i=0; i<amsh.midiEventCount; ++i)
+
89  {
+
90  const MidiEvent& ev(amsh.midiEvents[i]);
+
91  // ... do something with the midi event
+
92  }
+
93 
+
94  renderSynth(outL, outR, amsh.frames);
+
95  }
+
96  @endcode
+
97 
+
98  Some important notes when using this class:
+
99  1. MidiEvent::frame retains its original value, but it is useless, do not use it.
+
100  2. The class variable names are the same as the default ones in the run function.
+
101  Keep that in mind and try to avoid typos. :)
+
102  */
+
103 struct AudioMidiSyncHelper
+
104 {
+
105  /** Parameters from the run function, adjusted for event sync */
+
106  float* outputs[DISTRHO_PLUGIN_NUM_OUTPUTS];
+
107  uint32_t frames;
+
108  const MidiEvent* midiEvents;
+
109  uint32_t midiEventCount;
+
110 
+
111  /**
+
112  Constructor, using values from the run function.
+
113  */
+
114  AudioMidiSyncHelper(float** const o, uint32_t f, const MidiEvent* m, uint32_t mc)
+
115  : outputs(),
+
116  frames(0),
+
117  midiEvents(m),
+
118  midiEventCount(0),
+
119  remainingFrames(f),
+
120  remainingMidiEventCount(mc),
+
121  totalFramesUsed(0)
+
122  {
+
123  for (uint i=0; i<DISTRHO_PLUGIN_NUM_OUTPUTS; ++i)
+
124  outputs[i] = o[i];
+
125  }
+
126 
+
127  /**
+
128  Process a batch of events untill no more are available.
+
129  You must not read any more values from this class after this function returns false.
+
130  */
+
131  bool nextEvent()
+
132  {
+
133  // nothing else to do
+
134  if (remainingFrames == 0)
+
135  return false;
+
136 
+
137  // initial setup, need to find first MIDI event
+
138  if (totalFramesUsed == 0)
+
139  {
+
140  // no MIDI events at all in this process cycle
+
141  if (remainingMidiEventCount == 0)
+
142  {
+
143  frames = remainingFrames;
+
144  remainingFrames = 0;
+
145  totalFramesUsed += frames;
+
146  return true;
+
147  }
+
148 
+
149  // render audio until first midi event, if needed
+
150  if (const uint32_t firstEventFrame = midiEvents[0].frame)
+
151  {
+
152  DISTRHO_SAFE_ASSERT_UINT2_RETURN(firstEventFrame < remainingFrames,
+
153  firstEventFrame, remainingFrames, false);
+
154  frames = firstEventFrame;
+
155  remainingFrames -= firstEventFrame;
+
156  totalFramesUsed += firstEventFrame;
+
157  return true;
+
158  }
+
159  }
+
160  else
+
161  {
+
162  for (uint32_t i=0; i<DISTRHO_PLUGIN_NUM_OUTPUTS; ++i)
+
163  outputs[i] += frames;
+
164  }
+
165 
+
166  // no more MIDI events available
+
167  if (remainingMidiEventCount == 0)
+
168  {
+
169  frames = remainingFrames;
+
170  midiEvents = nullptr;
+
171  midiEventCount = 0;
+
172  remainingFrames = 0;
+
173  totalFramesUsed += frames;
+
174  return true;
+
175  }
+
176 
+
177  // if there were midi events before, increment pointer
+
178  if (midiEventCount != 0)
+
179  midiEvents += midiEventCount;
+
180 
+
181  const uint32_t firstEventFrame = midiEvents[0].frame;
+
182  DISTRHO_SAFE_ASSERT_UINT2_RETURN(firstEventFrame >= totalFramesUsed,
+
183  firstEventFrame, totalFramesUsed, false);
+
184 
+
185  midiEventCount = 1;
+
186  while (midiEventCount < remainingMidiEventCount)
+
187  {
+
188  if (midiEvents[midiEventCount].frame == firstEventFrame)
+
189  ++midiEventCount;
+
190  else
+
191  break;
+
192  }
+
193 
+
194  frames = firstEventFrame - totalFramesUsed;
+
195  remainingFrames -= frames;
+
196  remainingMidiEventCount -= midiEventCount;
+
197  totalFramesUsed += frames;
+
198  return true;
+
199  }
+
200 
+
201 private:
+
202  /** @internal */
+
203  uint32_t remainingFrames;
+
204  uint32_t remainingMidiEventCount;
+
205  uint32_t totalFramesUsed;
+
206 };
+
207 #endif
+
208 
+
209 /** @} */
+
210 
+
211 // -----------------------------------------------------------------------------------------------------------
+
212 
+
213 END_NAMESPACE_DISTRHO
+
214 
+
215 #endif // DISTRHO_PLUGIN_UTILS_HPP_INCLUDED
-
AudioMidiSyncHelper::nextEvent
bool nextEvent()
Definition: DistrhoPluginUtils.hpp:117
+
AudioMidiSyncHelper::nextEvent
bool nextEvent()
Definition: DistrhoPluginUtils.hpp:131
+
getBinaryFilename
const char * getBinaryFilename()
START_NAMESPACE_DISTRHO
#define START_NAMESPACE_DISTRHO
Definition: DistrhoInfo.hpp:828
MidiEvent
Definition: DistrhoPlugin.hpp:618
END_NAMESPACE_DISTRHO
#define END_NAMESPACE_DISTRHO
Definition: DistrhoInfo.hpp:834
MidiEvent::frame
uint32_t frame
Definition: DistrhoPlugin.hpp:627
DISTRHO_PLUGIN_NUM_OUTPUTS
#define DISTRHO_PLUGIN_NUM_OUTPUTS
Definition: DistrhoInfo.hpp:493
-
AudioMidiSyncHelper::outputs
float * outputs[2]
Definition: DistrhoPluginUtils.hpp:92
-
AudioMidiSyncHelper::AudioMidiSyncHelper
AudioMidiSyncHelper(float **const o, uint32_t f, const MidiEvent *m, uint32_t mc)
Definition: DistrhoPluginUtils.hpp:100
-
AudioMidiSyncHelper
Definition: DistrhoPluginUtils.hpp:89
+
AudioMidiSyncHelper::outputs
float * outputs[2]
Definition: DistrhoPluginUtils.hpp:106
+
AudioMidiSyncHelper::AudioMidiSyncHelper
AudioMidiSyncHelper(float **const o, uint32_t f, const MidiEvent *m, uint32_t mc)
Definition: DistrhoPluginUtils.hpp:114
+
getPluginFormatName
const char * getPluginFormatName() noexcept
+
getResourcePath
const char * getResourcePath(const char *bundlePath) noexcept
+
AudioMidiSyncHelper
Definition: DistrhoPluginUtils.hpp:103
diff --git a/DistrhoPlugin_8hpp_source.html b/DistrhoPlugin_8hpp_source.html index d1358b60..d0e4d337 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 cd9dd2eb..abdc3c21 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 5e8e31eb..6fd1a899 100644 --- a/DistrhoUtils_8hpp_source.html +++ b/DistrhoUtils_8hpp_source.html @@ -129,251 +129,294 @@ $(function() {
58 #define DISTRHO_MACRO_AS_STRING_VALUE(MACRO) #MACRO
59 #define DISTRHO_MACRO_AS_STRING(MACRO) DISTRHO_MACRO_AS_STRING_VALUE(MACRO)
60 
-
61 // -----------------------------------------------------------------------
-
62 // misc functions
-
63 
-
64 /*
-
65  * Return a 64-bit number from 4 8-bit numbers.
-
66  */
-
67 static inline constexpr
-
68 int64_t d_cconst(const uint8_t a, const uint8_t b, const uint8_t c, const uint8_t d) noexcept
-
69 {
-
70  return (a << 24) | (b << 16) | (c << 8) | (d << 0);
-
71 }
-
72 
-
73 /*
-
74  * Return an hexadecimal representation of a MAJ.MIN.MICRO version number.
-
75  */
-
76 static inline constexpr
-
77 uint32_t d_version(const uint8_t major, const uint8_t minor, const uint8_t micro) noexcept
-
78 {
-
79  return uint32_t(major << 16) | uint32_t(minor << 8) | (micro << 0);
-
80 }
-
81 
-
82 /*
-
83  * Dummy function.
-
84  */
-
85 static inline
-
86 void d_pass() noexcept {}
-
87 
-
88 // -----------------------------------------------------------------------
-
89 // string print functions
-
90 
-
91 /*
-
92  * Print a string to stdout with newline (gray color).
-
93  * Does nothing if DEBUG is not defined.
-
94  */
-
95 #ifndef DEBUG
-
96 # define d_debug(...)
-
97 #else
-
98 static inline
-
99 void d_debug(const char* const fmt, ...) noexcept
-
100 {
-
101  try {
-
102  va_list args;
-
103  va_start(args, fmt);
-
104  std::fprintf(stdout, "\x1b[30;1m");
-
105  std::vfprintf(stdout, fmt, args);
-
106  std::fprintf(stdout, "\x1b[0m\n");
-
107  va_end(args);
-
108  } catch (...) {}
-
109 }
-
110 #endif
-
111 
-
112 /*
-
113  * Print a string to stdout with newline.
-
114  */
-
115 static inline
-
116 void d_stdout(const char* const fmt, ...) noexcept
-
117 {
-
118  try {
-
119  va_list args;
-
120  va_start(args, fmt);
-
121  std::vfprintf(stdout, fmt, args);
-
122  std::fprintf(stdout, "\n");
-
123  va_end(args);
-
124  } catch (...) {}
-
125 }
-
126 
-
127 /*
-
128  * Print a string to stderr with newline.
+
61 /* ------------------------------------------------------------------------------------------------------------
+
62  * misc functions */
+
63 
+
64 /**
+
65  @defgroup MiscellaneousFunctions Miscellaneous functions
+
66 
+
67  @{
+
68  */
+
69 
+
70 /**
+
71  Return a 32-bit number from 4 8-bit numbers.@n
+
72  The return type is a int64_t for better compatibility with plugin formats that use such numbers.
+
73  */
+
74 static inline constexpr
+
75 int64_t d_cconst(const uint8_t a, const uint8_t b, const uint8_t c, const uint8_t d) noexcept
+
76 {
+
77  return (a << 24) | (b << 16) | (c << 8) | (d << 0);
+
78 }
+
79 
+
80 /**
+
81  Return an hexadecimal representation of a MAJ.MIN.MICRO version number.
+
82  */
+
83 static inline constexpr
+
84 uint32_t d_version(const uint8_t major, const uint8_t minor, const uint8_t micro) noexcept
+
85 {
+
86  return uint32_t(major << 16) | uint32_t(minor << 8) | (micro << 0);
+
87 }
+
88 
+
89 /**
+
90  Dummy, no-op function.
+
91  */
+
92 static inline
+
93 void d_pass() noexcept {}
+
94 
+
95 /** @} */
+
96 
+
97 /* ------------------------------------------------------------------------------------------------------------
+
98  * string print functions */
+
99 
+
100 /**
+
101  @defgroup StringPrintFunctions String print functions
+
102 
+
103  @{
+
104  */
+
105 
+
106 /**
+
107  Print a string to stdout with newline (gray color).
+
108  Does nothing if DEBUG is not defined.
+
109  */
+
110 #ifndef DEBUG
+
111 # define d_debug(...)
+
112 #else
+
113 static inline
+
114 void d_debug(const char* const fmt, ...) noexcept
+
115 {
+
116  try {
+
117  va_list args;
+
118  va_start(args, fmt);
+
119  std::fprintf(stdout, "\x1b[30;1m");
+
120  std::vfprintf(stdout, fmt, args);
+
121  std::fprintf(stdout, "\x1b[0m\n");
+
122  va_end(args);
+
123  } catch (...) {}
+
124 }
+
125 #endif
+
126 
+
127 /**
+
128  Print a string to stdout with newline.
129  */
130 static inline
-
131 void d_stderr(const char* const fmt, ...) noexcept
+
131 void d_stdout(const char* const fmt, ...) noexcept
132 {
133  try {
134  va_list args;
135  va_start(args, fmt);
-
136  std::vfprintf(stderr, fmt, args);
-
137  std::fprintf(stderr, "\n");
+
136  std::vfprintf(stdout, fmt, args);
+
137  std::fprintf(stdout, "\n");
138  va_end(args);
139  } catch (...) {}
140 }
-
141 
-
142 /*
-
143  * Print a string to stderr with newline (red color).
+
141 
+
142 /**
+
143  Print a string to stderr with newline.
144  */
145 static inline
-
146 void d_stderr2(const char* const fmt, ...) noexcept
+
146 void d_stderr(const char* const fmt, ...) noexcept
147 {
148  try {
149  va_list args;
150  va_start(args, fmt);
-
151  std::fprintf(stderr, "\x1b[31m");
-
152  std::vfprintf(stderr, fmt, args);
-
153  std::fprintf(stderr, "\x1b[0m\n");
-
154  va_end(args);
-
155  } catch (...) {}
-
156 }
-
157 
-
158 /*
-
159  * Print a safe assertion error message.
-
160  */
-
161 static inline
-
162 void d_safe_assert(const char* const assertion, const char* const file, const int line) noexcept
-
163 {
-
164  d_stderr2("assertion failure: \"%s\" in file %s, line %i", assertion, file, line);
-
165 }
-
166 
-
167 /*
-
168  * Print a safe assertion error message, with 1 extra signed integer value.
-
169  */
-
170 static inline
-
171 void d_safe_assert_int(const char* const assertion, const char* const file,
-
172  const int line, const int value) noexcept
-
173 {
-
174  d_stderr2("assertion failure: \"%s\" in file %s, line %i, value %i", assertion, file, line, value);
-
175 }
-
176 
-
177 /*
-
178  * Print a safe assertion error message, with 1 extra unsigned integer value.
-
179  */
-
180 static inline
-
181 void d_safe_assert_uint(const char* const assertion, const char* const file,
-
182  const int line, const uint value) noexcept
-
183 {
-
184  d_stderr2("assertion failure: \"%s\" in file %s, line %i, value %u", assertion, file, line, value);
-
185 }
-
186 
-
187 /*
-
188  * Print a safe assertion error message, with 2 extra signed integer values.
-
189  */
-
190 static inline
-
191 void d_safe_assert_int2(const char* const assertion, const char* const file,
-
192  const int line, const int v1, const int v2) noexcept
-
193 {
-
194  d_stderr2("assertion failure: \"%s\" in file %s, line %i, v1 %i, v2 %i", assertion, file, line, v1, v2);
-
195 }
-
196 
-
197 /*
-
198  * Print a safe assertion error message, with 2 extra unsigned integer values.
-
199  */
-
200 static inline
-
201 void d_safe_assert_uint2(const char* const assertion, const char* const file,
-
202  const int line, const uint v1, const uint v2) noexcept
-
203 {
-
204  d_stderr2("assertion failure: \"%s\" in file %s, line %i, v1 %u, v2 %u", assertion, file, line, v1, v2);
-
205 }
-
206 
-
207 /*
-
208  * Print a safe assertion error message, with a custom error message.
-
209  */
-
210 static inline
-
211 void d_custom_safe_assert(const char* const message, const char* const assertion, const char* const file,
-
212  const int line) noexcept
-
213 {
-
214  d_stderr2("assertion failure: %s, condition \"%s\" in file %s, line %i", message, assertion, file, line);
-
215 }
-
216 
-
217 /*
-
218  * Print a safe exception error message.
-
219  */
-
220 static inline
-
221 void d_safe_exception(const char* const exception, const char* const file, const int line) noexcept
-
222 {
-
223  d_stderr2("exception caught: \"%s\" in file %s, line %i", exception, file, line);
-
224 }
-
225 
-
226 // -----------------------------------------------------------------------
-
227 // math functions
-
228 
-
229 /*
-
230  * Safely compare two floating point numbers.
-
231  * Returns true if they match.
-
232  */
-
233 template<typename T>
-
234 static inline
-
235 bool d_isEqual(const T& v1, const T& v2)
-
236 {
-
237  return std::abs(v1-v2) < std::numeric_limits<T>::epsilon();
-
238 }
-
239 
-
240 /*
-
241  * Safely compare two floating point numbers.
-
242  * Returns true if they don't match.
-
243  */
-
244 template<typename T>
-
245 static inline
-
246 bool d_isNotEqual(const T& v1, const T& v2)
-
247 {
-
248  return std::abs(v1-v2) >= std::numeric_limits<T>::epsilon();
-
249 }
-
250 
-
251 /*
-
252  * Safely check if a floating point number is zero.
-
253  */
-
254 template<typename T>
-
255 static inline
-
256 bool d_isZero(const T& value)
-
257 {
-
258  return std::abs(value) < std::numeric_limits<T>::epsilon();
-
259 }
-
260 
-
261 /*
-
262  * Safely check if a floating point number is not zero.
-
263  */
-
264 template<typename T>
-
265 static inline
-
266 bool d_isNotZero(const T& value)
-
267 {
-
268  return std::abs(value) >= std::numeric_limits<T>::epsilon();
-
269 }
-
270 
-
271 /*
-
272  * Get next power of 2.
-
273  */
-
274 static inline
-
275 uint32_t d_nextPowerOf2(uint32_t size) noexcept
-
276 {
-
277  DISTRHO_SAFE_ASSERT_RETURN(size > 0, 0);
-
278 
-
279  // http://graphics.stanford.edu/~seander/bithacks.html#RoundUpPowerOf2
-
280  --size;
-
281  size |= size >> 1;
-
282  size |= size >> 2;
-
283  size |= size >> 4;
-
284  size |= size >> 8;
-
285  size |= size >> 16;
-
286  return ++size;
-
287 }
-
288 
-
289 // -----------------------------------------------------------------------
-
290 
-
291 #ifndef DONT_SET_USING_DISTRHO_NAMESPACE
-
292  // If your code uses a lot of DISTRHO classes, then this will obviously save you
-
293  // a lot of typing, but can be disabled by setting DONT_SET_USING_DISTRHO_NAMESPACE.
-
294  namespace DISTRHO_NAMESPACE {}
-
295  using namespace DISTRHO_NAMESPACE;
-
296 #endif
-
297 
-
298 // -----------------------------------------------------------------------
-
299 
-
300 #endif // DISTRHO_UTILS_HPP_INCLUDED
+
151  std::vfprintf(stderr, fmt, args);
+
152  std::fprintf(stderr, "\n");
+
153  va_end(args);
+
154  } catch (...) {}
+
155 }
+
156 
+
157 /**
+
158  Print a string to stderr with newline (red color).
+
159  */
+
160 static inline
+
161 void d_stderr2(const char* const fmt, ...) noexcept
+
162 {
+
163  try {
+
164  va_list args;
+
165  va_start(args, fmt);
+
166  std::fprintf(stderr, "\x1b[31m");
+
167  std::vfprintf(stderr, fmt, args);
+
168  std::fprintf(stderr, "\x1b[0m\n");
+
169  va_end(args);
+
170  } catch (...) {}
+
171 }
+
172 
+
173 /**
+
174  Print a safe assertion error message.
+
175  */
+
176 static inline
+
177 void d_safe_assert(const char* const assertion, const char* const file, const int line) noexcept
+
178 {
+
179  d_stderr2("assertion failure: \"%s\" in file %s, line %i", assertion, file, line);
+
180 }
+
181 
+
182 /**
+
183  Print a safe assertion error message, with 1 extra signed integer value.
+
184  */
+
185 static inline
+
186 void d_safe_assert_int(const char* const assertion, const char* const file,
+
187  const int line, const int value) noexcept
+
188 {
+
189  d_stderr2("assertion failure: \"%s\" in file %s, line %i, value %i", assertion, file, line, value);
+
190 }
+
191 
+
192 /**
+
193  Print a safe assertion error message, with 1 extra unsigned integer value.
+
194  */
+
195 static inline
+
196 void d_safe_assert_uint(const char* const assertion, const char* const file,
+
197  const int line, const uint value) noexcept
+
198 {
+
199  d_stderr2("assertion failure: \"%s\" in file %s, line %i, value %u", assertion, file, line, value);
+
200 }
+
201 
+
202 /**
+
203  Print a safe assertion error message, with 2 extra signed integer values.
+
204  */
+
205 static inline
+
206 void d_safe_assert_int2(const char* const assertion, const char* const file,
+
207  const int line, const int v1, const int v2) noexcept
+
208 {
+
209  d_stderr2("assertion failure: \"%s\" in file %s, line %i, v1 %i, v2 %i", assertion, file, line, v1, v2);
+
210 }
+
211 
+
212 /**
+
213  Print a safe assertion error message, with 2 extra unsigned integer values.
+
214  */
+
215 static inline
+
216 void d_safe_assert_uint2(const char* const assertion, const char* const file,
+
217  const int line, const uint v1, const uint v2) noexcept
+
218 {
+
219  d_stderr2("assertion failure: \"%s\" in file %s, line %i, v1 %u, v2 %u", assertion, file, line, v1, v2);
+
220 }
+
221 
+
222 /**
+
223  Print a safe assertion error message, with a custom error message.
+
224  */
+
225 static inline
+
226 void d_custom_safe_assert(const char* const message, const char* const assertion, const char* const file,
+
227  const int line) noexcept
+
228 {
+
229  d_stderr2("assertion failure: %s, condition \"%s\" in file %s, line %i", message, assertion, file, line);
+
230 }
+
231 
+
232 /**
+
233  Print a safe exception error message.
+
234  */
+
235 static inline
+
236 void d_safe_exception(const char* const exception, const char* const file, const int line) noexcept
+
237 {
+
238  d_stderr2("exception caught: \"%s\" in file %s, line %i", exception, file, line);
+
239 }
+
240 
+
241 /** @} */
+
242 
+
243 /* ------------------------------------------------------------------------------------------------------------
+
244  * math functions */
+
245 
+
246 /**
+
247  @defgroup MathFunctions Math related functions
+
248 
+
249  @{
+
250  */
+
251 
+
252 /**
+
253  Safely compare two floating point numbers.
+
254  Returns true if they match.
+
255  */
+
256 template<typename T>
+
257 static inline
+
258 bool d_isEqual(const T& v1, const T& v2)
+
259 {
+
260  return std::abs(v1-v2) < std::numeric_limits<T>::epsilon();
+
261 }
+
262 
+
263 /**
+
264  Safely compare two floating point numbers.
+
265  Returns true if they don't match.
+
266  */
+
267 template<typename T>
+
268 static inline
+
269 bool d_isNotEqual(const T& v1, const T& v2)
+
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.
+
276  */
+
277 template<typename T>
+
278 static inline
+
279 bool d_isZero(const T& value)
+
280 {
+
281  return std::abs(value) < std::numeric_limits<T>::epsilon();
+
282 }
+
283 
+
284 /**
+
285  Safely check if a floating point number is not zero.
+
286  */
+
287 template<typename T>
+
288 static inline
+
289 bool d_isNotZero(const T& value)
+
290 {
+
291  return std::abs(value) >= std::numeric_limits<T>::epsilon();
+
292 }
+
293 
+
294 /**
+
295  Get next power of 2.
+
296  */
+
297 static inline
+
298 uint32_t d_nextPowerOf2(uint32_t size) noexcept
+
299 {
+
300  DISTRHO_SAFE_ASSERT_RETURN(size > 0, 0);
+
301 
+
302  // http://graphics.stanford.edu/~seander/bithacks.html#RoundUpPowerOf2
+
303  --size;
+
304  size |= size >> 1;
+
305  size |= size >> 2;
+
306  size |= size >> 4;
+
307  size |= size >> 8;
+
308  size |= size >> 16;
+
309  return ++size;
+
310 }
+
311 
+
312 /** @} */
+
313 
+
314 // -----------------------------------------------------------------------
+
315 
+
316 #ifndef DONT_SET_USING_DISTRHO_NAMESPACE
+
317  // If your code uses a lot of DISTRHO classes, then this will obviously save you
+
318  // a lot of typing, but can be disabled by setting DONT_SET_USING_DISTRHO_NAMESPACE.
+
319  namespace DISTRHO_NAMESPACE {}
+
320  using namespace DISTRHO_NAMESPACE;
+
321 #endif
+
322 
+
323 // -----------------------------------------------------------------------
+
324 
+
325 #endif // DISTRHO_UTILS_HPP_INCLUDED
+
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_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
+
d_version
static constexpr uint32_t d_version(const uint8_t major, const uint8_t minor, const uint8_t micro) noexcept
Definition: DistrhoUtils.hpp:84
+
d_cconst
static constexpr int64_t d_cconst(const uint8_t a, const uint8_t b, const uint8_t c, const uint8_t d) noexcept
Definition: DistrhoUtils.hpp:75
+
d_safe_assert_int
static void d_safe_assert_int(const char *const assertion, const char *const file, const int line, const int value) noexcept
Definition: DistrhoUtils.hpp:186
+
d_safe_assert
static void d_safe_assert(const char *const assertion, const char *const file, const int line) noexcept
Definition: DistrhoUtils.hpp:177
+
d_debug
static void d_debug(const char *const fmt,...) noexcept
Definition: DistrhoUtils.hpp:114
+
d_stderr2
static void d_stderr2(const char *const fmt,...) noexcept
Definition: DistrhoUtils.hpp:161
+
d_isEqual
static bool d_isEqual(const T &v1, const T &v2)
Definition: DistrhoUtils.hpp:258
+
d_stderr
static void d_stderr(const char *const fmt,...) noexcept
Definition: DistrhoUtils.hpp:146
+
d_isNotZero
static bool d_isNotZero(const T &value)
Definition: DistrhoUtils.hpp:289
+
d_safe_exception
static void d_safe_exception(const char *const exception, const char *const file, const int line) noexcept
Definition: DistrhoUtils.hpp:236
DISTRHO_NAMESPACE
#define DISTRHO_NAMESPACE
Definition: DistrhoInfo.hpp:821
+
d_custom_safe_assert
static void d_custom_safe_assert(const char *const message, const char *const assertion, const char *const file, const int line) noexcept
Definition: DistrhoUtils.hpp:226
+
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 d8c09601..9c8af039 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 520baa49..6668372a 100644 --- a/ExternalWindow_8hpp_source.html +++ b/ExternalWindow_8hpp_source.html @@ -531,7 +531,7 @@ $(function() {
460 
461  if (p == pid || (p == -1 && errno == ECHILD))
462  {
-
463  d_stdout("NOTICE: Child process exited while idle");
+
463  d_stdout("NOTICE: Child process exited while idle");
464  pid = 0;
465  return false;
466  }
@@ -553,7 +553,7 @@ $(function() {
482  return false;
483 
484  case -1:
-
485  d_stderr("Could not start external ui");
+
485  d_stderr("Could not start external ui");
486  return false;
487 
488  default:
@@ -566,7 +566,7 @@ $(function() {
495  if (pid <= 0)
496  return;
497 
-
498  d_stdout("Waiting for external process to stop,,,");
+
498  d_stdout("Waiting for external process to stop,,,");
499 
500  bool sendTerm = true;
501 
@@ -587,7 +587,7 @@ $(function() {
516  case -1:
517  if (errno == ECHILD)
518  {
-
519  d_stdout("Done! (no such process)");
+
519  d_stdout("Done! (no such process)");
520  pid = 0;
521  return;
522  }
@@ -596,7 +596,7 @@ $(function() {
525  default:
526  if (p == pid)
527  {
-
528  d_stdout("Done! (clean wait)");
+
528  d_stdout("Done! (clean wait)");
529  pid = 0;
530  return;
531  }
@@ -659,6 +659,7 @@ $(function() {
ExternalWindow::hide
void hide()
Definition: ExternalWindow.hpp:252
ExternalWindow::getParentWindowHandle
uintptr_t getParentWindowHandle() const noexcept
Definition: ExternalWindow.hpp:228
ExternalWindow::show
void show()
Definition: ExternalWindow.hpp:344
+
d_stdout
static void d_stdout(const char *const fmt,...) noexcept
Definition: DistrhoUtils.hpp:131
ExternalWindow::setHeight
void setHeight(uint height)
Definition: ExternalWindow.hpp:286
ExternalWindow::transientParentWindowChanged
virtual void transientParentWindowChanged(uintptr_t)
Definition: ExternalWindow.hpp:434
END_NAMESPACE_DISTRHO
#define END_NAMESPACE_DISTRHO
Definition: DistrhoInfo.hpp:834
@@ -675,6 +676,7 @@ $(function() {
ExternalWindow::getWidth
uint getWidth() const noexcept
Definition: ExternalWindow.hpp:187
ExternalWindow::visibilityChanged
virtual void visibilityChanged(bool)
Definition: ExternalWindow.hpp:426
ExternalWindow::setSize
void setSize(uint width, uint height)
Definition: ExternalWindow.hpp:296
+
d_stderr
static void d_stderr(const char *const fmt,...) noexcept
Definition: DistrhoUtils.hpp:146
ExternalWindow::focus
virtual void focus()
Definition: ExternalWindow.hpp:150
ExternalWindow::getScaleFactor
double getScaleFactor() const noexcept
Definition: ExternalWindow.hpp:205
ExternalWindow::getTransientWindowId
uintptr_t getTransientWindowId() const noexcept
Definition: ExternalWindow.hpp:238
@@ -685,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 79efd0f7..c93fb59b 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 2c998d1c..76b626d6 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 3403ed4e..9efb6fc3 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 ec2e3fd0..cd7a44e0 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 36904260..3b88da7b 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 059be165..31e78ad1 100644 --- a/LeakDetector_8hpp_source.html +++ b/LeakDetector_8hpp_source.html @@ -187,7 +187,7 @@ $(function() {
116  your object management. Tut, tut. Always, always use ScopedPointers, OwnedArrays,
117  ReferenceCountedObjects, etc, and avoid the 'delete' operator at all costs!
118  */
-
119  d_stderr2("*** Dangling pointer deletion! Class: '%s', Count: %i", getLeakedObjectClassName(), getCounter().numObjects);
+
119  d_stderr2("*** Dangling pointer deletion! Class: '%s', Count: %i", getLeakedObjectClassName(), getCounter().numObjects);
120  }
121  }
122 
@@ -210,7 +210,7 @@ $(function() {
139  your object management. Tut, tut. Always, always use ScopedPointers, OwnedArrays,
140  ReferenceCountedObjects, etc, and avoid the 'delete' operator at all costs!
141  */
-
142  d_stderr2("*** Leaked objects detected: %i instance(s) of class '%s'", numObjects, getLeakedObjectClassName());
+
142  d_stderr2("*** Leaked objects detected: %i instance(s) of class '%s'", numObjects, getLeakedObjectClassName());
143  }
144  }
145 
@@ -238,11 +238,12 @@ $(function() {
START_NAMESPACE_DISTRHO
#define START_NAMESPACE_DISTRHO
Definition: DistrhoInfo.hpp:828
END_NAMESPACE_DISTRHO
#define END_NAMESPACE_DISTRHO
Definition: DistrhoInfo.hpp:834
+
d_stderr2
static void d_stderr2(const char *const fmt,...) noexcept
Definition: DistrhoUtils.hpp:161
LeakedObjectDetector
Definition: LeakDetector.hpp:97
LeakedObjectDetector::~LeakedObjectDetector
~LeakedObjectDetector() noexcept
Definition: LeakDetector.hpp:104
diff --git a/LibraryUtils_8hpp_source.html b/LibraryUtils_8hpp_source.html index b07ed785..b3766bfe 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 c9b7ca5e..4b3685b0 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 41319499..e5c56b2b 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 33dd389e..b902ce24 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 5fa8a555..b6ea3bdc 100644 --- a/RingBuffer_8hpp_source.html +++ b/RingBuffer_8hpp_source.html @@ -621,7 +621,7 @@ $(function() {
550  if (! errorReading)
551  {
552  errorReading = true;
-
553  d_stderr2("RingBuffer::tryRead(%p, %lu): failed, not enough space", buf, (ulong)size);
+
553  d_stderr2("RingBuffer::tryRead(%p, %lu): failed, not enough space", buf, (ulong)size);
554  }
555  return false;
556  }
@@ -675,7 +675,7 @@ $(function() {
604  if (! errorWriting)
605  {
606  errorWriting = true;
-
607  d_stderr2("RingBuffer::tryWrite(%p, %lu): failed, not enough space", buf, (ulong)size);
+
607  d_stderr2("RingBuffer::tryWrite(%p, %lu): failed, not enough space", buf, (ulong)size);
608  }
609  buffer->invalidateCommit = true;
610  return false;
@@ -772,7 +772,7 @@ $(function() {
701  DISTRHO_SAFE_ASSERT_RETURN(heapBuffer.buf == nullptr, false);
702  DISTRHO_SAFE_ASSERT_RETURN(size > 0, false);
703 
-
704  const uint32_t p2size = d_nextPowerOf2(size);
+
704  const uint32_t p2size = d_nextPowerOf2(size);
705 
706  try {
707  heapBuffer.buf = new uint8_t[p2size];
@@ -846,6 +846,7 @@ $(function() {
HeapBuffer::tail
uint32_t tail
Definition: RingBuffer.hpp:67
END_NAMESPACE_DISTRHO
#define END_NAMESPACE_DISTRHO
Definition: DistrhoInfo.hpp:834
RingBufferControl::writeCustomType
bool writeCustomType(const T &type) noexcept
Definition: RingBuffer.hpp:473
+
d_nextPowerOf2
static uint32_t d_nextPowerOf2(uint32_t size) noexcept
Definition: DistrhoUtils.hpp:298
HeapRingBuffer::HeapRingBuffer
HeapRingBuffer() noexcept
Definition: RingBuffer.hpp:680
RingBufferControl
Definition: RingBuffer.hpp:167
RingBufferControl::writeCustomData
bool writeCustomData(const void *const data, const uint32_t size) noexcept
Definition: RingBuffer.hpp:460
@@ -855,6 +856,7 @@ $(function() {
HeapBuffer::size
uint32_t size
Definition: RingBuffer.hpp:54
HeapRingBuffer
Definition: RingBuffer.hpp:676
HeapBuffer::wrtn
uint32_t wrtn
Definition: RingBuffer.hpp:74
+
d_stderr2
static void d_stderr2(const char *const fmt,...) noexcept
Definition: DistrhoUtils.hpp:161
HeapRingBuffer::createBuffer
bool createBuffer(const uint32_t size) noexcept
Definition: RingBuffer.hpp:699
SmallStackBuffer
Definition: RingBuffer.hpp:93
HeapRingBuffer::deleteBuffer
void deleteBuffer() noexcept
Definition: RingBuffer.hpp:716
@@ -864,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 5a8bd094..107e2a17 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 1acd6c38..cf2a6514 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 f310fc3e..dd124ad7 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 f0873964..9cb7380c 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 38eef8a9..f38da229 100644 --- a/String_8hpp_source.html +++ b/String_8hpp_source.html @@ -496,7 +496,7 @@ $(function() {
425  if (ret < 0)
426  {
427  // should never happen!
-
428  d_safe_assert_int("ret >= 0", __FILE__, __LINE__, int(ret));
+
428  d_safe_assert_int("ret >= 0", __FILE__, __LINE__, int(ret));
429 
430  if (found != nullptr)
431  *found = false;
@@ -753,7 +753,7 @@ $(function() {
682  "0123456789+/";
683 
684 #ifndef _MSC_VER
-
685  const std::size_t kTmpBufSize = std::min(d_nextPowerOf2(static_cast<uint32_t>(dataSize/3)), 65536U);
+
685  const std::size_t kTmpBufSize = std::min(d_nextPowerOf2(static_cast<uint32_t>(dataSize/3)), 65536U);
686 #else
687  constexpr std::size_t kTmpBufSize = 65536U;
688 #endif
@@ -833,7 +833,7 @@ $(function() {
762  if (pos < fBufferLen)
763  return fBuffer[pos];
764 
-
765  d_safe_assert("pos < fBufferLen", __FILE__, __LINE__);
+
765  d_safe_assert("pos < fBufferLen", __FILE__, __LINE__);
766 
767  static char fallback;
768  fallback = '\0';
@@ -845,7 +845,7 @@ $(function() {
774  if (pos < fBufferLen)
775  return fBuffer[pos];
776 
-
777  d_safe_assert("pos < fBufferLen", __FILE__, __LINE__);
+
777  d_safe_assert("pos < fBufferLen", __FILE__, __LINE__);
778 
779  static char fallback;
780  fallback = '\0';
@@ -1063,10 +1063,13 @@ $(function() {
START_NAMESPACE_DISTRHO
#define START_NAMESPACE_DISTRHO
Definition: DistrhoInfo.hpp:828
String
Definition: String.hpp:30
END_NAMESPACE_DISTRHO
#define END_NAMESPACE_DISTRHO
Definition: DistrhoInfo.hpp:834
+
d_nextPowerOf2
static uint32_t d_nextPowerOf2(uint32_t size) noexcept
Definition: DistrhoUtils.hpp:298
+
d_safe_assert_int
static void d_safe_assert_int(const char *const assertion, const char *const file, const int line, const int value) noexcept
Definition: DistrhoUtils.hpp:186
+
d_safe_assert
static void d_safe_assert(const char *const assertion, const char *const file, const int line) noexcept
Definition: DistrhoUtils.hpp:177
ScopedSafeLocale
Definition: ScopedSafeLocale.hpp:57
diff --git a/SubWidget_8hpp_source.html b/SubWidget_8hpp_source.html index 683a91c4..29b030b8 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 50a63961..dd41742a 100644 --- a/Thread_8hpp_source.html +++ b/Thread_8hpp_source.html @@ -185,12 +185,12 @@ $(function() {
114 # endif
115  pthread_attr_setschedparam(&attr, &sched_param) == 0)
116  {
-
117  d_stdout("Thread setup with realtime priority successful");
+
117  d_stdout("Thread setup with realtime priority successful");
118  }
119  else
120 #endif
121  {
-
122  d_stdout("Thread setup with realtime priority failed, going with normal priority instead");
+
122  d_stdout("Thread setup with realtime priority failed, going with normal priority instead");
123  pthread_attr_destroy(&attr);
124  pthread_attr_init(&attr);
125  }
@@ -205,7 +205,7 @@ $(function() {
134 
135  if (withRealtimePriority && !ok)
136  {
-
137  d_stdout("Thread with realtime priority failed on creation, going with normal priority instead");
+
137  d_stdout("Thread with realtime priority failed on creation, going with normal priority instead");
138  pthread_attr_init(&attr);
139  ok = pthread_create(&handle, &attr, _entryPoint, this) == 0;
140  pthread_attr_destroy(&attr);
@@ -262,7 +262,7 @@ $(function() {
191  if (isThreadRunning())
192  {
193  // should never happen!
-
194  d_stderr2("assertion failure: \"! isThreadRunning()\" in file %s, line %i", __FILE__, __LINE__);
+
194  d_stderr2("assertion failure: \"! isThreadRunning()\" in file %s, line %i", __FILE__, __LINE__);
195 
196  // copy thread id so we can clear our one
197  pthread_t threadId;
@@ -406,14 +406,16 @@ $(function() {
START_NAMESPACE_DISTRHO
#define START_NAMESPACE_DISTRHO
Definition: DistrhoInfo.hpp:828
String
Definition: String.hpp:30
+
d_stdout
static void d_stdout(const char *const fmt,...) noexcept
Definition: DistrhoUtils.hpp:131
Signal
Definition: Mutex.hpp:186
END_NAMESPACE_DISTRHO
#define END_NAMESPACE_DISTRHO
Definition: DistrhoInfo.hpp:834
ScopeLocker
Definition: Mutex.hpp:268
Mutex
Definition: Mutex.hpp:39
+
d_stderr2
static void d_stderr2(const char *const fmt,...) noexcept
Definition: DistrhoUtils.hpp:161
Thread
Definition: Thread.hpp:33
diff --git a/TopLevelWidget_8hpp_source.html b/TopLevelWidget_8hpp_source.html index e08f1102..ee0f5636 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 dfb7625d..ab887229 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 7f8c8d0e..87064760 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 1f59ffa6..cd4a33b5 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 a6001ca9..54426909 100644 --- a/annotated.html +++ b/annotated.html @@ -156,7 +156,7 @@ $(function() { diff --git a/classApplication-members.html b/classApplication-members.html index c0b9f14e..196de20c 100644 --- a/classApplication-members.html +++ b/classApplication-members.html @@ -83,7 +83,7 @@ $(function() { diff --git a/classApplication.html b/classApplication.html index 04cacabf..139fcc9a 100644 --- a/classApplication.html +++ b/classApplication.html @@ -328,7 +328,7 @@ class Window diff --git a/classButtonEventHandler-members.html b/classButtonEventHandler-members.html index c2fa2410..f0a9c734 100644 --- a/classButtonEventHandler-members.html +++ b/classButtonEventHandler-members.html @@ -94,7 +94,7 @@ $(function() { diff --git a/classButtonEventHandler.html b/classButtonEventHandler.html index 64a729b5..d5987ccc 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 eabecdcf..07206339 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 06050210..7e33996b 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 287f2772..1cb81b55 100644 --- a/classCairoBaseWidget-members.html +++ b/classCairoBaseWidget-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/classCairoBaseWidget.html b/classCairoBaseWidget.html index c3052cbd..4d2aa28d 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 d2447597..17cf6790 100644 --- a/classCairoImage-members.html +++ b/classCairoImage-members.html @@ -102,7 +102,7 @@ $(function() { diff --git a/classCairoImage.html b/classCairoImage.html index 0758d255..6645c0c8 100644 --- a/classCairoImage.html +++ b/classCairoImage.html @@ -489,7 +489,7 @@ ImageFormat format diff --git a/classCircle-members.html b/classCircle-members.html index f8bf233a..0d53a0e5 100644 --- a/classCircle-members.html +++ b/classCircle-members.html @@ -93,7 +93,7 @@ $(function() { diff --git a/classCircle.html b/classCircle.html index 498cc9c9..31a91cae 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 55e28128..3a8735f7 100644 --- a/classExternalWindow-members.html +++ b/classExternalWindow-members.html @@ -105,7 +105,7 @@ $(function() { diff --git a/classExternalWindow.html b/classExternalWindow.html index 599259c4..a6e94f3c 100644 --- a/classExternalWindow.html +++ b/classExternalWindow.html @@ -1012,7 +1012,7 @@ class UI diff --git a/classHeapRingBuffer-members.html b/classHeapRingBuffer-members.html index 03a5b198..10790633 100644 --- a/classHeapRingBuffer-members.html +++ b/classHeapRingBuffer-members.html @@ -109,7 +109,7 @@ $(function() { diff --git a/classHeapRingBuffer.html b/classHeapRingBuffer.html index caaf2923..e60544f6 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 41cf0e70..544a9770 100644 --- a/classImageBase-members.html +++ b/classImageBase-members.html @@ -94,7 +94,7 @@ $(function() { diff --git a/classImageBase.html b/classImageBase.html index 9c5f8827..5f89cd85 100644 --- a/classImageBase.html +++ b/classImageBase.html @@ -723,7 +723,7 @@ ImageFormat format diff --git a/classImageBaseAboutWindow-members.html b/classImageBaseAboutWindow-members.html index 607121a8..de398593 100644 --- a/classImageBaseAboutWindow-members.html +++ b/classImageBaseAboutWindow-members.html @@ -143,7 +143,7 @@ $(function() { diff --git a/classImageBaseAboutWindow.html b/classImageBaseAboutWindow.html index 2a41532d..2e0fb809 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 14b07653..a29133c7 100644 --- a/classImageBaseButton-members.html +++ b/classImageBaseButton-members.html @@ -150,7 +150,7 @@ $(function() { diff --git a/classImageBaseButton.html b/classImageBaseButton.html index 84fa1853..698c97e6 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 2d039b0c..026ebc08 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 82f2af91..8a44df3d 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 3aa67dba..3b31d434 100644 --- a/classImageBaseKnob-members.html +++ b/classImageBaseKnob-members.html @@ -155,7 +155,7 @@ $(function() { diff --git a/classImageBaseKnob.html b/classImageBaseKnob.html index 9b96f9b3..ec27b97b 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 8e267b72..049f6033 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 c35b615a..24232a0f 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 bda2597e..4aa3af20 100644 --- a/classImageBaseSlider-members.html +++ b/classImageBaseSlider-members.html @@ -135,7 +135,7 @@ $(function() { diff --git a/classImageBaseSlider.html b/classImageBaseSlider.html index 7095e6d0..ff7f4a1e 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 d716f0f3..55c58bdf 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 8987cfc9..633f5ffb 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 1349fba5..ac057949 100644 --- a/classImageBaseSwitch-members.html +++ b/classImageBaseSwitch-members.html @@ -129,7 +129,7 @@ $(function() { diff --git a/classImageBaseSwitch.html b/classImageBaseSwitch.html index 4aa6b82c..76ff671a 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 27043d7b..95977094 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 e44fba62..c7679690 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 1d621edc..162c6f6d 100644 --- a/classKnobEventHandler-members.html +++ b/classKnobEventHandler-members.html @@ -97,7 +97,7 @@ $(function() { diff --git a/classKnobEventHandler.html b/classKnobEventHandler.html index 2699c84d..91ded9c5 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 75474495..802252b3 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 03d7d567..5160102e 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 8af524f1..6edf39bf 100644 --- a/classLeakedObjectDetector-members.html +++ b/classLeakedObjectDetector-members.html @@ -74,7 +74,7 @@ $(function() { diff --git a/classLeakedObjectDetector.html b/classLeakedObjectDetector.html index ccfee090..bfa75f0b 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 982b114d..d753db13 100644 --- a/classLine-members.html +++ b/classLine-members.html @@ -100,7 +100,7 @@ $(function() { diff --git a/classLine.html b/classLine.html index 76691015..b51a67f4 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 30e887ab..4751be48 100644 --- a/classMutex-members.html +++ b/classMutex-members.html @@ -76,7 +76,7 @@ $(function() { diff --git a/classMutex.html b/classMutex.html index b6d9dd98..67822f2d 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 5d25bafa..8494197f 100644 --- a/classNanoBaseWidget-members.html +++ b/classNanoBaseWidget-members.html @@ -199,7 +199,7 @@ $(function() { diff --git a/classNanoBaseWidget.html b/classNanoBaseWidget.html index d29512ab..c2160e76 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 6116d177..fb65ec7f 100644 --- a/classNanoImage-members.html +++ b/classNanoImage-members.html @@ -79,7 +79,7 @@ $(function() { diff --git a/classNanoImage.html b/classNanoImage.html index 5b234c77..32be22f3 100644 --- a/classNanoImage.html +++ b/classNanoImage.html @@ -251,7 +251,7 @@ class NanoVG diff --git a/classNanoVG-members.html b/classNanoVG-members.html index 2129ddc6..15af873a 100644 --- a/classNanoVG-members.html +++ b/classNanoVG-members.html @@ -197,7 +197,7 @@ $(function() { diff --git a/classNanoVG.html b/classNanoVG.html index 07e7bab2..2751f0d1 100644 --- a/classNanoVG.html +++ b/classNanoVG.html @@ -3457,7 +3457,7 @@ Text diff --git a/classOpenGLImage-members.html b/classOpenGLImage-members.html index 37084422..d608c466 100644 --- a/classOpenGLImage-members.html +++ b/classOpenGLImage-members.html @@ -106,7 +106,7 @@ $(function() { diff --git a/classOpenGLImage.html b/classOpenGLImage.html index 8786ed23..6f587e99 100644 --- a/classOpenGLImage.html +++ b/classOpenGLImage.html @@ -620,7 +620,7 @@ ImageFormat format diff --git a/classPlugin-members.html b/classPlugin-members.html index 442fd25f..69723bbf 100644 --- a/classPlugin-members.html +++ b/classPlugin-members.html @@ -105,7 +105,7 @@ $(function() { diff --git a/classPlugin.html b/classPlugin.html index 38eac4cd..a3d8c55d 100644 --- a/classPlugin.html +++ b/classPlugin.html @@ -311,9 +311,9 @@ This value will remain constant between activate and deactivate.

-

Get the bundle path where the plugin resides. Can return null if the plugin is not available in a bundle (if it is a single binary).

See also
getBinaryFilename
+

Get the bundle path where the plugin resides. Can return null if the plugin is not available in a bundle (if it is a single binary).

See also
getBinaryFilename
-getResourcePath
+getResourcePath
@@ -649,7 +649,7 @@ For commercial plugins this should return some short copyright information.

-

Get the plugin version, in hexadecimal.

See also
d_version()
+

Get the plugin version, in hexadecimal.

See also
d_version()
@@ -676,7 +676,7 @@ For commercial plugins this should return some short copyright information.

Get the plugin unique Id.
-This value is used by LADSPA, DSSI and VST plugin formats.

See also
d_cconst()
+This value is used by LADSPA, DSSI and VST plugin formats.

See also
d_cconst()
@@ -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 9337effa..56edd44e 100644 --- a/classPoint-members.html +++ b/classPoint-members.html @@ -95,7 +95,7 @@ $(function() { diff --git a/classPoint.html b/classPoint.html index ffa0d7e0..d2daade0 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 885f0639..072dacfb 100644 --- a/classRectangle-members.html +++ b/classRectangle-members.html @@ -116,7 +116,7 @@ $(function() { diff --git a/classRectangle.html b/classRectangle.html index 64f38364..3962d9dd 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 bc4b37bf..16576e5e 100644 --- a/classRecursiveMutex-members.html +++ b/classRecursiveMutex-members.html @@ -76,7 +76,7 @@ $(function() { diff --git a/classRecursiveMutex.html b/classRecursiveMutex.html index db6d245e..0410b504 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 3d302fe9..10838b2a 100644 --- a/classRingBufferControl-members.html +++ b/classRingBufferControl-members.html @@ -105,7 +105,7 @@ $(function() { diff --git a/classRingBufferControl.html b/classRingBufferControl.html index dcfcb124..027ca10f 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 4bcbd76a..83f566fb 100644 --- a/classScopeLocker-members.html +++ b/classScopeLocker-members.html @@ -73,7 +73,7 @@ $(function() { diff --git a/classScopeLocker.html b/classScopeLocker.html index a9239636..e23d4108 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 089b68d0..cdaef0d7 100644 --- a/classScopeTryLocker-members.html +++ b/classScopeTryLocker-members.html @@ -76,7 +76,7 @@ $(function() { diff --git a/classScopeTryLocker.html b/classScopeTryLocker.html index cf970eab..7609c9f6 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 40ac87b0..c6c3aeb9 100644 --- a/classScopeUnlocker-members.html +++ b/classScopeUnlocker-members.html @@ -73,7 +73,7 @@ $(function() { diff --git a/classScopeUnlocker.html b/classScopeUnlocker.html index 7cef1a20..c64f2d2e 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 a62861ad..57b7bc9b 100644 --- a/classScopedPointer-members.html +++ b/classScopedPointer-members.html @@ -84,7 +84,7 @@ $(function() { diff --git a/classScopedPointer.html b/classScopedPointer.html index efe8347c..cca1b783 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 8b3c365f..31600530 100644 --- a/classScopedSafeLocale-members.html +++ b/classScopedSafeLocale-members.html @@ -73,7 +73,7 @@ $(function() { diff --git a/classScopedSafeLocale.html b/classScopedSafeLocale.html index 9e80e5da..4619f496 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 8fb8fccd..3fb5c19b 100644 --- a/classSignal-members.html +++ b/classSignal-members.html @@ -75,7 +75,7 @@ $(function() { diff --git a/classSignal.html b/classSignal.html index fafa021a..1860efe9 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 18ae6649..f1848c8d 100644 --- a/classSize-members.html +++ b/classSize-members.html @@ -99,7 +99,7 @@ $(function() { diff --git a/classSize.html b/classSize.html index 523b3afa..9461c3df 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 83e63036..8c840266 100644 --- a/classSmallStackRingBuffer-members.html +++ b/classSmallStackRingBuffer-members.html @@ -106,7 +106,7 @@ $(function() { diff --git a/classSmallStackRingBuffer.html b/classSmallStackRingBuffer.html index 0749bf01..3cb38344 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 9629b4da..7be943e2 100644 --- a/classStandaloneWindow-members.html +++ b/classStandaloneWindow-members.html @@ -140,7 +140,7 @@ $(function() { diff --git a/classStandaloneWindow.html b/classStandaloneWindow.html index cb80c481..c8b5c583 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 7920c029..d1be9bd3 100644 --- a/classString-members.html +++ b/classString-members.html @@ -125,7 +125,7 @@ $(function() { diff --git a/classString.html b/classString.html index 395b8f8c..318e9f0b 100644 --- a/classString.html +++ b/classString.html @@ -238,7 +238,7 @@ static String  diff --git a/classSubWidget-members.html b/classSubWidget-members.html index 41409f45..d33d5f8e 100644 --- a/classSubWidget-members.html +++ b/classSubWidget-members.html @@ -123,7 +123,7 @@ $(function() { diff --git a/classSubWidget.html b/classSubWidget.html index 23e962e1..4ca6f551 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 dfabb97b..cd2f5fc2 100644 --- a/classThread-members.html +++ b/classThread-members.html @@ -82,7 +82,7 @@ $(function() { diff --git a/classThread.html b/classThread.html index 8052457e..e87f34d9 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 39ce55b9..4f4ebdb0 100644 --- a/classTopLevelWidget-members.html +++ b/classTopLevelWidget-members.html @@ -108,7 +108,7 @@ $(function() { diff --git a/classTopLevelWidget.html b/classTopLevelWidget.html index 596bd43a..0cfd2f22 100644 --- a/classTopLevelWidget.html +++ b/classTopLevelWidget.html @@ -598,7 +598,7 @@ class Window diff --git a/classTriangle-members.html b/classTriangle-members.html index 3bdbe6ca..3bde9933 100644 --- a/classTriangle-members.html +++ b/classTriangle-members.html @@ -86,7 +86,7 @@ $(function() { diff --git a/classTriangle.html b/classTriangle.html index 908877db..89140bbb 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 74c46774..7c84ae22 100644 --- a/classUI-members.html +++ b/classUI-members.html @@ -95,7 +95,7 @@ $(function() { diff --git a/classUI.html b/classUI.html index 2d6ce418..475117e1 100644 --- a/classUI.html +++ b/classUI.html @@ -344,7 +344,7 @@ It assumes aspect ratio is meant to be kept. Manually call setGeometryConstraint

Get the bundle path where the UI resides.
-Can return null if the UI is not available in a bundle (if it is a single binary).

See also
getBinaryFilename
+Can return null if the UI is not available in a bundle (if it is a single binary).

See also
getBinaryFilename
@@ -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 2a944e87..0fec09eb 100644 --- a/classVulkanImage-members.html +++ b/classVulkanImage-members.html @@ -100,7 +100,7 @@ $(function() { diff --git a/classVulkanImage.html b/classVulkanImage.html index 84b9aa01..07e5e1cd 100644 --- a/classVulkanImage.html +++ b/classVulkanImage.html @@ -422,7 +422,7 @@ ImageFormat format diff --git a/classWidget-members.html b/classWidget-members.html index b8bf88f5..fd809dc4 100644 --- a/classWidget-members.html +++ b/classWidget-members.html @@ -102,7 +102,7 @@ $(function() { diff --git a/classWidget.html b/classWidget.html index 041ef25f..9a13edbb 100644 --- a/classWidget.html +++ b/classWidget.html @@ -915,7 +915,7 @@ class TopLevelWidget diff --git a/classWindow-members.html b/classWindow-members.html index 5897b827..f55c8b7a 100644 --- a/classWindow-members.html +++ b/classWindow-members.html @@ -121,7 +121,7 @@ $(function() { diff --git a/classWindow.html b/classWindow.html index 7276c1d3..977163bb 100644 --- a/classWindow.html +++ b/classWindow.html @@ -1468,7 +1468,7 @@ class TopLevelWidget diff --git a/classes.html b/classes.html index 93f1c2f4..ebd7d202 100644 --- a/classes.html +++ b/classes.html @@ -223,7 +223,7 @@ $(function() { diff --git a/dir_37257469cca17bab24b582e18a78eb75.html b/dir_37257469cca17bab24b582e18a78eb75.html index af3deeef..9b3fa25b 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 a7e4dd6f..8d654521 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 2e3696ed..98a6fb66 100644 --- a/dir_b1be46be7d80596b116b2b4ac973f2f0.html +++ b/dir_b1be46be7d80596b116b2b4ac973f2f0.html @@ -72,7 +72,7 @@ $(function() { diff --git a/files.html b/files.html index 9af5b4a1..7c31f7ca 100644 --- a/files.html +++ b/files.html @@ -109,7 +109,7 @@ $(function() { diff --git a/functions.html b/functions.html index 8178384a..0a565420 100644 --- a/functions.html +++ b/functions.html @@ -90,7 +90,7 @@ $(function() { diff --git a/functions_b.html b/functions_b.html index 14e2961e..7c75669a 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 42f9578f..fb218cb5 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 dfb9369b..2a150751 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 7d108b93..818bad62 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 1f9a3cb4..b36adbff 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 cd7b7857..085a6b98 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 c904af38..88e2b776 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 6acca4bf..e96bf08f 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 99558eda..c9c462f3 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 77be65db..98a7caba 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 a39b9c2d..3da16240 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 4cbd9c62..e33368a0 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 388ae679..d993fc22 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 06384cce..1ceb50bc 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 e0ef1d39..720e4fe3 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 1069b22e..9ac26408 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 e976c66f..e7245abc 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 cec1f479..1794aeb0 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 ef42ed8f..9497c04f 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 51dcdc49..87ab6121 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 a4c04228..c58a935b 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 13c89668..3e7dac4a 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 a35e869d..1049b03a 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 847f84e1..19286e11 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 ac580f41..c0d3a97b 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 0f524be8..36650458 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 3dc7f384..df1789fa 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 1ab2b800..636858fc 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 48111400..3b5378df 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 a2ddd90a..d3029bdc 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 c302ed39..39b27a1a 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 c7ced3e1..a59bbd9c 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 4469a68a..2299d0fa 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 0b3e44fc..9a062bf7 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 90494984..b93d7c54 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 accaf0f6..2d434b81 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 2f13c56a..68b724ff 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 2e6887fa..9a5705b5 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 4c4116a4..1b7dad6b 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 10d9b47f..69615649 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 646396c1..37e94481 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 886fd2ab..3e7e832a 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 a20db9ba..1717f1ca 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 c9bb0e70..414324c9 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 4aa87563..2914445b 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 065e1462..d6d0eb88 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 25726a6b..63e14027 100644 --- a/functions_w.html +++ b/functions_w.html @@ -86,7 +86,7 @@ $(function() { diff --git a/functions_~.html b/functions_~.html index 70478d6d..60197d65 100644 --- a/functions_~.html +++ b/functions_~.html @@ -131,7 +131,7 @@ $(function() { diff --git a/group__AudioPortHints.html b/group__AudioPortHints.html index ce02013e..b88c04a3 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 8ac126e0..c9335baa 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 a277e4fd..7712482a 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 8e5fb3cf..4a4a74ab 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 ded76d79..7c384beb 100644 --- a/group__MainClasses.html +++ b/group__MainClasses.html @@ -79,7 +79,7 @@ Classes diff --git a/group__MathFunctions.html b/group__MathFunctions.html new file mode 100644 index 00000000..6026caa8 --- /dev/null +++ b/group__MathFunctions.html @@ -0,0 +1,233 @@ + + + + + + + +DISTRHO Plugin Framework: Math related functions + + + + + + + + + +
+
+ + + + + + +
+
DISTRHO Plugin Framework +
+
+
+ + + + + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
Math related functions
+
+
+ + + + + + + + + + + + + + + + +

+Functions

template<typename T >
static bool d_isEqual (const T &v1, const T &v2)
 
template<typename T >
static bool d_isNotEqual (const T &v1, const T &v2)
 
+template<typename T >
static bool d_isZero (const T &value)
 
template<typename T >
static bool d_isNotZero (const T &value)
 
static uint32_t d_nextPowerOf2 (uint32_t size) noexcept
 
+

Detailed Description

+

Function Documentation

+ +

◆ d_isEqual()

+ +
+
+
+template<typename T >
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
static bool d_isEqual (const T & v1,
const T & v2 
)
+
+inlinestatic
+
+

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

+ +
+
+ +

◆ d_isNotEqual()

+ +
+
+
+template<typename T >
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
static bool d_isNotEqual (const T & v1,
const T & v2 
)
+
+inlinestatic
+
+

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

+ +
+
+ +

◆ d_isNotZero()

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

Safely check if a floating point number is not zero.

+ +
+
+ +

◆ d_nextPowerOf2()

+ +
+
+ + + + + +
+ + + + + + + + +
static uint32_t d_nextPowerOf2 (uint32_t size)
+
+inlinestaticnoexcept
+
+

Get next power of 2.

+ +
+
+
+ + + + diff --git a/group__MiscellaneousFunctions.html b/group__MiscellaneousFunctions.html new file mode 100644 index 00000000..419be47a --- /dev/null +++ b/group__MiscellaneousFunctions.html @@ -0,0 +1,209 @@ + + + + + + + +DISTRHO Plugin Framework: Miscellaneous functions + + + + + + + + + +
+
+ + + + + + +
+
DISTRHO Plugin Framework +
+
+
+ + + + + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
Miscellaneous functions
+
+
+ + + + + + + + +

+Functions

static constexpr int64_t d_cconst (const uint8_t a, const uint8_t b, const uint8_t c, const uint8_t d) noexcept
 
static constexpr uint32_t d_version (const uint8_t major, const uint8_t minor, const uint8_t micro) noexcept
 
static void d_pass () noexcept
 
+

Detailed Description

+

Function Documentation

+ +

◆ d_cconst()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
static constexpr int64_t d_cconst (const uint8_t a,
const uint8_t b,
const uint8_t c,
const uint8_t d 
)
+
+inlinestaticconstexprnoexcept
+
+

Return a 32-bit number from 4 8-bit numbers.
+The return type is a int64_t for better compatibility with plugin formats that use such numbers.

+ +
+
+ +

◆ d_version()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
static constexpr uint32_t d_version (const uint8_t major,
const uint8_t minor,
const uint8_t micro 
)
+
+inlinestaticconstexprnoexcept
+
+

Return an hexadecimal representation of a MAJ.MIN.MICRO version number.

+ +
+
+ +

◆ d_pass()

+ +
+
+ + + + + +
+ + + + + + + +
static void d_pass ()
+
+inlinestaticnoexcept
+
+

Dummy, no-op function.

+ +
+
+
+ + + + diff --git a/group__NamespaceMacros.html b/group__NamespaceMacros.html index 8ffde48a..9a9f33f1 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 08f8827f..c7dc4ab4 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 new file mode 100644 index 00000000..7d67e2ac --- /dev/null +++ b/group__PluginHelperClasses.html @@ -0,0 +1,85 @@ + + + + + + + +DISTRHO Plugin Framework: Plugin helper classes + + + + + + + + + +
+
+ + + + + + +
+
DISTRHO Plugin Framework +
+
+
+ + + + + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
Plugin helper classes
+
+
+ + + + +

+Classes

struct  AudioMidiSyncHelper
 
+

Detailed Description

+
+ + + + diff --git a/group__PluginMacros.html b/group__PluginMacros.html index 830cba2b..da30fb99 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 new file mode 100644 index 00000000..12f46307 --- /dev/null +++ b/group__PluginRelatedUtilities.html @@ -0,0 +1,176 @@ + + + + + + + +DISTRHO Plugin Framework: Plugin related utilities + + + + + + + + + +
+
+ + + + + + +
+
DISTRHO Plugin Framework +
+
+
+ + + + + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
Plugin related utilities
+
+
+ + + + + + + + +

+Functions

const char * getBinaryFilename ()
 
const char * getPluginFormatName () noexcept
 
const char * getResourcePath (const char *bundlePath) noexcept
 
+

Detailed Description

+

Function Documentation

+ +

◆ getBinaryFilename()

+ +
+
+ + + + + + + +
const char* getBinaryFilename ()
+
+

Get the absolute filename of the plugin DSP/UI binary.
+Under certain systems or plugin formats the binary will be inside the plugin bundle.
+Also, in some formats or setups, the DSP and UI binaries are in different files.

+ +
+
+ +

◆ getPluginFormatName()

+ +
+
+ + + + + +
+ + + + + + + +
const char* getPluginFormatName ()
+
+noexcept
+
+

Get a string representation of the current plugin format we are building against.
+This can be "JACK/Standalone", "LADSPA", "DSSI", "LV2", "VST2" or "VST3".
+This string is purely informational and must not be used to tweak plugin behaviour.

+
Note
DO NOT CHANGE PLUGIN BEHAVIOUR BASED ON PLUGIN FORMAT.
+ +
+
+ +

◆ getResourcePath()

+ +
+
+ + + + + +
+ + + + + + + + +
const char* getResourcePath (const char * bundlePath)
+
+noexcept
+
+

Get the path to where resources are stored within the plugin bundle.
+Requires a valid plugin bundle path.

+

Returns a path inside the bundle where the plugin is meant to store its resources in.
+This path varies between systems and plugin formats, like so:

+
    +
  • LV2: <bundle>/resources (can be stored anywhere inside the bundle really, DPF just uses this one)
  • +
  • VST2 macOS: <bundle>/Contents/Resources
  • +
  • VST2 non-macOS: <bundle>/resources (see note)
  • +
+

The other non-mentioned formats do not support bundles.
+

Note
For VST2 on non-macOS systems, this assumes you have your plugin inside a dedicated directory rather than only shipping with the binary (e.g. <myplugin.vst>/myplugin.dll)
+ +
+
+
+ + + + diff --git a/group__StringPrintFunctions.html b/group__StringPrintFunctions.html new file mode 100644 index 00000000..0fdd97da --- /dev/null +++ b/group__StringPrintFunctions.html @@ -0,0 +1,597 @@ + + + + + + + +DISTRHO Plugin Framework: String print functions + + + + + + + + + +
+
+ + + + + + +
+
DISTRHO Plugin Framework +
+
+
+ + + + + + + +
+ +
+
+ + +
+ +
+ +
+ +
+
String print functions
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

static void d_debug (const char *const fmt,...) noexcept
 
static void d_stdout (const char *const fmt,...) noexcept
 
static void d_stderr (const char *const fmt,...) noexcept
 
static void d_stderr2 (const char *const fmt,...) noexcept
 
static void d_safe_assert (const char *const assertion, const char *const file, const int line) noexcept
 
static void d_safe_assert_int (const char *const assertion, const char *const file, const int line, const int value) noexcept
 
static void d_safe_assert_uint (const char *const assertion, const char *const file, const int line, const uint value) noexcept
 
static void d_safe_assert_int2 (const char *const assertion, const char *const file, const int line, const int v1, const int v2) noexcept
 
static void d_safe_assert_uint2 (const char *const assertion, const char *const file, const int line, const uint v1, const uint v2) noexcept
 
static void d_custom_safe_assert (const char *const message, const char *const assertion, const char *const file, const int line) noexcept
 
static void d_safe_exception (const char *const exception, const char *const file, const int line) noexcept
 
+

Detailed Description

+

Function Documentation

+ +

◆ d_debug()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
static void d_debug (const char *const fmt,
 ... 
)
+
+inlinestaticnoexcept
+
+

Print a string to stdout with newline (gray color). Does nothing if DEBUG is not defined.

+ +
+
+ +

◆ d_stdout()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
static void d_stdout (const char *const fmt,
 ... 
)
+
+inlinestaticnoexcept
+
+

Print a string to stdout with newline.

+ +
+
+ +

◆ d_stderr()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
static void d_stderr (const char *const fmt,
 ... 
)
+
+inlinestaticnoexcept
+
+

Print a string to stderr with newline.

+ +
+
+ +

◆ d_stderr2()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
static void d_stderr2 (const char *const fmt,
 ... 
)
+
+inlinestaticnoexcept
+
+

Print a string to stderr with newline (red color).

+ +
+
+ +

◆ d_safe_assert()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
static void d_safe_assert (const char *const assertion,
const char *const file,
const int line 
)
+
+inlinestaticnoexcept
+
+

Print a safe assertion error message.

+ +
+
+ +

◆ d_safe_assert_int()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
static void d_safe_assert_int (const char *const assertion,
const char *const file,
const int line,
const int value 
)
+
+inlinestaticnoexcept
+
+

Print a safe assertion error message, with 1 extra signed integer value.

+ +
+
+ +

◆ d_safe_assert_uint()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
static void d_safe_assert_uint (const char *const assertion,
const char *const file,
const int line,
const uint value 
)
+
+inlinestaticnoexcept
+
+

Print a safe assertion error message, with 1 extra unsigned integer value.

+ +
+
+ +

◆ 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 
)
+
+inlinestaticnoexcept
+
+

Print a safe assertion error message, with 2 extra signed integer values.

+ +
+
+ +

◆ 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 
)
+
+inlinestaticnoexcept
+
+

Print a safe assertion error message, with 2 extra unsigned integer values.

+ +
+
+ +

◆ d_custom_safe_assert()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
static void d_custom_safe_assert (const char *const message,
const char *const assertion,
const char *const file,
const int line 
)
+
+inlinestaticnoexcept
+
+

Print a safe assertion error message, with a custom error message.

+ +
+
+ +

◆ d_safe_exception()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
static void d_safe_exception (const char *const exception,
const char *const file,
const int line 
)
+
+inlinestaticnoexcept
+
+

Print a safe exception error message.

+ +
+
+
+ + + + diff --git a/hierarchy.html b/hierarchy.html index 3d9bc463..58c4845d 100644 --- a/hierarchy.html +++ b/hierarchy.html @@ -167,7 +167,7 @@ $(function() { diff --git a/index.html b/index.html index aee3ecde..deeafcdf 100644 --- a/index.html +++ b/index.html @@ -142,7 +142,7 @@ Here is one of a stereo audio plugin that simply mutes the host output:

*/
uint32_t getVersion() const override
{
-
return d_version(1, 0, 0);
+
return d_version(1, 0, 0);
}
/**
@@ -151,7 +151,7 @@ Here is one of a stereo audio plugin that simply mutes the host output:

*/
int64_t getUniqueId() const override
{
-
return d_cconst('M', 'u', 't', 'e');
+
return d_cconst('M', 'u', 't', 'e');
}
/* ----------------------------------------------------------------------------------------
@@ -226,12 +226,12 @@ The host will simply read their values and never change them.

uint32_t getVersion() const override
{
-
return d_version(1, 0, 0);
+
return d_version(1, 0, 0);
}
int64_t getUniqueId() const override
{
-
return d_cconst('G', 'a', 'i', 'n');
+
return d_cconst('G', 'a', 'i', 'n');
}
/* ----------------------------------------------------------------------------------------
@@ -331,12 +331,12 @@ When enabled you'll need to override 2 new function in your plugin code,
uint32_t getVersion() const override
{
-
return d_version(1, 0, 0);
+
return d_version(1, 0, 0);
}
int64_t getUniqueId() const override
{
-
return d_cconst('P', 'r', 'o', 'g');
+
return d_cconst('P', 'r', 'o', 'g');
}
/* ----------------------------------------------------------------------------------------
@@ -450,8 +450,10 @@ When enabled you'll need to override 2 new function in your plugin code,
Definition: String.hpp:30
ParameterRanges ranges
Definition: DistrhoPlugin.hpp:493
Definition: DistrhoPlugin.hpp:447
+
static constexpr uint32_t d_version(const uint8_t major, const uint8_t minor, const uint8_t micro) noexcept
Definition: DistrhoUtils.hpp:84
virtual const char * getMaker() const =0
virtual void setParameterValue(uint32_t index, float value)
+
static constexpr int64_t d_cconst(const uint8_t a, const uint8_t b, const uint8_t c, const uint8_t d) noexcept
Definition: DistrhoUtils.hpp:75
virtual void initProgramName(uint32_t index, String &programName)=0
virtual const char * getLabel() const =0
float def
Definition: DistrhoPlugin.hpp:251
@@ -472,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 654a07ee..449e9c3a 100644 --- a/modules.html +++ b/modules.html @@ -75,12 +75,17 @@ $(function() {  Base Plugin Structs  Main Classes  Entry Points + Plugin related utilities + Plugin helper classes + Miscellaneous functions + String print functions + Math related functions diff --git a/search/all_10.js b/search/all_10.js index b00652ca..0406900b 100644 --- a/search/all_10.js +++ b/search/all_10.js @@ -1,29 +1,29 @@ var searchData= [ - ['radialgradient_333',['radialGradient',['../classNanoVG.html#a19d27b1b3a22afe9a6d27f4f9f8bf167',1,'NanoVG']]], - ['radtodeg_334',['radToDeg',['../classNanoVG.html#a175f4c41e0d89ae5d8bdb65e5580c637',1,'NanoVG']]], - ['ranges_335',['ranges',['../structParameter.html#a2d0c81e4fb8fad18d920ef6ecd4a64db',1,'Parameter']]], - ['readcustomdata_336',['readCustomData',['../classRingBufferControl.html#aafdb126b2885c507cec852bc63fd6cb8',1,'RingBufferControl']]], - ['readcustomtype_337',['readCustomType',['../classRingBufferControl.html#aaaf4efe13ec2555c390047f545d2660d',1,'RingBufferControl']]], - ['rect_338',['rect',['../classNanoVG.html#a1bc27cc57b0e2d3bc0fd12d519312251',1,'NanoVG']]], - ['rectangle_339',['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_340',['RecursiveMutex',['../classRecursiveMutex.html',1,'']]], - ['release_341',['release',['../classScopedPointer.html#a10c8f696fec0cca763b067ec3e469199',1,'ScopedPointer']]], - ['removeidlecallback_342',['removeIdleCallback',['../classApplication.html#a082f532e2922924c6c72517f9272f67d',1,'Application::removeIdleCallback()'],['../classWindow.html#a5c5c4f53c53cb081b39a40d5ce9afd65',1,'Window::removeIdleCallback()']]], - ['rendertopicture_343',['renderToPicture',['../classWindow.html#abc7044d06bab27a7dadf06b9f42b2c95',1,'Window']]], - ['repaint_344',['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_345',['requestParameterValueChange',['../classPlugin.html#ae65d8603022c09d1ce2ee5cf568de70f',1,'Plugin']]], - ['reset_346',['reset',['../classNanoVG.html#ad5ddb240794b35105eeadd1534f0911b',1,'NanoVG']]], - ['resetscissor_347',['resetScissor',['../classNanoVG.html#aff2eaea01970f0ec2005d1051f25ad35',1,'NanoVG']]], - ['resettransform_348',['resetTransform',['../classNanoVG.html#aac35e4a0ce84c0f4bf8d881d1b8a5b34',1,'NanoVG']]], - ['resizeevent_349',['ResizeEvent',['../structWidget_1_1ResizeEvent.html',1,'Widget::ResizeEvent'],['../structWidget_1_1ResizeEvent.html#ac92abcdb2820807cd3d020864b96b3bd',1,'Widget::ResizeEvent::ResizeEvent()']]], - ['restore_350',['restore',['../classNanoVG.html#aa1da11cb97d4f6718ffe8b4622684c3b',1,'NanoVG']]], - ['restrictedmode_351',['restrictedMode',['../structParameterEnumerationValues.html#a014ebcacbe68c3f77f2f8ac9ffe3cd6f',1,'ParameterEnumerationValues']]], - ['ringbuffercontrol_352',['RingBufferControl',['../classRingBufferControl.html',1,'']]], - ['ringbuffercontrol_3c_20heapbuffer_20_3e_353',['RingBufferControl< HeapBuffer >',['../classRingBufferControl.html',1,'']]], - ['ringbuffercontrol_3c_20smallstackbuffer_20_3e_354',['RingBufferControl< SmallStackBuffer >',['../classRingBufferControl.html',1,'']]], - ['rotate_355',['rotate',['../classNanoVG.html#a13da8f469cd43117c19d8459c178b905',1,'NanoVG']]], - ['roundedrect_356',['roundedRect',['../classNanoVG.html#ac9d8502c3cbf6745ff3a41d1b97b6529',1,'NanoVG']]], - ['run_357',['run',['../classPlugin.html#a0a969c78f8455ac6ba65fa42e8c498f6',1,'Plugin']]], - ['runasmodal_358',['runAsModal',['../classWindow.html#a00108f3d1c5831d02b0c67cd4f226e4d',1,'Window']]] + ['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']]] ]; diff --git a/search/all_11.js b/search/all_11.js index a7dda07e..d4800a10 100644 --- a/search/all_11.js +++ b/search/all_11.js @@ -1,74 +1,75 @@ var searchData= [ - ['sampleratechanged_359',['sampleRateChanged',['../classPlugin.html#a2fcbfa1893f44e661d0d8cd53391dadc',1,'Plugin::sampleRateChanged()'],['../classUI.html#ac3e98726ca71f95a1e6c867706ebd9be',1,'UI::sampleRateChanged()']]], - ['save_360',['save',['../classNanoVG.html#a05fd441d579c42c76d786bd4a7b437af',1,'NanoVG']]], - ['scale_361',['scale',['../classNanoVG.html#a76273b763fa9b84c4a86d37065accee7',1,'NanoVG']]], - ['scissor_362',['scissor',['../classNanoVG.html#a7ac24b9a1ab2b901ab18d4d8dbb92c1c',1,'NanoVG']]], - ['scopedgraphicscontext_363',['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_364',['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_365',['ScopedSafeLocale',['../classScopedSafeLocale.html',1,'']]], - ['scopelocker_366',['ScopeLocker',['../classScopeLocker.html',1,'']]], - ['scopetrylocker_367',['ScopeTryLocker',['../classScopeTryLocker.html',1,'']]], - ['scopeunlocker_368',['ScopeUnlocker',['../classScopeUnlocker.html',1,'']]], - ['scrollevent_369',['ScrollEvent',['../structWidget_1_1ScrollEvent.html',1,'Widget::ScrollEvent'],['../structWidget_1_1ScrollEvent.html#abee88b10b7b031ddcca1454e064a3cc3',1,'Widget::ScrollEvent::ScrollEvent()']]], - ['sendnote_370',['sendNote',['../classUI.html#a9d630b2b1696e01015d869a5b434eb6e',1,'UI']]], - ['setabsolutepos_371',['setAbsolutePos',['../classSubWidget.html#a0e7a4dd27eee8a3a1b7bf12d9f21769f',1,'SubWidget::setAbsolutePos(int x, int y) noexcept'],['../classSubWidget.html#a05c5e533e9b10186d0f72ae94f72196d',1,'SubWidget::setAbsolutePos(const Point< int > &pos) noexcept']]], - ['setabsolutex_372',['setAbsoluteX',['../classSubWidget.html#abcd0a00a4c3cdc402aea56044df26cc3',1,'SubWidget']]], - ['setabsolutey_373',['setAbsoluteY',['../classSubWidget.html#a3c674e3c46206ac29a562c0f02dcf82c',1,'SubWidget']]], - ['setclassname_374',['setClassName',['../classApplication.html#a203d22d1ce0c0de90c2379f6bc839815',1,'Application']]], - ['setendpos_375',['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_376',['setEndX',['../classLine.html#a17061d9ae2e85a5f929148e5106504bf',1,'Line']]], - ['setendy_377',['setEndY',['../classLine.html#a0dcd399a55aef168e91c645958670ee6',1,'Line']]], - ['setfor_378',['setFor',['../structColor.html#a9bd4efab0718f412babc62398875a80f',1,'Color']]], - ['setgeometryconstraints_379',['setGeometryConstraints',['../classExternalWindow.html#a15b677215c3abb5c1f7f71c4a00fd41c',1,'ExternalWindow::setGeometryConstraints()'],['../classWindow.html#aece9e08d0c4d3b6ec02cbb804583c175',1,'Window::setGeometryConstraints()']]], - ['setheight_380',['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_381',['setId',['../classWidget.html#abfba3652559de84ba1ae9ccbd3d35e31',1,'Widget']]], - ['setignoringkeyrepeat_382',['setIgnoringKeyRepeat',['../classWindow.html#a36a04e5f5ecc6ee5228f9da6df43e865',1,'Window']]], - ['setimage_383',['setImage',['../classImageBaseAboutWindow.html#a10cf37217ddc3a045970461473e79bdc',1,'ImageBaseAboutWindow']]], - ['setlatency_384',['setLatency',['../classPlugin.html#a2a70c4ec55d74d9bc26862975d8df8a7',1,'Plugin']]], - ['setmargin_385',['setMargin',['../classSubWidget.html#a9594d89a623dd7e63cbdb8139e9e4a38',1,'SubWidget::setMargin(int x, int y) noexcept'],['../classSubWidget.html#a77f510ea6d0864d296b02b085cc05f2b',1,'SubWidget::setMargin(const Point< int > &offset) noexcept']]], - ['setneedsfullviewportdrawing_386',['setNeedsFullViewportDrawing',['../classSubWidget.html#a926884690b66c762f7bdb1196c58522b',1,'SubWidget']]], - ['setneedsviewportscaling_387',['setNeedsViewportScaling',['../classSubWidget.html#a5cd703976adf24decbb66dd3dbc1db8b',1,'SubWidget']]], - ['setnumsegments_388',['setNumSegments',['../classCircle.html#a34fa92504c0bcc008958779fa4d66c32',1,'Circle']]], - ['setparametervalue_389',['setParameterValue',['../classPlugin.html#a7e9e26ceafc7603ef6163483a9dc39be',1,'Plugin::setParameterValue()'],['../classUI.html#a973db6e8805f0aa9be3457685564ab8a',1,'UI::setParameterValue()']]], - ['setpos_390',['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_391',['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_392',['setResizable',['../classWindow.html#a10f6ff4b0f3e714298a4ac612edcdd7e',1,'Window']]], - ['setsize_393',['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_394',['setSkipDrawing',['../classSubWidget.html#adb38f61c0205d7832ddfd090f7f60f2a',1,'SubWidget']]], - ['setstartpos_395',['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_396',['setStartX',['../classLine.html#ad2b10d3144ba0711f9ecb444bb08ad4c',1,'Line']]], - ['setstarty_397',['setStartY',['../classLine.html#ae35ba55c6ff3bae24c7f05133b9e003b',1,'Line']]], - ['setstate_398',['setState',['../classPlugin.html#afcbb504b824bacea622de9bac09b2331',1,'Plugin::setState()'],['../classUI.html#abc94a38afa658849f3fdfd66cd8f5f51',1,'UI::setState()']]], - ['settitle_399',['setTitle',['../classExternalWindow.html#a8a196d0db3f082f6861d1d1bfc1db993',1,'ExternalWindow::setTitle()'],['../classWindow.html#ab2f1b80c5dfcafd2cbdf6b85b756fdbd',1,'Window::setTitle()']]], - ['settransientwindowid_400',['setTransientWindowId',['../classExternalWindow.html#afe5b255affc787ad34b25a30114f9b89',1,'ExternalWindow']]], - ['setvisible_401',['setVisible',['../classExternalWindow.html#a2b599fc96437e666a7a0a4c1b9844b15',1,'ExternalWindow::setVisible()'],['../classWidget.html#a66088a03691f9c643ff335fa826576ba',1,'Widget::setVisible()'],['../classWindow.html#a118e0356bb6fcf081955f2bd97686036',1,'Window::setVisible()']]], - ['setwidth_402',['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_403',['setX',['../classPoint.html#a1539a6f24282a1d637b60ccfbbf46629',1,'Point::setX()'],['../classCircle.html#acc96a188288cdf83fd822bb41f8f2be1',1,'Circle::setX()'],['../classRectangle.html#af618ee618bd029fbe66291228041990e',1,'Rectangle::setX()']]], - ['sety_404',['setY',['../classPoint.html#a8ffe6785dc851accf06d02917fba54cf',1,'Point::setY()'],['../classCircle.html#a034ddfd162d89a7dacea7981a5406a1a',1,'Circle::setY()'],['../classRectangle.html#abe5b6c92cece58bbc0c7cb4855e73dac',1,'Rectangle::setY()']]], - ['shortname_405',['shortName',['../structParameter.html#a1a47c46f3588b8a940d87fd4d69810ab',1,'Parameter']]], - ['show_406',['show',['../classExternalWindow.html#a35f711faffa1195c478689f4654dcc4f',1,'ExternalWindow::show()'],['../classWidget.html#a25ff178539e226b5f30ef0335d060f2b',1,'Widget::show()'],['../classWindow.html#a8f986e19a11c4c97ed8e6ad3d0e648b7',1,'Window::show()']]], - ['showhidden_407',['showHidden',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a866b55e40b2eeb2f57c85d51aa6fa856',1,'Window::FileBrowserOptions::Buttons']]], - ['showplaces_408',['showPlaces',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a669f3aafa3eef0d48d7fcb9c7c020678',1,'Window::FileBrowserOptions::Buttons']]], - ['shrinkby_409',['shrinkBy',['../classSize.html#abbcf98f504b23679162cab3b6f818949',1,'Size::shrinkBy()'],['../classRectangle.html#a22e5029d09c7eac8ebee0e079dab075f',1,'Rectangle::shrinkBy()']]], - ['signal_410',['Signal',['../classSignal.html',1,'']]], - ['size_411',['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_412',['Size< uint >',['../classSize.html',1,'']]], - ['sizechanged_413',['sizeChanged',['../classUI.html#a3d499674a620c1ce3b6e1dbded9f09c4',1,'UI::sizeChanged()'],['../classExternalWindow.html#aba350e1f737b68e51bfe8018bded6e45',1,'ExternalWindow::sizeChanged()']]], - ['skewx_414',['skewX',['../classNanoVG.html#a4f45e3cf465060491e73427e5868573f',1,'NanoVG']]], - ['skewy_415',['skewY',['../classNanoVG.html#a508c4fde6212c1b0598d9f8b32cba0f6',1,'NanoVG']]], - ['smallstackbuffer_416',['SmallStackBuffer',['../structSmallStackBuffer.html',1,'']]], - ['smallstackringbuffer_417',['SmallStackRingBuffer',['../classSmallStackRingBuffer.html',1,'SmallStackRingBuffer'],['../classSmallStackRingBuffer.html#aceb7e429507b28dd56e837f23b623987',1,'SmallStackRingBuffer::SmallStackRingBuffer()']]], - ['standalonewindow_418',['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_419',['START_NAMESPACE_DISTRHO',['../group__NamespaceMacros.html#gac4cb97c393d20c28ba19365d844341cd',1,'DistrhoInfo.hpp']]], - ['startdir_420',['startDir',['../structWindow_1_1FileBrowserOptions.html#a5726fab4e98fa998f354323e73cf41d6',1,'Window::FileBrowserOptions']]], - ['statechanged_421',['stateChanged',['../classUI.html#a1bdc7e158d974e82f0535f1658d66575',1,'UI']]], - ['string_422',['String',['../classString.html',1,'']]], - ['stroke_423',['stroke',['../classNanoVG.html#aeed167687a8a269c4f9c44a7db4d3746',1,'NanoVG']]], - ['strokecolor_424',['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_425',['strokePaint',['../classNanoVG.html#a8d00b35e0ab5c428af120cc78ff32804',1,'NanoVG']]], - ['strokewidth_426',['strokeWidth',['../classNanoVG.html#a373190894070313e8d321b2af0bbab58',1,'NanoVG']]], - ['subwidget_427',['SubWidget',['../classSubWidget.html',1,'SubWidget'],['../classSubWidget.html#a9fda448971613b2758fd9570c3065f7a',1,'SubWidget::SubWidget()']]], - ['swapwith_428',['swapWith',['../classScopedPointer.html#a362cd8d5a212df0ee08691b75a4ba3de',1,'ScopedPointer']]], - ['symbol_429',['symbol',['../structAudioPort.html#af2bda30f97a1b63cbeb9f11f718d3d30',1,'AudioPort::symbol()'],['../structParameter.html#a3e546efd8dbd0d77351208b670719468',1,'Parameter::symbol()'],['../structPortGroup.html#ae42f849c9f34d940f6fdcfc9abd65d4f',1,'PortGroup::symbol()']]] + ['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()']]] ]; diff --git a/search/all_12.js b/search/all_12.js index ffed8aee..3cdadab1 100644 --- a/search/all_12.js +++ b/search/all_12.js @@ -1,37 +1,37 @@ var searchData= [ - ['tail_430',['tail',['../structHeapBuffer.html#abd05cbae44531a412352ed52c8a50aec',1,'HeapBuffer']]], - ['text_431',['text',['../classNanoVG.html#af9526a1c4b2d5e1db0190c32ba9a1eaa',1,'NanoVG']]], - ['textalign_432',['textAlign',['../classNanoVG.html#a9c942ced1722beff8e326a6cf0c9a1d1',1,'NanoVG::textAlign(Align align)'],['../classNanoVG.html#a9a1a5e00351ff92ebb9795a2127f0529',1,'NanoVG::textAlign(int align)']]], - ['textbounds_433',['textBounds',['../classNanoVG.html#a281c71d51c5f9d6fb5d6e8369ca650f4',1,'NanoVG']]], - ['textbox_434',['textBox',['../classNanoVG.html#a16f910cddbecd570d3c125e217f51e10',1,'NanoVG']]], - ['textboxbounds_435',['textBoxBounds',['../classNanoVG.html#a47e41ef76a4682f0418ba8d0a60f6ea8',1,'NanoVG']]], - ['textbreaklines_436',['textBreakLines',['../classNanoVG.html#ab403a3cdf19dd2af4c75bb180c5e0fb8',1,'NanoVG']]], - ['textglyphpositions_437',['textGlyphPositions',['../classNanoVG.html#ae8476a381526e6ef89150529594cbf35',1,'NanoVG']]], - ['textletterspacing_438',['textLetterSpacing',['../classNanoVG.html#ad768aae0871c1685ca5dc590859d5c1b',1,'NanoVG']]], - ['textlineheight_439',['textLineHeight',['../classNanoVG.html#aab69aa4f2ae1b15adcceb9d065ea8aa6',1,'NanoVG']]], - ['textmetrics_440',['textMetrics',['../classNanoVG.html#a5e84bf7dec65064733aec488389568b0',1,'NanoVG']]], - ['textrow_441',['TextRow',['../structNanoVG_1_1TextRow.html',1,'NanoVG']]], - ['thread_442',['Thread',['../classThread.html',1,'']]], - ['tick_443',['tick',['../structTimePosition_1_1BarBeatTick.html#aecb8a1a98db84c6d03c39278f86a0324',1,'TimePosition::BarBeatTick']]], - ['ticksperbeat_444',['ticksPerBeat',['../structTimePosition_1_1BarBeatTick.html#ab8cfc3f2709a79e733e58556712da062',1,'TimePosition::BarBeatTick']]], - ['timeposition_445',['TimePosition',['../structTimePosition.html',1,'TimePosition'],['../structTimePosition.html#aee816daeed95cf309ded1087a0c800ae',1,'TimePosition::TimePosition()']]], - ['title_446',['title',['../structWindow_1_1FileBrowserOptions.html#a7d035823a9138df917f7460d06a33a00',1,'Window::FileBrowserOptions']]], - ['titlechanged_447',['titleChanged',['../classExternalWindow.html#afd42fab01a270aab541b161237b7d9f3',1,'ExternalWindow']]], - ['tofront_448',['toFront',['../classSubWidget.html#a3426cbcf0104c8a5c9996e3efff75381',1,'SubWidget']]], - ['toplevelwidget_449',['TopLevelWidget',['../classTopLevelWidget.html',1,'TopLevelWidget'],['../classTopLevelWidget.html#a3cdeec5e7b144cc48d89e748a37f538e',1,'TopLevelWidget::TopLevelWidget()']]], - ['transform_450',['transform',['../classNanoVG.html#ad06096ade68bf78bcc256005cd6f2c45',1,'NanoVG']]], - ['transformidentity_451',['transformIdentity',['../classNanoVG.html#a81c8b60a87be8a8d4a5efce8eeaf1915',1,'NanoVG']]], - ['transforminverse_452',['transformInverse',['../classNanoVG.html#ac5692f82bcac4858f44d9fd0df287cad',1,'NanoVG']]], - ['transformmultiply_453',['transformMultiply',['../classNanoVG.html#a3ac9aade102afb3a4f84966f0727c6c6',1,'NanoVG']]], - ['transformpoint_454',['transformPoint',['../classNanoVG.html#ae2e49763ab7f503016c0dede0dbfd3cc',1,'NanoVG']]], - ['transformpremultiply_455',['transformPremultiply',['../classNanoVG.html#a1416fbff2a0ecada90b2d9852bfbaf42',1,'NanoVG']]], - ['transformrotate_456',['transformRotate',['../classNanoVG.html#a43e16d0f94dc0a49dae5128d69e75e3c',1,'NanoVG']]], - ['transformscale_457',['transformScale',['../classNanoVG.html#a94c1f78baadff1d6c6a5a4d52dd770d7',1,'NanoVG']]], - ['transformskewx_458',['transformSkewX',['../classNanoVG.html#a178b6b9a8c755cda91ccba2b6239d279',1,'NanoVG']]], - ['transformskewy_459',['transformSkewY',['../classNanoVG.html#af23e7f6a6056e5efe72944fa68767704',1,'NanoVG']]], - ['transformtranslate_460',['transformTranslate',['../classNanoVG.html#a022e3cdfa06f5bc9103b37dfa64adb2c',1,'NanoVG']]], - ['transientparentwindowchanged_461',['transientParentWindowChanged',['../classExternalWindow.html#a4ea76a2c6240c95ff941bc95841c73c8',1,'ExternalWindow']]], - ['translate_462',['translate',['../classNanoVG.html#abc1d6466eb7fdc57a869ec7b9fdd6bdf',1,'NanoVG']]], - ['triangle_463',['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_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']]] ]; diff --git a/search/all_13.js b/search/all_13.js index 8ce708cf..082f47a0 100644 --- a/search/all_13.js +++ b/search/all_13.js @@ -1,8 +1,8 @@ var searchData= [ - ['ui_464',['UI',['../classUI.html',1,'UI'],['../classUI.html#a3015119edd4c96e7082f171a81cc5aa8',1,'UI::UI()']]], - ['uiidle_465',['uiIdle',['../classUI.html#af8de639088f3b2d42c266a2d2d6719da',1,'UI']]], - ['uiscalefactorchanged_466',['uiScaleFactorChanged',['../classUI.html#ad89b09ef4e8129d72ff3b3cb8716a96b',1,'UI']]], - ['unit_467',['unit',['../structParameter.html#a2f79574998d34504e3a694163b4599a1',1,'Parameter']]], - ['use_5fnamespace_5fdistrho_468',['USE_NAMESPACE_DISTRHO',['../group__NamespaceMacros.html#gadcd7e7d900fbae0fa1a71d6fbab4d59c',1,'DistrhoInfo.hpp']]] + ['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']]] ]; diff --git a/search/all_14.js b/search/all_14.js index d3ec5363..6d39ef23 100644 --- a/search/all_14.js +++ b/search/all_14.js @@ -1,10 +1,10 @@ var searchData= [ - ['valid_469',['valid',['../structTimePosition_1_1BarBeatTick.html#a45a05047e923285af0fbeacb371e3f4e',1,'TimePosition::BarBeatTick']]], - ['value_470',['value',['../structParameterEnumerationValue.html#a292f282837daa791205027d998907ae9',1,'ParameterEnumerationValue']]], - ['values_471',['values',['../structParameterEnumerationValues.html#ae101471c5d819624398001c84c534b7a',1,'ParameterEnumerationValues']]], - ['vestige_5fheader_472',['VESTIGE_HEADER',['../group__ExtraPluginMacros.html#ga89155a96125944b4e4eb32d69d65272e',1,'DistrhoInfo.hpp']]], - ['visibilitychanged_473',['visibilityChanged',['../classExternalWindow.html#a60ddf70411d05cef91f4a1eaa09554b8',1,'ExternalWindow']]], - ['vulkangraphicscontext_474',['VulkanGraphicsContext',['../structVulkanGraphicsContext.html',1,'']]], - ['vulkanimage_475',['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_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)']]] ]; diff --git a/search/all_15.js b/search/all_15.js index 8c21d2b3..34aa455d 100644 --- a/search/all_15.js +++ b/search/all_15.js @@ -1,10 +1,10 @@ var searchData= [ - ['widget_476',['Widget',['../classWidget.html',1,'']]], - ['window_477',['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_478',['withAlpha',['../structColor.html#a664780dcd74f376837dc6c5a219ca566',1,'Color']]], - ['writecustomdata_479',['writeCustomData',['../classRingBufferControl.html#a72e173dcae573f6e2e8ac4cfeb8aa96b',1,'RingBufferControl']]], - ['writecustomtype_480',['writeCustomType',['../classRingBufferControl.html#a3e9c1857e11f0d9efcc2944d6000504b',1,'RingBufferControl']]], - ['writemidievent_481',['writeMidiEvent',['../classPlugin.html#a0467eef817ac130cbbe1c0fbe09660c6',1,'Plugin']]], - ['wrtn_482',['wrtn',['../structHeapBuffer.html#a4d330b5567a46f6b6972f5174b262292',1,'HeapBuffer']]] + ['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']]] ]; diff --git a/search/all_16.js b/search/all_16.js index d6a74b32..b2d030ba 100644 --- a/search/all_16.js +++ b/search/all_16.js @@ -1,24 +1,24 @@ var searchData= [ - ['_7eapplication_483',['~Application',['../classApplication.html#a20573928a0d53fb96d929513bc5acde6',1,'Application']]], - ['_7ebaseevent_484',['~BaseEvent',['../structWidget_1_1BaseEvent.html#a58da172316b49f6d79b879b74ce5792a',1,'Widget::BaseEvent']]], - ['_7ecairobasewidget_485',['~CairoBaseWidget',['../classCairoBaseWidget.html#ab76ae3b54d624b194e6392ba48799ce4',1,'CairoBaseWidget']]], - ['_7ecairoimage_486',['~CairoImage',['../classCairoImage.html#a36abbee6a47fc3447f00270aa16a82b7',1,'CairoImage']]], - ['_7eexternalwindow_487',['~ExternalWindow',['../classExternalWindow.html#a97f21d30b4449fc5cd87396ff051c199',1,'ExternalWindow']]], - ['_7eheapringbuffer_488',['~HeapRingBuffer',['../classHeapRingBuffer.html#ae2e25c610073d35998efd7106b5eb8a0',1,'HeapRingBuffer']]], - ['_7eimagebase_489',['~ImageBase',['../classImageBase.html#a247e1c3259d5943a5766c99f61da9309',1,'ImageBase']]], - ['_7eleakedobjectdetector_490',['~LeakedObjectDetector',['../classLeakedObjectDetector.html#af4fd575fa5361ce5b01f65a635b1d6b3',1,'LeakedObjectDetector']]], - ['_7enanobasewidget_491',['~NanoBaseWidget',['../classNanoBaseWidget.html#a902dabbadc38052f23a0a1820ddf8003',1,'NanoBaseWidget']]], - ['_7enanoimage_492',['~NanoImage',['../classNanoImage.html#a8915fb5eae1a0180edd3f5babf6a0091',1,'NanoImage']]], - ['_7enanovg_493',['~NanoVG',['../classNanoVG.html#a3e05169f4e66e811537adaea17e4bb3f',1,'NanoVG']]], - ['_7eopenglimage_494',['~OpenGLImage',['../classOpenGLImage.html#a97461921a4eba66af7cfeaf84595f3ad',1,'OpenGLImage']]], - ['_7eplugin_495',['~Plugin',['../classPlugin.html#a89814b8f0b1c91e49140d42eb8331383',1,'Plugin']]], - ['_7escopedgraphicscontext_496',['~ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html#a18fa5edc2ecfeafcc0849094ab49996e',1,'Window::ScopedGraphicsContext']]], - ['_7escopedpointer_497',['~ScopedPointer',['../classScopedPointer.html#a3c540f0121065aafa5f9607362fc1450',1,'ScopedPointer']]], - ['_7esubwidget_498',['~SubWidget',['../classSubWidget.html#a0f6225f53db69cd682910939edc9fd96',1,'SubWidget']]], - ['_7etoplevelwidget_499',['~TopLevelWidget',['../classTopLevelWidget.html#a73c0ee0ce1e84c9e18d0f6dcdcb9104a',1,'TopLevelWidget']]], - ['_7eui_500',['~UI',['../classUI.html#a47e7b6111faba049dfee4738d067cc42',1,'UI']]], - ['_7evulkanimage_501',['~VulkanImage',['../classVulkanImage.html#a45ab89d12d9a6a08f4986ac241a025dc',1,'VulkanImage']]], - ['_7ewidget_502',['~Widget',['../classWidget.html#a714cf798aadb4d615f6f60a355382c02',1,'Widget']]], - ['_7ewindow_503',['~Window',['../classWindow.html#a62b4a97b3c2e492f1d9a46092011e2d9',1,'Window']]] + ['_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']]] ]; diff --git a/search/all_3.js b/search/all_3.js index 8ee77520..d1f1eef0 100644 --- a/search/all_3.js +++ b/search/all_3.js @@ -1,47 +1,65 @@ var searchData= [ - ['data_60',['data',['../structMidiEvent.html#aba54410d44eef48c10516f29452ef3a9',1,'MidiEvent']]], - ['deactivate_61',['deactivate',['../classPlugin.html#aa089a56572bc8f1cb7e4b538c0d19c46',1,'Plugin']]], - ['def_62',['def',['../structParameterRanges.html#aa0aba68115bcfff25c35b2da2f7aed4c',1,'ParameterRanges']]], - ['degtorad_63',['degToRad',['../classNanoVG.html#ae3913bdf0efc2f5504422f558dca2c45',1,'NanoVG']]], - ['deletebuffer_64',['deleteBuffer',['../classHeapRingBuffer.html#a940bc4c023a53a0d511d6f99186d8224',1,'HeapRingBuffer']]], - ['description_65',['description',['../structParameter.html#a5aacdf5c58652cc6840ebfbe2a748d29',1,'Parameter']]], - ['designation_66',['designation',['../structParameter.html#a3bbf6f7d5ccea9a13504bd6ee3713986',1,'Parameter']]], - ['dgl_5ffile_5fbrowser_5fdisabled_67',['DGL_FILE_BROWSER_DISABLED',['../group__ExtraPluginMacros.html#gabf2289230c19cc52d848bb174955f379',1,'DistrhoInfo.hpp']]], - ['dgl_5fno_5fshared_5fresources_68',['DGL_NO_SHARED_RESOURCES',['../group__ExtraPluginMacros.html#ga38bbd9136e90d6b4ecd77823fc2f29ab',1,'DistrhoInfo.hpp']]], - ['dgl_5fuse_5fopengl3_69',['DGL_USE_OPENGL3',['../group__ExtraPluginMacros.html#ga01988e3c3664d33fac3b7958715b00fd',1,'DistrhoInfo.hpp']]], - ['distrho_5fnamespace_70',['DISTRHO_NAMESPACE',['../group__NamespaceMacros.html#gad4d95edc702f6066ba2f41740f7e5393',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fhas_5fui_71',['DISTRHO_PLUGIN_HAS_UI',['../group__PluginMacros.html#gacf8a1af679c09637ba0bdc5f4f8e37dd',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fis_5frt_5fsafe_72',['DISTRHO_PLUGIN_IS_RT_SAFE',['../group__PluginMacros.html#ga82546dd199fcea338b113f2f6da84ced',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fis_5fsynth_73',['DISTRHO_PLUGIN_IS_SYNTH',['../group__PluginMacros.html#ga854bde6b6fdb0d47182149dbab0fed72',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5flv2_5fcategory_74',['DISTRHO_PLUGIN_LV2_CATEGORY',['../group__PluginMacros.html#ga97bd6556fb9fcfc181778edb4fceeeef',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fminimum_5fbuffer_5fsize_75',['DISTRHO_PLUGIN_MINIMUM_BUFFER_SIZE',['../group__PluginMacros.html#ga9e0277ebff0b0a05047439532ff216d5',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fname_76',['DISTRHO_PLUGIN_NAME',['../group__PluginMacros.html#ga888482a9f695c2ca2f433e5f3172dcc4',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fnum_5finputs_77',['DISTRHO_PLUGIN_NUM_INPUTS',['../group__PluginMacros.html#ga5f4f3d9a5dc3c23882d158e636319998',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fnum_5foutputs_78',['DISTRHO_PLUGIN_NUM_OUTPUTS',['../group__PluginMacros.html#ga917195804ebcb2bb48c9fad52b20b3ca',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5furi_79',['DISTRHO_PLUGIN_URI',['../group__PluginMacros.html#ga9cc186448134e6a1956474b3878c97a8',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fuses_5fmodgui_80',['DISTRHO_PLUGIN_USES_MODGUI',['../group__PluginMacros.html#gaf75c327526ca8508c8968e43b6c1e49b',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fvst3_5fcategories_81',['DISTRHO_PLUGIN_VST3_CATEGORIES',['../group__PluginMacros.html#gab5bfd0f8045aa7eedd2ec6f5c9c2d17f',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5fdirect_5faccess_82',['DISTRHO_PLUGIN_WANT_DIRECT_ACCESS',['../group__PluginMacros.html#gac6873a3950f52f3fde8e386af63b69a1',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5ffull_5fstate_83',['DISTRHO_PLUGIN_WANT_FULL_STATE',['../group__PluginMacros.html#gac022d3d0a8782d632d7a801bc9cf721e',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5flatency_84',['DISTRHO_PLUGIN_WANT_LATENCY',['../group__PluginMacros.html#gad6b0ebf10e048f4742f29735da4d4930',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5fmidi_5finput_85',['DISTRHO_PLUGIN_WANT_MIDI_INPUT',['../group__PluginMacros.html#gadf2e2eb7550e4116001c816adfb04a70',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5fmidi_5foutput_86',['DISTRHO_PLUGIN_WANT_MIDI_OUTPUT',['../group__PluginMacros.html#ga548522eb91344a45841a5a95ff4f8073',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5fparameter_5fvalue_5fchange_5frequest_87',['DISTRHO_PLUGIN_WANT_PARAMETER_VALUE_CHANGE_REQUEST',['../group__PluginMacros.html#ga5a33bc5567795bdbbaab32313fabc652',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5fprograms_88',['DISTRHO_PLUGIN_WANT_PROGRAMS',['../group__PluginMacros.html#gad95e24b17f196260cee15255fdb5b677',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5fstate_89',['DISTRHO_PLUGIN_WANT_STATE',['../group__PluginMacros.html#ga255f43cc0997af8b56abcca260c875e0',1,'DistrhoInfo.hpp']]], - ['distrho_5fplugin_5fwant_5ftimepos_90',['DISTRHO_PLUGIN_WANT_TIMEPOS',['../group__PluginMacros.html#ga496610b956d931b1940d07da48d123f2',1,'DistrhoInfo.hpp']]], - ['distrho_5fui_5fcustom_5finclude_5fpath_91',['DISTRHO_UI_CUSTOM_INCLUDE_PATH',['../group__PluginMacros.html#gaf978778ddb34e3663a5c0bd128067e10',1,'DistrhoInfo.hpp']]], - ['distrho_5fui_5fcustom_5fwidget_5ftype_92',['DISTRHO_UI_CUSTOM_WIDGET_TYPE',['../group__PluginMacros.html#gaf6377f757b9796bd37f7be4e605ccd4a',1,'DistrhoInfo.hpp']]], - ['distrho_5fui_5furi_93',['DISTRHO_UI_URI',['../group__PluginMacros.html#ga420a88022da249b9f38a6046998dbd7c',1,'DistrhoInfo.hpp']]], - ['distrho_5fui_5fuse_5fcustom_94',['DISTRHO_UI_USE_CUSTOM',['../group__PluginMacros.html#ga5bcd1ce31e47a617de4c32fbf85e44ca',1,'DistrhoInfo.hpp']]], - ['distrho_5fui_5fuse_5fnanovg_95',['DISTRHO_UI_USE_NANOVG',['../group__PluginMacros.html#gad49e79936a2aa5afa089cbc051426ccd',1,'DistrhoInfo.hpp']]], - ['distrho_5fui_5fuser_5fresizable_96',['DISTRHO_UI_USER_RESIZABLE',['../group__PluginMacros.html#gabadb9d9ba7f479df39b3963ee60b7a4b',1,'DistrhoInfo.hpp']]], - ['done_97',['done',['../classStandaloneWindow.html#a3b13bbbe8b8c431806ab50d2ea3410ad',1,'StandaloneWindow::done()'],['../structWindow_1_1ScopedGraphicsContext.html#a4647e1da0c4477f021f668459fb3221f',1,'Window::ScopedGraphicsContext::done()']]], - ['dpf_5fruntime_5ftesting_98',['DPF_RUNTIME_TESTING',['../group__ExtraPluginMacros.html#ga692c508f53e1eb8747e261d2435490b7',1,'DistrhoInfo.hpp']]], - ['dpf_5fvst_5fshow_5fparameter_5foutputs_99',['DPF_VST_SHOW_PARAMETER_OUTPUTS',['../group__ExtraPluginMacros.html#ga9e6df7bd76cecd30e3762a58e29cd011',1,'DistrhoInfo.hpp']]], - ['draw_100',['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_101',['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_102',['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_103',['DISTRHO %Plugin Framework',['../index.html',1,'']]] + ['d_5fcconst_60',['d_cconst',['../group__MiscellaneousFunctions.html#ga6827e90feb9bdcb6f76175a245fbf12c',1,'DistrhoUtils.hpp']]], + ['d_5fcustom_5fsafe_5fassert_61',['d_custom_safe_assert',['../group__StringPrintFunctions.html#ga643ef1d86ed4c665ae482ea0ccb52b51',1,'DistrhoUtils.hpp']]], + ['d_5fdebug_62',['d_debug',['../group__StringPrintFunctions.html#ga9b8ac0ef05538648cb37b3c383ac60d9',1,'DistrhoUtils.hpp']]], + ['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,'']]] ]; diff --git a/search/all_4.js b/search/all_4.js index 7403e658..34333fb8 100644 --- a/search/all_4.js +++ b/search/all_4.js @@ -1,12 +1,12 @@ var searchData= [ - ['editparameter_104',['editParameter',['../classUI.html#a2efcd4f21af0470e91fb6a342d7667a0',1,'UI']]], - ['ellipse_105',['ellipse',['../classNanoVG.html#a2081ea8d4c33481d24ae98d1a65a6f9b',1,'NanoVG']]], - ['end_5fnamespace_5fdistrho_106',['END_NAMESPACE_DISTRHO',['../group__NamespaceMacros.html#ga3ff541a449593e069a29e92d21e38ef3',1,'DistrhoInfo.hpp']]], - ['endframe_107',['endFrame',['../classNanoVG.html#a432d8c79b21f61eb1010a75cc13ee711',1,'NanoVG']]], - ['entry_20points_108',['Entry Points',['../group__EntryPoints.html',1,'']]], - ['enumvalues_109',['enumValues',['../structParameter.html#ab94ec79aad8e8f6e4bc33d046f029358',1,'Parameter']]], - ['exec_110',['exec',['../classApplication.html#a805dd37af3b9adfc1d0ee1e734ad81e3',1,'Application::exec()'],['../classWindow.html#addce529703b96ff6742428c8bd8c4cba',1,'Window::exec()']]], - ['externalwindow_111',['ExternalWindow',['../classExternalWindow.html',1,'ExternalWindow'],['../classExternalWindow.html#afc5ed08d95e01734cdfbd6c69d8505c6',1,'ExternalWindow::ExternalWindow()'],['../classExternalWindow.html#a4db15a0baa5e85c04b4a8c3545958aad',1,'ExternalWindow::ExternalWindow(const PrivateData &data)']]], - ['extra_20plugin_20macros_112',['Extra Plugin Macros',['../group__ExtraPluginMacros.html',1,'']]] + ['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,'']]] ]; diff --git a/search/all_5.js b/search/all_5.js index e1b275ed..3c8d82e0 100644 --- a/search/all_5.js +++ b/search/all_5.js @@ -1,20 +1,20 @@ var searchData= [ - ['filebrowseroptions_113',['FileBrowserOptions',['../structWindow_1_1FileBrowserOptions.html',1,'Window::FileBrowserOptions'],['../structWindow_1_1FileBrowserOptions.html#ad34fe0200a1bd00028f7753aeba9b2fc',1,'Window::FileBrowserOptions::FileBrowserOptions()']]], - ['filebrowserselected_114',['fileBrowserSelected',['../classWindow.html#a6ec017881675f860ae746dad6c021b63',1,'Window']]], - ['fill_115',['fill',['../classNanoVG.html#ae6e189b2c0b5a67c8c227d89b9bdb56e',1,'NanoVG']]], - ['fillcolor_116',['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_117',['fillPaint',['../classNanoVG.html#aca56cc6d1c2455fc9f750cce4dc132d0',1,'NanoVG']]], - ['findfont_118',['findFont',['../classNanoVG.html#afbcfaa824c76e00eb22bd3f7dd5d1ab0',1,'NanoVG']]], - ['fixbounds_119',['fixBounds',['../structColor.html#aad01f46af4cdb18b2bcbddd3f63d14d5',1,'Color']]], - ['fixdefault_120',['fixDefault',['../structParameterRanges.html#a17519e584ccc28e87b73bfbd1a81cf10',1,'ParameterRanges']]], - ['fixvalue_121',['fixValue',['../structParameterRanges.html#a1dac84c100f420bfc529a4d2ea60dc7c',1,'ParameterRanges']]], - ['focus_122',['focus',['../classExternalWindow.html#a6957b4f82aa3e3557c4c455bbc6b1e15',1,'ExternalWindow::focus()'],['../classWindow.html#a03985e4ca2c9b4fcf572b5029e8c0115',1,'Window::focus()']]], - ['fontblur_123',['fontBlur',['../classNanoVG.html#aa0a42259164f0893ea63929cfce29a75',1,'NanoVG']]], - ['fontface_124',['fontFace',['../classNanoVG.html#a22fa48b86dac0cc4ab1cd922de39c52b',1,'NanoVG']]], - ['fontfaceid_125',['fontFaceId',['../classNanoVG.html#a2d32dbd0fb0dd0ae36fdc6ef2be65f6c',1,'NanoVG']]], - ['fontsize_126',['fontSize',['../classNanoVG.html#a23353792b4267d74f8f7a665d358c1a4',1,'NanoVG']]], - ['frame_127',['frame',['../structMidiEvent.html#aca2f6590b33bd2175ab71f985747d88e',1,'MidiEvent::frame()'],['../structTimePosition.html#aa3606d1c518c7ebe6335bc19f72b015b',1,'TimePosition::frame()']]], - ['fromhsl_128',['fromHSL',['../structColor.html#a41820f7349e997489d53f98036e76a0c',1,'Color']]], - ['fromhtml_129',['fromHTML',['../structColor.html#abdc66d9b8c6422a721f8d576e871f646',1,'Color']]] + ['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']]] ]; diff --git a/search/all_6.js b/search/all_6.js index 8d7ff114..45c5865d 100644 --- a/search/all_6.js +++ b/search/all_6.js @@ -1,74 +1,77 @@ var searchData= [ - ['get_130',['get',['../classScopedPointer.html#ac65fb45b9eb2d53773489fcfbc6fd740',1,'ScopedPointer']]], - ['getabsolutearea_131',['getAbsoluteArea',['../classSubWidget.html#af2f289973c4a58d78eb6bb12bcbf093a',1,'SubWidget']]], - ['getabsolutepos_132',['getAbsolutePos',['../classSubWidget.html#a1c67b16fb0234941f387a960a0f0cb76',1,'SubWidget']]], - ['getabsolutex_133',['getAbsoluteX',['../classSubWidget.html#a5a641f035fa0ce5b5e87ee9b3ab7bf34',1,'SubWidget']]], - ['getabsolutey_134',['getAbsoluteY',['../classSubWidget.html#aefe10cc8f9d62950b56f71559d1e3f5e',1,'SubWidget']]], - ['getapp_135',['getApp',['../classTopLevelWidget.html#af5c5c403ba231c14b3a41684bef45648',1,'TopLevelWidget::getApp()'],['../classWidget.html#a373419bc6353abf50a502cdbebd736e7',1,'Widget::getApp()'],['../classWindow.html#a92600b2e0715646b80474fccbcadf336',1,'Window::getApp()']]], - ['getbackgroundcolor_136',['getBackgroundColor',['../classUI.html#a3c47bc4cb3dcc558bbd05791d1cc83f5',1,'UI']]], - ['getbuffersize_137',['getBufferSize',['../classPlugin.html#a2643e638f62cfd4990247ec66bed60d2',1,'Plugin']]], - ['getbundlepath_138',['getBundlePath',['../classPlugin.html#a5fd60c82f5a50f12312c57729885fc2f',1,'Plugin::getBundlePath()'],['../classUI.html#a3359930fbeb2670230e617d430ecd67e',1,'UI::getBundlePath()']]], - ['getconstrainedabsolutearea_139',['getConstrainedAbsoluteArea',['../classSubWidget.html#a72bf08fe6f61fc935f6f0836d308bc9e',1,'SubWidget']]], - ['getcontext_140',['getContext',['../classNanoVG.html#a8b6f8caad8acb883fadc06a606ccade7',1,'NanoVG']]], - ['getdescription_141',['getDescription',['../classPlugin.html#a30db5eef9de617f4c81d5c6925facea3',1,'Plugin']]], - ['getendpos_142',['getEndPos',['../classLine.html#aa3f70d792719c026b35b3f32dc19ac65',1,'Line']]], - ['getendx_143',['getEndX',['../classLine.html#a15462cbbe5154d8b27fd6c53ddafc17f',1,'Line']]], - ['getendy_144',['getEndY',['../classLine.html#a5c5de1ccedae8ea85fd711eab10359dd',1,'Line']]], - ['getfixedandnormalizedvalue_145',['getFixedAndNormalizedValue',['../structParameterRanges.html#a82698a1e07b1b04ccb5df0de4db0d0be',1,'ParameterRanges']]], - ['getfixedvalue_146',['getFixedValue',['../structParameterRanges.html#a983383b2b3ce5d049802a7f0a12cee0c',1,'ParameterRanges']]], - ['getforegroundcolor_147',['getForegroundColor',['../classUI.html#a607ea9f2978605808d8ef5dc3531fae7',1,'UI']]], - ['getformat_148',['getFormat',['../classImageBase.html#a4b0c40113f956eaf2f2e0e51395b0926',1,'ImageBase']]], - ['getgeometryconstraints_149',['getGeometryConstraints',['../classWindow.html#a540fbc63288c019f420123644acc6a11',1,'Window']]], - ['getgraphicscontext_150',['getGraphicsContext',['../classWidget.html#ae23d09ec0e5f0397a3451b603b407182',1,'Widget::getGraphicsContext()'],['../classWindow.html#aa73a74df08f29d576e18cf1d61ea9897',1,'Window::getGraphicsContext()']]], - ['getheight_151',['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_152',['getHomePage',['../classPlugin.html#ad12c681ce31004da0badd609763f45c5',1,'Plugin']]], - ['getid_153',['getId',['../classWidget.html#a3ee6b2824e3f3719c1c9b3d070385f49',1,'Widget']]], - ['getignoringkeyrepeat_154',['getIgnoringKeyRepeat',['../classWindow.html#a0e1895a4e93ee0d7c34a9b10953c968e',1,'Window']]], - ['getlabel_155',['getLabel',['../classPlugin.html#a00f7945c16149db6845fbcc2af729f4f',1,'Plugin']]], - ['getlicense_156',['getLicense',['../classPlugin.html#a686a3c92a376a185d6fd97efd59125d1',1,'Plugin']]], - ['getmaker_157',['getMaker',['../classPlugin.html#a955832840de786a7a22798f0ef451c5d',1,'Plugin']]], - ['getmargin_158',['getMargin',['../classSubWidget.html#abe42b4ff151599ca5ea72f2e26e93860',1,'SubWidget']]], - ['getname_159',['getName',['../classPlugin.html#aebb5df5cde162462dc460d4fd45dae75',1,'Plugin']]], - ['getnativewindowhandle_160',['getNativeWindowHandle',['../classExternalWindow.html#a8ec7abf1b22271458926530b377f2c27',1,'ExternalWindow::getNativeWindowHandle()'],['../classWindow.html#a01a9277a2e19766947f9a99b43147bfd',1,'Window::getNativeWindowHandle()']]], - ['getnextbundlepath_161',['getNextBundlePath',['../classUI.html#ab157329c83a4660dd059508dc8d041f5',1,'UI']]], - ['getnextscalefactor_162',['getNextScaleFactor',['../classUI.html#aa7277c575b7d0a75475e5a7ae684dc0f',1,'UI']]], - ['getnextwindowid_163',['getNextWindowId',['../classUI.html#a4630e30aec3f3e7dcfc353ef2807bf56',1,'UI']]], - ['getnormalizedvalue_164',['getNormalizedValue',['../structParameterRanges.html#ad16ef939c1caa2f51e9a4041f769f86e',1,'ParameterRanges']]], - ['getnumsegments_165',['getNumSegments',['../classCircle.html#a3a1586ea9115cc97473a2338127223b6',1,'Circle']]], - ['getobject_166',['getObject',['../classScopedPointer.html#a1a88fa0865167c487050a9519297d4ed',1,'ScopedPointer']]], - ['getparametervalue_167',['getParameterValue',['../classPlugin.html#af9e9f5438e2e0c2352052eb5f95832aa',1,'Plugin']]], - ['getparentwidget_168',['getParentWidget',['../classSubWidget.html#a2d658e71ccb9502b8409a08782d8b345',1,'SubWidget']]], - ['getparentwindowhandle_169',['getParentWindowHandle',['../classExternalWindow.html#a56da59b2722bd7b0a6c63f9f7f120839',1,'ExternalWindow']]], - ['getplugininstancepointer_170',['getPluginInstancePointer',['../classUI.html#a0863a8f7ca7fc7e172e703c58518329f',1,'UI']]], - ['getpos_171',['getPos',['../classCircle.html#abdabe0a9d85db389485c69d6a7b6071e',1,'Circle::getPos()'],['../classRectangle.html#aa91fa8951b6a77c86a3df804b1ed0717',1,'Rectangle::getPos()']]], - ['getrawdata_172',['getRawData',['../classImageBase.html#aea60747a216159b14a8d020cb9b19546',1,'ImageBase']]], - ['getsamplerate_173',['getSampleRate',['../classPlugin.html#a3e162cfe8f1c52bf09805fd327bcc3c4',1,'Plugin::getSampleRate()'],['../classUI.html#a97d880182254652f94e7bed355370c07',1,'UI::getSampleRate()']]], - ['getscalefactor_174',['getScaleFactor',['../classExternalWindow.html#a0383b6696469e9709e1a1ee53399d9f4',1,'ExternalWindow::getScaleFactor()'],['../classWindow.html#a77774c8ce4b01113fcd525079f9b8787',1,'Window::getScaleFactor()']]], - ['getscaling_175',['getScaling',['../classWindow.html#a9b94fea3236d1d49e3fbd53a8d9cc70b',1,'Window']]], - ['getsize_176',['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_177',['getStartPos',['../classLine.html#a2c5ecf6513f1b1fd846a80915aff5744',1,'Line']]], - ['getstartx_178',['getStartX',['../classLine.html#a7f3af6a8c08af69188714a83353e09fb',1,'Line']]], - ['getstarty_179',['getStartY',['../classLine.html#a5a5ef0a94283339f2c20406a3d9fbb04',1,'Line']]], - ['getstate_180',['getState',['../classPlugin.html#a9cf24d4880f200eaeacd08a591d00d1f',1,'Plugin']]], - ['getsurface_181',['getSurface',['../classCairoImage.html#a5ce76c4866b396a771caafa80acf162b',1,'CairoImage']]], - ['gettexturehandle_182',['getTextureHandle',['../classNanoImage.html#a3c1396cb2794d0a2e2f5603f6399472b',1,'NanoImage']]], - ['gettimeposition_183',['getTimePosition',['../classPlugin.html#ae85d602c430b1a4361a88d714d3a42c1',1,'Plugin']]], - ['gettitle_184',['getTitle',['../classExternalWindow.html#acd0c7cbaa50aab700bebe633309f6778',1,'ExternalWindow::getTitle()'],['../classWindow.html#af437e6afd9104708f30ab769d9afce7a',1,'Window::getTitle()']]], - ['gettoplevelwidget_185',['getTopLevelWidget',['../classWidget.html#a607b153f7d3187ca60bf21004efc1314',1,'Widget']]], - ['gettransientwindowid_186',['getTransientWindowId',['../classExternalWindow.html#ad06f0e6adb6a1460af88707cd452e767',1,'ExternalWindow']]], - ['gettype_187',['getType',['../classOpenGLImage.html#ac6eb1a0e289c0e29bf8d8cfb3310f40e',1,'OpenGLImage']]], - ['getuniqueid_188',['getUniqueId',['../classPlugin.html#ad6ff8c80227d5ceebd40b96f3be29a66',1,'Plugin']]], - ['getunnormalizedvalue_189',['getUnnormalizedValue',['../structParameterRanges.html#a992f75a925b3cd5e66544087708ea3c3',1,'ParameterRanges']]], - ['getversion_190',['getVersion',['../classPlugin.html#abae540dd93caf4834270358a8aad334a',1,'Plugin']]], - ['getwidth_191',['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_192',['getWindow',['../classTopLevelWidget.html#a3ceb7af6e9372a139d40a5859dfd0e4d',1,'TopLevelWidget::getWindow()'],['../classWidget.html#a0ef05695aec704b0eb1eb91c2e8af07d',1,'Widget::getWindow()']]], - ['getx_193',['getX',['../classPoint.html#af6d528d5f73b06282aae5be3b188528e',1,'Point::getX()'],['../classCircle.html#a2f8530b43b24d28380e232367fea0823',1,'Circle::getX()'],['../classRectangle.html#aa7a5dc1efa46ac87abdc57850f65c1ef',1,'Rectangle::getX()']]], - ['gety_194',['getY',['../classPoint.html#ab0250670052f5169c57de84a09d7534b',1,'Point::getY()'],['../classCircle.html#af1bdfeb5875cf8e6a8f09ad295d3bb09',1,'Circle::getY()'],['../classRectangle.html#a8f2fb02ceea742b6155a476be3694ec9',1,'Rectangle::getY()']]], - ['globalalpha_195',['globalAlpha',['../classNanoVG.html#acbae67cbb34b396bd1dff9cdc3c6712b',1,'NanoVG']]], - ['globaltint_196',['globalTint',['../classNanoVG.html#abc92bd3d2bd9fd95aee6370b2fceae27',1,'NanoVG']]], - ['glyphposition_197',['GlyphPosition',['../structNanoVG_1_1GlyphPosition.html',1,'NanoVG']]], - ['graphicscontext_198',['GraphicsContext',['../structGraphicsContext.html',1,'']]], - ['groupid_199',['groupId',['../structAudioPort.html#a80aba3da64389d738bd8ae68bcedb4f4',1,'AudioPort::groupId()'],['../structParameter.html#a72dd5af5c024bd86497a4a5d9c8c4f25',1,'Parameter::groupId()']]], - ['growby_200',['growBy',['../classSize.html#ac6cb1721051ed5c8f21467f009d72982',1,'Size::growBy()'],['../classRectangle.html#a043d677b0fa28c50a18ed30bcb84e02b',1,'Rectangle::growBy()']]] + ['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()']]] ]; diff --git a/search/all_7.js b/search/all_7.js index 81fe2fc1..c09b8abc 100644 --- a/search/all_7.js +++ b/search/all_7.js @@ -1,9 +1,9 @@ var searchData= [ - ['head_201',['head',['../structHeapBuffer.html#a55b0dceb6b878021d8fe1353096e757b',1,'HeapBuffer']]], - ['heapbuffer_202',['HeapBuffer',['../structHeapBuffer.html',1,'']]], - ['heapringbuffer_203',['HeapRingBuffer',['../classHeapRingBuffer.html',1,'HeapRingBuffer'],['../classHeapRingBuffer.html#a6a3c03b584b5b20ad2829e26f5e6ed0e',1,'HeapRingBuffer::HeapRingBuffer()']]], - ['hide_204',['hide',['../classExternalWindow.html#aa9bce2cc83c1a8c6ee87f79bf36e3955',1,'ExternalWindow::hide()'],['../classWidget.html#a4a2f8eebacdd20db505b838f1a118c6b',1,'Widget::hide()'],['../classWindow.html#a4626829d3cb9d01285f739d2bbc69b74',1,'Window::hide()']]], - ['hints_205',['hints',['../structAudioPort.html#af93f38f9ef48ea14544adf32e4b1e513',1,'AudioPort::hints()'],['../structParameter.html#a397fb977f0c6cbec31df4f141ca3f5b3',1,'Parameter::hints()']]], - ['hugestackbuffer_206',['HugeStackBuffer',['../structHugeStackBuffer.html',1,'']]] + ['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,'']]] ]; diff --git a/search/all_8.js b/search/all_8.js index 13250f11..b95606b1 100644 --- a/search/all_8.js +++ b/search/all_8.js @@ -1,35 +1,35 @@ var searchData= [ - ['idle_207',['idle',['../classApplication.html#ac8382754f04f4de15768981459a28e3a',1,'Application']]], - ['idlecallback_208',['IdleCallback',['../structIdleCallback.html',1,'']]], - ['imagebase_209',['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_210',['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_211',['ImageBaseButton',['../classImageBaseButton.html',1,'']]], - ['imagebaseknob_212',['ImageBaseKnob',['../classImageBaseKnob.html',1,'']]], - ['imagebaseslider_213',['ImageBaseSlider',['../classImageBaseSlider.html',1,'']]], - ['imagebaseswitch_214',['ImageBaseSwitch',['../classImageBaseSwitch.html',1,'']]], - ['imagepattern_215',['imagePattern',['../classNanoVG.html#a00c718a017652e8888a48ff1577b57ef',1,'NanoVG']]], - ['initaudioport_216',['initAudioPort',['../classPlugin.html#a75f30935198a0acba25f4ea92af72dc4',1,'Plugin']]], - ['initdesignation_217',['initDesignation',['../structParameter.html#ad959d31bcfaa056908406bbf37c134bf',1,'Parameter']]], - ['initparameter_218',['initParameter',['../classPlugin.html#aacf87bd0037efeb3b60d204940f3f4a0',1,'Plugin']]], - ['initportgroup_219',['initPortGroup',['../classPlugin.html#a71b876c8157b087b3552960f2877a44d',1,'Plugin']]], - ['initprogramname_220',['initProgramName',['../classPlugin.html#a54d66af3111541b7c118f9749ef0231b',1,'Plugin']]], - ['initstate_221',['initState',['../classPlugin.html#a807b306c5ecb644c70421ae395421d84',1,'Plugin']]], - ['interpolate_222',['interpolate',['../structColor.html#a96283f5b9ad6f6465e40f69012aca00f',1,'Color']]], - ['intersectscissor_223',['intersectScissor',['../classNanoVG.html#a0d86d93bc09fc8da01f2b2fdd97f7448',1,'NanoVG']]], - ['invalidatecommit_224',['invalidateCommit',['../structHeapBuffer.html#a0cd85f596b680b57cc6669de7cf7ed27',1,'HeapBuffer']]], - ['isembed_225',['isEmbed',['../classExternalWindow.html#a26dd0bc32a816c014731a78658cc3a5b',1,'ExternalWindow::isEmbed()'],['../classWindow.html#afb840ed25c1fe17bed66d80adfc420ab',1,'Window::isEmbed()']]], - ['isequal_226',['isEqual',['../structColor.html#a16880d42b2d52ed23eb307ed2980a9a3',1,'Color']]], - ['isignoringkeyrepeat_227',['isIgnoringKeyRepeat',['../classWindow.html#ab5cbe1298a28a1860319198a4c843183',1,'Window']]], - ['isinvalid_228',['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_229',['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_230',['isNotZero',['../classPoint.html#aede5df141963951a746d7e207fa7e073',1,'Point']]], - ['isnull_231',['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_232',['isQuitting',['../classExternalWindow.html#a7aacd265be6cd6901405ad32cf6758a0',1,'ExternalWindow::isQuitting()'],['../classApplication.html#aa2dd05d544834e8fca24a58f5e57f795',1,'Application::isQuitting()']]], - ['isresizable_233',['isResizable',['../classUI.html#a8fe940d56a0c283095e28bbc5806af31',1,'UI::isResizable()'],['../classWindow.html#a1b888a7e6a5562968a253b915ccb7825',1,'Window::isResizable()']]], - ['isrunning_234',['isRunning',['../classExternalWindow.html#ae5763405ca1d2405973e691e78d9b2a7',1,'ExternalWindow']]], - ['isstandalone_235',['isStandalone',['../classExternalWindow.html#a5a870bd4d4e4cdbee7eb029384c2f1bf',1,'ExternalWindow::isStandalone()'],['../classApplication.html#aa0728e9c72545d81ba403b44c92ecd50',1,'Application::isStandalone()']]], - ['isvalid_236',['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_237',['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_238',['isZero',['../classPoint.html#a845d59d29722c962c7af8f602bcf9ba4',1,'Point']]] + ['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']]] ]; diff --git a/search/all_9.js b/search/all_9.js index 6b3c1b79..b0d1d60a 100644 --- a/search/all_9.js +++ b/search/all_9.js @@ -1,23 +1,23 @@ var searchData= [ - ['kaudioportiscv_239',['kAudioPortIsCV',['../group__AudioPortHints.html#ga92c8a0135d1b6dacd22df25295c15ff3',1,'DistrhoPlugin.hpp']]], - ['kaudioportissidechain_240',['kAudioPortIsSidechain',['../group__AudioPortHints.html#gafbf1a5255d0a19f35ae21480ab2c7433',1,'DistrhoPlugin.hpp']]], - ['kcvporthasbipolarrange_241',['kCVPortHasBipolarRange',['../group__AudioPortHints.html#ga7133899b77b31caa1eae3fe77409e69e',1,'DistrhoPlugin.hpp']]], - ['kcvporthasnegativeunipolarrange_242',['kCVPortHasNegativeUnipolarRange',['../group__AudioPortHints.html#gafa444d8a3d5244e107c2ddb19f60105d',1,'DistrhoPlugin.hpp']]], - ['kcvporthaspositiveunipolarrange_243',['kCVPortHasPositiveUnipolarRange',['../group__AudioPortHints.html#ga0919fac232ec9c6999057b09d54e3919',1,'DistrhoPlugin.hpp']]], - ['kcvporthasscaledrange_244',['kCVPortHasScaledRange',['../group__AudioPortHints.html#gae36eb55fe0813af0dd6cdfe4f7baae97',1,'DistrhoPlugin.hpp']]], - ['kdatasize_245',['kDataSize',['../structMidiEvent.html#a9e23ce17777c2ff5190670d3262129b9',1,'MidiEvent']]], - ['keyboardevent_246',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html',1,'Widget::KeyboardEvent'],['../structWidget_1_1KeyboardEvent.html#a5a55a296264b9999a7915f2633eacb10',1,'Widget::KeyboardEvent::KeyboardEvent()']]], - ['knobeventhandler_247',['KnobEventHandler',['../classKnobEventHandler.html',1,'']]], - ['kparameterdesignationbypass_248',['kParameterDesignationBypass',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890dea0623d4fc45bc45f4afad0f752955c50b',1,'DistrhoPlugin.hpp']]], - ['kparameterdesignationnull_249',['kParameterDesignationNull',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890deaee7f64d019ddec5f802c9d53eb033401',1,'DistrhoPlugin.hpp']]], - ['kparameterisautomable_250',['kParameterIsAutomable',['../group__ParameterHints.html#ga04161ef926442aa08ae7aa6847078ad9',1,'DistrhoPlugin.hpp']]], - ['kparameterisboolean_251',['kParameterIsBoolean',['../group__ParameterHints.html#gaafca30df903781d2e1c2491808e17c8d',1,'DistrhoPlugin.hpp']]], - ['kparameterisinteger_252',['kParameterIsInteger',['../group__ParameterHints.html#ga76a82c93efe6ad728c9f0cb4ef33a2b9',1,'DistrhoPlugin.hpp']]], - ['kparameterislogarithmic_253',['kParameterIsLogarithmic',['../group__ParameterHints.html#gabc539ecbfe420246a33f93aed32b8a3b',1,'DistrhoPlugin.hpp']]], - ['kparameterisoutput_254',['kParameterIsOutput',['../group__ParameterHints.html#ga0a3633c93e8589f4b3e6124bb97ad8d4',1,'DistrhoPlugin.hpp']]], - ['kparameteristrigger_255',['kParameterIsTrigger',['../group__ParameterHints.html#ga068de47c587411c9e91ef09f7d800884',1,'DistrhoPlugin.hpp']]], - ['kportgroupmono_256',['kPortGroupMono',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aa0f890fe6310b119745b6c6cb409c5fe9',1,'DistrhoPlugin.hpp']]], - ['kportgroupnone_257',['kPortGroupNone',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaea27aed9948a2aaf4978941c96df3932',1,'DistrhoPlugin.hpp']]], - ['kportgroupstereo_258',['kPortGroupStereo',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaeefc1b206ffdedf67376156cf6e5d114',1,'DistrhoPlugin.hpp']]] + ['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']]] ]; diff --git a/search/all_a.js b/search/all_a.js index 5c62df9f..0a7bdf8c 100644 --- a/search/all_a.js +++ b/search/all_a.js @@ -1,15 +1,15 @@ var searchData= [ - ['label_259',['label',['../structParameterEnumerationValue.html#aba1c51d5a2c99416c1dcf0a08345178d',1,'ParameterEnumerationValue']]], - ['leakedobjectdetector_260',['LeakedObjectDetector',['../classLeakedObjectDetector.html',1,'']]], - ['line_261',['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_262',['linearGradient',['../classNanoVG.html#aa74a49bb588beb28654565a07022a178',1,'NanoVG']]], - ['linecap_263',['lineCap',['../classNanoVG.html#a95dfc697ae6fe9c8d525430c09f839d1',1,'NanoVG']]], - ['linejoin_264',['lineJoin',['../classNanoVG.html#a73767c9ade6a757bc6e1f4a2d45bdaeb',1,'NanoVG']]], - ['lineto_265',['lineTo',['../classNanoVG.html#a63f509eaeb04475a8541ed8e846f352f',1,'NanoVG']]], - ['listallfiles_266',['listAllFiles',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a069dc1f379875585b536115bceaeacc3',1,'Window::FileBrowserOptions::Buttons']]], - ['loadfrommemory_267',['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_268',['loadFromPNG',['../classCairoImage.html#a94c1707943b9874e362e11473bdcf768',1,'CairoImage']]], - ['loadprogram_269',['loadProgram',['../classPlugin.html#a44eb1bfcc3a3e5949ad053fc9ce55ce8',1,'Plugin']]], - ['loadsharedresources_270',['loadSharedResources',['../classNanoVG.html#a210f19213fef82c2c7d8797e7cfea8aa',1,'NanoVG']]] + ['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']]] ]; diff --git a/search/all_b.js b/search/all_b.js index 111c2ecc..a9910e6b 100644 --- a/search/all_b.js +++ b/search/all_b.js @@ -1,14 +1,16 @@ var searchData= [ - ['main_20classes_271',['Main Classes',['../group__MainClasses.html',1,'']]], - ['max_272',['max',['../structParameterRanges.html#a175c78c905c598df929a4450e4d2a2a0',1,'ParameterRanges']]], - ['midicc_273',['midiCC',['../structParameter.html#a5389731e4cd95cac10af9aec9aa7b202',1,'Parameter']]], - ['midievent_274',['MidiEvent',['../structMidiEvent.html',1,'']]], - ['min_275',['min',['../structParameterRanges.html#a63c40988463a8ace9d0e9e55a00f3c7b',1,'ParameterRanges']]], - ['miterlimit_276',['miterLimit',['../classNanoVG.html#a8a5ade44d39d21f28dcd02d27da62d14',1,'NanoVG']]], - ['motionevent_277',['MotionEvent',['../structWidget_1_1MotionEvent.html',1,'Widget::MotionEvent'],['../structWidget_1_1MotionEvent.html#a0d2bf8f5c66002bb129968f10e0cc082',1,'Widget::MotionEvent::MotionEvent()']]], - ['mouseevent_278',['MouseEvent',['../structWidget_1_1MouseEvent.html',1,'Widget::MouseEvent'],['../structWidget_1_1MouseEvent.html#aa37fee8a593c62c53e4ca5c67ad9278f',1,'Widget::MouseEvent::MouseEvent()']]], - ['moveby_279',['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_280',['moveTo',['../classNanoVG.html#af1ac0918567c17c93e0586c4284e04b9',1,'NanoVG']]], - ['mutex_281',['Mutex',['../classMutex.html',1,'']]] + ['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,'']]] ]; diff --git a/search/all_c.js b/search/all_c.js index e26e0f82..f0d9c1de 100644 --- a/search/all_c.js +++ b/search/all_c.js @@ -1,9 +1,9 @@ var searchData= [ - ['name_282',['name',['../structAudioPort.html#adb3b58f79131b653d6b2adfa3ea07e5c',1,'AudioPort::name()'],['../structParameter.html#ae63c1fcfb20e320bada1f58c04ff18da',1,'Parameter::name()'],['../structPortGroup.html#af3ab9eaf5eb1ad8165fc43b4518d2c5b',1,'PortGroup::name()']]], - ['namespace_20macros_283',['Namespace Macros',['../group__NamespaceMacros.html',1,'']]], - ['nanobasewidget_284',['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_285',['NanoImage',['../classNanoImage.html',1,'NanoImage'],['../classNanoImage.html#a5bf22d2002986c3b81f3b38ec8abf4a5',1,'NanoImage::NanoImage()'],['../classNanoImage.html#ae822e33bed10563f4bd1898ae18afe8e',1,'NanoImage::NanoImage(const Handle &handle)']]], - ['nanovg_286',['NanoVG',['../classNanoVG.html',1,'NanoVG'],['../classNanoVG.html#a79dfc0b6c38ec95cef030df2b7a663ef',1,'NanoVG::NanoVG()']]], - ['nextevent_287',['nextEvent',['../structAudioMidiSyncHelper.html#a43f354c1520893449d81a27b3e7a81fe',1,'AudioMidiSyncHelper']]] + ['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']]] ]; diff --git a/search/all_d.js b/search/all_d.js index 0f738f5b..15c44a76 100644 --- a/search/all_d.js +++ b/search/all_d.js @@ -1,27 +1,27 @@ var searchData= [ - ['oncairodisplay_288',['onCairoDisplay',['../classCairoBaseWidget.html#a2d59f5625d6e948ccbf7a9d2b3b00adf',1,'CairoBaseWidget']]], - ['oncharacterinput_289',['onCharacterInput',['../classTopLevelWidget.html#a567153ae0853e56553c9569dc61ed913',1,'TopLevelWidget::onCharacterInput()'],['../classWidget.html#ad7fb24de24d8809305b04ff3750f0dea',1,'Widget::onCharacterInput()']]], - ['onclose_290',['onClose',['../classWindow.html#a979cfd2bc52650f07b789217d6c6f570',1,'Window']]], - ['ondisplay_291',['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_292',['onFileSelected',['../classWindow.html#a887287be0807b58aa701139c802939a3',1,'Window']]], - ['onfocus_293',['onFocus',['../classWindow.html#a754415613248bd3b5068d76c4cfe3704',1,'Window']]], - ['onkeyboard_294',['onKeyboard',['../classImageBaseAboutWindow.html#a239bf25a7ac8063d2cf3d4db250396e2',1,'ImageBaseAboutWindow::onKeyboard()'],['../classTopLevelWidget.html#a7b182e276662bc32aa0fcd7b07dfe4d0',1,'TopLevelWidget::onKeyboard()'],['../classWidget.html#a9fa874aede538b41348f1029524aea11',1,'Widget::onKeyboard()']]], - ['onmotion_295',['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_296',['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_297',['onNanoDisplay',['../classNanoBaseWidget.html#a77a197095bf9bf6fd6ff40145746c9b9',1,'NanoBaseWidget']]], - ['onpositionchanged_298',['onPositionChanged',['../classSubWidget.html#a80ac88898a4a87047d63a7e49a5a0946',1,'SubWidget']]], - ['onreshape_299',['onReshape',['../classWindow.html#a04207502372d42d0d17604b104c1d8d6',1,'Window']]], - ['onresize_300',['onResize',['../classWidget.html#acc0365ec4b9245bdffb8d0285be55dea',1,'Widget']]], - ['onscalefactorchanged_301',['onScaleFactorChanged',['../classWindow.html#a306742ddc21c7c41f59b41e5761a38c7',1,'Window']]], - ['onscroll_302',['onScroll',['../classImageBaseKnob.html#aeb9c35449f4b48741ceb8ba8253648bb',1,'ImageBaseKnob::onScroll()'],['../classTopLevelWidget.html#a412a6ce96a4ef7f64396e312ad072f9d',1,'TopLevelWidget::onScroll()'],['../classWidget.html#a0d78d28bd4a98c3a016a38091b2d4185',1,'Widget::onScroll()']]], - ['onspecial_303',['onSpecial',['../classWidget.html#a3b42652fcb2f95c6f86bdd43a1727507',1,'Widget']]], - ['openfilebrowser_304',['openFileBrowser',['../classWindow.html#a7d2a006347a7fb95e63140ad2cec531c',1,'Window']]], - ['openglgraphicscontext_305',['OpenGLGraphicsContext',['../structOpenGLGraphicsContext.html',1,'']]], - ['openglimage_306',['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_307',['operator ObjectType *',['../classScopedPointer.html#af7c241c736d79754fd6f8d305cce8bc3',1,'ScopedPointer']]], - ['operator_2a_308',['operator*',['../classScopedPointer.html#a2f48458a1656a6ef1bd35cb8452eed35',1,'ScopedPointer']]], - ['operator_2d_3e_309',['operator->',['../classScopedPointer.html#a6eedc84349cbe629cc1abb79ffa74e87',1,'ScopedPointer']]], - ['operator_3d_310',['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_311',['outputs',['../structAudioMidiSyncHelper.html#a7b54cae0fdaae3d23aaccf2dbb9344ef',1,'AudioMidiSyncHelper']]] + ['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']]] ]; diff --git a/search/all_e.js b/search/all_e.js index 5bd70fe5..3572d06e 100644 --- a/search/all_e.js +++ b/search/all_e.js @@ -1,22 +1,24 @@ var searchData= [ - ['paint_312',['Paint',['../structNanoVG_1_1Paint.html',1,'NanoVG']]], - ['parameter_313',['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_314',['parameterChanged',['../classUI.html#ab3086d302a9685b25abf144ade3e88f6',1,'UI']]], - ['parameterdesignation_315',['ParameterDesignation',['../group__BasePluginStructs.html#ga9a7e733c40008f92e96e2ccf24f890de',1,'DistrhoPlugin.hpp']]], - ['parameterenumerationvalue_316',['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_317',['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_318',['Parameter Hints',['../group__ParameterHints.html',1,'']]], - ['parameterranges_319',['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_320',['pathWinding',['../classNanoVG.html#aaf7f45fc45cf920d261a8b2cfebf9026',1,'NanoVG']]], - ['playing_321',['playing',['../structTimePosition.html#a35db424bdf8ec01102a4fa6346c45574',1,'TimePosition']]], - ['plugin_322',['Plugin',['../classPlugin.html',1,'Plugin'],['../classPlugin.html#acb5a3632da5a5c4110172a3a78e1fd32',1,'Plugin::Plugin()']]], - ['plugin_20macros_323',['Plugin Macros',['../group__PluginMacros.html',1,'']]], - ['point_324',['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_325',['Point< double >',['../classPoint.html',1,'']]], - ['point_3c_20int_20_3e_326',['Point< int >',['../classPoint.html',1,'']]], - ['portgroup_327',['PortGroup',['../structPortGroup.html',1,'']]], - ['positionchangedevent_328',['PositionChangedEvent',['../structWidget_1_1PositionChangedEvent.html',1,'Widget::PositionChangedEvent'],['../structWidget_1_1PositionChangedEvent.html#aa6360f57c0314621b04d049708bea45c',1,'Widget::PositionChangedEvent::PositionChangedEvent()']]], - ['predefinedportgroupsids_329',['PredefinedPortGroupsIds',['../group__BasePluginStructs.html#ga177ca6eb2528109ec4a130a643e8c70a',1,'DistrhoPlugin.hpp']]], - ['programloaded_330',['programLoaded',['../classUI.html#a2f043dd1b2e179248a19918c5483cfae',1,'UI']]] + ['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']]] ]; diff --git a/search/all_f.js b/search/all_f.js index 771c2a28..bdb78aec 100644 --- a/search/all_f.js +++ b/search/all_f.js @@ -1,5 +1,5 @@ var searchData= [ - ['quadto_331',['quadTo',['../classNanoVG.html#ad21dce44617cb0ed89bcafa794c56fde',1,'NanoVG']]], - ['quit_332',['quit',['../classApplication.html#af77b716ee803aecb2ce1674695dc3986',1,'Application']]] + ['quadto_356',['quadTo',['../classNanoVG.html#ad21dce44617cb0ed89bcafa794c56fde',1,'NanoVG']]], + ['quit_357',['quit',['../classApplication.html#af77b716ee803aecb2ce1674695dc3986',1,'Application']]] ]; diff --git a/search/classes_0.js b/search/classes_0.js index 4e89e4c9..0007a920 100644 --- a/search/classes_0.js +++ b/search/classes_0.js @@ -1,6 +1,6 @@ var searchData= [ - ['application_504',['Application',['../classApplication.html',1,'']]], - ['audiomidisynchelper_505',['AudioMidiSyncHelper',['../structAudioMidiSyncHelper.html',1,'']]], - ['audioport_506',['AudioPort',['../structAudioPort.html',1,'']]] + ['application_530',['Application',['../classApplication.html',1,'']]], + ['audiomidisynchelper_531',['AudioMidiSyncHelper',['../structAudioMidiSyncHelper.html',1,'']]], + ['audioport_532',['AudioPort',['../structAudioPort.html',1,'']]] ]; diff --git a/search/classes_1.js b/search/classes_1.js index c09910c5..4bf6faac 100644 --- a/search/classes_1.js +++ b/search/classes_1.js @@ -1,8 +1,8 @@ var searchData= [ - ['barbeattick_507',['BarBeatTick',['../structTimePosition_1_1BarBeatTick.html',1,'TimePosition']]], - ['baseevent_508',['BaseEvent',['../structWidget_1_1BaseEvent.html',1,'Widget']]], - ['bigstackbuffer_509',['BigStackBuffer',['../structBigStackBuffer.html',1,'']]], - ['buttoneventhandler_510',['ButtonEventHandler',['../classButtonEventHandler.html',1,'']]], - ['buttons_511',['Buttons',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html',1,'Window::FileBrowserOptions']]] + ['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']]] ]; diff --git a/search/classes_10.js b/search/classes_10.js index 188414b8..1a7c9553 100644 --- a/search/classes_10.js +++ b/search/classes_10.js @@ -1,8 +1,8 @@ var searchData= [ - ['textrow_578',['TextRow',['../structNanoVG_1_1TextRow.html',1,'NanoVG']]], - ['thread_579',['Thread',['../classThread.html',1,'']]], - ['timeposition_580',['TimePosition',['../structTimePosition.html',1,'']]], - ['toplevelwidget_581',['TopLevelWidget',['../classTopLevelWidget.html',1,'']]], - ['triangle_582',['Triangle',['../classTriangle.html',1,'']]] + ['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,'']]] ]; diff --git a/search/classes_11.js b/search/classes_11.js index bf681da6..1a924ad3 100644 --- a/search/classes_11.js +++ b/search/classes_11.js @@ -1,4 +1,4 @@ var searchData= [ - ['ui_583',['UI',['../classUI.html',1,'']]] + ['ui_609',['UI',['../classUI.html',1,'']]] ]; diff --git a/search/classes_12.js b/search/classes_12.js index 5764af78..087493f8 100644 --- a/search/classes_12.js +++ b/search/classes_12.js @@ -1,5 +1,5 @@ var searchData= [ - ['vulkangraphicscontext_584',['VulkanGraphicsContext',['../structVulkanGraphicsContext.html',1,'']]], - ['vulkanimage_585',['VulkanImage',['../classVulkanImage.html',1,'']]] + ['vulkangraphicscontext_610',['VulkanGraphicsContext',['../structVulkanGraphicsContext.html',1,'']]], + ['vulkanimage_611',['VulkanImage',['../classVulkanImage.html',1,'']]] ]; diff --git a/search/classes_13.js b/search/classes_13.js index 6ecd1721..de9d06bf 100644 --- a/search/classes_13.js +++ b/search/classes_13.js @@ -1,5 +1,5 @@ var searchData= [ - ['widget_586',['Widget',['../classWidget.html',1,'']]], - ['window_587',['Window',['../classWindow.html',1,'']]] + ['widget_612',['Widget',['../classWidget.html',1,'']]], + ['window_613',['Window',['../classWindow.html',1,'']]] ]; diff --git a/search/classes_2.js b/search/classes_2.js index c56bd8d3..8d6df5ae 100644 --- a/search/classes_2.js +++ b/search/classes_2.js @@ -1,10 +1,10 @@ var searchData= [ - ['cairobasewidget_512',['CairoBaseWidget',['../classCairoBaseWidget.html',1,'']]], - ['cairographicscontext_513',['CairoGraphicsContext',['../structCairoGraphicsContext.html',1,'']]], - ['cairoimage_514',['CairoImage',['../classCairoImage.html',1,'']]], - ['callback_515',['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_516',['CharacterInputEvent',['../structWidget_1_1CharacterInputEvent.html',1,'Widget']]], - ['circle_517',['Circle',['../classCircle.html',1,'']]], - ['color_518',['Color',['../structColor.html',1,'']]] + ['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,'']]] ]; diff --git a/search/classes_3.js b/search/classes_3.js index f73e6aa7..b97c0e90 100644 --- a/search/classes_3.js +++ b/search/classes_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['externalwindow_519',['ExternalWindow',['../classExternalWindow.html',1,'']]] + ['externalwindow_545',['ExternalWindow',['../classExternalWindow.html',1,'']]] ]; diff --git a/search/classes_4.js b/search/classes_4.js index 70ed31bc..988dd9b2 100644 --- a/search/classes_4.js +++ b/search/classes_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['filebrowseroptions_520',['FileBrowserOptions',['../structWindow_1_1FileBrowserOptions.html',1,'Window']]] + ['filebrowseroptions_546',['FileBrowserOptions',['../structWindow_1_1FileBrowserOptions.html',1,'Window']]] ]; diff --git a/search/classes_5.js b/search/classes_5.js index efea553d..83b01966 100644 --- a/search/classes_5.js +++ b/search/classes_5.js @@ -1,5 +1,5 @@ var searchData= [ - ['glyphposition_521',['GlyphPosition',['../structNanoVG_1_1GlyphPosition.html',1,'NanoVG']]], - ['graphicscontext_522',['GraphicsContext',['../structGraphicsContext.html',1,'']]] + ['glyphposition_547',['GlyphPosition',['../structNanoVG_1_1GlyphPosition.html',1,'NanoVG']]], + ['graphicscontext_548',['GraphicsContext',['../structGraphicsContext.html',1,'']]] ]; diff --git a/search/classes_6.js b/search/classes_6.js index 40332ac0..26da1cbd 100644 --- a/search/classes_6.js +++ b/search/classes_6.js @@ -1,6 +1,6 @@ var searchData= [ - ['heapbuffer_523',['HeapBuffer',['../structHeapBuffer.html',1,'']]], - ['heapringbuffer_524',['HeapRingBuffer',['../classHeapRingBuffer.html',1,'']]], - ['hugestackbuffer_525',['HugeStackBuffer',['../structHugeStackBuffer.html',1,'']]] + ['heapbuffer_549',['HeapBuffer',['../structHeapBuffer.html',1,'']]], + ['heapringbuffer_550',['HeapRingBuffer',['../classHeapRingBuffer.html',1,'']]], + ['hugestackbuffer_551',['HugeStackBuffer',['../structHugeStackBuffer.html',1,'']]] ]; diff --git a/search/classes_7.js b/search/classes_7.js index 22bbb45d..cd87abe0 100644 --- a/search/classes_7.js +++ b/search/classes_7.js @@ -1,10 +1,10 @@ var searchData= [ - ['idlecallback_526',['IdleCallback',['../structIdleCallback.html',1,'']]], - ['imagebase_527',['ImageBase',['../classImageBase.html',1,'']]], - ['imagebaseaboutwindow_528',['ImageBaseAboutWindow',['../classImageBaseAboutWindow.html',1,'']]], - ['imagebasebutton_529',['ImageBaseButton',['../classImageBaseButton.html',1,'']]], - ['imagebaseknob_530',['ImageBaseKnob',['../classImageBaseKnob.html',1,'']]], - ['imagebaseslider_531',['ImageBaseSlider',['../classImageBaseSlider.html',1,'']]], - ['imagebaseswitch_532',['ImageBaseSwitch',['../classImageBaseSwitch.html',1,'']]] + ['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,'']]] ]; diff --git a/search/classes_8.js b/search/classes_8.js index 5f749bd9..16ea487e 100644 --- a/search/classes_8.js +++ b/search/classes_8.js @@ -1,5 +1,5 @@ var searchData= [ - ['keyboardevent_533',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html',1,'Widget']]], - ['knobeventhandler_534',['KnobEventHandler',['../classKnobEventHandler.html',1,'']]] + ['keyboardevent_559',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html',1,'Widget']]], + ['knobeventhandler_560',['KnobEventHandler',['../classKnobEventHandler.html',1,'']]] ]; diff --git a/search/classes_9.js b/search/classes_9.js index f5750b00..7ff62343 100644 --- a/search/classes_9.js +++ b/search/classes_9.js @@ -1,5 +1,5 @@ var searchData= [ - ['leakedobjectdetector_535',['LeakedObjectDetector',['../classLeakedObjectDetector.html',1,'']]], - ['line_536',['Line',['../classLine.html',1,'']]] + ['leakedobjectdetector_561',['LeakedObjectDetector',['../classLeakedObjectDetector.html',1,'']]], + ['line_562',['Line',['../classLine.html',1,'']]] ]; diff --git a/search/classes_a.js b/search/classes_a.js index 2bd418fc..bab3c4cd 100644 --- a/search/classes_a.js +++ b/search/classes_a.js @@ -1,7 +1,7 @@ var searchData= [ - ['midievent_537',['MidiEvent',['../structMidiEvent.html',1,'']]], - ['motionevent_538',['MotionEvent',['../structWidget_1_1MotionEvent.html',1,'Widget']]], - ['mouseevent_539',['MouseEvent',['../structWidget_1_1MouseEvent.html',1,'Widget']]], - ['mutex_540',['Mutex',['../classMutex.html',1,'']]] + ['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,'']]] ]; diff --git a/search/classes_b.js b/search/classes_b.js index db94c5f2..e9622504 100644 --- a/search/classes_b.js +++ b/search/classes_b.js @@ -1,6 +1,6 @@ var searchData= [ - ['nanobasewidget_541',['NanoBaseWidget',['../classNanoBaseWidget.html',1,'']]], - ['nanoimage_542',['NanoImage',['../classNanoImage.html',1,'']]], - ['nanovg_543',['NanoVG',['../classNanoVG.html',1,'']]] + ['nanobasewidget_567',['NanoBaseWidget',['../classNanoBaseWidget.html',1,'']]], + ['nanoimage_568',['NanoImage',['../classNanoImage.html',1,'']]], + ['nanovg_569',['NanoVG',['../classNanoVG.html',1,'']]] ]; diff --git a/search/classes_c.js b/search/classes_c.js index e2ce8581..c3b28d3f 100644 --- a/search/classes_c.js +++ b/search/classes_c.js @@ -1,5 +1,5 @@ var searchData= [ - ['openglgraphicscontext_544',['OpenGLGraphicsContext',['../structOpenGLGraphicsContext.html',1,'']]], - ['openglimage_545',['OpenGLImage',['../classOpenGLImage.html',1,'']]] + ['openglgraphicscontext_570',['OpenGLGraphicsContext',['../structOpenGLGraphicsContext.html',1,'']]], + ['openglimage_571',['OpenGLImage',['../classOpenGLImage.html',1,'']]] ]; diff --git a/search/classes_d.js b/search/classes_d.js index 794f2569..bf4f8556 100644 --- a/search/classes_d.js +++ b/search/classes_d.js @@ -1,14 +1,14 @@ var searchData= [ - ['paint_546',['Paint',['../structNanoVG_1_1Paint.html',1,'NanoVG']]], - ['parameter_547',['Parameter',['../structParameter.html',1,'']]], - ['parameterenumerationvalue_548',['ParameterEnumerationValue',['../structParameterEnumerationValue.html',1,'']]], - ['parameterenumerationvalues_549',['ParameterEnumerationValues',['../structParameterEnumerationValues.html',1,'']]], - ['parameterranges_550',['ParameterRanges',['../structParameterRanges.html',1,'']]], - ['plugin_551',['Plugin',['../classPlugin.html',1,'']]], - ['point_552',['Point',['../classPoint.html',1,'']]], - ['point_3c_20double_20_3e_553',['Point< double >',['../classPoint.html',1,'']]], - ['point_3c_20int_20_3e_554',['Point< int >',['../classPoint.html',1,'']]], - ['portgroup_555',['PortGroup',['../structPortGroup.html',1,'']]], - ['positionchangedevent_556',['PositionChangedEvent',['../structWidget_1_1PositionChangedEvent.html',1,'Widget']]] + ['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']]] ]; diff --git a/search/classes_e.js b/search/classes_e.js index 6e837ad4..83f82f18 100644 --- a/search/classes_e.js +++ b/search/classes_e.js @@ -1,9 +1,9 @@ var searchData= [ - ['rectangle_557',['Rectangle',['../classRectangle.html',1,'']]], - ['recursivemutex_558',['RecursiveMutex',['../classRecursiveMutex.html',1,'']]], - ['resizeevent_559',['ResizeEvent',['../structWidget_1_1ResizeEvent.html',1,'Widget']]], - ['ringbuffercontrol_560',['RingBufferControl',['../classRingBufferControl.html',1,'']]], - ['ringbuffercontrol_3c_20heapbuffer_20_3e_561',['RingBufferControl< HeapBuffer >',['../classRingBufferControl.html',1,'']]], - ['ringbuffercontrol_3c_20smallstackbuffer_20_3e_562',['RingBufferControl< SmallStackBuffer >',['../classRingBufferControl.html',1,'']]] + ['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,'']]] ]; diff --git a/search/classes_f.js b/search/classes_f.js index fc0ef277..63bbfea0 100644 --- a/search/classes_f.js +++ b/search/classes_f.js @@ -1,18 +1,18 @@ var searchData= [ - ['scopedgraphicscontext_563',['ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html',1,'Window']]], - ['scopedpointer_564',['ScopedPointer',['../classScopedPointer.html',1,'']]], - ['scopedsafelocale_565',['ScopedSafeLocale',['../classScopedSafeLocale.html',1,'']]], - ['scopelocker_566',['ScopeLocker',['../classScopeLocker.html',1,'']]], - ['scopetrylocker_567',['ScopeTryLocker',['../classScopeTryLocker.html',1,'']]], - ['scopeunlocker_568',['ScopeUnlocker',['../classScopeUnlocker.html',1,'']]], - ['scrollevent_569',['ScrollEvent',['../structWidget_1_1ScrollEvent.html',1,'Widget']]], - ['signal_570',['Signal',['../classSignal.html',1,'']]], - ['size_571',['Size',['../classSize.html',1,'']]], - ['size_3c_20uint_20_3e_572',['Size< uint >',['../classSize.html',1,'']]], - ['smallstackbuffer_573',['SmallStackBuffer',['../structSmallStackBuffer.html',1,'']]], - ['smallstackringbuffer_574',['SmallStackRingBuffer',['../classSmallStackRingBuffer.html',1,'']]], - ['standalonewindow_575',['StandaloneWindow',['../classStandaloneWindow.html',1,'']]], - ['string_576',['String',['../classString.html',1,'']]], - ['subwidget_577',['SubWidget',['../classSubWidget.html',1,'']]] + ['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,'']]] ]; diff --git a/search/enums_0.js b/search/enums_0.js index 62379abe..50d20bf6 100644 --- a/search/enums_0.js +++ b/search/enums_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['buttonstate_998',['ButtonState',['../structWindow_1_1FileBrowserOptions.html#a1e10c3a7c2c7b38d9476d24d73001504',1,'Window::FileBrowserOptions']]] + ['buttonstate_1045',['ButtonState',['../structWindow_1_1FileBrowserOptions.html#a1e10c3a7c2c7b38d9476d24d73001504',1,'Window::FileBrowserOptions']]] ]; diff --git a/search/enums_1.js b/search/enums_1.js index 61805fd8..8b470fbd 100644 --- a/search/enums_1.js +++ b/search/enums_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['createflags_999',['CreateFlags',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9',1,'NanoVG']]] + ['createflags_1046',['CreateFlags',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9',1,'NanoVG']]] ]; diff --git a/search/enums_2.js b/search/enums_2.js index 735395de..98d3fcf5 100644 --- a/search/enums_2.js +++ b/search/enums_2.js @@ -1,5 +1,5 @@ var searchData= [ - ['parameterdesignation_1000',['ParameterDesignation',['../group__BasePluginStructs.html#ga9a7e733c40008f92e96e2ccf24f890de',1,'DistrhoPlugin.hpp']]], - ['predefinedportgroupsids_1001',['PredefinedPortGroupsIds',['../group__BasePluginStructs.html#ga177ca6eb2528109ec4a130a643e8c70a',1,'DistrhoPlugin.hpp']]] + ['parameterdesignation_1047',['ParameterDesignation',['../group__BasePluginStructs.html#ga9a7e733c40008f92e96e2ccf24f890de',1,'DistrhoPlugin.hpp']]], + ['predefinedportgroupsids_1048',['PredefinedPortGroupsIds',['../group__BasePluginStructs.html#ga177ca6eb2528109ec4a130a643e8c70a',1,'DistrhoPlugin.hpp']]] ]; diff --git a/search/enumvalues_0.js b/search/enumvalues_0.js index eb4537fe..40b6baa1 100644 --- a/search/enumvalues_0.js +++ b/search/enumvalues_0.js @@ -1,6 +1,6 @@ var searchData= [ - ['create_5fantialias_1002',['CREATE_ANTIALIAS',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9a4fb2bb2ad2eccc922e6e5613ca1bf19e',1,'NanoVG']]], - ['create_5fdebug_1003',['CREATE_DEBUG',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9ace85d2e89072533bdc5d326df30f82c5',1,'NanoVG']]], - ['create_5fstencil_5fstrokes_1004',['CREATE_STENCIL_STROKES',['../classNanoVG.html#a54ec9a68401121aab78976df6d3891a9aa4539b7424f6885f382ad911c5eb4ad3',1,'NanoVG']]] + ['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']]] ]; diff --git a/search/enumvalues_1.js b/search/enumvalues_1.js index 6a78b4e4..89119434 100644 --- a/search/enumvalues_1.js +++ b/search/enumvalues_1.js @@ -1,8 +1,8 @@ var searchData= [ - ['kparameterdesignationbypass_1005',['kParameterDesignationBypass',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890dea0623d4fc45bc45f4afad0f752955c50b',1,'DistrhoPlugin.hpp']]], - ['kparameterdesignationnull_1006',['kParameterDesignationNull',['../group__BasePluginStructs.html#gga9a7e733c40008f92e96e2ccf24f890deaee7f64d019ddec5f802c9d53eb033401',1,'DistrhoPlugin.hpp']]], - ['kportgroupmono_1007',['kPortGroupMono',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aa0f890fe6310b119745b6c6cb409c5fe9',1,'DistrhoPlugin.hpp']]], - ['kportgroupnone_1008',['kPortGroupNone',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaea27aed9948a2aaf4978941c96df3932',1,'DistrhoPlugin.hpp']]], - ['kportgroupstereo_1009',['kPortGroupStereo',['../group__BasePluginStructs.html#gga177ca6eb2528109ec4a130a643e8c70aaeefc1b206ffdedf67376156cf6e5d114',1,'DistrhoPlugin.hpp']]] + ['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']]] ]; diff --git a/search/functions_0.js b/search/functions_0.js index 9fc57016..270c56e1 100644 --- a/search/functions_0.js +++ b/search/functions_0.js @@ -1,10 +1,10 @@ var searchData= [ - ['activate_588',['activate',['../classPlugin.html#aa5c1262f5ca20536bb5850fdd6faa22c',1,'Plugin']]], - ['addidlecallback_589',['addIdleCallback',['../classApplication.html#ad6aab76a79b7b3c2883785040b46017a',1,'Application::addIdleCallback()'],['../classWindow.html#ad17a7f53a62673982f4861cdc27fd54e',1,'Window::addIdleCallback()']]], - ['application_590',['Application',['../classApplication.html#af9dd089d30cf442f8ffda646305089bb',1,'Application']]], - ['arc_591',['arc',['../classNanoVG.html#a5da07d6030f2918260e1fc20cfb4c9e6',1,'NanoVG']]], - ['arcto_592',['arcTo',['../classNanoVG.html#aea6996381cba59bdcef33a981af853e8',1,'NanoVG']]], - ['audiomidisynchelper_593',['AudioMidiSyncHelper',['../structAudioMidiSyncHelper.html#ae75a1d7256c04445ec77176b6505fcb0',1,'AudioMidiSyncHelper']]], - ['audioport_594',['AudioPort',['../structAudioPort.html#abbd5c1ad18e0b920c2ff6c5053e59ede',1,'AudioPort']]] + ['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']]] ]; diff --git a/search/functions_1.js b/search/functions_1.js index cbe4eb54..aff164d6 100644 --- a/search/functions_1.js +++ b/search/functions_1.js @@ -1,11 +1,11 @@ var searchData= [ - ['barbeattick_595',['BarBeatTick',['../structTimePosition_1_1BarBeatTick.html#abff8c9586a4e82694e7d6bac3e8da1ef',1,'TimePosition::BarBeatTick']]], - ['baseevent_596',['BaseEvent',['../structWidget_1_1BaseEvent.html#a18c1114caca474cadefd9a13e2d9c693',1,'Widget::BaseEvent']]], - ['beginframe_597',['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_598',['beginPath',['../classNanoVG.html#a1cd7ee075338cbd5069e0862dff70b41',1,'NanoVG']]], - ['bezierto_599',['bezierTo',['../classNanoVG.html#a44831e8c0c5e457eda688c9141e10f68',1,'NanoVG']]], - ['boxgradient_600',['boxGradient',['../classNanoVG.html#a1496424cb5a9e40844ebb4d8dad83799',1,'NanoVG']]], - ['buffersizechanged_601',['bufferSizeChanged',['../classPlugin.html#a9f6c8ad6b054056649d0250e527e1297',1,'Plugin']]], - ['buttons_602',['Buttons',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a0483d4ab39bdec4f6e69699fb3c272dd',1,'Window::FileBrowserOptions::Buttons']]] + ['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']]] ]; diff --git a/search/functions_10.js b/search/functions_10.js index 2a209daa..864d76db 100644 --- a/search/functions_10.js +++ b/search/functions_10.js @@ -1,23 +1,23 @@ var searchData= [ - ['radialgradient_806',['radialGradient',['../classNanoVG.html#a19d27b1b3a22afe9a6d27f4f9f8bf167',1,'NanoVG']]], - ['radtodeg_807',['radToDeg',['../classNanoVG.html#a175f4c41e0d89ae5d8bdb65e5580c637',1,'NanoVG']]], - ['readcustomdata_808',['readCustomData',['../classRingBufferControl.html#aafdb126b2885c507cec852bc63fd6cb8',1,'RingBufferControl']]], - ['readcustomtype_809',['readCustomType',['../classRingBufferControl.html#aaaf4efe13ec2555c390047f545d2660d',1,'RingBufferControl']]], - ['rect_810',['rect',['../classNanoVG.html#a1bc27cc57b0e2d3bc0fd12d519312251',1,'NanoVG']]], - ['rectangle_811',['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_812',['release',['../classScopedPointer.html#a10c8f696fec0cca763b067ec3e469199',1,'ScopedPointer']]], - ['removeidlecallback_813',['removeIdleCallback',['../classApplication.html#a082f532e2922924c6c72517f9272f67d',1,'Application::removeIdleCallback()'],['../classWindow.html#a5c5c4f53c53cb081b39a40d5ce9afd65',1,'Window::removeIdleCallback()']]], - ['rendertopicture_814',['renderToPicture',['../classWindow.html#abc7044d06bab27a7dadf06b9f42b2c95',1,'Window']]], - ['repaint_815',['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_816',['requestParameterValueChange',['../classPlugin.html#ae65d8603022c09d1ce2ee5cf568de70f',1,'Plugin']]], - ['reset_817',['reset',['../classNanoVG.html#ad5ddb240794b35105eeadd1534f0911b',1,'NanoVG']]], - ['resetscissor_818',['resetScissor',['../classNanoVG.html#aff2eaea01970f0ec2005d1051f25ad35',1,'NanoVG']]], - ['resettransform_819',['resetTransform',['../classNanoVG.html#aac35e4a0ce84c0f4bf8d881d1b8a5b34',1,'NanoVG']]], - ['resizeevent_820',['ResizeEvent',['../structWidget_1_1ResizeEvent.html#ac92abcdb2820807cd3d020864b96b3bd',1,'Widget::ResizeEvent']]], - ['restore_821',['restore',['../classNanoVG.html#aa1da11cb97d4f6718ffe8b4622684c3b',1,'NanoVG']]], - ['rotate_822',['rotate',['../classNanoVG.html#a13da8f469cd43117c19d8459c178b905',1,'NanoVG']]], - ['roundedrect_823',['roundedRect',['../classNanoVG.html#ac9d8502c3cbf6745ff3a41d1b97b6529',1,'NanoVG']]], - ['run_824',['run',['../classPlugin.html#a0a969c78f8455ac6ba65fa42e8c498f6',1,'Plugin']]], - ['runasmodal_825',['runAsModal',['../classWindow.html#a00108f3d1c5831d02b0c67cd4f226e4d',1,'Window']]] + ['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']]] ]; diff --git a/search/functions_11.js b/search/functions_11.js index a96d5dab..711a7224 100644 --- a/search/functions_11.js +++ b/search/functions_11.js @@ -1,60 +1,60 @@ var searchData= [ - ['sampleratechanged_826',['sampleRateChanged',['../classPlugin.html#a2fcbfa1893f44e661d0d8cd53391dadc',1,'Plugin::sampleRateChanged()'],['../classUI.html#ac3e98726ca71f95a1e6c867706ebd9be',1,'UI::sampleRateChanged()']]], - ['save_827',['save',['../classNanoVG.html#a05fd441d579c42c76d786bd4a7b437af',1,'NanoVG']]], - ['scale_828',['scale',['../classNanoVG.html#a76273b763fa9b84c4a86d37065accee7',1,'NanoVG']]], - ['scissor_829',['scissor',['../classNanoVG.html#a7ac24b9a1ab2b901ab18d4d8dbb92c1c',1,'NanoVG']]], - ['scopedgraphicscontext_830',['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_831',['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_832',['ScrollEvent',['../structWidget_1_1ScrollEvent.html#abee88b10b7b031ddcca1454e064a3cc3',1,'Widget::ScrollEvent']]], - ['sendnote_833',['sendNote',['../classUI.html#a9d630b2b1696e01015d869a5b434eb6e',1,'UI']]], - ['setabsolutepos_834',['setAbsolutePos',['../classSubWidget.html#a0e7a4dd27eee8a3a1b7bf12d9f21769f',1,'SubWidget::setAbsolutePos(int x, int y) noexcept'],['../classSubWidget.html#a05c5e533e9b10186d0f72ae94f72196d',1,'SubWidget::setAbsolutePos(const Point< int > &pos) noexcept']]], - ['setabsolutex_835',['setAbsoluteX',['../classSubWidget.html#abcd0a00a4c3cdc402aea56044df26cc3',1,'SubWidget']]], - ['setabsolutey_836',['setAbsoluteY',['../classSubWidget.html#a3c674e3c46206ac29a562c0f02dcf82c',1,'SubWidget']]], - ['setclassname_837',['setClassName',['../classApplication.html#a203d22d1ce0c0de90c2379f6bc839815',1,'Application']]], - ['setendpos_838',['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_839',['setEndX',['../classLine.html#a17061d9ae2e85a5f929148e5106504bf',1,'Line']]], - ['setendy_840',['setEndY',['../classLine.html#a0dcd399a55aef168e91c645958670ee6',1,'Line']]], - ['setfor_841',['setFor',['../structColor.html#a9bd4efab0718f412babc62398875a80f',1,'Color']]], - ['setgeometryconstraints_842',['setGeometryConstraints',['../classExternalWindow.html#a15b677215c3abb5c1f7f71c4a00fd41c',1,'ExternalWindow::setGeometryConstraints()'],['../classWindow.html#aece9e08d0c4d3b6ec02cbb804583c175',1,'Window::setGeometryConstraints()']]], - ['setheight_843',['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_844',['setId',['../classWidget.html#abfba3652559de84ba1ae9ccbd3d35e31',1,'Widget']]], - ['setignoringkeyrepeat_845',['setIgnoringKeyRepeat',['../classWindow.html#a36a04e5f5ecc6ee5228f9da6df43e865',1,'Window']]], - ['setimage_846',['setImage',['../classImageBaseAboutWindow.html#a10cf37217ddc3a045970461473e79bdc',1,'ImageBaseAboutWindow']]], - ['setlatency_847',['setLatency',['../classPlugin.html#a2a70c4ec55d74d9bc26862975d8df8a7',1,'Plugin']]], - ['setmargin_848',['setMargin',['../classSubWidget.html#a9594d89a623dd7e63cbdb8139e9e4a38',1,'SubWidget::setMargin(int x, int y) noexcept'],['../classSubWidget.html#a77f510ea6d0864d296b02b085cc05f2b',1,'SubWidget::setMargin(const Point< int > &offset) noexcept']]], - ['setneedsfullviewportdrawing_849',['setNeedsFullViewportDrawing',['../classSubWidget.html#a926884690b66c762f7bdb1196c58522b',1,'SubWidget']]], - ['setneedsviewportscaling_850',['setNeedsViewportScaling',['../classSubWidget.html#a5cd703976adf24decbb66dd3dbc1db8b',1,'SubWidget']]], - ['setnumsegments_851',['setNumSegments',['../classCircle.html#a34fa92504c0bcc008958779fa4d66c32',1,'Circle']]], - ['setparametervalue_852',['setParameterValue',['../classPlugin.html#a7e9e26ceafc7603ef6163483a9dc39be',1,'Plugin::setParameterValue()'],['../classUI.html#a973db6e8805f0aa9be3457685564ab8a',1,'UI::setParameterValue()']]], - ['setpos_853',['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_854',['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_855',['setResizable',['../classWindow.html#a10f6ff4b0f3e714298a4ac612edcdd7e',1,'Window']]], - ['setsize_856',['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_857',['setSkipDrawing',['../classSubWidget.html#adb38f61c0205d7832ddfd090f7f60f2a',1,'SubWidget']]], - ['setstartpos_858',['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_859',['setStartX',['../classLine.html#ad2b10d3144ba0711f9ecb444bb08ad4c',1,'Line']]], - ['setstarty_860',['setStartY',['../classLine.html#ae35ba55c6ff3bae24c7f05133b9e003b',1,'Line']]], - ['setstate_861',['setState',['../classPlugin.html#afcbb504b824bacea622de9bac09b2331',1,'Plugin::setState()'],['../classUI.html#abc94a38afa658849f3fdfd66cd8f5f51',1,'UI::setState()']]], - ['settitle_862',['setTitle',['../classExternalWindow.html#a8a196d0db3f082f6861d1d1bfc1db993',1,'ExternalWindow::setTitle()'],['../classWindow.html#ab2f1b80c5dfcafd2cbdf6b85b756fdbd',1,'Window::setTitle()']]], - ['settransientwindowid_863',['setTransientWindowId',['../classExternalWindow.html#afe5b255affc787ad34b25a30114f9b89',1,'ExternalWindow']]], - ['setvisible_864',['setVisible',['../classExternalWindow.html#a2b599fc96437e666a7a0a4c1b9844b15',1,'ExternalWindow::setVisible()'],['../classWidget.html#a66088a03691f9c643ff335fa826576ba',1,'Widget::setVisible()'],['../classWindow.html#a118e0356bb6fcf081955f2bd97686036',1,'Window::setVisible()']]], - ['setwidth_865',['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_866',['setX',['../classPoint.html#a1539a6f24282a1d637b60ccfbbf46629',1,'Point::setX()'],['../classCircle.html#acc96a188288cdf83fd822bb41f8f2be1',1,'Circle::setX()'],['../classRectangle.html#af618ee618bd029fbe66291228041990e',1,'Rectangle::setX()']]], - ['sety_867',['setY',['../classPoint.html#a8ffe6785dc851accf06d02917fba54cf',1,'Point::setY()'],['../classCircle.html#a034ddfd162d89a7dacea7981a5406a1a',1,'Circle::setY()'],['../classRectangle.html#abe5b6c92cece58bbc0c7cb4855e73dac',1,'Rectangle::setY()']]], - ['show_868',['show',['../classExternalWindow.html#a35f711faffa1195c478689f4654dcc4f',1,'ExternalWindow::show()'],['../classWidget.html#a25ff178539e226b5f30ef0335d060f2b',1,'Widget::show()'],['../classWindow.html#a8f986e19a11c4c97ed8e6ad3d0e648b7',1,'Window::show()']]], - ['shrinkby_869',['shrinkBy',['../classSize.html#abbcf98f504b23679162cab3b6f818949',1,'Size::shrinkBy()'],['../classRectangle.html#a22e5029d09c7eac8ebee0e079dab075f',1,'Rectangle::shrinkBy()']]], - ['size_870',['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_871',['sizeChanged',['../classUI.html#a3d499674a620c1ce3b6e1dbded9f09c4',1,'UI::sizeChanged()'],['../classExternalWindow.html#aba350e1f737b68e51bfe8018bded6e45',1,'ExternalWindow::sizeChanged()']]], - ['skewx_872',['skewX',['../classNanoVG.html#a4f45e3cf465060491e73427e5868573f',1,'NanoVG']]], - ['skewy_873',['skewY',['../classNanoVG.html#a508c4fde6212c1b0598d9f8b32cba0f6',1,'NanoVG']]], - ['smallstackringbuffer_874',['SmallStackRingBuffer',['../classSmallStackRingBuffer.html#aceb7e429507b28dd56e837f23b623987',1,'SmallStackRingBuffer']]], - ['standalonewindow_875',['StandaloneWindow',['../classStandaloneWindow.html#a28d4f09b9f280c1d03cc77fc63465b48',1,'StandaloneWindow::StandaloneWindow(Application &app)'],['../classStandaloneWindow.html#a86e7db3cd8830628b37d0608df40963c',1,'StandaloneWindow::StandaloneWindow(Application &app, Window &transientParentWindow)']]], - ['statechanged_876',['stateChanged',['../classUI.html#a1bdc7e158d974e82f0535f1658d66575',1,'UI']]], - ['stroke_877',['stroke',['../classNanoVG.html#aeed167687a8a269c4f9c44a7db4d3746',1,'NanoVG']]], - ['strokecolor_878',['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_879',['strokePaint',['../classNanoVG.html#a8d00b35e0ab5c428af120cc78ff32804',1,'NanoVG']]], - ['strokewidth_880',['strokeWidth',['../classNanoVG.html#a373190894070313e8d321b2af0bbab58',1,'NanoVG']]], - ['subwidget_881',['SubWidget',['../classSubWidget.html#a9fda448971613b2758fd9570c3065f7a',1,'SubWidget']]], - ['swapwith_882',['swapWith',['../classScopedPointer.html#a362cd8d5a212df0ee08691b75a4ba3de',1,'ScopedPointer']]] + ['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']]] ]; diff --git a/search/functions_12.js b/search/functions_12.js index 7665a411..ed029fa1 100644 --- a/search/functions_12.js +++ b/search/functions_12.js @@ -1,31 +1,31 @@ var searchData= [ - ['text_883',['text',['../classNanoVG.html#af9526a1c4b2d5e1db0190c32ba9a1eaa',1,'NanoVG']]], - ['textalign_884',['textAlign',['../classNanoVG.html#a9c942ced1722beff8e326a6cf0c9a1d1',1,'NanoVG::textAlign(Align align)'],['../classNanoVG.html#a9a1a5e00351ff92ebb9795a2127f0529',1,'NanoVG::textAlign(int align)']]], - ['textbounds_885',['textBounds',['../classNanoVG.html#a281c71d51c5f9d6fb5d6e8369ca650f4',1,'NanoVG']]], - ['textbox_886',['textBox',['../classNanoVG.html#a16f910cddbecd570d3c125e217f51e10',1,'NanoVG']]], - ['textboxbounds_887',['textBoxBounds',['../classNanoVG.html#a47e41ef76a4682f0418ba8d0a60f6ea8',1,'NanoVG']]], - ['textbreaklines_888',['textBreakLines',['../classNanoVG.html#ab403a3cdf19dd2af4c75bb180c5e0fb8',1,'NanoVG']]], - ['textglyphpositions_889',['textGlyphPositions',['../classNanoVG.html#ae8476a381526e6ef89150529594cbf35',1,'NanoVG']]], - ['textletterspacing_890',['textLetterSpacing',['../classNanoVG.html#ad768aae0871c1685ca5dc590859d5c1b',1,'NanoVG']]], - ['textlineheight_891',['textLineHeight',['../classNanoVG.html#aab69aa4f2ae1b15adcceb9d065ea8aa6',1,'NanoVG']]], - ['textmetrics_892',['textMetrics',['../classNanoVG.html#a5e84bf7dec65064733aec488389568b0',1,'NanoVG']]], - ['timeposition_893',['TimePosition',['../structTimePosition.html#aee816daeed95cf309ded1087a0c800ae',1,'TimePosition']]], - ['titlechanged_894',['titleChanged',['../classExternalWindow.html#afd42fab01a270aab541b161237b7d9f3',1,'ExternalWindow']]], - ['tofront_895',['toFront',['../classSubWidget.html#a3426cbcf0104c8a5c9996e3efff75381',1,'SubWidget']]], - ['toplevelwidget_896',['TopLevelWidget',['../classTopLevelWidget.html#a3cdeec5e7b144cc48d89e748a37f538e',1,'TopLevelWidget']]], - ['transform_897',['transform',['../classNanoVG.html#ad06096ade68bf78bcc256005cd6f2c45',1,'NanoVG']]], - ['transformidentity_898',['transformIdentity',['../classNanoVG.html#a81c8b60a87be8a8d4a5efce8eeaf1915',1,'NanoVG']]], - ['transforminverse_899',['transformInverse',['../classNanoVG.html#ac5692f82bcac4858f44d9fd0df287cad',1,'NanoVG']]], - ['transformmultiply_900',['transformMultiply',['../classNanoVG.html#a3ac9aade102afb3a4f84966f0727c6c6',1,'NanoVG']]], - ['transformpoint_901',['transformPoint',['../classNanoVG.html#ae2e49763ab7f503016c0dede0dbfd3cc',1,'NanoVG']]], - ['transformpremultiply_902',['transformPremultiply',['../classNanoVG.html#a1416fbff2a0ecada90b2d9852bfbaf42',1,'NanoVG']]], - ['transformrotate_903',['transformRotate',['../classNanoVG.html#a43e16d0f94dc0a49dae5128d69e75e3c',1,'NanoVG']]], - ['transformscale_904',['transformScale',['../classNanoVG.html#a94c1f78baadff1d6c6a5a4d52dd770d7',1,'NanoVG']]], - ['transformskewx_905',['transformSkewX',['../classNanoVG.html#a178b6b9a8c755cda91ccba2b6239d279',1,'NanoVG']]], - ['transformskewy_906',['transformSkewY',['../classNanoVG.html#af23e7f6a6056e5efe72944fa68767704',1,'NanoVG']]], - ['transformtranslate_907',['transformTranslate',['../classNanoVG.html#a022e3cdfa06f5bc9103b37dfa64adb2c',1,'NanoVG']]], - ['transientparentwindowchanged_908',['transientParentWindowChanged',['../classExternalWindow.html#a4ea76a2c6240c95ff941bc95841c73c8',1,'ExternalWindow']]], - ['translate_909',['translate',['../classNanoVG.html#abc1d6466eb7fdc57a869ec7b9fdd6bdf',1,'NanoVG']]], - ['triangle_910',['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_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']]] ]; diff --git a/search/functions_13.js b/search/functions_13.js index a0eaf39b..30699e8b 100644 --- a/search/functions_13.js +++ b/search/functions_13.js @@ -1,6 +1,6 @@ var searchData= [ - ['ui_911',['UI',['../classUI.html#a3015119edd4c96e7082f171a81cc5aa8',1,'UI']]], - ['uiidle_912',['uiIdle',['../classUI.html#af8de639088f3b2d42c266a2d2d6719da',1,'UI']]], - ['uiscalefactorchanged_913',['uiScaleFactorChanged',['../classUI.html#ad89b09ef4e8129d72ff3b3cb8716a96b',1,'UI']]] + ['ui_958',['UI',['../classUI.html#a3015119edd4c96e7082f171a81cc5aa8',1,'UI']]], + ['uiidle_959',['uiIdle',['../classUI.html#af8de639088f3b2d42c266a2d2d6719da',1,'UI']]], + ['uiscalefactorchanged_960',['uiScaleFactorChanged',['../classUI.html#ad89b09ef4e8129d72ff3b3cb8716a96b',1,'UI']]] ]; diff --git a/search/functions_14.js b/search/functions_14.js index a9bd6ff1..0e908286 100644 --- a/search/functions_14.js +++ b/search/functions_14.js @@ -1,5 +1,5 @@ var searchData= [ - ['visibilitychanged_914',['visibilityChanged',['../classExternalWindow.html#a60ddf70411d05cef91f4a1eaa09554b8',1,'ExternalWindow']]], - ['vulkanimage_915',['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_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)']]] ]; diff --git a/search/functions_15.js b/search/functions_15.js index d7bd5fe9..c8b6a7d2 100644 --- a/search/functions_15.js +++ b/search/functions_15.js @@ -1,8 +1,8 @@ var searchData= [ - ['window_916',['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_917',['withAlpha',['../structColor.html#a664780dcd74f376837dc6c5a219ca566',1,'Color']]], - ['writecustomdata_918',['writeCustomData',['../classRingBufferControl.html#a72e173dcae573f6e2e8ac4cfeb8aa96b',1,'RingBufferControl']]], - ['writecustomtype_919',['writeCustomType',['../classRingBufferControl.html#a3e9c1857e11f0d9efcc2944d6000504b',1,'RingBufferControl']]], - ['writemidievent_920',['writeMidiEvent',['../classPlugin.html#a0467eef817ac130cbbe1c0fbe09660c6',1,'Plugin']]] + ['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']]] ]; diff --git a/search/functions_16.js b/search/functions_16.js index 1020a280..2cdcb70b 100644 --- a/search/functions_16.js +++ b/search/functions_16.js @@ -1,24 +1,24 @@ var searchData= [ - ['_7eapplication_921',['~Application',['../classApplication.html#a20573928a0d53fb96d929513bc5acde6',1,'Application']]], - ['_7ebaseevent_922',['~BaseEvent',['../structWidget_1_1BaseEvent.html#a58da172316b49f6d79b879b74ce5792a',1,'Widget::BaseEvent']]], - ['_7ecairobasewidget_923',['~CairoBaseWidget',['../classCairoBaseWidget.html#ab76ae3b54d624b194e6392ba48799ce4',1,'CairoBaseWidget']]], - ['_7ecairoimage_924',['~CairoImage',['../classCairoImage.html#a36abbee6a47fc3447f00270aa16a82b7',1,'CairoImage']]], - ['_7eexternalwindow_925',['~ExternalWindow',['../classExternalWindow.html#a97f21d30b4449fc5cd87396ff051c199',1,'ExternalWindow']]], - ['_7eheapringbuffer_926',['~HeapRingBuffer',['../classHeapRingBuffer.html#ae2e25c610073d35998efd7106b5eb8a0',1,'HeapRingBuffer']]], - ['_7eimagebase_927',['~ImageBase',['../classImageBase.html#a247e1c3259d5943a5766c99f61da9309',1,'ImageBase']]], - ['_7eleakedobjectdetector_928',['~LeakedObjectDetector',['../classLeakedObjectDetector.html#af4fd575fa5361ce5b01f65a635b1d6b3',1,'LeakedObjectDetector']]], - ['_7enanobasewidget_929',['~NanoBaseWidget',['../classNanoBaseWidget.html#a902dabbadc38052f23a0a1820ddf8003',1,'NanoBaseWidget']]], - ['_7enanoimage_930',['~NanoImage',['../classNanoImage.html#a8915fb5eae1a0180edd3f5babf6a0091',1,'NanoImage']]], - ['_7enanovg_931',['~NanoVG',['../classNanoVG.html#a3e05169f4e66e811537adaea17e4bb3f',1,'NanoVG']]], - ['_7eopenglimage_932',['~OpenGLImage',['../classOpenGLImage.html#a97461921a4eba66af7cfeaf84595f3ad',1,'OpenGLImage']]], - ['_7eplugin_933',['~Plugin',['../classPlugin.html#a89814b8f0b1c91e49140d42eb8331383',1,'Plugin']]], - ['_7escopedgraphicscontext_934',['~ScopedGraphicsContext',['../structWindow_1_1ScopedGraphicsContext.html#a18fa5edc2ecfeafcc0849094ab49996e',1,'Window::ScopedGraphicsContext']]], - ['_7escopedpointer_935',['~ScopedPointer',['../classScopedPointer.html#a3c540f0121065aafa5f9607362fc1450',1,'ScopedPointer']]], - ['_7esubwidget_936',['~SubWidget',['../classSubWidget.html#a0f6225f53db69cd682910939edc9fd96',1,'SubWidget']]], - ['_7etoplevelwidget_937',['~TopLevelWidget',['../classTopLevelWidget.html#a73c0ee0ce1e84c9e18d0f6dcdcb9104a',1,'TopLevelWidget']]], - ['_7eui_938',['~UI',['../classUI.html#a47e7b6111faba049dfee4738d067cc42',1,'UI']]], - ['_7evulkanimage_939',['~VulkanImage',['../classVulkanImage.html#a45ab89d12d9a6a08f4986ac241a025dc',1,'VulkanImage']]], - ['_7ewidget_940',['~Widget',['../classWidget.html#a714cf798aadb4d615f6f60a355382c02',1,'Widget']]], - ['_7ewindow_941',['~Window',['../classWindow.html#a62b4a97b3c2e492f1d9a46092011e2d9',1,'Window']]] + ['_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']]] ]; diff --git a/search/functions_2.js b/search/functions_2.js index 05e81eb5..3ef46ecf 100644 --- a/search/functions_2.js +++ b/search/functions_2.js @@ -1,29 +1,29 @@ var searchData= [ - ['cairobasewidget_603',['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_604',['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_605',['cancelFrame',['../classNanoVG.html#a5c47888aaa114b8ca9a0431383c1c0f1',1,'NanoVG']]], - ['canrequestparametervaluechanges_606',['canRequestParameterValueChanges',['../classPlugin.html#a581614e1d301ee613a988855c61b2517',1,'Plugin']]], - ['characterinputevent_607',['CharacterInputEvent',['../structWidget_1_1CharacterInputEvent.html#ab0e3407cf8693ba9f3be0be805c8af24',1,'Widget::CharacterInputEvent']]], - ['circle_608',['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_609',['clear',['../structTimePosition_1_1BarBeatTick.html#ae6ea776260b58800bff63f515351bd3a',1,'TimePosition::BarBeatTick::clear()'],['../structTimePosition.html#acd89e79032d748ee7fc01d55a2c518bb',1,'TimePosition::clear()']]], - ['close_610',['close',['../classExternalWindow.html#acaa09de3c6dfccecf725a8f7a486ce15',1,'ExternalWindow::close()'],['../classWindow.html#a35055c04498121d39741bfcd5082705b',1,'Window::close()']]], - ['closepath_611',['closePath',['../classNanoVG.html#a74ae13eec498c0afb9fa20199eecbd48',1,'NanoVG']]], - ['color_612',['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_613',['commitWrite',['../classRingBufferControl.html#afe0c53d2591eb265d657c1cab6800036',1,'RingBufferControl']]], - ['contains_614',['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_615',['containsAfterScaling',['../classRectangle.html#a9edf56d37c808947aa75b55fa81a11e1',1,'Rectangle']]], - ['containsx_616',['containsX',['../classRectangle.html#a71d17fdf110e4ed2350d2a5fe248e540',1,'Rectangle']]], - ['containsy_617',['containsY',['../classRectangle.html#a38b56f4f8b38597fd34f68c677de2559',1,'Rectangle']]], - ['createbuffer_618',['createBuffer',['../classHeapRingBuffer.html#ab7d60a3acc757e88e1c7254626ce9709',1,'HeapRingBuffer']]], - ['createfontfromfile_619',['createFontFromFile',['../classNanoVG.html#a202e31bed7a83c59d417fa016f66f12a',1,'NanoVG']]], - ['createfontfrommemory_620',['createFontFromMemory',['../classNanoVG.html#a304f4fcf7fc4dff936563606cec7ea63',1,'NanoVG']]], - ['createimagefromfile_621',['createImageFromFile',['../classNanoVG.html#a2a6d7cc76cb4c7f35ef51a388f5818f6',1,'NanoVG::createImageFromFile(const char *filename, ImageFlags imageFlags)'],['../classNanoVG.html#a7555d49ba847a92fb2c56b2f9f68f366',1,'NanoVG::createImageFromFile(const char *filename, int imageFlags)']]], - ['createimagefrommemory_622',['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_623',['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_624',['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_625',['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_626',['createPlugin',['../group__EntryPoints.html#ga87f1fa9084f2490ca04ea733292c6dee',1,'DistrhoPlugin.hpp']]], - ['createui_627',['createUI',['../group__EntryPoints.html#gaad0ced21537a067680729bee6a65d8c8',1,'DistrhoUI.hpp']]], - ['currenttransform_628',['currentTransform',['../classNanoVG.html#ad51cefbcf8819d365205fa004a10b976',1,'NanoVG']]] + ['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']]] ]; diff --git a/search/functions_3.js b/search/functions_3.js index 1d62117a..0efd7375 100644 --- a/search/functions_3.js +++ b/search/functions_3.js @@ -1,10 +1,28 @@ var searchData= [ - ['deactivate_629',['deactivate',['../classPlugin.html#aa089a56572bc8f1cb7e4b538c0d19c46',1,'Plugin']]], - ['degtorad_630',['degToRad',['../classNanoVG.html#ae3913bdf0efc2f5504422f558dca2c45',1,'NanoVG']]], - ['deletebuffer_631',['deleteBuffer',['../classHeapRingBuffer.html#a940bc4c023a53a0d511d6f99186d8224',1,'HeapRingBuffer']]], - ['done_632',['done',['../classStandaloneWindow.html#a3b13bbbe8b8c431806ab50d2ea3410ad',1,'StandaloneWindow::done()'],['../structWindow_1_1ScopedGraphicsContext.html#a4647e1da0c4477f021f668459fb3221f',1,'Window::ScopedGraphicsContext::done()']]], - ['draw_633',['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_634',['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_635',['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_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()']]] ]; diff --git a/search/functions_4.js b/search/functions_4.js index 89ec2b14..26a14f69 100644 --- a/search/functions_4.js +++ b/search/functions_4.js @@ -1,8 +1,8 @@ var searchData= [ - ['editparameter_636',['editParameter',['../classUI.html#a2efcd4f21af0470e91fb6a342d7667a0',1,'UI']]], - ['ellipse_637',['ellipse',['../classNanoVG.html#a2081ea8d4c33481d24ae98d1a65a6f9b',1,'NanoVG']]], - ['endframe_638',['endFrame',['../classNanoVG.html#a432d8c79b21f61eb1010a75cc13ee711',1,'NanoVG']]], - ['exec_639',['exec',['../classApplication.html#a805dd37af3b9adfc1d0ee1e734ad81e3',1,'Application::exec()'],['../classWindow.html#addce529703b96ff6742428c8bd8c4cba',1,'Window::exec()']]], - ['externalwindow_640',['ExternalWindow',['../classExternalWindow.html#afc5ed08d95e01734cdfbd6c69d8505c6',1,'ExternalWindow::ExternalWindow()'],['../classExternalWindow.html#a4db15a0baa5e85c04b4a8c3545958aad',1,'ExternalWindow::ExternalWindow(const PrivateData &data)']]] + ['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)']]] ]; diff --git a/search/functions_5.js b/search/functions_5.js index 0b397e79..808f7634 100644 --- a/search/functions_5.js +++ b/search/functions_5.js @@ -1,19 +1,19 @@ var searchData= [ - ['filebrowseroptions_641',['FileBrowserOptions',['../structWindow_1_1FileBrowserOptions.html#ad34fe0200a1bd00028f7753aeba9b2fc',1,'Window::FileBrowserOptions']]], - ['filebrowserselected_642',['fileBrowserSelected',['../classWindow.html#a6ec017881675f860ae746dad6c021b63',1,'Window']]], - ['fill_643',['fill',['../classNanoVG.html#ae6e189b2c0b5a67c8c227d89b9bdb56e',1,'NanoVG']]], - ['fillcolor_644',['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_645',['fillPaint',['../classNanoVG.html#aca56cc6d1c2455fc9f750cce4dc132d0',1,'NanoVG']]], - ['findfont_646',['findFont',['../classNanoVG.html#afbcfaa824c76e00eb22bd3f7dd5d1ab0',1,'NanoVG']]], - ['fixbounds_647',['fixBounds',['../structColor.html#aad01f46af4cdb18b2bcbddd3f63d14d5',1,'Color']]], - ['fixdefault_648',['fixDefault',['../structParameterRanges.html#a17519e584ccc28e87b73bfbd1a81cf10',1,'ParameterRanges']]], - ['fixvalue_649',['fixValue',['../structParameterRanges.html#a1dac84c100f420bfc529a4d2ea60dc7c',1,'ParameterRanges']]], - ['focus_650',['focus',['../classExternalWindow.html#a6957b4f82aa3e3557c4c455bbc6b1e15',1,'ExternalWindow::focus()'],['../classWindow.html#a03985e4ca2c9b4fcf572b5029e8c0115',1,'Window::focus()']]], - ['fontblur_651',['fontBlur',['../classNanoVG.html#aa0a42259164f0893ea63929cfce29a75',1,'NanoVG']]], - ['fontface_652',['fontFace',['../classNanoVG.html#a22fa48b86dac0cc4ab1cd922de39c52b',1,'NanoVG']]], - ['fontfaceid_653',['fontFaceId',['../classNanoVG.html#a2d32dbd0fb0dd0ae36fdc6ef2be65f6c',1,'NanoVG']]], - ['fontsize_654',['fontSize',['../classNanoVG.html#a23353792b4267d74f8f7a665d358c1a4',1,'NanoVG']]], - ['fromhsl_655',['fromHSL',['../structColor.html#a41820f7349e997489d53f98036e76a0c',1,'Color']]], - ['fromhtml_656',['fromHTML',['../structColor.html#abdc66d9b8c6422a721f8d576e871f646',1,'Color']]] + ['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']]] ]; diff --git a/search/functions_6.js b/search/functions_6.js index 8a650085..12268fc3 100644 --- a/search/functions_6.js +++ b/search/functions_6.js @@ -1,71 +1,74 @@ var searchData= [ - ['get_657',['get',['../classScopedPointer.html#ac65fb45b9eb2d53773489fcfbc6fd740',1,'ScopedPointer']]], - ['getabsolutearea_658',['getAbsoluteArea',['../classSubWidget.html#af2f289973c4a58d78eb6bb12bcbf093a',1,'SubWidget']]], - ['getabsolutepos_659',['getAbsolutePos',['../classSubWidget.html#a1c67b16fb0234941f387a960a0f0cb76',1,'SubWidget']]], - ['getabsolutex_660',['getAbsoluteX',['../classSubWidget.html#a5a641f035fa0ce5b5e87ee9b3ab7bf34',1,'SubWidget']]], - ['getabsolutey_661',['getAbsoluteY',['../classSubWidget.html#aefe10cc8f9d62950b56f71559d1e3f5e',1,'SubWidget']]], - ['getapp_662',['getApp',['../classTopLevelWidget.html#af5c5c403ba231c14b3a41684bef45648',1,'TopLevelWidget::getApp()'],['../classWidget.html#a373419bc6353abf50a502cdbebd736e7',1,'Widget::getApp()'],['../classWindow.html#a92600b2e0715646b80474fccbcadf336',1,'Window::getApp()']]], - ['getbackgroundcolor_663',['getBackgroundColor',['../classUI.html#a3c47bc4cb3dcc558bbd05791d1cc83f5',1,'UI']]], - ['getbuffersize_664',['getBufferSize',['../classPlugin.html#a2643e638f62cfd4990247ec66bed60d2',1,'Plugin']]], - ['getbundlepath_665',['getBundlePath',['../classPlugin.html#a5fd60c82f5a50f12312c57729885fc2f',1,'Plugin::getBundlePath()'],['../classUI.html#a3359930fbeb2670230e617d430ecd67e',1,'UI::getBundlePath()']]], - ['getconstrainedabsolutearea_666',['getConstrainedAbsoluteArea',['../classSubWidget.html#a72bf08fe6f61fc935f6f0836d308bc9e',1,'SubWidget']]], - ['getcontext_667',['getContext',['../classNanoVG.html#a8b6f8caad8acb883fadc06a606ccade7',1,'NanoVG']]], - ['getdescription_668',['getDescription',['../classPlugin.html#a30db5eef9de617f4c81d5c6925facea3',1,'Plugin']]], - ['getendpos_669',['getEndPos',['../classLine.html#aa3f70d792719c026b35b3f32dc19ac65',1,'Line']]], - ['getendx_670',['getEndX',['../classLine.html#a15462cbbe5154d8b27fd6c53ddafc17f',1,'Line']]], - ['getendy_671',['getEndY',['../classLine.html#a5c5de1ccedae8ea85fd711eab10359dd',1,'Line']]], - ['getfixedandnormalizedvalue_672',['getFixedAndNormalizedValue',['../structParameterRanges.html#a82698a1e07b1b04ccb5df0de4db0d0be',1,'ParameterRanges']]], - ['getfixedvalue_673',['getFixedValue',['../structParameterRanges.html#a983383b2b3ce5d049802a7f0a12cee0c',1,'ParameterRanges']]], - ['getforegroundcolor_674',['getForegroundColor',['../classUI.html#a607ea9f2978605808d8ef5dc3531fae7',1,'UI']]], - ['getformat_675',['getFormat',['../classImageBase.html#a4b0c40113f956eaf2f2e0e51395b0926',1,'ImageBase']]], - ['getgeometryconstraints_676',['getGeometryConstraints',['../classWindow.html#a540fbc63288c019f420123644acc6a11',1,'Window']]], - ['getgraphicscontext_677',['getGraphicsContext',['../classWidget.html#ae23d09ec0e5f0397a3451b603b407182',1,'Widget::getGraphicsContext()'],['../classWindow.html#aa73a74df08f29d576e18cf1d61ea9897',1,'Window::getGraphicsContext()']]], - ['getheight_678',['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_679',['getHomePage',['../classPlugin.html#ad12c681ce31004da0badd609763f45c5',1,'Plugin']]], - ['getid_680',['getId',['../classWidget.html#a3ee6b2824e3f3719c1c9b3d070385f49',1,'Widget']]], - ['getignoringkeyrepeat_681',['getIgnoringKeyRepeat',['../classWindow.html#a0e1895a4e93ee0d7c34a9b10953c968e',1,'Window']]], - ['getlabel_682',['getLabel',['../classPlugin.html#a00f7945c16149db6845fbcc2af729f4f',1,'Plugin']]], - ['getlicense_683',['getLicense',['../classPlugin.html#a686a3c92a376a185d6fd97efd59125d1',1,'Plugin']]], - ['getmaker_684',['getMaker',['../classPlugin.html#a955832840de786a7a22798f0ef451c5d',1,'Plugin']]], - ['getmargin_685',['getMargin',['../classSubWidget.html#abe42b4ff151599ca5ea72f2e26e93860',1,'SubWidget']]], - ['getname_686',['getName',['../classPlugin.html#aebb5df5cde162462dc460d4fd45dae75',1,'Plugin']]], - ['getnativewindowhandle_687',['getNativeWindowHandle',['../classExternalWindow.html#a8ec7abf1b22271458926530b377f2c27',1,'ExternalWindow::getNativeWindowHandle()'],['../classWindow.html#a01a9277a2e19766947f9a99b43147bfd',1,'Window::getNativeWindowHandle()']]], - ['getnextbundlepath_688',['getNextBundlePath',['../classUI.html#ab157329c83a4660dd059508dc8d041f5',1,'UI']]], - ['getnextscalefactor_689',['getNextScaleFactor',['../classUI.html#aa7277c575b7d0a75475e5a7ae684dc0f',1,'UI']]], - ['getnextwindowid_690',['getNextWindowId',['../classUI.html#a4630e30aec3f3e7dcfc353ef2807bf56',1,'UI']]], - ['getnormalizedvalue_691',['getNormalizedValue',['../structParameterRanges.html#ad16ef939c1caa2f51e9a4041f769f86e',1,'ParameterRanges']]], - ['getnumsegments_692',['getNumSegments',['../classCircle.html#a3a1586ea9115cc97473a2338127223b6',1,'Circle']]], - ['getobject_693',['getObject',['../classScopedPointer.html#a1a88fa0865167c487050a9519297d4ed',1,'ScopedPointer']]], - ['getparametervalue_694',['getParameterValue',['../classPlugin.html#af9e9f5438e2e0c2352052eb5f95832aa',1,'Plugin']]], - ['getparentwidget_695',['getParentWidget',['../classSubWidget.html#a2d658e71ccb9502b8409a08782d8b345',1,'SubWidget']]], - ['getparentwindowhandle_696',['getParentWindowHandle',['../classExternalWindow.html#a56da59b2722bd7b0a6c63f9f7f120839',1,'ExternalWindow']]], - ['getplugininstancepointer_697',['getPluginInstancePointer',['../classUI.html#a0863a8f7ca7fc7e172e703c58518329f',1,'UI']]], - ['getpos_698',['getPos',['../classCircle.html#abdabe0a9d85db389485c69d6a7b6071e',1,'Circle::getPos()'],['../classRectangle.html#aa91fa8951b6a77c86a3df804b1ed0717',1,'Rectangle::getPos()']]], - ['getrawdata_699',['getRawData',['../classImageBase.html#aea60747a216159b14a8d020cb9b19546',1,'ImageBase']]], - ['getsamplerate_700',['getSampleRate',['../classPlugin.html#a3e162cfe8f1c52bf09805fd327bcc3c4',1,'Plugin::getSampleRate()'],['../classUI.html#a97d880182254652f94e7bed355370c07',1,'UI::getSampleRate()']]], - ['getscalefactor_701',['getScaleFactor',['../classExternalWindow.html#a0383b6696469e9709e1a1ee53399d9f4',1,'ExternalWindow::getScaleFactor()'],['../classWindow.html#a77774c8ce4b01113fcd525079f9b8787',1,'Window::getScaleFactor()']]], - ['getscaling_702',['getScaling',['../classWindow.html#a9b94fea3236d1d49e3fbd53a8d9cc70b',1,'Window']]], - ['getsize_703',['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_704',['getStartPos',['../classLine.html#a2c5ecf6513f1b1fd846a80915aff5744',1,'Line']]], - ['getstartx_705',['getStartX',['../classLine.html#a7f3af6a8c08af69188714a83353e09fb',1,'Line']]], - ['getstarty_706',['getStartY',['../classLine.html#a5a5ef0a94283339f2c20406a3d9fbb04',1,'Line']]], - ['getstate_707',['getState',['../classPlugin.html#a9cf24d4880f200eaeacd08a591d00d1f',1,'Plugin']]], - ['getsurface_708',['getSurface',['../classCairoImage.html#a5ce76c4866b396a771caafa80acf162b',1,'CairoImage']]], - ['gettexturehandle_709',['getTextureHandle',['../classNanoImage.html#a3c1396cb2794d0a2e2f5603f6399472b',1,'NanoImage']]], - ['gettimeposition_710',['getTimePosition',['../classPlugin.html#ae85d602c430b1a4361a88d714d3a42c1',1,'Plugin']]], - ['gettitle_711',['getTitle',['../classExternalWindow.html#acd0c7cbaa50aab700bebe633309f6778',1,'ExternalWindow::getTitle()'],['../classWindow.html#af437e6afd9104708f30ab769d9afce7a',1,'Window::getTitle()']]], - ['gettoplevelwidget_712',['getTopLevelWidget',['../classWidget.html#a607b153f7d3187ca60bf21004efc1314',1,'Widget']]], - ['gettransientwindowid_713',['getTransientWindowId',['../classExternalWindow.html#ad06f0e6adb6a1460af88707cd452e767',1,'ExternalWindow']]], - ['gettype_714',['getType',['../classOpenGLImage.html#ac6eb1a0e289c0e29bf8d8cfb3310f40e',1,'OpenGLImage']]], - ['getuniqueid_715',['getUniqueId',['../classPlugin.html#ad6ff8c80227d5ceebd40b96f3be29a66',1,'Plugin']]], - ['getunnormalizedvalue_716',['getUnnormalizedValue',['../structParameterRanges.html#a992f75a925b3cd5e66544087708ea3c3',1,'ParameterRanges']]], - ['getversion_717',['getVersion',['../classPlugin.html#abae540dd93caf4834270358a8aad334a',1,'Plugin']]], - ['getwidth_718',['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_719',['getWindow',['../classTopLevelWidget.html#a3ceb7af6e9372a139d40a5859dfd0e4d',1,'TopLevelWidget::getWindow()'],['../classWidget.html#a0ef05695aec704b0eb1eb91c2e8af07d',1,'Widget::getWindow()']]], - ['getx_720',['getX',['../classPoint.html#af6d528d5f73b06282aae5be3b188528e',1,'Point::getX()'],['../classCircle.html#a2f8530b43b24d28380e232367fea0823',1,'Circle::getX()'],['../classRectangle.html#aa7a5dc1efa46ac87abdc57850f65c1ef',1,'Rectangle::getX()']]], - ['gety_721',['getY',['../classPoint.html#ab0250670052f5169c57de84a09d7534b',1,'Point::getY()'],['../classCircle.html#af1bdfeb5875cf8e6a8f09ad295d3bb09',1,'Circle::getY()'],['../classRectangle.html#a8f2fb02ceea742b6155a476be3694ec9',1,'Rectangle::getY()']]], - ['globalalpha_722',['globalAlpha',['../classNanoVG.html#acbae67cbb34b396bd1dff9cdc3c6712b',1,'NanoVG']]], - ['globaltint_723',['globalTint',['../classNanoVG.html#abc92bd3d2bd9fd95aee6370b2fceae27',1,'NanoVG']]], - ['growby_724',['growBy',['../classSize.html#ac6cb1721051ed5c8f21467f009d72982',1,'Size::growBy()'],['../classRectangle.html#a043d677b0fa28c50a18ed30bcb84e02b',1,'Rectangle::growBy()']]] + ['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()']]] ]; diff --git a/search/functions_7.js b/search/functions_7.js index e5be85e3..9ced9a3b 100644 --- a/search/functions_7.js +++ b/search/functions_7.js @@ -1,5 +1,5 @@ var searchData= [ - ['heapringbuffer_725',['HeapRingBuffer',['../classHeapRingBuffer.html#a6a3c03b584b5b20ad2829e26f5e6ed0e',1,'HeapRingBuffer']]], - ['hide_726',['hide',['../classExternalWindow.html#aa9bce2cc83c1a8c6ee87f79bf36e3955',1,'ExternalWindow::hide()'],['../classWidget.html#a4a2f8eebacdd20db505b838f1a118c6b',1,'Widget::hide()'],['../classWindow.html#a4626829d3cb9d01285f739d2bbc69b74',1,'Window::hide()']]] + ['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()']]] ]; diff --git a/search/functions_8.js b/search/functions_8.js index 59bc7778..5291faa1 100644 --- a/search/functions_8.js +++ b/search/functions_8.js @@ -1,29 +1,29 @@ var searchData= [ - ['idle_727',['idle',['../classApplication.html#ac8382754f04f4de15768981459a28e3a',1,'Application']]], - ['imagebase_728',['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_729',['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_730',['imagePattern',['../classNanoVG.html#a00c718a017652e8888a48ff1577b57ef',1,'NanoVG']]], - ['initaudioport_731',['initAudioPort',['../classPlugin.html#a75f30935198a0acba25f4ea92af72dc4',1,'Plugin']]], - ['initdesignation_732',['initDesignation',['../structParameter.html#ad959d31bcfaa056908406bbf37c134bf',1,'Parameter']]], - ['initparameter_733',['initParameter',['../classPlugin.html#aacf87bd0037efeb3b60d204940f3f4a0',1,'Plugin']]], - ['initportgroup_734',['initPortGroup',['../classPlugin.html#a71b876c8157b087b3552960f2877a44d',1,'Plugin']]], - ['initprogramname_735',['initProgramName',['../classPlugin.html#a54d66af3111541b7c118f9749ef0231b',1,'Plugin']]], - ['initstate_736',['initState',['../classPlugin.html#a807b306c5ecb644c70421ae395421d84',1,'Plugin']]], - ['interpolate_737',['interpolate',['../structColor.html#a96283f5b9ad6f6465e40f69012aca00f',1,'Color']]], - ['intersectscissor_738',['intersectScissor',['../classNanoVG.html#a0d86d93bc09fc8da01f2b2fdd97f7448',1,'NanoVG']]], - ['isembed_739',['isEmbed',['../classExternalWindow.html#a26dd0bc32a816c014731a78658cc3a5b',1,'ExternalWindow::isEmbed()'],['../classWindow.html#afb840ed25c1fe17bed66d80adfc420ab',1,'Window::isEmbed()']]], - ['isequal_740',['isEqual',['../structColor.html#a16880d42b2d52ed23eb307ed2980a9a3',1,'Color']]], - ['isignoringkeyrepeat_741',['isIgnoringKeyRepeat',['../classWindow.html#ab5cbe1298a28a1860319198a4c843183',1,'Window']]], - ['isinvalid_742',['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_743',['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_744',['isNotZero',['../classPoint.html#aede5df141963951a746d7e207fa7e073',1,'Point']]], - ['isnull_745',['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_746',['isQuitting',['../classExternalWindow.html#a7aacd265be6cd6901405ad32cf6758a0',1,'ExternalWindow::isQuitting()'],['../classApplication.html#aa2dd05d544834e8fca24a58f5e57f795',1,'Application::isQuitting()']]], - ['isresizable_747',['isResizable',['../classUI.html#a8fe940d56a0c283095e28bbc5806af31',1,'UI::isResizable()'],['../classWindow.html#a1b888a7e6a5562968a253b915ccb7825',1,'Window::isResizable()']]], - ['isrunning_748',['isRunning',['../classExternalWindow.html#ae5763405ca1d2405973e691e78d9b2a7',1,'ExternalWindow']]], - ['isstandalone_749',['isStandalone',['../classExternalWindow.html#a5a870bd4d4e4cdbee7eb029384c2f1bf',1,'ExternalWindow::isStandalone()'],['../classApplication.html#aa0728e9c72545d81ba403b44c92ecd50',1,'Application::isStandalone()']]], - ['isvalid_750',['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_751',['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_752',['isZero',['../classPoint.html#a845d59d29722c962c7af8f602bcf9ba4',1,'Point']]] + ['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']]] ]; diff --git a/search/functions_9.js b/search/functions_9.js index fcdcfdb9..17ea06a0 100644 --- a/search/functions_9.js +++ b/search/functions_9.js @@ -1,4 +1,4 @@ var searchData= [ - ['keyboardevent_753',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html#a5a55a296264b9999a7915f2633eacb10',1,'Widget::KeyboardEvent']]] + ['keyboardevent_800',['KeyboardEvent',['../structWidget_1_1KeyboardEvent.html#a5a55a296264b9999a7915f2633eacb10',1,'Widget::KeyboardEvent']]] ]; diff --git a/search/functions_a.js b/search/functions_a.js index 841f3bf4..c55165bd 100644 --- a/search/functions_a.js +++ b/search/functions_a.js @@ -1,12 +1,12 @@ var searchData= [ - ['line_754',['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_755',['linearGradient',['../classNanoVG.html#aa74a49bb588beb28654565a07022a178',1,'NanoVG']]], - ['linecap_756',['lineCap',['../classNanoVG.html#a95dfc697ae6fe9c8d525430c09f839d1',1,'NanoVG']]], - ['linejoin_757',['lineJoin',['../classNanoVG.html#a73767c9ade6a757bc6e1f4a2d45bdaeb',1,'NanoVG']]], - ['lineto_758',['lineTo',['../classNanoVG.html#a63f509eaeb04475a8541ed8e846f352f',1,'NanoVG']]], - ['loadfrommemory_759',['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_760',['loadFromPNG',['../classCairoImage.html#a94c1707943b9874e362e11473bdcf768',1,'CairoImage']]], - ['loadprogram_761',['loadProgram',['../classPlugin.html#a44eb1bfcc3a3e5949ad053fc9ce55ce8',1,'Plugin']]], - ['loadsharedresources_762',['loadSharedResources',['../classNanoVG.html#a210f19213fef82c2c7d8797e7cfea8aa',1,'NanoVG']]] + ['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']]] ]; diff --git a/search/functions_b.js b/search/functions_b.js index 8ae5f52f..b219e5c7 100644 --- a/search/functions_b.js +++ b/search/functions_b.js @@ -1,8 +1,8 @@ var searchData= [ - ['miterlimit_763',['miterLimit',['../classNanoVG.html#a8a5ade44d39d21f28dcd02d27da62d14',1,'NanoVG']]], - ['motionevent_764',['MotionEvent',['../structWidget_1_1MotionEvent.html#a0d2bf8f5c66002bb129968f10e0cc082',1,'Widget::MotionEvent']]], - ['mouseevent_765',['MouseEvent',['../structWidget_1_1MouseEvent.html#aa37fee8a593c62c53e4ca5c67ad9278f',1,'Widget::MouseEvent']]], - ['moveby_766',['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_767',['moveTo',['../classNanoVG.html#af1ac0918567c17c93e0586c4284e04b9',1,'NanoVG']]] + ['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']]] ]; diff --git a/search/functions_c.js b/search/functions_c.js index 37ed43a0..48ab08cf 100644 --- a/search/functions_c.js +++ b/search/functions_c.js @@ -1,7 +1,7 @@ var searchData= [ - ['nanobasewidget_768',['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_769',['NanoImage',['../classNanoImage.html#a5bf22d2002986c3b81f3b38ec8abf4a5',1,'NanoImage::NanoImage()'],['../classNanoImage.html#ae822e33bed10563f4bd1898ae18afe8e',1,'NanoImage::NanoImage(const Handle &handle)']]], - ['nanovg_770',['NanoVG',['../classNanoVG.html#a79dfc0b6c38ec95cef030df2b7a663ef',1,'NanoVG']]], - ['nextevent_771',['nextEvent',['../structAudioMidiSyncHelper.html#a43f354c1520893449d81a27b3e7a81fe',1,'AudioMidiSyncHelper']]] + ['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']]] ]; diff --git a/search/functions_d.js b/search/functions_d.js index bdf12d69..570a0f10 100644 --- a/search/functions_d.js +++ b/search/functions_d.js @@ -1,25 +1,25 @@ var searchData= [ - ['oncairodisplay_772',['onCairoDisplay',['../classCairoBaseWidget.html#a2d59f5625d6e948ccbf7a9d2b3b00adf',1,'CairoBaseWidget']]], - ['oncharacterinput_773',['onCharacterInput',['../classTopLevelWidget.html#a567153ae0853e56553c9569dc61ed913',1,'TopLevelWidget::onCharacterInput()'],['../classWidget.html#ad7fb24de24d8809305b04ff3750f0dea',1,'Widget::onCharacterInput()']]], - ['onclose_774',['onClose',['../classWindow.html#a979cfd2bc52650f07b789217d6c6f570',1,'Window']]], - ['ondisplay_775',['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_776',['onFileSelected',['../classWindow.html#a887287be0807b58aa701139c802939a3',1,'Window']]], - ['onfocus_777',['onFocus',['../classWindow.html#a754415613248bd3b5068d76c4cfe3704',1,'Window']]], - ['onkeyboard_778',['onKeyboard',['../classImageBaseAboutWindow.html#a239bf25a7ac8063d2cf3d4db250396e2',1,'ImageBaseAboutWindow::onKeyboard()'],['../classTopLevelWidget.html#a7b182e276662bc32aa0fcd7b07dfe4d0',1,'TopLevelWidget::onKeyboard()'],['../classWidget.html#a9fa874aede538b41348f1029524aea11',1,'Widget::onKeyboard()']]], - ['onmotion_779',['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_780',['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_781',['onNanoDisplay',['../classNanoBaseWidget.html#a77a197095bf9bf6fd6ff40145746c9b9',1,'NanoBaseWidget']]], - ['onpositionchanged_782',['onPositionChanged',['../classSubWidget.html#a80ac88898a4a87047d63a7e49a5a0946',1,'SubWidget']]], - ['onreshape_783',['onReshape',['../classWindow.html#a04207502372d42d0d17604b104c1d8d6',1,'Window']]], - ['onresize_784',['onResize',['../classWidget.html#acc0365ec4b9245bdffb8d0285be55dea',1,'Widget']]], - ['onscalefactorchanged_785',['onScaleFactorChanged',['../classWindow.html#a306742ddc21c7c41f59b41e5761a38c7',1,'Window']]], - ['onscroll_786',['onScroll',['../classImageBaseKnob.html#aeb9c35449f4b48741ceb8ba8253648bb',1,'ImageBaseKnob::onScroll()'],['../classTopLevelWidget.html#a412a6ce96a4ef7f64396e312ad072f9d',1,'TopLevelWidget::onScroll()'],['../classWidget.html#a0d78d28bd4a98c3a016a38091b2d4185',1,'Widget::onScroll()']]], - ['onspecial_787',['onSpecial',['../classWidget.html#a3b42652fcb2f95c6f86bdd43a1727507',1,'Widget']]], - ['openfilebrowser_788',['openFileBrowser',['../classWindow.html#a7d2a006347a7fb95e63140ad2cec531c',1,'Window']]], - ['openglimage_789',['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_790',['operator ObjectType *',['../classScopedPointer.html#af7c241c736d79754fd6f8d305cce8bc3',1,'ScopedPointer']]], - ['operator_2a_791',['operator*',['../classScopedPointer.html#a2f48458a1656a6ef1bd35cb8452eed35',1,'ScopedPointer']]], - ['operator_2d_3e_792',['operator->',['../classScopedPointer.html#a6eedc84349cbe629cc1abb79ffa74e87',1,'ScopedPointer']]], - ['operator_3d_793',['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_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=()']]] ]; diff --git a/search/functions_e.js b/search/functions_e.js index b0e38826..4a01dc8b 100644 --- a/search/functions_e.js +++ b/search/functions_e.js @@ -1,13 +1,13 @@ var searchData= [ - ['parameter_794',['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_795',['parameterChanged',['../classUI.html#ab3086d302a9685b25abf144ade3e88f6',1,'UI']]], - ['parameterenumerationvalue_796',['ParameterEnumerationValue',['../structParameterEnumerationValue.html#a169e558182f93aadd2e66819a981a3f9',1,'ParameterEnumerationValue::ParameterEnumerationValue() noexcept'],['../structParameterEnumerationValue.html#aad073d95adfcd8ec01767490fbd69f68',1,'ParameterEnumerationValue::ParameterEnumerationValue(float v, const char *l) noexcept']]], - ['parameterenumerationvalues_797',['ParameterEnumerationValues',['../structParameterEnumerationValues.html#ab1bbcf39e2efae872e9b8dbde17a045a',1,'ParameterEnumerationValues::ParameterEnumerationValues() noexcept'],['../structParameterEnumerationValues.html#a109591a3392e28362de7e1e474f75ae2',1,'ParameterEnumerationValues::ParameterEnumerationValues(uint32_t c, bool r, ParameterEnumerationValue *v) noexcept']]], - ['parameterranges_798',['ParameterRanges',['../structParameterRanges.html#adb9b2712df3401eb0c5e11362d865d4e',1,'ParameterRanges::ParameterRanges() noexcept'],['../structParameterRanges.html#a75337384c041ef8cd1a1cd2ba57ac205',1,'ParameterRanges::ParameterRanges(float df, float mn, float mx) noexcept']]], - ['pathwinding_799',['pathWinding',['../classNanoVG.html#aaf7f45fc45cf920d261a8b2cfebf9026',1,'NanoVG']]], - ['plugin_800',['Plugin',['../classPlugin.html#acb5a3632da5a5c4110172a3a78e1fd32',1,'Plugin']]], - ['point_801',['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_802',['PositionChangedEvent',['../structWidget_1_1PositionChangedEvent.html#aa6360f57c0314621b04d049708bea45c',1,'Widget::PositionChangedEvent']]], - ['programloaded_803',['programLoaded',['../classUI.html#a2f043dd1b2e179248a19918c5483cfae',1,'UI']]] + ['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']]] ]; diff --git a/search/functions_f.js b/search/functions_f.js index a9d0def0..1a7e435b 100644 --- a/search/functions_f.js +++ b/search/functions_f.js @@ -1,5 +1,5 @@ var searchData= [ - ['quadto_804',['quadTo',['../classNanoVG.html#ad21dce44617cb0ed89bcafa794c56fde',1,'NanoVG']]], - ['quit_805',['quit',['../classApplication.html#af77b716ee803aecb2ce1674695dc3986',1,'Application']]] + ['quadto_851',['quadTo',['../classNanoVG.html#ad21dce44617cb0ed89bcafa794c56fde',1,'NanoVG']]], + ['quit_852',['quit',['../classApplication.html#af77b716ee803aecb2ce1674695dc3986',1,'Application']]] ]; diff --git a/search/groups_0.js b/search/groups_0.js index 7b237537..71d49a8e 100644 --- a/search/groups_0.js +++ b/search/groups_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['audio_20port_20hints_1010',['Audio Port Hints',['../group__AudioPortHints.html',1,'']]] + ['audio_20port_20hints_1057',['Audio Port Hints',['../group__AudioPortHints.html',1,'']]] ]; diff --git a/search/groups_1.js b/search/groups_1.js index 413d7fea..41be3eea 100644 --- a/search/groups_1.js +++ b/search/groups_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['base_20plugin_20structs_1011',['Base Plugin Structs',['../group__BasePluginStructs.html',1,'']]] + ['base_20plugin_20structs_1058',['Base Plugin Structs',['../group__BasePluginStructs.html',1,'']]] ]; diff --git a/search/groups_2.js b/search/groups_2.js index 6adcedb0..6410ba03 100644 --- a/search/groups_2.js +++ b/search/groups_2.js @@ -1,5 +1,5 @@ var searchData= [ - ['entry_20points_1012',['Entry Points',['../group__EntryPoints.html',1,'']]], - ['extra_20plugin_20macros_1013',['Extra Plugin Macros',['../group__ExtraPluginMacros.html',1,'']]] + ['entry_20points_1059',['Entry Points',['../group__EntryPoints.html',1,'']]], + ['extra_20plugin_20macros_1060',['Extra Plugin Macros',['../group__ExtraPluginMacros.html',1,'']]] ]; diff --git a/search/groups_3.js b/search/groups_3.js index 687e6796..f81b888a 100644 --- a/search/groups_3.js +++ b/search/groups_3.js @@ -1,4 +1,6 @@ var searchData= [ - ['main_20classes_1014',['Main Classes',['../group__MainClasses.html',1,'']]] + ['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,'']]] ]; diff --git a/search/groups_4.js b/search/groups_4.js index 2c1e3ee0..83289a0f 100644 --- a/search/groups_4.js +++ b/search/groups_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['namespace_20macros_1015',['Namespace Macros',['../group__NamespaceMacros.html',1,'']]] + ['namespace_20macros_1064',['Namespace Macros',['../group__NamespaceMacros.html',1,'']]] ]; diff --git a/search/groups_5.js b/search/groups_5.js index 71d9a347..f1e1d9e5 100644 --- a/search/groups_5.js +++ b/search/groups_5.js @@ -1,5 +1,7 @@ var searchData= [ - ['parameter_20hints_1016',['Parameter Hints',['../group__ParameterHints.html',1,'']]], - ['plugin_20macros_1017',['Plugin Macros',['../group__PluginMacros.html',1,'']]] + ['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,'']]] ]; diff --git a/search/groups_6.html b/search/groups_6.html new file mode 100644 index 00000000..921827f3 --- /dev/null +++ b/search/groups_6.html @@ -0,0 +1,30 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/search/groups_6.js b/search/groups_6.js new file mode 100644 index 00000000..8afb780e --- /dev/null +++ b/search/groups_6.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['string_20print_20functions_1069',['String print functions',['../group__StringPrintFunctions.html',1,'']]] +]; diff --git a/search/pages_0.js b/search/pages_0.js index 99926a50..c01af595 100644 --- a/search/pages_0.js +++ b/search/pages_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['distrho_20_25plugin_20framework_1018',['DISTRHO %Plugin Framework',['../index.html',1,'']]] + ['distrho_20_25plugin_20framework_1070',['DISTRHO %Plugin Framework',['../index.html',1,'']]] ]; diff --git a/search/searchdata.js b/search/searchdata.js index 6145d20d..db06b46d 100644 --- a/search/searchdata.js +++ b/search/searchdata.js @@ -6,7 +6,7 @@ var indexSectionsWithContent = 3: "bcdefghiklmnoprstuvw", 4: "bcp", 5: "ck", - 6: "abemnp", + 6: "abemnps", 7: "d" }; diff --git a/search/variables_0.js b/search/variables_0.js index 544774fa..f5fedbea 100644 --- a/search/variables_0.js +++ b/search/variables_0.js @@ -1,10 +1,10 @@ var searchData= [ - ['bar_942',['bar',['../structTimePosition_1_1BarBeatTick.html#ad104eba852516842d8c4776f9d495d21',1,'TimePosition::BarBeatTick']]], - ['barstarttick_943',['barStartTick',['../structTimePosition_1_1BarBeatTick.html#a5205e95c8f8021006bde2eae774d5b62',1,'TimePosition::BarBeatTick']]], - ['beat_944',['beat',['../structTimePosition_1_1BarBeatTick.html#af4be3edce420539cbb21bc1b0278201c',1,'TimePosition::BarBeatTick']]], - ['beatsperbar_945',['beatsPerBar',['../structTimePosition_1_1BarBeatTick.html#a4805c98ceeedca9fb886de068c50cb88',1,'TimePosition::BarBeatTick']]], - ['beatsperminute_946',['beatsPerMinute',['../structTimePosition_1_1BarBeatTick.html#af7cb9ae9b30da287828ebddee5caff2f',1,'TimePosition::BarBeatTick']]], - ['beattype_947',['beatType',['../structTimePosition_1_1BarBeatTick.html#a3d0f3681391ab7d3d37abcae24c72257',1,'TimePosition::BarBeatTick']]], - ['buf_948',['buf',['../structHeapBuffer.html#afbaf206237e4898a306025676dce0987',1,'HeapBuffer']]] + ['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']]] ]; diff --git a/search/variables_1.js b/search/variables_1.js index 97cc0352..1be0935c 100644 --- a/search/variables_1.js +++ b/search/variables_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['count_949',['count',['../structParameterEnumerationValues.html#afd740dd45384c493801405a1c1c3d51d',1,'ParameterEnumerationValues']]] + ['count_996',['count',['../structParameterEnumerationValues.html#afd740dd45384c493801405a1c1c3d51d',1,'ParameterEnumerationValues']]] ]; diff --git a/search/variables_10.js b/search/variables_10.js index 7469e0a8..e818b758 100644 --- a/search/variables_10.js +++ b/search/variables_10.js @@ -1,7 +1,7 @@ var searchData= [ - ['tail_989',['tail',['../structHeapBuffer.html#abd05cbae44531a412352ed52c8a50aec',1,'HeapBuffer']]], - ['tick_990',['tick',['../structTimePosition_1_1BarBeatTick.html#aecb8a1a98db84c6d03c39278f86a0324',1,'TimePosition::BarBeatTick']]], - ['ticksperbeat_991',['ticksPerBeat',['../structTimePosition_1_1BarBeatTick.html#ab8cfc3f2709a79e733e58556712da062',1,'TimePosition::BarBeatTick']]], - ['title_992',['title',['../structWindow_1_1FileBrowserOptions.html#a7d035823a9138df917f7460d06a33a00',1,'Window::FileBrowserOptions']]] + ['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']]] ]; diff --git a/search/variables_11.js b/search/variables_11.js index e762da30..2e55109e 100644 --- a/search/variables_11.js +++ b/search/variables_11.js @@ -1,4 +1,4 @@ var searchData= [ - ['unit_993',['unit',['../structParameter.html#a2f79574998d34504e3a694163b4599a1',1,'Parameter']]] + ['unit_1040',['unit',['../structParameter.html#a2f79574998d34504e3a694163b4599a1',1,'Parameter']]] ]; diff --git a/search/variables_12.js b/search/variables_12.js index 34fdae95..9dd12ead 100644 --- a/search/variables_12.js +++ b/search/variables_12.js @@ -1,6 +1,6 @@ var searchData= [ - ['valid_994',['valid',['../structTimePosition_1_1BarBeatTick.html#a45a05047e923285af0fbeacb371e3f4e',1,'TimePosition::BarBeatTick']]], - ['value_995',['value',['../structParameterEnumerationValue.html#a292f282837daa791205027d998907ae9',1,'ParameterEnumerationValue']]], - ['values_996',['values',['../structParameterEnumerationValues.html#ae101471c5d819624398001c84c534b7a',1,'ParameterEnumerationValues']]] + ['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']]] ]; diff --git a/search/variables_13.js b/search/variables_13.js index 79c4412d..d2b60143 100644 --- a/search/variables_13.js +++ b/search/variables_13.js @@ -1,4 +1,4 @@ var searchData= [ - ['wrtn_997',['wrtn',['../structHeapBuffer.html#a4d330b5567a46f6b6972f5174b262292',1,'HeapBuffer']]] + ['wrtn_1044',['wrtn',['../structHeapBuffer.html#a4d330b5567a46f6b6972f5174b262292',1,'HeapBuffer']]] ]; diff --git a/search/variables_2.js b/search/variables_2.js index 2942f980..2086f95d 100644 --- a/search/variables_2.js +++ b/search/variables_2.js @@ -1,7 +1,7 @@ var searchData= [ - ['data_950',['data',['../structMidiEvent.html#aba54410d44eef48c10516f29452ef3a9',1,'MidiEvent']]], - ['def_951',['def',['../structParameterRanges.html#aa0aba68115bcfff25c35b2da2f7aed4c',1,'ParameterRanges']]], - ['description_952',['description',['../structParameter.html#a5aacdf5c58652cc6840ebfbe2a748d29',1,'Parameter']]], - ['designation_953',['designation',['../structParameter.html#a3bbf6f7d5ccea9a13504bd6ee3713986',1,'Parameter']]] + ['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']]] ]; diff --git a/search/variables_3.js b/search/variables_3.js index 1e06dd5e..e9303f3a 100644 --- a/search/variables_3.js +++ b/search/variables_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['enumvalues_954',['enumValues',['../structParameter.html#ab94ec79aad8e8f6e4bc33d046f029358',1,'Parameter']]] + ['enumvalues_1001',['enumValues',['../structParameter.html#ab94ec79aad8e8f6e4bc33d046f029358',1,'Parameter']]] ]; diff --git a/search/variables_4.js b/search/variables_4.js index 3e31d2de..c4e16cde 100644 --- a/search/variables_4.js +++ b/search/variables_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['frame_955',['frame',['../structMidiEvent.html#aca2f6590b33bd2175ab71f985747d88e',1,'MidiEvent::frame()'],['../structTimePosition.html#aa3606d1c518c7ebe6335bc19f72b015b',1,'TimePosition::frame()']]] + ['frame_1002',['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 3afbbc48..a99dd140 100644 --- a/search/variables_5.js +++ b/search/variables_5.js @@ -1,4 +1,4 @@ var searchData= [ - ['groupid_956',['groupId',['../structAudioPort.html#a80aba3da64389d738bd8ae68bcedb4f4',1,'AudioPort::groupId()'],['../structParameter.html#a72dd5af5c024bd86497a4a5d9c8c4f25',1,'Parameter::groupId()']]] + ['groupid_1003',['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 e1d10d30..933d1f08 100644 --- a/search/variables_6.js +++ b/search/variables_6.js @@ -1,5 +1,5 @@ var searchData= [ - ['head_957',['head',['../structHeapBuffer.html#a55b0dceb6b878021d8fe1353096e757b',1,'HeapBuffer']]], - ['hints_958',['hints',['../structAudioPort.html#af93f38f9ef48ea14544adf32e4b1e513',1,'AudioPort::hints()'],['../structParameter.html#a397fb977f0c6cbec31df4f141ca3f5b3',1,'Parameter::hints()']]] + ['head_1004',['head',['../structHeapBuffer.html#a55b0dceb6b878021d8fe1353096e757b',1,'HeapBuffer']]], + ['hints_1005',['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 54252151..ac5def85 100644 --- a/search/variables_7.js +++ b/search/variables_7.js @@ -1,4 +1,4 @@ var searchData= [ - ['invalidatecommit_959',['invalidateCommit',['../structHeapBuffer.html#a0cd85f596b680b57cc6669de7cf7ed27',1,'HeapBuffer']]] + ['invalidatecommit_1006',['invalidateCommit',['../structHeapBuffer.html#a0cd85f596b680b57cc6669de7cf7ed27',1,'HeapBuffer']]] ]; diff --git a/search/variables_8.js b/search/variables_8.js index 8ffbbbc4..b709eb1a 100644 --- a/search/variables_8.js +++ b/search/variables_8.js @@ -1,16 +1,16 @@ var searchData= [ - ['kaudioportiscv_960',['kAudioPortIsCV',['../group__AudioPortHints.html#ga92c8a0135d1b6dacd22df25295c15ff3',1,'DistrhoPlugin.hpp']]], - ['kaudioportissidechain_961',['kAudioPortIsSidechain',['../group__AudioPortHints.html#gafbf1a5255d0a19f35ae21480ab2c7433',1,'DistrhoPlugin.hpp']]], - ['kcvporthasbipolarrange_962',['kCVPortHasBipolarRange',['../group__AudioPortHints.html#ga7133899b77b31caa1eae3fe77409e69e',1,'DistrhoPlugin.hpp']]], - ['kcvporthasnegativeunipolarrange_963',['kCVPortHasNegativeUnipolarRange',['../group__AudioPortHints.html#gafa444d8a3d5244e107c2ddb19f60105d',1,'DistrhoPlugin.hpp']]], - ['kcvporthaspositiveunipolarrange_964',['kCVPortHasPositiveUnipolarRange',['../group__AudioPortHints.html#ga0919fac232ec9c6999057b09d54e3919',1,'DistrhoPlugin.hpp']]], - ['kcvporthasscaledrange_965',['kCVPortHasScaledRange',['../group__AudioPortHints.html#gae36eb55fe0813af0dd6cdfe4f7baae97',1,'DistrhoPlugin.hpp']]], - ['kdatasize_966',['kDataSize',['../structMidiEvent.html#a9e23ce17777c2ff5190670d3262129b9',1,'MidiEvent']]], - ['kparameterisautomable_967',['kParameterIsAutomable',['../group__ParameterHints.html#ga04161ef926442aa08ae7aa6847078ad9',1,'DistrhoPlugin.hpp']]], - ['kparameterisboolean_968',['kParameterIsBoolean',['../group__ParameterHints.html#gaafca30df903781d2e1c2491808e17c8d',1,'DistrhoPlugin.hpp']]], - ['kparameterisinteger_969',['kParameterIsInteger',['../group__ParameterHints.html#ga76a82c93efe6ad728c9f0cb4ef33a2b9',1,'DistrhoPlugin.hpp']]], - ['kparameterislogarithmic_970',['kParameterIsLogarithmic',['../group__ParameterHints.html#gabc539ecbfe420246a33f93aed32b8a3b',1,'DistrhoPlugin.hpp']]], - ['kparameterisoutput_971',['kParameterIsOutput',['../group__ParameterHints.html#ga0a3633c93e8589f4b3e6124bb97ad8d4',1,'DistrhoPlugin.hpp']]], - ['kparameteristrigger_972',['kParameterIsTrigger',['../group__ParameterHints.html#ga068de47c587411c9e91ef09f7d800884',1,'DistrhoPlugin.hpp']]] + ['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']]] ]; diff --git a/search/variables_9.js b/search/variables_9.js index 6c74281e..9d38ae84 100644 --- a/search/variables_9.js +++ b/search/variables_9.js @@ -1,5 +1,5 @@ var searchData= [ - ['label_973',['label',['../structParameterEnumerationValue.html#aba1c51d5a2c99416c1dcf0a08345178d',1,'ParameterEnumerationValue']]], - ['listallfiles_974',['listAllFiles',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a069dc1f379875585b536115bceaeacc3',1,'Window::FileBrowserOptions::Buttons']]] + ['label_1020',['label',['../structParameterEnumerationValue.html#aba1c51d5a2c99416c1dcf0a08345178d',1,'ParameterEnumerationValue']]], + ['listallfiles_1021',['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 5034bae0..24e2a304 100644 --- a/search/variables_a.js +++ b/search/variables_a.js @@ -1,6 +1,6 @@ var searchData= [ - ['max_975',['max',['../structParameterRanges.html#a175c78c905c598df929a4450e4d2a2a0',1,'ParameterRanges']]], - ['midicc_976',['midiCC',['../structParameter.html#a5389731e4cd95cac10af9aec9aa7b202',1,'Parameter']]], - ['min_977',['min',['../structParameterRanges.html#a63c40988463a8ace9d0e9e55a00f3c7b',1,'ParameterRanges']]] + ['max_1022',['max',['../structParameterRanges.html#a175c78c905c598df929a4450e4d2a2a0',1,'ParameterRanges']]], + ['midicc_1023',['midiCC',['../structParameter.html#a5389731e4cd95cac10af9aec9aa7b202',1,'Parameter']]], + ['min_1024',['min',['../structParameterRanges.html#a63c40988463a8ace9d0e9e55a00f3c7b',1,'ParameterRanges']]] ]; diff --git a/search/variables_b.js b/search/variables_b.js index 52921e2c..c61bfddc 100644 --- a/search/variables_b.js +++ b/search/variables_b.js @@ -1,4 +1,4 @@ var searchData= [ - ['name_978',['name',['../structAudioPort.html#adb3b58f79131b653d6b2adfa3ea07e5c',1,'AudioPort::name()'],['../structParameter.html#ae63c1fcfb20e320bada1f58c04ff18da',1,'Parameter::name()'],['../structPortGroup.html#af3ab9eaf5eb1ad8165fc43b4518d2c5b',1,'PortGroup::name()']]] + ['name_1025',['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 6586c56f..84114573 100644 --- a/search/variables_c.js +++ b/search/variables_c.js @@ -1,4 +1,4 @@ var searchData= [ - ['outputs_979',['outputs',['../structAudioMidiSyncHelper.html#a7b54cae0fdaae3d23aaccf2dbb9344ef',1,'AudioMidiSyncHelper']]] + ['outputs_1026',['outputs',['../structAudioMidiSyncHelper.html#a7b54cae0fdaae3d23aaccf2dbb9344ef',1,'AudioMidiSyncHelper']]] ]; diff --git a/search/variables_d.js b/search/variables_d.js index 7483e39c..860604d0 100644 --- a/search/variables_d.js +++ b/search/variables_d.js @@ -1,4 +1,4 @@ var searchData= [ - ['playing_980',['playing',['../structTimePosition.html#a35db424bdf8ec01102a4fa6346c45574',1,'TimePosition']]] + ['playing_1027',['playing',['../structTimePosition.html#a35db424bdf8ec01102a4fa6346c45574',1,'TimePosition']]] ]; diff --git a/search/variables_e.js b/search/variables_e.js index 6adc784a..0ad25081 100644 --- a/search/variables_e.js +++ b/search/variables_e.js @@ -1,5 +1,5 @@ var searchData= [ - ['ranges_981',['ranges',['../structParameter.html#a2d0c81e4fb8fad18d920ef6ecd4a64db',1,'Parameter']]], - ['restrictedmode_982',['restrictedMode',['../structParameterEnumerationValues.html#a014ebcacbe68c3f77f2f8ac9ffe3cd6f',1,'ParameterEnumerationValues']]] + ['ranges_1028',['ranges',['../structParameter.html#a2d0c81e4fb8fad18d920ef6ecd4a64db',1,'Parameter']]], + ['restrictedmode_1029',['restrictedMode',['../structParameterEnumerationValues.html#a014ebcacbe68c3f77f2f8ac9ffe3cd6f',1,'ParameterEnumerationValues']]] ]; diff --git a/search/variables_f.js b/search/variables_f.js index 56a7e721..dfe21ccb 100644 --- a/search/variables_f.js +++ b/search/variables_f.js @@ -1,9 +1,9 @@ var searchData= [ - ['shortname_983',['shortName',['../structParameter.html#a1a47c46f3588b8a940d87fd4d69810ab',1,'Parameter']]], - ['showhidden_984',['showHidden',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a866b55e40b2eeb2f57c85d51aa6fa856',1,'Window::FileBrowserOptions::Buttons']]], - ['showplaces_985',['showPlaces',['../structWindow_1_1FileBrowserOptions_1_1Buttons.html#a669f3aafa3eef0d48d7fcb9c7c020678',1,'Window::FileBrowserOptions::Buttons']]], - ['size_986',['size',['../structMidiEvent.html#a48b420a6dbca6502113b92c336a3041e',1,'MidiEvent::size()'],['../structHeapBuffer.html#a582e7b5aa4a85814f291d002abb49599',1,'HeapBuffer::size()']]], - ['startdir_987',['startDir',['../structWindow_1_1FileBrowserOptions.html#a5726fab4e98fa998f354323e73cf41d6',1,'Window::FileBrowserOptions']]], - ['symbol_988',['symbol',['../structAudioPort.html#af2bda30f97a1b63cbeb9f11f718d3d30',1,'AudioPort::symbol()'],['../structParameter.html#a3e546efd8dbd0d77351208b670719468',1,'Parameter::symbol()'],['../structPortGroup.html#ae42f849c9f34d940f6fdcfc9abd65d4f',1,'PortGroup::symbol()']]] + ['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()']]] ]; diff --git a/structAudioMidiSyncHelper-members.html b/structAudioMidiSyncHelper-members.html index 75854589..8b7c3ccd 100644 --- a/structAudioMidiSyncHelper-members.html +++ b/structAudioMidiSyncHelper-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/structAudioMidiSyncHelper.html b/structAudioMidiSyncHelper.html index fdb806a0..b15c0a65 100644 --- a/structAudioMidiSyncHelper.html +++ b/structAudioMidiSyncHelper.html @@ -66,7 +66,7 @@ $(function() { Public Attributes | List of all members
-
AudioMidiSyncHelper Struct Reference
+
AudioMidiSyncHelper Struct Reference
@@ -208,13 +208,13 @@ uint32_t midiEventCountdistrho/DistrhoPluginUtils.hpp
-
bool nextEvent()
Definition: DistrhoPluginUtils.hpp:117
+
bool nextEvent()
Definition: DistrhoPluginUtils.hpp:131
Definition: DistrhoPlugin.hpp:618
-
float * outputs[2]
Definition: DistrhoPluginUtils.hpp:92
-
Definition: DistrhoPluginUtils.hpp:89
+
float * outputs[2]
Definition: DistrhoPluginUtils.hpp:106
+
Definition: DistrhoPluginUtils.hpp:103
diff --git a/structAudioPort-members.html b/structAudioPort-members.html index 42c4a7c5..9ba0b9eb 100644 --- a/structAudioPort-members.html +++ b/structAudioPort-members.html @@ -76,7 +76,7 @@ $(function() { diff --git a/structAudioPort.html b/structAudioPort.html index 4995d8f4..7a022ad0 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 26258870..8900c938 100644 --- a/structBigStackBuffer-members.html +++ b/structBigStackBuffer-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/structBigStackBuffer.html b/structBigStackBuffer.html index e3e1fb08..bc625ec6 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 a9c48563..4e49b923 100644 --- a/structCairoGraphicsContext-members.html +++ b/structCairoGraphicsContext-members.html @@ -72,7 +72,7 @@ $(function() { diff --git a/structCairoGraphicsContext.html b/structCairoGraphicsContext.html index 63ddfc32..866f3b27 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 1166cfb4..3ded053b 100644 --- a/structColor-members.html +++ b/structColor-members.html @@ -94,7 +94,7 @@ $(function() { diff --git a/structColor.html b/structColor.html index b2a8c0d7..e9d9bd5a 100644 --- a/structColor.html +++ b/structColor.html @@ -608,7 +608,7 @@ Public Attributes diff --git a/structGraphicsContext.html b/structGraphicsContext.html index 31d54650..f94b87bc 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 d9faf605..11b69cc1 100644 --- a/structHeapBuffer-members.html +++ b/structHeapBuffer-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/structHeapBuffer.html b/structHeapBuffer.html index e6f84ee8..cea453e9 100644 --- a/structHeapBuffer.html +++ b/structHeapBuffer.html @@ -188,7 +188,7 @@ Public Attributes diff --git a/structHugeStackBuffer-members.html b/structHugeStackBuffer-members.html index f94ceb06..5712e81b 100644 --- a/structHugeStackBuffer-members.html +++ b/structHugeStackBuffer-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/structHugeStackBuffer.html b/structHugeStackBuffer.html index 53fcb515..2fa7d342 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 e743fe49..caaa2dec 100644 --- a/structIdleCallback-members.html +++ b/structIdleCallback-members.html @@ -73,7 +73,7 @@ $(function() { diff --git a/structIdleCallback.html b/structIdleCallback.html index e1a91f32..cf488bab 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 41eefb6b..dbd39c6c 100644 --- a/structMidiEvent-members.html +++ b/structMidiEvent-members.html @@ -76,7 +76,7 @@ $(function() { diff --git a/structMidiEvent.html b/structMidiEvent.html index 5753d25c..f8e2d9e6 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 3274de67..bf0fda36 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 26cec0b5..1b88c023 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 87715723..5c94ea87 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 162636ee..6149442d 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 1eae5a70..062b85ea 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 fc14b6a7..d816e72b 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 024643fb..6c5b0855 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 fa7ac91a..5539b01f 100644 --- a/structParameter-members.html +++ b/structParameter-members.html @@ -85,7 +85,7 @@ $(function() { diff --git a/structParameter.html b/structParameter.html index 2124be4b..dd6032f0 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 3f09cc6a..2efaf514 100644 --- a/structParameterEnumerationValue-members.html +++ b/structParameterEnumerationValue-members.html @@ -75,7 +75,7 @@ $(function() { diff --git a/structParameterEnumerationValue.html b/structParameterEnumerationValue.html index 62f1bc9c..0e503f6f 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 67495e63..c753aeea 100644 --- a/structParameterEnumerationValues-members.html +++ b/structParameterEnumerationValues-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/structParameterEnumerationValues.html b/structParameterEnumerationValues.html index f3d4cc58..317a740b 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 e15ec1e5..32e30cb9 100644 --- a/structParameterRanges-members.html +++ b/structParameterRanges-members.html @@ -82,7 +82,7 @@ $(function() { diff --git a/structParameterRanges.html b/structParameterRanges.html index d7195ac2..6d889ad9 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 c1e63a69..39365137 100644 --- a/structPortGroup-members.html +++ b/structPortGroup-members.html @@ -73,7 +73,7 @@ $(function() { diff --git a/structPortGroup.html b/structPortGroup.html index 011d82c0..81e31aba 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 78e91b58..89bc4a98 100644 --- a/structSmallStackBuffer-members.html +++ b/structSmallStackBuffer-members.html @@ -77,7 +77,7 @@ $(function() { diff --git a/structSmallStackBuffer.html b/structSmallStackBuffer.html index b71ea37c..70ce8bf6 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 a812562f..08f42a4e 100644 --- a/structTimePosition-members.html +++ b/structTimePosition-members.html @@ -76,7 +76,7 @@ $(function() { diff --git a/structTimePosition.html b/structTimePosition.html index 4e34da72..a83fb816 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 03e7daba..b50601ad 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 4ee9b10c..bd95c6d7 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 97c204a8..ef7b9eac 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 1d46133e..f4db4f18 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 aa57e1ed..bf3ecc1b 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 514d6def..227c9fde 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 026809af..2ad442de 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 63757201..5b1bc0f9 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 cf62086a..6774eb83 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 c738ef6d..e0d40b5b 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 af624780..19cdb5eb 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 e7436eca..0b727f3b 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 99401df0..8b53937f 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 438a8bf3..ba4d943b 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 7f9e8210..d5150b68 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 9ddb6f23..c5b31431 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 364470f5..91b88dad 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 97f2d3e8..368bf9b6 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 6f6c07d2..448280ea 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 25817856..b2cdc6fc 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 adbc28c5..e2281812 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 402835f9..87f89891 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 9476f6d3..d0790a79 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 b2165b1c..37e5d7e6 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 9b5df927..da511d1e 100644 --- a/structWindow_1_1ScopedGraphicsContext.html +++ b/structWindow_1_1ScopedGraphicsContext.html @@ -214,7 +214,7 @@ Public Member Functions
Definition: Window.hpp:131