-
Notifications
You must be signed in to change notification settings - Fork 0
/
_i_controls_8h_source.html
943 lines (941 loc) · 240 KB
/
_i_controls_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
<!-- HTML header for doxygen 1.8.14-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.5"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>iPlug 2: IControls.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 80px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">iPlug2 - C++ Audio Plug-in Framework
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.5 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_c70994b0d9919a11b368e677cb7f323c.html">IGraphics</a></li><li class="navelem"><a class="el" href="dir_b13fc9fb79eb1e19d3aa0747e2e621c7.html">Controls</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">IControls.h</div></div>
</div><!--header-->
<div class="contents">
<a href="_i_controls_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> ==============================================================================</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"></span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> This file is part of the iPlug 2 library. Copyright (C) the iPlug 2 developers.</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"></span> </div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> See LICENSE.txt for more info.</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"></span> </div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> ==============================================================================</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment">*/</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> </div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> </div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="preprocessor">#include "<a class="code" href="_i_control_8h.html">IControl.h</a>"</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#include "<a class="code" href="_i_color_picker_control_8h.html">IColorPickerControl.h</a>"</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#include "<a class="code" href="_i_l_e_d_control_8h.html">ILEDControl.h</a>"</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="preprocessor">#include "<a class="code" href="_i_popup_menu_control_8h.html">IPopupMenuControl.h</a>"</span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#include "<a class="code" href="_i_r_t_text_control_8h.html">IRTTextControl.h</a>"</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#include "<a class="code" href="_i_v_keyboard_control_8h.html">IVKeyboardControl.h</a>"</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#include "<a class="code" href="_i_v_meter_control_8h.html">IVMeterControl.h</a>"</span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#include "<a class="code" href="_i_v_spectrum_analyzer_control_8h.html">IVSpectrumAnalyzerControl.h</a>"</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="preprocessor">#include "<a class="code" href="_i_v_scope_control_8h.html">IVScopeControl.h</a>"</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="preprocessor">#include "<a class="code" href="_i_v_multi_slider_control_8h.html">IVMultiSliderControl.h</a>"</span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#include "<a class="code" href="_i_v_display_control_8h.html">IVDisplayControl.h</a>"</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span>BEGIN_IPLUG_NAMESPACE</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span>BEGIN_IGRAPHICS_NAMESPACE</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><span class="preprocessor">#pragma mark - Vector Controls</span></div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="class_i_v_label_control.html"> 43</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_label_control.html">IVLabelControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_text_control.html">ITextControl</a></div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_vector_base.html">IVectorBase</a></div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span>{</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <a class="code hl_class" href="class_i_v_label_control.html">IVLabelControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> <span class="keywordtype">char</span>* label, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE.WithDrawFrame(<span class="keyword">false</span>).WithColor(kSH, COLOR_BLACK).WithShadowOffset(1).WithValueText(DEFAULT_VALUE_TEXT.WithSize(20.f).WithFGColor(COLOR_WHITE)));</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_label_control.html#a02ef957438f1a1184375b397bb23885a">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span>};</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> </div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="class_i_v_button_control.html"> 52</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_button_control.html">IVButtonControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_button_control_base.html">IButtonControlBase</a></div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_vector_base.html">IVectorBase</a></div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span>{</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <a class="code hl_class" href="class_i_v_button_control.html">IVButtonControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, IActionFunction aF = <a class="code hl_function" href="group___i_graphics_structs.html#ga4811fc1cdfe2f505c6ad07024731bc41">SplashClickActionFunc</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, <span class="keywordtype">bool</span> labelInButton = <span class="keyword">true</span>, <span class="keywordtype">bool</span> valueInButton = <span class="keyword">true</span>, EVShape shape = EVShape::Rectangle);</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> </div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_button_control.html#a21627119ec74b49a64ca8a40e31d4768">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_button_control.html#a606794063a46b8e7c09b79810a1e985b">DrawWidget</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_i_v_button_control.html#a28b630e20c7a12ba532af75455107ff4">IsHit</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y) <span class="keyword">const override</span>;</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_button_control.html#aef16ab07b2216bb6ba4fd926567ad8a0">OnResize</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span>};</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> </div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"><a class="line" href="class_i_v_switch_control.html"> 73</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_switch_control.html">IVSwitchControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_switch_control_base.html">ISwitchControlBase</a></div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_vector_base.html">IVectorBase</a></div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span>{</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <a class="code hl_class" href="class_i_v_switch_control.html">IVSwitchControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keywordtype">int</span> paramIdx = kNoParameter, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, <span class="keywordtype">bool</span> valueInButton = <span class="keyword">true</span>);</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> </div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> <a class="code hl_class" href="class_i_v_switch_control.html">IVSwitchControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, IActionFunction aF = <a class="code hl_function" href="group___i_graphics_structs.html#ga4811fc1cdfe2f505c6ad07024731bc41">SplashClickActionFunc</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, <span class="keywordtype">int</span> numStates = 2, <span class="keywordtype">bool</span> valueInButton = <span class="keyword">true</span>);</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> </div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_switch_control.html#ac18186a9fe7cbf6ca0e541a7265132e3">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_switch_control.html#a3d8bf3e2897f441112f5e3685fd0166f">DrawWidget</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="class_i_v_switch_control.html#aecac2dfdf5949ce9443b9022d6be242c"> 83</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_switch_control.html#aecac2dfdf5949ce9443b9022d6be242c">OnMouseOut</a>()<span class="keyword"> override </span>{ <a class="code hl_function" href="class_i_control.html#a2897e1dbb1dc32428cea7bad93e3c97e">ISwitchControlBase::OnMouseOut</a>(); <a class="code hl_function" href="class_i_v_switch_control.html#a714e79d3c3cf5d252411b6df5e83bdbd">SetDirty</a>(<span class="keyword">false</span>); }</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_i_v_switch_control.html#a25a8bd56b45c4fdfe727eee0dfc36ae5">IsHit</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y) <span class="keyword">const override</span>;</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_switch_control.html#a714e79d3c3cf5d252411b6df5e83bdbd">SetDirty</a>(<span class="keywordtype">bool</span> push, <span class="keywordtype">int</span> valIdx = kNoValIdx) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_switch_control.html#aa6038a0c8e6d4d27aa5369e4590c3ffe">OnResize</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_switch_control.html#a1131e610d6b18147eb553679aac0d566">OnInit</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span>};</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> </div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="class_i_v_toggle_control.html"> 91</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_toggle_control.html">IVToggleControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_v_switch_control.html">IVSwitchControl</a></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span>{</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> <a class="code hl_class" href="class_i_v_toggle_control.html">IVToggleControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keywordtype">int</span> paramIdx = kNoParameter, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, <span class="keyword">const</span> <span class="keywordtype">char</span>* offText = <span class="stringliteral">"OFF"</span>, <span class="keyword">const</span> <span class="keywordtype">char</span>* onText = <span class="stringliteral">"ON"</span>);</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> </div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> <a class="code hl_class" href="class_i_v_toggle_control.html">IVToggleControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, IActionFunction aF = <a class="code hl_function" href="group___i_graphics_structs.html#ga4811fc1cdfe2f505c6ad07024731bc41">SplashClickActionFunc</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, <span class="keyword">const</span> <span class="keywordtype">char</span>* offText = <span class="stringliteral">"OFF"</span>, <span class="keyword">const</span> <span class="keywordtype">char</span>* onText = <span class="stringliteral">"ON"</span>, <span class="keywordtype">bool</span> initialState = <span class="keyword">false</span>);</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> </div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_toggle_control.html#a1cec8f559231cd20c2b42568adff7764">DrawValue</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g, <span class="keywordtype">bool</span> mouseOver) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_toggle_control.html#ac33670e6533e44f97e4e07a0f1a9a5e7">DrawWidget</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> WDL_String mOffText;</div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> WDL_String mOnText;</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span>};</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> </div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"><a class="line" href="class_i_v_slide_switch_control.html"> 106</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_slide_switch_control.html">IVSlideSwitchControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_v_switch_control.html">IVSwitchControl</a></div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span>{</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> <a class="code hl_class" href="class_i_v_slide_switch_control.html">IVSlideSwitchControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keywordtype">int</span> paramIdx = kNoParameter, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, <span class="keywordtype">bool</span> valueInButton = <span class="keyword">false</span>, EDirection direction = EDirection::Horizontal);</div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> </div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> <a class="code hl_class" href="class_i_v_slide_switch_control.html">IVSlideSwitchControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, IActionFunction aF = <a class="code hl_function" href="group___i_graphics_structs.html#ga1cec482c9598f399615d7c1c9e0013d2">EmptyClickActionFunc</a>, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, <span class="keywordtype">bool</span> valueInButton = <span class="keyword">false</span>, EDirection direction = EDirection::Horizontal, <span class="keywordtype">int</span> numStates = 2, <span class="keywordtype">int</span> initialState = 0);</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> </div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_slide_switch_control.html#ab4f2bd6fc3b584d945a77dabe4bdf6f5">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_slide_switch_control.html#a40dfd375d983acbea5d523b74a0d3646">DrawWidget</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawHandle(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& filledArea);</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawTrack(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& filledArea);</div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> </div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_slide_switch_control.html#afcdebb1dd6c80907d7a8b93e4e06a40b">OnResize</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> <span class="keywordtype">void</span> OnEndAnimation() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_slide_switch_control.html#a63f26914d87bf90b060205ab27fcc579">SetDirty</a>(<span class="keywordtype">bool</span> push, <span class="keywordtype">int</span> valIdx = kNoValIdx) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> <span class="keywordtype">void</span> UpdateRects();</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> </div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a> mStartRect, mEndRect;</div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a> mHandleBounds;</div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> EDirection mDirection;</div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span>};</div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> </div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"><a class="line" href="class_i_v_tab_switch_control.html"> 146</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_tab_switch_control.html">IVTabSwitchControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_switch_control_base.html">ISwitchControlBase</a></div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_vector_base.html">IVectorBase</a></div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span>{</div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> <span class="keyword">enum class</span> ETabSegment { Start, Mid, End };</div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> </div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> <a class="code hl_class" href="class_i_v_tab_switch_control.html">IVTabSwitchControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keywordtype">int</span> paramIdx = kNoParameter, <span class="keyword">const</span> std::vector<const char*>& options = {}, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a> & style = DEFAULT_STYLE, EVShape shape = EVShape::Rectangle, EDirection direction = EDirection::Horizontal);</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> </div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> <a class="code hl_class" href="class_i_v_tab_switch_control.html">IVTabSwitchControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, IActionFunction aF, <span class="keyword">const</span> std::vector<const char*>& options, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, EVShape shape = EVShape::Rectangle, EDirection direction = EDirection::Horizontal);</div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> </div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <span class="keyword">virtual</span> <a class="code hl_class" href="class_i_v_tab_switch_control.html">~IVTabSwitchControl</a>() { mTabLabels.Empty(<span class="keyword">true</span>); }</div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_tab_switch_control.html#a905c136bdc27da67ffdd6e5519501f28">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_tab_switch_control.html#aeb719eaaaf423c6b6267f4dde90b69b0">OnInit</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> </div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_tab_switch_control.html#a5ff404c63f2ac37d28fc3092dc1b2ef5">DrawWidget</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawButton(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keywordtype">bool</span> pressed, <span class="keywordtype">bool</span> mouseOver, ETabSegment segment, <span class="keywordtype">bool</span> disabled);</div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawButtonText(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keywordtype">bool</span> pressed, <span class="keywordtype">bool</span> mouseOver, ETabSegment segment, <span class="keywordtype">bool</span> disabled, <span class="keyword">const</span> <span class="keywordtype">char</span>* textStr);</div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> </div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_tab_switch_control.html#a50d4e9acdf04600eeab2a3b50a441209">OnMouseDown</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_tab_switch_control.html#a9bb095213b783fb68af28d4eac6218cf">OnMouseOver</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"><a class="line" href="class_i_v_tab_switch_control.html#a2e622b97d491dac9dabf9a7bd1ec1a1b"> 182</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_tab_switch_control.html#a2e622b97d491dac9dabf9a7bd1ec1a1b">OnMouseOut</a>()<span class="keyword"> override </span>{ mMouseOverButton = -1; <a class="code hl_function" href="class_i_control.html#a2897e1dbb1dc32428cea7bad93e3c97e">ISwitchControlBase::OnMouseOut</a>(); <a class="code hl_function" href="class_i_control.html#af8c805c09b1a89f44aec43026fcb1fe7">SetDirty</a>(<span class="keyword">false</span>); }</div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_tab_switch_control.html#a3eb31174d8202c0ce6c91c9cee54bb3d">OnResize</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_i_v_tab_switch_control.html#a459f8c4eb36bace21054c0449e37b324">IsHit</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y) <span class="keyword">const override</span>;</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> </div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_function" href="class_i_v_tab_switch_control.html#af9b3028596d882c65163ce6ab7e3f9fc">GetSelectedLabelStr</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> </div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code hl_function" href="class_i_v_tab_switch_control.html#aa72c63e01f43bb5e5c0beca5d0215d04">GetButtonForPoint</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> </div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span> <span class="keywordtype">int</span> mMouseOverButton = -1;</div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> WDL_TypedBuf<IRECT> mButtons;</div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> WDL_PtrList<WDL_String> mTabLabels;</div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> EDirection mDirection;</div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span>};</div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> </div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"><a class="line" href="class_i_v_radio_button_control.html"> 200</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_radio_button_control.html">IVRadioButtonControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_v_tab_switch_control.html">IVTabSwitchControl</a></div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span>{</div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> <a class="code hl_class" href="class_i_v_radio_button_control.html">IVRadioButtonControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keywordtype">int</span> paramIdx = kNoParameter, <span class="keyword">const</span> std::initializer_list<const char*>& options = {}, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, EVShape shape = EVShape::Ellipse, EDirection direction = EDirection::Vertical, <span class="keywordtype">float</span> buttonSize = 10.f);</div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> </div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> <a class="code hl_class" href="class_i_v_radio_button_control.html">IVRadioButtonControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, IActionFunction aF, <span class="keyword">const</span> std::initializer_list<const char*>& options, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, EVShape shape = EVShape::Ellipse, EDirection direction = EDirection::Vertical, <span class="keywordtype">float</span> buttonSize = 10.f);</div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> </div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_radio_button_control.html#afb146c1785e649e4d05ebd6b90998833">DrawWidget</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> <span class="keywordtype">int</span> <a class="code hl_function" href="class_i_v_radio_button_control.html#a65223a4f5c37459b4f15fc82a0a4943b">GetButtonForPoint</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y) <span class="keyword">const override</span>;</div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> </div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> <span class="keywordtype">float</span> mButtonSize;</div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> <span class="keywordtype">float</span> mButtonAreaWidth;</div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> <span class="keywordtype">bool</span> mOnlyButtonsRespondToMouse = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span>};</div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> </div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"><a class="line" href="class_i_v_menu_button_control.html"> 235</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_menu_button_control.html">IVMenuButtonControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_container_base.html">IContainerBase</a></div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_vector_base.html">IVectorBase</a></div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span>{</div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> <a class="code hl_class" href="class_i_v_menu_button_control.html">IVMenuButtonControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keywordtype">int</span> paramIdx, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, EVShape shape = EVShape::Rectangle);</div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> </div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_menu_button_control.html#aa30bde4b6ce6c1950d1533531e40f5b8">OnPopupMenuSelection</a>(<a class="code hl_class" href="class_i_popup_menu.html">IPopupMenu</a>* pSelectedMenu, <span class="keywordtype">int</span> valIdx) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_menu_button_control.html#a425bd284098d6e37a2b6748a64f989bf">SetValueFromUserInput</a>(<span class="keywordtype">double</span> value, <span class="keywordtype">int</span> valIdx) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> </div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_menu_button_control.html#a3c771278b77eee0cd7f684265faf527e">SetValueFromDelegate</a>(<span class="keywordtype">double</span> value, <span class="keywordtype">int</span> valIdx = 0) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_menu_button_control.html#a8c6f88be85870a10105225c08f35de1f">SetStyle</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> </div>
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span><span class="keyword">private</span>:</div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> <a class="code hl_class" href="class_i_v_button_control.html">IVButtonControl</a>* mButtonControl = <span class="keyword">nullptr</span>;</div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span>};</div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> </div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"><a class="line" href="class_i_v_knob_control.html"> 258</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_knob_control.html">IVKnobControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_knob_control_base.html">IKnobControlBase</a></div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_vector_base.html">IVectorBase</a></div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span>{</div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> <a class="code hl_class" href="class_i_v_knob_control.html">IVKnobControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keywordtype">int</span> paramIdx,</div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>,</div>
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE,</div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span> <span class="keywordtype">bool</span> valueIsEditable = <span class="keyword">false</span>, <span class="keywordtype">bool</span> valueInWidget = <span class="keyword">false</span>,</div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> <span class="keywordtype">float</span> a1 = -135.f, <span class="keywordtype">float</span> a2 = 135.f, <span class="keywordtype">float</span> aAnchor = -135.f,</div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> EDirection direction = EDirection::Vertical, <span class="keywordtype">double</span> gearing = DEFAULT_GEARING, <span class="keywordtype">float</span> trackSize = 2.f);</div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> </div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> <a class="code hl_class" href="class_i_v_knob_control.html">IVKnobControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, IActionFunction aF,</div>
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>,</div>
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE,</div>
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> <span class="keywordtype">bool</span> valueIsEditable = <span class="keyword">false</span>, <span class="keywordtype">bool</span> valueInWidget = <span class="keyword">false</span>,</div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> <span class="keywordtype">float</span> a1 = -135.f, <span class="keywordtype">float</span> a2 = 135.f, <span class="keywordtype">float</span> aAnchor = -135.f,</div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> EDirection direction = EDirection::Vertical, <span class="keywordtype">double</span> gearing = DEFAULT_GEARING, <span class="keywordtype">float</span> trackSize = 2.f);</div>
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span> </div>
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> <span class="keyword">virtual</span> <a class="code hl_class" href="class_i_v_knob_control.html">~IVKnobControl</a>() {}</div>
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> </div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_knob_control.html#a4f8807a36690da2fdad3fe5a5a0f9d0e">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_knob_control.html#a80c60d3434464f9beca5afdc0aea6ccd">DrawWidget</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawHandle(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds);</div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawIndicatorTrack(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g, <span class="keywordtype">float</span> angle, <span class="keywordtype">float</span> cx, <span class="keywordtype">float</span> cy, <span class="keywordtype">float</span> radius);</div>
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawPointer(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g, <span class="keywordtype">float</span> angle, <span class="keywordtype">float</span> cx, <span class="keywordtype">float</span> cy, <span class="keywordtype">float</span> radius);</div>
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> </div>
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_knob_control.html#addbb849d8e9d80739a34d31ac7ffc179">OnMouseDown</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_knob_control.html#aadf4978403b4d015122862ce6df10f1a">OnMouseDblClick</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_knob_control.html#ab06d38c0c3ab01d19859ad7d0d7c9142">OnMouseUp</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_knob_control.html#a50690b9aacbcdae69998ebd76f83afe5">OnMouseOver</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"><a class="line" href="class_i_v_knob_control.html#a41d268c125c8ce9550feda52910fbfd3"> 288</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_knob_control.html#a41d268c125c8ce9550feda52910fbfd3">OnMouseOut</a>()<span class="keyword"> override </span>{ mValueMouseOver = <span class="keyword">false</span>; <a class="code hl_function" href="class_i_control.html#a2897e1dbb1dc32428cea7bad93e3c97e">IKnobControlBase::OnMouseOut</a>(); }</div>
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> </div>
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_knob_control.html#a7f9dbc1f564bbec071eee92f13d62743">OnResize</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_i_v_knob_control.html#a708efc7266be95d85d516e403b56937f">IsHit</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y) <span class="keyword">const override</span>;</div>
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_knob_control.html#af521ffb937776abbc1616789062b1a79">SetDirty</a>(<span class="keywordtype">bool</span> push, <span class="keywordtype">int</span> valIdx = kNoValIdx) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_knob_control.html#a1e205ea329acfefa38cea58c346eaa4d">OnInit</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span> </div>
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> <span class="keywordtype">void</span> SetInnerPointerFrac(<span class="keywordtype">float</span> frac) { mInnerPointerFrac = frac; }</div>
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span> <span class="keywordtype">void</span> SetOuterPointerFrac(<span class="keywordtype">float</span> frac) { mOuterPointerFrac = frac; }</div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span> <span class="keywordtype">void</span> SetPointerThickness(<span class="keywordtype">float</span> thickness) { mPointerThickness = thickness; }</div>
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span> </div>
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span> <span class="keywordtype">float</span> GetRadius() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a> GetTrackBounds() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span> </div>
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span> <span class="keyword">virtual</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a> <a class="code hl_function" href="class_i_v_knob_control.html#ac87fbce4d26e21db285919655ebfbcc9">GetKnobDragBounds</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span> </div>
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span> <span class="keywordtype">float</span> mTrackToHandleDistance = 4.f;</div>
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> <span class="keywordtype">float</span> mInnerPointerFrac = 0.1f;</div>
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span> <span class="keywordtype">float</span> mOuterPointerFrac = 1.f;</div>
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span> <span class="keywordtype">float</span> mPointerThickness = 2.5f;</div>
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span> <span class="keywordtype">float</span> mAngle1, mAngle2;</div>
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span> <span class="keywordtype">float</span> mAnchorAngle; <span class="comment">// for bipolar arc</span></div>
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span> <span class="keywordtype">bool</span> mValueMouseOver = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span>};</div>
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> </div>
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"><a class="line" href="class_i_v_slider_control.html"> 315</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_slider_control.html">IVSliderControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_slider_control_base.html">ISliderControlBase</a></div>
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_vector_base.html">IVectorBase</a></div>
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span>{</div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> <a class="code hl_class" href="class_i_v_slider_control.html">IVSliderControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keywordtype">int</span> paramIdx = kNoParameter, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, <span class="keywordtype">bool</span> valueIsEditable = <span class="keyword">false</span>, EDirection dir = EDirection::Vertical, <span class="keywordtype">double</span> gearing = DEFAULT_GEARING, <span class="keywordtype">float</span> handleSize = 8.f, <span class="keywordtype">float</span> trackSize = 2.f, <span class="keywordtype">bool</span> handleInsideTrack = <span class="keyword">false</span>, <span class="keywordtype">float</span> handleXOffset = 0.f, <span class="keywordtype">float</span> handleYOffset = 0.f);</div>
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span> </div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span> <a class="code hl_class" href="class_i_v_slider_control.html">IVSliderControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, IActionFunction aF, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, <span class="keywordtype">bool</span> valueIsEditable = <span class="keyword">false</span>, EDirection dir = EDirection::Vertical, <span class="keywordtype">double</span> gearing = DEFAULT_GEARING, <span class="keywordtype">float</span> handleSize = 8.f, <span class="keywordtype">float</span> trackSize = 2.f, <span class="keywordtype">bool</span> handleInsideTrack = <span class="keyword">false</span>, <span class="keywordtype">float</span> handleXOffset = 0.f, <span class="keywordtype">float</span> handleYOffset = 0.f);</div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> </div>
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span> <span class="keyword">virtual</span> <a class="code hl_class" href="class_i_v_slider_control.html">~IVSliderControl</a>() {}</div>
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_slider_control.html#af3104c522034baa9925a1cfd4531d578">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_slider_control.html#a8bd3436972c2f34791e835be1cf5579f">DrawWidget</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawTrack(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& filledArea);</div>
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawHandle(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds);</div>
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> </div>
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_slider_control.html#a73bcf5c30f9c2328e20a6ae369522efc">OnMouseDown</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_slider_control.html#a76b36f7490edb586a30be012cc1ff24b">OnMouseDblClick</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_slider_control.html#a67b1d3568c69c3bc753264f8f9bb1694">OnMouseUp</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_slider_control.html#a62740f03520fe8abf0c707cfd58aa9fb">OnMouseOver</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"><a class="line" href="class_i_v_slider_control.html#a427e695d62991156fd6358f5f006cd5f"> 333</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_slider_control.html#a427e695d62991156fd6358f5f006cd5f">OnMouseOut</a>()<span class="keyword"> override </span>{ mValueMouseOver = <span class="keyword">false</span>; <a class="code hl_function" href="class_i_control.html#a2897e1dbb1dc32428cea7bad93e3c97e">ISliderControlBase::OnMouseOut</a>(); }</div>
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_i_v_slider_control.html#aab506399b0750adc21eb5f592d93e7cb">IsHit</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y) <span class="keyword">const override</span>;</div>
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_slider_control.html#a098cc6eceb881c13efa3b0cd4e3e4f21">OnResize</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_slider_control.html#a641812dc353514bd3214b8fe9e7d1086">SetDirty</a>(<span class="keywordtype">bool</span> push, <span class="keywordtype">int</span> valIdx = kNoValIdx) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_slider_control.html#acfc347be0ebb54e8b3c6b10ac126dd0e">OnInit</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span> </div>
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a> GetTrackBounds()<span class="keyword"> const</span></div>
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> <span class="keyword">auto</span> offset = -mHandleSize + (mStyle.frameThickness / 2.0f);</div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span> <span class="keywordflow">return</span> mWidgetBounds.<a class="code hl_function" href="struct_i_r_e_c_t.html#af020b51247a87c9427041307c53dd6d7">GetPadded</a>(mDirection == EDirection::Horizontal ? offset : 0,</div>
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span> mDirection == EDirection::Vertical ? offset : 0,</div>
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span> mDirection == EDirection::Horizontal ? offset : 0,</div>
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span> mDirection == EDirection::Vertical ? offset : 0);</div>
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span> }</div>
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span> </div>
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span> <span class="keywordtype">bool</span> mHandleInsideTrack = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span> <span class="keywordtype">bool</span> mValueMouseOver = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span> <span class="keywordtype">float</span> mHandleXOffset = 0.f;</div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span> <span class="keywordtype">float</span> mHandleYOffset = 0.f;</div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span>};</div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span> </div>
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"><a class="line" href="class_i_v_range_slider_control.html"> 356</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_range_slider_control.html">IVRangeSliderControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_v_track_control_base.html">IVTrackControlBase</a></div>
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span>{</div>
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> <a class="code hl_class" href="class_i_v_range_slider_control.html">IVRangeSliderControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> std::initializer_list<int>& params, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, EDirection dir = EDirection::Vertical, <span class="keywordtype">bool</span> onlyHandle = <span class="keyword">false</span>, <span class="keywordtype">float</span> handleSize = 8.f, <span class="keywordtype">float</span> trackSize = 2.f);</div>
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> </div>
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_range_slider_control.html#aa749be801c56ae551df41aa9446bf366">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> <span class="keywordtype">void</span> DrawTrack(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& r, <span class="keywordtype">int</span> chIdx) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_range_slider_control.html#ac38f4391082f9dd45edcd9c6a65f9e35">DrawWidget</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_range_slider_control.html#a29ee3a7cdc4cbf0e6c7e37f80cb08578">OnMouseOver</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"><a class="line" href="class_i_v_range_slider_control.html#a9b87a3cae379b08b67eacc36ac53ebd2"> 365</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_range_slider_control.html#a9b87a3cae379b08b67eacc36ac53ebd2">OnMouseOut</a>()<span class="keyword"> override </span>{ mMouseOverHandle = -1; <a class="code hl_function" href="class_i_v_track_control_base.html#a5c099f9c210d664df425531a6ea24c52">IVTrackControlBase::OnMouseOut</a>(); }</div>
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_range_slider_control.html#a2f6c00d61d1308aaab6e4794803e3804">OnMouseDown</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"><a class="line" href="class_i_v_range_slider_control.html#aa34141a8fda4ffa9b98a5bc9de76ac09"> 367</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_range_slider_control.html#aa34141a8fda4ffa9b98a5bc9de76ac09">OnMouseUp</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod)<span class="keyword"> override </span>{ mMouseIsDown = <span class="keyword">false</span>; }</div>
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_range_slider_control.html#a2ed468f2ba35781b3a9bfd956443231d">OnMouseDrag</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keywordtype">float</span> dX, <span class="keywordtype">float</span> dY, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span> </div>
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> <span class="keywordtype">void</span> MakeTrackRects(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a> GetHandleBounds(<span class="keywordtype">int</span> trackIdx);</div>
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span> </div>
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span> <span class="keywordtype">int</span> mMouseOverHandle = -1;</div>
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span> <span class="keywordtype">float</span> mHandleSize;</div>
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> <span class="keywordtype">bool</span> mMouseIsDown = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span>};</div>
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> </div>
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"><a class="line" href="class_i_v_x_y_pad_control.html"> 380</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_x_y_pad_control.html">IVXYPadControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_control.html">IControl</a>, <span class="keyword">public</span> <a class="code hl_class" href="class_i_vector_base.html">IVectorBase</a></div>
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span>{</div>
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> <a class="code hl_class" href="class_i_v_x_y_pad_control.html">IVXYPadControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> std::initializer_list<int>& params, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, <span class="keywordtype">float</span> handleRadius = 10.f, <span class="keywordtype">bool</span> trackClipsHandle = <span class="keyword">true</span>, <span class="keywordtype">bool</span> drawCross = <span class="keyword">true</span>);</div>
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span> </div>
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_x_y_pad_control.html#aa0294b9a24f90b55fe65141b7fc0917a">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_x_y_pad_control.html#a3916a64a4832c6e58c441e729bfb95fb">DrawWidget</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawHandle(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& trackBounds, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& handleBounds);</div>
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> DrawTrack(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g);</div>
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_x_y_pad_control.html#a0b829d03d9d7056141d5fb5d6be9560f">OnMouseDown</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_x_y_pad_control.html#ae4086a6e5b8bf588f79da01e13e943fb">OnMouseUp</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_x_y_pad_control.html#a5d0135448bfc25e7afed3215091a998a">OnMouseDrag</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keywordtype">float</span> dX, <span class="keywordtype">float</span> dY, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"> 392</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_x_y_pad_control.html#a70b57243ade82d5de9bde4b26e4ae7d1">OnResize</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span> <span class="keywordtype">float</span> mHandleRadius;</div>
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span> <span class="keywordtype">bool</span> mMouseDown = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span> <span class="keywordtype">bool</span> mTrackClipsHandle = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span> <span class="keywordtype">bool</span> mDrawCross = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span>};</div>
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span> </div>
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"><a class="line" href="class_i_v_plot_control.html"> 401</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_plot_control.html">IVPlotControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_control.html">IControl</a></div>
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"> 402</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_vector_base.html">IVectorBase</a></div>
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"> 403</span>{</div>
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"> 404</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"><a class="line" href="class_i_v_plot_control.html#aed9f6ac53cbc2bf1e91c1a11f5260b39"> 406</a></span> <span class="keyword">using </span><a class="code hl_typedef" href="class_i_v_plot_control.html#aed9f6ac53cbc2bf1e91c1a11f5260b39">IPlotFunc</a> = std::function<double(<span class="keywordtype">double</span>)>;</div>
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span> </div>
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"><a class="line" href="class_i_v_plot_control.html"> 411</a></span> <span class="keyword">struct </span><a class="code hl_struct" href="class_i_v_plot_control.html#struct_i_v_plot_control_1_1_plot">Plot</a> {</div>
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span> <a class="code hl_struct" href="struct_i_color.html">IColor</a> color;</div>
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span> <a class="code hl_typedef" href="class_i_v_plot_control.html#aed9f6ac53cbc2bf1e91c1a11f5260b39">IPlotFunc</a> func;</div>
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> };</div>
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span> </div>
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"> 426</span> <a class="code hl_class" href="class_i_v_plot_control.html">IVPlotControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> std::initializer_list<Plot>& funcs, <span class="keywordtype">int</span> numPoints, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, <span class="keywordtype">float</span> min = -1., <span class="keywordtype">float</span> max = 1., <span class="keywordtype">bool</span> useLayer = <span class="keyword">false</span>);</div>
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span> </div>
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"> 428</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_plot_control.html#a18cf90c93f44e28f94f3c6688b5c4744">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_plot_control.html#a2dc35b8a5a166975b85bc55998acdbe7">OnResize</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span> </div>
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"> 434</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_plot_control.html#a832b4eb6297cea14f05fb40dff131b7e">AddPlotFunc</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_color.html">IColor</a>& color, <span class="keyword">const</span> <a class="code hl_typedef" href="class_i_v_plot_control.html#aed9f6ac53cbc2bf1e91c1a11f5260b39">IPlotFunc</a>& func);</div>
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"> 435</span> </div>
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"> 437</span> <a class="code hl_typedef" href="group___i_graphics_structs.html#ga9b7871899f7948866b57786e8dbf678b">ILayerPtr</a> mLayer;</div>
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span> std::vector<Plot> mPlots;</div>
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"> 439</span> <span class="keywordtype">float</span> mMin;</div>
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"> 440</span> <span class="keywordtype">float</span> mMax;</div>
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span> <span class="keywordtype">bool</span> mUseLayer = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"> 442</span> <span class="keywordtype">int</span> mHorizontalDivisions = 10;</div>
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span> <span class="keywordtype">int</span> mVerticalDivisions = 10; <span class="comment">// always + 2 when drawing</span></div>
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span> </div>
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"> 445</span> std::vector<float> mPoints;</div>
<div class="line"><a id="l00446" name="l00446"></a><span class="lineno"> 446</span>};</div>
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"> 447</span> </div>
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"><a class="line" href="class_i_v_group_control.html"> 449</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_group_control.html">IVGroupControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_container_base.html">IContainerBase</a></div>
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_vector_base.html">IVectorBase</a></div>
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span>{</div>
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"> 460</span> <a class="code hl_class" href="class_i_v_group_control.html">IVGroupControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keywordtype">float</span> labelOffset = 10.f, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE, IContainerBase::AttachFunc attachFunc = <span class="keyword">nullptr</span>, IContainerBase::ResizeFunc resizeFunc = <span class="keyword">nullptr</span>);</div>
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"> 461</span> </div>
<div class="line"><a id="l00471" name="l00471"></a><span class="lineno"> 471</span> <a class="code hl_class" href="class_i_v_group_control.html">IVGroupControl</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* label, <span class="keyword">const</span> <span class="keywordtype">char</span>* groupName, <span class="keywordtype">float</span> padL = 0.f, <span class="keywordtype">float</span> padT = 0.f, <span class="keywordtype">float</span> padR = 0.f, <span class="keywordtype">float</span> padB = 0.f, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE);</div>
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno"> 472</span> </div>
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"> 473</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_group_control.html#a1b8108d5febce0ddc01142b238607258">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"> 474</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_group_control.html#a2db1e2341c0ea302d41e821e7d2f6c99">DrawWidget</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"> 475</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_group_control.html#ab05f9003b0b653f29ad7de8237d3c6da">OnResize</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"> 476</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_group_control.html#a4acb57635b5c4d96ca1df86fbe9b9c1b">OnInit</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span> </div>
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"> 484</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_group_control.html#aa74da1b7a9ba0458742cc2562ef4d66c">SetBoundsBasedOnGroup</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* groupName, <span class="keywordtype">float</span> padL, <span class="keywordtype">float</span> padT, <span class="keywordtype">float</span> padR, <span class="keywordtype">float</span> padB);</div>
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"> 485</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"> 486</span> WDL_String mGroupName;</div>
<div class="line"><a id="l00487" name="l00487"></a><span class="lineno"> 487</span> <span class="keywordtype">float</span> mPadL = 0.f;</div>
<div class="line"><a id="l00488" name="l00488"></a><span class="lineno"> 488</span> <span class="keywordtype">float</span> mPadT = 0.f;</div>
<div class="line"><a id="l00489" name="l00489"></a><span class="lineno"> 489</span> <span class="keywordtype">float</span> mPadR = 0.f;</div>
<div class="line"><a id="l00490" name="l00490"></a><span class="lineno"> 490</span> <span class="keywordtype">float</span> mPadB = 0.f;</div>
<div class="line"><a id="l00491" name="l00491"></a><span class="lineno"> 491</span> <span class="keywordtype">float</span> mLabelOffset = 10.f;</div>
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"> 492</span> <span class="keywordtype">float</span> mLabelPadding = 10.f;</div>
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno"> 493</span>};</div>
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno"> 494</span> </div>
<div class="line"><a id="l00496" name="l00496"></a><span class="lineno"><a class="line" href="class_i_v_panel_control.html"> 496</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_panel_control.html">IVPanelControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_container_base.html">IContainerBase</a></div>
<div class="line"><a id="l00497" name="l00497"></a><span class="lineno"> 497</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_vector_base.html">IVectorBase</a></div>
<div class="line"><a id="l00498" name="l00498"></a><span class="lineno"> 498</span>{</div>
<div class="line"><a id="l00499" name="l00499"></a><span class="lineno"> 499</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00500" name="l00500"></a><span class="lineno"> 500</span> <a class="code hl_class" href="class_i_v_panel_control.html">IVPanelControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& style = DEFAULT_STYLE.WithColor(kFG, COLOR_TRANSLUCENT).WithEmboss(<span class="keyword">true</span>))</div>
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno"> 501</span> : <a class="code hl_class" href="class_i_container_base.html">IContainerBase</a>(bounds)</div>
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno"> 502</span> , <a class="code hl_class" href="class_i_vector_base.html">IVectorBase</a>(style)</div>
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno"> 503</span> {</div>
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno"> 504</span> mIgnoreMouse = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00505" name="l00505"></a><span class="lineno"> 505</span> <a class="code hl_function" href="class_i_vector_base.html#aaeaad70c3715e71344c9e589461483c8">AttachIControl</a>(<span class="keyword">this</span>, label);</div>
<div class="line"><a id="l00506" name="l00506"></a><span class="lineno"> 506</span> }</div>
<div class="line"><a id="l00507" name="l00507"></a><span class="lineno"> 507</span> </div>
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"><a class="line" href="class_i_v_panel_control.html#a4642399ec28a5ec575fb43aec9a2af65"> 508</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_panel_control.html#a4642399ec28a5ec575fb43aec9a2af65">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g)<span class="keyword"> override</span></div>
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"> 509</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"> 510</span> <a class="code hl_function" href="class_i_vector_base.html#a34ede48b05e8aa446350eaf2e1bfc45a">DrawBackground</a>(g, mRECT);</div>
<div class="line"><a id="l00511" name="l00511"></a><span class="lineno"> 511</span> <a class="code hl_function" href="class_i_v_panel_control.html#ac0fd2e9a8ac3dabea96ed1f9e90cf1e1">DrawWidget</a>(g);</div>
<div class="line"><a id="l00512" name="l00512"></a><span class="lineno"> 512</span> <a class="code hl_function" href="class_i_vector_base.html#ac0f3b5b90568f751a2a4e2b12f4f18e8">DrawLabel</a>(g);</div>
<div class="line"><a id="l00513" name="l00513"></a><span class="lineno"> 513</span> <a class="code hl_function" href="class_i_vector_base.html#a7a725fc740cde9bbf39a5ebb5bdc87c7">DrawValue</a>(g, <a class="code hl_variable" href="class_i_control.html#a3696450db56287d1fe69191856759004">mMouseIsOver</a>);</div>
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"> 514</span> }</div>
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"> 515</span> </div>
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno"><a class="line" href="class_i_v_panel_control.html#ac0fd2e9a8ac3dabea96ed1f9e90cf1e1"> 516</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_panel_control.html#ac0fd2e9a8ac3dabea96ed1f9e90cf1e1">DrawWidget</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g)<span class="keyword"> override</span></div>
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno"> 517</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno"> 518</span> <a class="code hl_function" href="class_i_vector_base.html#ab4cf7d31acdc52745d9ca60393be1d98">DrawPressableRectangle</a>(g, mWidgetBounds, <span class="keyword">false</span>, <span class="keyword">false</span>, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00519" name="l00519"></a><span class="lineno"> 519</span> }</div>
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"> 520</span> </div>
<div class="line"><a id="l00521" name="l00521"></a><span class="lineno"><a class="line" href="class_i_v_panel_control.html#a28352fa79f9d397f9eb596b94b5e6238"> 521</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_panel_control.html#a28352fa79f9d397f9eb596b94b5e6238">OnAttached</a>()<span class="keyword"> override</span></div>
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"> 522</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00523" name="l00523"></a><span class="lineno"> 523</span> <span class="keywordflow">if</span> (mAttachFunc)</div>
<div class="line"><a id="l00524" name="l00524"></a><span class="lineno"> 524</span> mAttachFunc(<span class="keyword">this</span>, mWidgetBounds);</div>
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"> 525</span> }</div>
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"> 526</span> </div>
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"><a class="line" href="class_i_v_panel_control.html#a4db0f949f46b787dc19d2a3ec1497a8e"> 527</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_panel_control.html#a4db0f949f46b787dc19d2a3ec1497a8e">OnResize</a>()<span class="keyword"> override</span></div>
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"> 528</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno"> 529</span> <a class="code hl_function" href="class_i_control.html#a74b30c0e170fc9b19180c59565a6375d">SetTargetRECT</a>(<a class="code hl_function" href="class_i_vector_base.html#a2cda013efaff29ffaa0142b5e9bde145">MakeRects</a>(mRECT));</div>
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno"> 530</span> </div>
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"> 531</span> <span class="keywordflow">if</span> (mResizeFunc && mChildren.GetSize())</div>
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"> 532</span> mResizeFunc(<span class="keyword">this</span>, mWidgetBounds);</div>
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno"> 533</span> }</div>
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno"> 534</span>};</div>
<div class="line"><a id="l00535" name="l00535"></a><span class="lineno"> 535</span> </div>
<div class="line"><a id="l00537" name="l00537"></a><span class="lineno"><a class="line" href="class_i_v_color_swatch_control.html"> 537</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_v_color_swatch_control.html">IVColorSwatchControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_control.html">IControl</a></div>
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"> 538</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_vector_base.html">IVectorBase</a></div>
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"> 539</span>{</div>
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"> 540</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno"> 541</span> <span class="keyword">enum class</span> ECellLayout { kGrid, kHorizontal, kVertical };</div>
<div class="line"><a id="l00542" name="l00542"></a><span class="lineno"> 542</span> </div>
<div class="line"><a id="l00543" name="l00543"></a><span class="lineno"> 543</span> <span class="keyword">using </span>ColorChosenFunc = std::function<void(<span class="keywordtype">int</span>, <a class="code hl_struct" href="struct_i_color.html">IColor</a>)>;</div>
<div class="line"><a id="l00544" name="l00544"></a><span class="lineno"> 544</span> </div>
<div class="line"><a id="l00545" name="l00545"></a><span class="lineno"> 545</span> <a class="code hl_class" href="class_i_v_color_swatch_control.html">IVColorSwatchControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> <span class="keywordtype">char</span>* label = <span class="stringliteral">""</span>, ColorChosenFunc func = <span class="keyword">nullptr</span>, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_v_style.html">IVStyle</a>& spec = DEFAULT_STYLE, ECellLayout layout = ECellLayout::kGrid,</div>
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"> 546</span> <span class="keyword">const</span> std::initializer_list<EVColor>& colorIDs = { kBG, kFG, kPR, kFR, kHL, kSH, kX1, kX2, kX3 },</div>
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"> 547</span> <span class="keyword">const</span> std::initializer_list<const char*>& labelsForIDs = { kVColorStrs[kBG],kVColorStrs[kFG],kVColorStrs[kPR],kVColorStrs[kFR],kVColorStrs[kHL],kVColorStrs[kSH],kVColorStrs[kX1],kVColorStrs[kX2],kVColorStrs[kX3] });</div>
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"> 548</span> </div>
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"> 549</span> <span class="keyword">virtual</span> <a class="code hl_class" href="class_i_v_color_swatch_control.html">~IVColorSwatchControl</a>() { mLabels.Empty(<span class="keyword">true</span>); }</div>
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"> 550</span> </div>
<div class="line"><a id="l00551" name="l00551"></a><span class="lineno"> 551</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_color_swatch_control.html#a46fde8a4022417448d0380418e3ed665">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00552" name="l00552"></a><span class="lineno"> 552</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_color_swatch_control.html#ada42183226b48873ff045b0d23eb8ea2">OnMouseOver</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00553" name="l00553"></a><span class="lineno"> 553</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_color_swatch_control.html#a1f7de6578fa4a970a39be392e16c391c">OnMouseOut</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00554" name="l00554"></a><span class="lineno"> 554</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_color_swatch_control.html#a661b09e0d6e8ee50aea12e9f57cf32b6">OnMouseDown</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00555" name="l00555"></a><span class="lineno"> 555</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_color_swatch_control.html#a2d515753adfa3564d86b3f0ccc8610b2">OnResize</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"> 556</span> </div>
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno"> 557</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_v_color_swatch_control.html#aa1eabd9cb5caab65b966cb2396195c48">DrawWidget</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno"> 558</span> </div>
<div class="line"><a id="l00559" name="l00559"></a><span class="lineno"> 559</span><span class="keyword">private</span>:</div>
<div class="line"><a id="l00560" name="l00560"></a><span class="lineno"> 560</span> ColorChosenFunc mColorChosenFunc = <span class="keyword">nullptr</span>;</div>
<div class="line"><a id="l00561" name="l00561"></a><span class="lineno"> 561</span> <span class="keywordtype">int</span> mCellOver = -1;</div>
<div class="line"><a id="l00562" name="l00562"></a><span class="lineno"> 562</span> ECellLayout mLayout = ECellLayout::kVertical;</div>
<div class="line"><a id="l00563" name="l00563"></a><span class="lineno"> 563</span> WDL_TypedBuf<IRECT> mCellRects;</div>
<div class="line"><a id="l00564" name="l00564"></a><span class="lineno"> 564</span> WDL_PtrList<WDL_String> mLabels;</div>
<div class="line"><a id="l00565" name="l00565"></a><span class="lineno"> 565</span> std::vector<EVColor> mColorIdForCells;</div>
<div class="line"><a id="l00566" name="l00566"></a><span class="lineno"> 566</span>};</div>
<div class="line"><a id="l00567" name="l00567"></a><span class="lineno"> 567</span> </div>
<div class="line"><a id="l00568" name="l00568"></a><span class="lineno"> 568</span><span class="preprocessor">#pragma mark - SVG Vector Controls</span></div>
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"> 569</span> </div>
<div class="line"><a id="l00571" name="l00571"></a><span class="lineno"><a class="line" href="class_i_s_v_g_knob_control.html"> 571</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_s_v_g_knob_control.html">ISVGKnobControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_knob_control_base.html">IKnobControlBase</a></div>
<div class="line"><a id="l00572" name="l00572"></a><span class="lineno"> 572</span>{</div>
<div class="line"><a id="l00573" name="l00573"></a><span class="lineno"> 573</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00574" name="l00574"></a><span class="lineno"> 574</span> <a class="code hl_class" href="class_i_s_v_g_knob_control.html">ISVGKnobControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a>& svg, <span class="keywordtype">int</span> paramIdx = kNoParameter);</div>
<div class="line"><a id="l00575" name="l00575"></a><span class="lineno"> 575</span> </div>
<div class="line"><a id="l00576" name="l00576"></a><span class="lineno"> 576</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_s_v_g_knob_control.html#ad6fbda092368c4176dadfdebda27c8cd">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00577" name="l00577"></a><span class="lineno"> 577</span> <span class="keywordtype">void</span> SetSVG(<a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a>& svg);</div>
<div class="line"><a id="l00578" name="l00578"></a><span class="lineno"> 578</span> </div>
<div class="line"><a id="l00579" name="l00579"></a><span class="lineno"> 579</span><span class="keyword">private</span>:</div>
<div class="line"><a id="l00580" name="l00580"></a><span class="lineno"> 580</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a> mSVG;</div>
<div class="line"><a id="l00581" name="l00581"></a><span class="lineno"> 581</span> <span class="keywordtype">float</span> mStartAngle = -135.f;</div>
<div class="line"><a id="l00582" name="l00582"></a><span class="lineno"> 582</span> <span class="keywordtype">float</span> mEndAngle = 135.f;</div>
<div class="line"><a id="l00583" name="l00583"></a><span class="lineno"> 583</span>};</div>
<div class="line"><a id="l00584" name="l00584"></a><span class="lineno"> 584</span> </div>
<div class="line"><a id="l00586" name="l00586"></a><span class="lineno"><a class="line" href="class_i_s_v_g_button_control.html"> 586</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_s_v_g_button_control.html">ISVGButtonControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_button_control_base.html">IButtonControlBase</a></div>
<div class="line"><a id="l00587" name="l00587"></a><span class="lineno"> 587</span>{</div>
<div class="line"><a id="l00588" name="l00588"></a><span class="lineno"> 588</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00594" name="l00594"></a><span class="lineno"> 594</span> <a class="code hl_class" href="class_i_s_v_g_button_control.html">ISVGButtonControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, IActionFunction aF, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a>& offImage, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a>& onImage);</div>
<div class="line"><a id="l00595" name="l00595"></a><span class="lineno"> 595</span> </div>
<div class="line"><a id="l00602" name="l00602"></a><span class="lineno"> 602</span> <a class="code hl_class" href="class_i_s_v_g_button_control.html">ISVGButtonControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, IActionFunction aF, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a>& image, <span class="keyword">const</span> std::array<IColor, 4> colors = {COLOR_BLACK, COLOR_WHITE, COLOR_DARK_GRAY, COLOR_LIGHT_GRAY}, EColorReplacement colorReplacement = EColorReplacement::Fill);</div>
<div class="line"><a id="l00603" name="l00603"></a><span class="lineno"> 603</span> </div>
<div class="line"><a id="l00604" name="l00604"></a><span class="lineno"> 604</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_s_v_g_button_control.html#a13f1f3b25a138d5876346c3bf06f3c4f">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00605" name="l00605"></a><span class="lineno"> 605</span> </div>
<div class="line"><a id="l00606" name="l00606"></a><span class="lineno"> 606</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00607" name="l00607"></a><span class="lineno"> 607</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a> mOffSVG;</div>
<div class="line"><a id="l00608" name="l00608"></a><span class="lineno"> 608</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a> mOnSVG;</div>
<div class="line"><a id="l00609" name="l00609"></a><span class="lineno"> 609</span> std::array<IColor, 4> mColors;</div>
<div class="line"><a id="l00610" name="l00610"></a><span class="lineno"> 610</span> EColorReplacement mColorReplacement = EColorReplacement::None;</div>
<div class="line"><a id="l00611" name="l00611"></a><span class="lineno"> 611</span>};</div>
<div class="line"><a id="l00612" name="l00612"></a><span class="lineno"> 612</span> </div>
<div class="line"><a id="l00614" name="l00614"></a><span class="lineno"><a class="line" href="class_i_s_v_g_toggle_control.html"> 614</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_s_v_g_toggle_control.html">ISVGToggleControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_switch_control_base.html">ISwitchControlBase</a></div>
<div class="line"><a id="l00615" name="l00615"></a><span class="lineno"> 615</span>{</div>
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno"> 616</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00622" name="l00622"></a><span class="lineno"> 622</span> <a class="code hl_class" href="class_i_s_v_g_toggle_control.html">ISVGToggleControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, IActionFunction aF, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a>& offImage, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a>& onImage);</div>
<div class="line"><a id="l00623" name="l00623"></a><span class="lineno"> 623</span> </div>
<div class="line"><a id="l00629" name="l00629"></a><span class="lineno"> 629</span> <a class="code hl_class" href="class_i_s_v_g_toggle_control.html">ISVGToggleControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keywordtype">int</span> paramIdx, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a>& offImage, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a>& onImage);</div>
<div class="line"><a id="l00630" name="l00630"></a><span class="lineno"> 630</span> </div>
<div class="line"><a id="l00637" name="l00637"></a><span class="lineno"> 637</span> <a class="code hl_class" href="class_i_s_v_g_toggle_control.html">ISVGToggleControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, IActionFunction aF, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a>& image, <span class="keyword">const</span> std::array<IColor, 4> colors = {COLOR_BLACK, COLOR_WHITE, COLOR_DARK_GRAY, COLOR_LIGHT_GRAY}, EColorReplacement colorReplacement = EColorReplacement::Fill);</div>
<div class="line"><a id="l00638" name="l00638"></a><span class="lineno"> 638</span> </div>
<div class="line"><a id="l00645" name="l00645"></a><span class="lineno"> 645</span> <a class="code hl_class" href="class_i_s_v_g_toggle_control.html">ISVGToggleControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keywordtype">int</span> paramIdx, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a>& image, <span class="keyword">const</span> std::array<IColor, 4> colors = {COLOR_BLACK, COLOR_WHITE, COLOR_DARK_GRAY, COLOR_LIGHT_GRAY}, EColorReplacement colorReplacement = EColorReplacement::Fill);</div>
<div class="line"><a id="l00646" name="l00646"></a><span class="lineno"> 646</span> </div>
<div class="line"><a id="l00647" name="l00647"></a><span class="lineno"> 647</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_s_v_g_toggle_control.html#aa438d6a0d30fba85026ccc82e265c563">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00648" name="l00648"></a><span class="lineno"> 648</span> </div>
<div class="line"><a id="l00649" name="l00649"></a><span class="lineno"> 649</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00650" name="l00650"></a><span class="lineno"> 650</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a> mOffSVG;</div>
<div class="line"><a id="l00651" name="l00651"></a><span class="lineno"> 651</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a> mOnSVG;</div>
<div class="line"><a id="l00652" name="l00652"></a><span class="lineno"> 652</span> std::array<IColor, 4> mColors;</div>
<div class="line"><a id="l00653" name="l00653"></a><span class="lineno"> 653</span> EColorReplacement mColorReplacement = EColorReplacement::None;</div>
<div class="line"><a id="l00654" name="l00654"></a><span class="lineno"> 654</span>};</div>
<div class="line"><a id="l00655" name="l00655"></a><span class="lineno"> 655</span> </div>
<div class="line"><a id="l00657" name="l00657"></a><span class="lineno"><a class="line" href="class_i_s_v_g_switch_control.html"> 657</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_s_v_g_switch_control.html">ISVGSwitchControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_switch_control_base.html">ISwitchControlBase</a></div>
<div class="line"><a id="l00658" name="l00658"></a><span class="lineno"> 658</span>{</div>
<div class="line"><a id="l00659" name="l00659"></a><span class="lineno"> 659</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00665" name="l00665"></a><span class="lineno"> 665</span> <a class="code hl_class" href="class_i_s_v_g_switch_control.html">ISVGSwitchControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> std::initializer_list<ISVG>& svgs, <span class="keywordtype">int</span> paramIdx = kNoParameter, IActionFunction aF = <span class="keyword">nullptr</span>);</div>
<div class="line"><a id="l00666" name="l00666"></a><span class="lineno"> 666</span> </div>
<div class="line"><a id="l00667" name="l00667"></a><span class="lineno"> 667</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_s_v_g_switch_control.html#a3100d91631128b7babe127bd82c1f9a1">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00668" name="l00668"></a><span class="lineno"> 668</span> </div>
<div class="line"><a id="l00669" name="l00669"></a><span class="lineno"> 669</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00670" name="l00670"></a><span class="lineno"> 670</span> std::vector<ISVG> mSVGs;</div>
<div class="line"><a id="l00671" name="l00671"></a><span class="lineno"> 671</span>};</div>
<div class="line"><a id="l00672" name="l00672"></a><span class="lineno"> 672</span> </div>
<div class="line"><a id="l00674" name="l00674"></a><span class="lineno"><a class="line" href="class_i_s_v_g_slider_control.html"> 674</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_s_v_g_slider_control.html">ISVGSliderControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_slider_control_base.html">ISliderControlBase</a></div>
<div class="line"><a id="l00675" name="l00675"></a><span class="lineno"> 675</span>{</div>
<div class="line"><a id="l00676" name="l00676"></a><span class="lineno"> 676</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00684" name="l00684"></a><span class="lineno"> 684</span> <a class="code hl_class" href="class_i_s_v_g_slider_control.html">ISVGSliderControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a>& handleSvg, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a>& trackSVG, <span class="keywordtype">int</span> paramIdx = kNoParameter, EDirection dir = EDirection::Vertical, <span class="keywordtype">double</span> gearing = DEFAULT_GEARING);</div>
<div class="line"><a id="l00685" name="l00685"></a><span class="lineno"> 685</span> </div>
<div class="line"><a id="l00686" name="l00686"></a><span class="lineno"> 686</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_s_v_g_slider_control.html#a439d455fe51d741f881a3c9513c471fe">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00687" name="l00687"></a><span class="lineno"> 687</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_s_v_g_slider_control.html#a62cc26778ec9a81166736857faea9202">OnResize</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00688" name="l00688"></a><span class="lineno"> 688</span> </div>
<div class="line"><a id="l00689" name="l00689"></a><span class="lineno"> 689</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00690" name="l00690"></a><span class="lineno"> 690</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a> GetHandleBounds(<span class="keywordtype">double</span> value = -1.0) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00691" name="l00691"></a><span class="lineno"> 691</span> </div>
<div class="line"><a id="l00692" name="l00692"></a><span class="lineno"> 692</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a> mTrackSVGBounds;</div>
<div class="line"><a id="l00693" name="l00693"></a><span class="lineno"> 693</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a> mHandleBoundsAtMax;</div>
<div class="line"><a id="l00694" name="l00694"></a><span class="lineno"> 694</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a> mHandleSVG;</div>
<div class="line"><a id="l00695" name="l00695"></a><span class="lineno"> 695</span> <a class="code hl_struct" href="struct_i_s_v_g.html">ISVG</a> mTrackSVG;</div>
<div class="line"><a id="l00696" name="l00696"></a><span class="lineno"> 696</span>};</div>
<div class="line"><a id="l00697" name="l00697"></a><span class="lineno"> 697</span> </div>
<div class="line"><a id="l00698" name="l00698"></a><span class="lineno"> 698</span><span class="preprocessor">#pragma mark - Bitmap Controls</span></div>
<div class="line"><a id="l00699" name="l00699"></a><span class="lineno"> 699</span> </div>
<div class="line"><a id="l00701" name="l00701"></a><span class="lineno"><a class="line" href="class_i_b_button_control.html"> 701</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_b_button_control.html">IBButtonControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_button_control_base.html">IButtonControlBase</a></div>
<div class="line"><a id="l00702" name="l00702"></a><span class="lineno"> 702</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_bitmap_base.html">IBitmapBase</a></div>
<div class="line"><a id="l00703" name="l00703"></a><span class="lineno"> 703</span>{</div>
<div class="line"><a id="l00704" name="l00704"></a><span class="lineno"> 704</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00705" name="l00705"></a><span class="lineno"> 705</span> <a class="code hl_class" href="class_i_b_button_control.html">IBButtonControl</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>& bitmap, IActionFunction aF = <a class="code hl_function" href="group___i_graphics_structs.html#ga33d8ce0f94fe315b5dc2f75394bccc3d">DefaultClickActionFunc</a>);</div>
<div class="line"><a id="l00706" name="l00706"></a><span class="lineno"> 706</span> </div>
<div class="line"><a id="l00707" name="l00707"></a><span class="lineno"> 707</span> <a class="code hl_class" href="class_i_b_button_control.html">IBButtonControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>& bitmap, IActionFunction aF = <a class="code hl_function" href="group___i_graphics_structs.html#ga33d8ce0f94fe315b5dc2f75394bccc3d">DefaultClickActionFunc</a>);</div>
<div class="line"><a id="l00708" name="l00708"></a><span class="lineno"> 708</span> </div>
<div class="line"><a id="l00709" name="l00709"></a><span class="lineno"><a class="line" href="class_i_b_button_control.html#a23e33e242501d5f3fb3ae5b34bd46fd0"> 709</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_button_control.html#a23e33e242501d5f3fb3ae5b34bd46fd0">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g)<span class="keyword"> override </span>{ <a class="code hl_function" href="class_i_bitmap_base.html#acdd02892802bdf83e80280dd1e35b193">DrawBitmap</a>(g); }</div>
<div class="line"><a id="l00710" name="l00710"></a><span class="lineno"><a class="line" href="class_i_b_button_control.html#a7fd74db895f05362cf42b1ad204ece8c"> 710</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_button_control.html#a7fd74db895f05362cf42b1ad204ece8c">OnRescale</a>()<span class="keyword"> override </span>{ mBitmap = <a class="code hl_function" href="class_i_control.html#a22b976d26b6670a8b84457a999dc7ce5">GetUI</a>()-><a class="code hl_function" href="class_i_graphics.html#aa33c6c1c7afaeb1f1fdded8293a0234a">GetScaledBitmap</a>(mBitmap); }</div>
<div class="line"><a id="l00711" name="l00711"></a><span class="lineno"> 711</span>};</div>
<div class="line"><a id="l00712" name="l00712"></a><span class="lineno"> 712</span> </div>
<div class="line"><a id="l00714" name="l00714"></a><span class="lineno"><a class="line" href="class_i_b_switch_control.html"> 714</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_b_switch_control.html">IBSwitchControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_switch_control_base.html">ISwitchControlBase</a></div>
<div class="line"><a id="l00715" name="l00715"></a><span class="lineno"> 715</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_bitmap_base.html">IBitmapBase</a></div>
<div class="line"><a id="l00716" name="l00716"></a><span class="lineno"> 716</span>{</div>
<div class="line"><a id="l00717" name="l00717"></a><span class="lineno"> 717</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00723" name="l00723"></a><span class="lineno"> 723</span> <a class="code hl_class" href="class_i_b_switch_control.html">IBSwitchControl</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>& bitmap, <span class="keywordtype">int</span> paramIdx = kNoParameter);</div>
<div class="line"><a id="l00724" name="l00724"></a><span class="lineno"> 724</span> </div>
<div class="line"><a id="l00729" name="l00729"></a><span class="lineno"> 729</span> <a class="code hl_class" href="class_i_b_switch_control.html">IBSwitchControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>& bitmap, <span class="keywordtype">int</span> paramIdx = kNoParameter);</div>
<div class="line"><a id="l00730" name="l00730"></a><span class="lineno"> 730</span> </div>
<div class="line"><a id="l00731" name="l00731"></a><span class="lineno"> 731</span> <span class="keyword">virtual</span> <a class="code hl_class" href="class_i_b_switch_control.html">~IBSwitchControl</a>() {}</div>
<div class="line"><a id="l00732" name="l00732"></a><span class="lineno"><a class="line" href="class_i_b_switch_control.html#ad1638830f53cc62983224dbb67b377b5"> 732</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_switch_control.html#ad1638830f53cc62983224dbb67b377b5">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g)<span class="keyword"> override </span>{ <a class="code hl_function" href="class_i_bitmap_base.html#acdd02892802bdf83e80280dd1e35b193">DrawBitmap</a>(g); }</div>
<div class="line"><a id="l00733" name="l00733"></a><span class="lineno"><a class="line" href="class_i_b_switch_control.html#a7bb0bccab53dadb640ec6d7c2d006f8a"> 733</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_switch_control.html#a7bb0bccab53dadb640ec6d7c2d006f8a">OnRescale</a>()<span class="keyword"> override </span>{ mBitmap = <a class="code hl_function" href="class_i_control.html#a22b976d26b6670a8b84457a999dc7ce5">GetUI</a>()-><a class="code hl_function" href="class_i_graphics.html#aa33c6c1c7afaeb1f1fdded8293a0234a">GetScaledBitmap</a>(mBitmap); }</div>
<div class="line"><a id="l00734" name="l00734"></a><span class="lineno"> 734</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_switch_control.html#a8100221a5057e72e74915cb78a93bd33">OnMouseDown</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_mouse_mod.html">IMouseMod</a>& mod) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00735" name="l00735"></a><span class="lineno"> 735</span>};</div>
<div class="line"><a id="l00736" name="l00736"></a><span class="lineno"> 736</span> </div>
<div class="line"><a id="l00738" name="l00738"></a><span class="lineno"><a class="line" href="class_i_b_knob_control.html"> 738</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_b_knob_control.html">IBKnobControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_knob_control_base.html">IKnobControlBase</a></div>
<div class="line"><a id="l00739" name="l00739"></a><span class="lineno"> 739</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_bitmap_base.html">IBitmapBase</a></div>
<div class="line"><a id="l00740" name="l00740"></a><span class="lineno"> 740</span>{</div>
<div class="line"><a id="l00741" name="l00741"></a><span class="lineno"> 741</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00742" name="l00742"></a><span class="lineno"> 742</span> <a class="code hl_class" href="class_i_b_knob_control.html">IBKnobControl</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>& bitmap, <span class="keywordtype">int</span> paramIdx, EDirection direction = EDirection::Vertical, <span class="keywordtype">double</span> gearing = DEFAULT_GEARING)</div>
<div class="line"><a id="l00743" name="l00743"></a><span class="lineno"> 743</span> : <a class="code hl_class" href="class_i_knob_control_base.html">IKnobControlBase</a>(<a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>(x, y, bitmap), paramIdx, direction, gearing)</div>
<div class="line"><a id="l00744" name="l00744"></a><span class="lineno"> 744</span> , <a class="code hl_class" href="class_i_bitmap_base.html">IBitmapBase</a>(bitmap) { <a class="code hl_function" href="class_i_bitmap_base.html#a27163a7556c256ae8e8d90aac77ebfc6">AttachIControl</a>(<span class="keyword">this</span>); }</div>
<div class="line"><a id="l00745" name="l00745"></a><span class="lineno"> 745</span> </div>
<div class="line"><a id="l00746" name="l00746"></a><span class="lineno"> 746</span> <a class="code hl_class" href="class_i_b_knob_control.html">IBKnobControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>& bitmap, <span class="keywordtype">int</span> paramIdx, EDirection direction = EDirection::Vertical, <span class="keywordtype">double</span> gearing = DEFAULT_GEARING)</div>
<div class="line"><a id="l00747" name="l00747"></a><span class="lineno"> 747</span> : <a class="code hl_class" href="class_i_knob_control_base.html">IKnobControlBase</a>(bounds.<a class="code hl_function" href="struct_i_r_e_c_t.html#a433e5b91055541b18ea1fa4849874127">GetCentredInside</a>(bitmap), paramIdx, direction, gearing)</div>
<div class="line"><a id="l00748" name="l00748"></a><span class="lineno"> 748</span> , <a class="code hl_class" href="class_i_bitmap_base.html">IBitmapBase</a>(bitmap) { <a class="code hl_function" href="class_i_bitmap_base.html#a27163a7556c256ae8e8d90aac77ebfc6">AttachIControl</a>(<span class="keyword">this</span>); }</div>
<div class="line"><a id="l00749" name="l00749"></a><span class="lineno"> 749</span> </div>
<div class="line"><a id="l00750" name="l00750"></a><span class="lineno"> 750</span> <span class="keyword">virtual</span> <a class="code hl_class" href="class_i_b_knob_control.html">~IBKnobControl</a>() {}</div>
<div class="line"><a id="l00751" name="l00751"></a><span class="lineno"><a class="line" href="class_i_b_knob_control.html#a729bf237cdd4821541a5a492fe4e5fb6"> 751</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_knob_control.html#a729bf237cdd4821541a5a492fe4e5fb6">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g)<span class="keyword"> override </span>{ <a class="code hl_function" href="class_i_bitmap_base.html#acdd02892802bdf83e80280dd1e35b193">DrawBitmap</a>(g); }</div>
<div class="line"><a id="l00752" name="l00752"></a><span class="lineno"><a class="line" href="class_i_b_knob_control.html#a17297ae30fc8eaea611a3537a575183a"> 752</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_knob_control.html#a17297ae30fc8eaea611a3537a575183a">OnRescale</a>()<span class="keyword"> override </span>{ mBitmap = <a class="code hl_function" href="class_i_control.html#a22b976d26b6670a8b84457a999dc7ce5">GetUI</a>()-><a class="code hl_function" href="class_i_graphics.html#aa33c6c1c7afaeb1f1fdded8293a0234a">GetScaledBitmap</a>(mBitmap); }</div>
<div class="line"><a id="l00753" name="l00753"></a><span class="lineno"> 753</span>};</div>
<div class="line"><a id="l00754" name="l00754"></a><span class="lineno"> 754</span> </div>
<div class="line"><a id="l00756" name="l00756"></a><span class="lineno"><a class="line" href="class_i_b_knob_rotater_control.html"> 756</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_b_knob_rotater_control.html">IBKnobRotaterControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_b_knob_control.html">IBKnobControl</a></div>
<div class="line"><a id="l00757" name="l00757"></a><span class="lineno"> 757</span>{</div>
<div class="line"><a id="l00758" name="l00758"></a><span class="lineno"> 758</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00759" name="l00759"></a><span class="lineno"> 759</span> <a class="code hl_class" href="class_i_b_knob_rotater_control.html">IBKnobRotaterControl</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>& bitmap, <span class="keywordtype">int</span> paramIdx)</div>
<div class="line"><a id="l00760" name="l00760"></a><span class="lineno"> 760</span> : <a class="code hl_class" href="class_i_b_knob_control.html">IBKnobControl</a>(<a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>(x, y, bitmap), bitmap, paramIdx) {}</div>
<div class="line"><a id="l00761" name="l00761"></a><span class="lineno"> 761</span> </div>
<div class="line"><a id="l00762" name="l00762"></a><span class="lineno"> 762</span> <a class="code hl_class" href="class_i_b_knob_rotater_control.html">IBKnobRotaterControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>& bitmap, <span class="keywordtype">int</span> paramIdx)</div>
<div class="line"><a id="l00763" name="l00763"></a><span class="lineno"> 763</span> : <a class="code hl_class" href="class_i_b_knob_control.html">IBKnobControl</a>(bounds.<a class="code hl_function" href="struct_i_r_e_c_t.html#a433e5b91055541b18ea1fa4849874127">GetCentredInside</a>(bitmap), bitmap, paramIdx) {}</div>
<div class="line"><a id="l00764" name="l00764"></a><span class="lineno"> 764</span> </div>
<div class="line"><a id="l00765" name="l00765"></a><span class="lineno"> 765</span> <span class="keyword">virtual</span> <a class="code hl_class" href="class_i_b_knob_rotater_control.html">~IBKnobRotaterControl</a>() {}</div>
<div class="line"><a id="l00766" name="l00766"></a><span class="lineno"> 766</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_knob_rotater_control.html#a918cd86face4d5473729010b9c3cb1cb">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00767" name="l00767"></a><span class="lineno"> 767</span>};</div>
<div class="line"><a id="l00768" name="l00768"></a><span class="lineno"> 768</span> </div>
<div class="line"><a id="l00770" name="l00770"></a><span class="lineno"><a class="line" href="class_i_b_slider_control.html"> 770</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_b_slider_control.html">IBSliderControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_slider_control_base.html">ISliderControlBase</a></div>
<div class="line"><a id="l00771" name="l00771"></a><span class="lineno"> 771</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_bitmap_base.html">IBitmapBase</a></div>
<div class="line"><a id="l00772" name="l00772"></a><span class="lineno"> 772</span>{</div>
<div class="line"><a id="l00773" name="l00773"></a><span class="lineno"> 773</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00774" name="l00774"></a><span class="lineno"> 774</span> <a class="code hl_class" href="class_i_b_slider_control.html">IBSliderControl</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keywordtype">float</span> trackLength, <span class="keyword">const</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>& handleBitmap, <span class="keyword">const</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>& trackBitmap = <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>(), <span class="keywordtype">int</span> paramIdx = kNoParameter, EDirection dir = EDirection::Vertical, <span class="keywordtype">double</span> gearing = DEFAULT_GEARING);</div>
<div class="line"><a id="l00775" name="l00775"></a><span class="lineno"> 775</span> </div>
<div class="line"><a id="l00776" name="l00776"></a><span class="lineno"> 776</span> <a class="code hl_class" href="class_i_b_slider_control.html">IBSliderControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>& handleBitmap, <span class="keyword">const</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>& trackBitmap = <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>(), <span class="keywordtype">int</span> paramIdx = kNoParameter, EDirection dir = EDirection::Vertical, <span class="keywordtype">double</span> gearing = DEFAULT_GEARING);</div>
<div class="line"><a id="l00777" name="l00777"></a><span class="lineno"> 777</span> </div>
<div class="line"><a id="l00778" name="l00778"></a><span class="lineno"> 778</span> <span class="keyword">virtual</span> <a class="code hl_class" href="class_i_b_slider_control.html">~IBSliderControl</a>() {}</div>
<div class="line"><a id="l00779" name="l00779"></a><span class="lineno"> 779</span> </div>
<div class="line"><a id="l00780" name="l00780"></a><span class="lineno"> 780</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_slider_control.html#a5c13c054055e701f789da89682fa863f">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00781" name="l00781"></a><span class="lineno"><a class="line" href="class_i_b_slider_control.html#aa12a3deb213cf6078157d2c1b3a78beb"> 781</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_slider_control.html#aa12a3deb213cf6078157d2c1b3a78beb">OnRescale</a>()<span class="keyword"> override </span>{ mBitmap = <a class="code hl_function" href="class_i_control.html#a22b976d26b6670a8b84457a999dc7ce5">GetUI</a>()-><a class="code hl_function" href="class_i_graphics.html#aa33c6c1c7afaeb1f1fdded8293a0234a">GetScaledBitmap</a>(mBitmap); }</div>
<div class="line"><a id="l00782" name="l00782"></a><span class="lineno"> 782</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_slider_control.html#a06aa4ae9464c91a5ed105b6ac8ebc188">OnResize</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00783" name="l00783"></a><span class="lineno"> 783</span> </div>
<div class="line"><a id="l00784" name="l00784"></a><span class="lineno"> 784</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a> GetHandleBounds(<span class="keywordtype">double</span> value = -1.0) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00785" name="l00785"></a><span class="lineno"> 785</span> </div>
<div class="line"><a id="l00786" name="l00786"></a><span class="lineno"> 786</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00787" name="l00787"></a><span class="lineno"> 787</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a> mTrackBitmap;</div>
<div class="line"><a id="l00788" name="l00788"></a><span class="lineno"> 788</span>};</div>
<div class="line"><a id="l00789" name="l00789"></a><span class="lineno"> 789</span> </div>
<div class="line"><a id="l00791" name="l00791"></a><span class="lineno"><a class="line" href="class_i_b_text_control.html"> 791</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_b_text_control.html">IBTextControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_text_control.html">ITextControl</a></div>
<div class="line"><a id="l00792" name="l00792"></a><span class="lineno"> 792</span> , <span class="keyword">public</span> <a class="code hl_class" href="class_i_bitmap_base.html">IBitmapBase</a></div>
<div class="line"><a id="l00793" name="l00793"></a><span class="lineno"> 793</span>{</div>
<div class="line"><a id="l00794" name="l00794"></a><span class="lineno"> 794</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00795" name="l00795"></a><span class="lineno"> 795</span> <a class="code hl_class" href="class_i_b_text_control.html">IBTextControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>& bitmap, <span class="keyword">const</span> <a class="code hl_struct" href="struct_i_text.html">IText</a>& text = DEFAULT_TEXT, <span class="keyword">const</span> <span class="keywordtype">char</span>* str = <span class="stringliteral">""</span>, <span class="keywordtype">int</span> charWidth = 6, <span class="keywordtype">int</span> charHeight = 12, <span class="keywordtype">int</span> charOffset = 0, <span class="keywordtype">bool</span> multiLine = <span class="keyword">false</span>, <span class="keywordtype">bool</span> vCenter = <span class="keyword">true</span>, EBlend blend = EBlend::Default);</div>
<div class="line"><a id="l00796" name="l00796"></a><span class="lineno"> 796</span> <span class="keyword">virtual</span> <a class="code hl_class" href="class_i_b_text_control.html">~IBTextControl</a>() {}</div>
<div class="line"><a id="l00797" name="l00797"></a><span class="lineno"> 797</span> </div>
<div class="line"><a id="l00798" name="l00798"></a><span class="lineno"> 798</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_text_control.html#a623a8c6ea54be3b59aa9f073c4172d01">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00799" name="l00799"></a><span class="lineno"><a class="line" href="class_i_b_text_control.html#a8df73042aaf2298e1ade66ec4555d37d"> 799</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_text_control.html#a8df73042aaf2298e1ade66ec4555d37d">OnRescale</a>()<span class="keyword"> override </span>{ mBitmap = <a class="code hl_function" href="class_i_control.html#a22b976d26b6670a8b84457a999dc7ce5">GetUI</a>()-><a class="code hl_function" href="class_i_graphics.html#aa33c6c1c7afaeb1f1fdded8293a0234a">GetScaledBitmap</a>(mBitmap); }</div>
<div class="line"><a id="l00800" name="l00800"></a><span class="lineno"> 800</span> </div>
<div class="line"><a id="l00801" name="l00801"></a><span class="lineno"> 801</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00802" name="l00802"></a><span class="lineno"> 802</span> <span class="keywordtype">int</span> mCharWidth, mCharHeight, mCharOffset;</div>
<div class="line"><a id="l00803" name="l00803"></a><span class="lineno"> 803</span> <span class="keywordtype">bool</span> mMultiLine;</div>
<div class="line"><a id="l00804" name="l00804"></a><span class="lineno"> 804</span> <span class="keywordtype">bool</span> mVCentre;</div>
<div class="line"><a id="l00805" name="l00805"></a><span class="lineno"> 805</span>};</div>
<div class="line"><a id="l00806" name="l00806"></a><span class="lineno"> 806</span> </div>
<div class="line"><a id="l00808" name="l00808"></a><span class="lineno"><a class="line" href="class_i_b_meter_control.html"> 808</a></span><span class="keyword">class </span><a class="code hl_class" href="class_i_b_meter_control.html">IBMeterControl</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_i_bitmap_control.html">IBitmapControl</a></div>
<div class="line"><a id="l00809" name="l00809"></a><span class="lineno"> 809</span>{</div>
<div class="line"><a id="l00810" name="l00810"></a><span class="lineno"> 810</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00811" name="l00811"></a><span class="lineno"> 811</span> <span class="keyword">enum class</span> EResponse {</div>
<div class="line"><a id="l00812" name="l00812"></a><span class="lineno"> 812</span> Linear,</div>
<div class="line"><a id="l00813" name="l00813"></a><span class="lineno"> 813</span> Log,</div>
<div class="line"><a id="l00814" name="l00814"></a><span class="lineno"> 814</span> };</div>
<div class="line"><a id="l00815" name="l00815"></a><span class="lineno"> 815</span> </div>
<div class="line"><a id="l00820" name="l00820"></a><span class="lineno"><a class="line" href="class_i_b_meter_control.html#a78b784bcda677e8d00078813a6c8674d"> 820</a></span> <a class="code hl_function" href="class_i_b_meter_control.html#a78b784bcda677e8d00078813a6c8674d">IBMeterControl</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keyword">const</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>& bitmap, EResponse response = EResponse::Log, <span class="keywordtype">float</span> lowRangeDB = -72.f, <span class="keywordtype">float</span> highRangeDB = 12.f)</div>
<div class="line"><a id="l00821" name="l00821"></a><span class="lineno"> 821</span> : <a class="code hl_class" href="class_i_bitmap_control.html">IBitmapControl</a>(x, y, bitmap)</div>
<div class="line"><a id="l00822" name="l00822"></a><span class="lineno"> 822</span> , mResponse(response)</div>
<div class="line"><a id="l00823" name="l00823"></a><span class="lineno"> 823</span> , mLowRangeDB(lowRangeDB)</div>
<div class="line"><a id="l00824" name="l00824"></a><span class="lineno"> 824</span> , mHighRangeDB(highRangeDB)</div>
<div class="line"><a id="l00825" name="l00825"></a><span class="lineno"> 825</span> {}</div>
<div class="line"><a id="l00826" name="l00826"></a><span class="lineno"> 826</span> </div>
<div class="line"><a id="l00830" name="l00830"></a><span class="lineno"><a class="line" href="class_i_b_meter_control.html#a82bbedd6119b8e1196c4e210546fcde8"> 830</a></span> <a class="code hl_function" href="class_i_b_meter_control.html#a82bbedd6119b8e1196c4e210546fcde8">IBMeterControl</a>(<span class="keyword">const</span> <a class="code hl_struct" href="struct_i_r_e_c_t.html">IRECT</a>& bounds, <span class="keyword">const</span> <a class="code hl_class" href="class_i_bitmap.html">IBitmap</a>& bitmap, EResponse response = EResponse::Log, <span class="keywordtype">float</span> lowRangeDB = -72.f, <span class="keywordtype">float</span> highRangeDB = 12.f)</div>
<div class="line"><a id="l00831" name="l00831"></a><span class="lineno"> 831</span> : <a class="code hl_class" href="class_i_bitmap_control.html">IBitmapControl</a>(bounds, bitmap)</div>
<div class="line"><a id="l00832" name="l00832"></a><span class="lineno"> 832</span> , mResponse(response)</div>
<div class="line"><a id="l00833" name="l00833"></a><span class="lineno"> 833</span> , mLowRangeDB(lowRangeDB)</div>
<div class="line"><a id="l00834" name="l00834"></a><span class="lineno"> 834</span> , mHighRangeDB(highRangeDB)</div>
<div class="line"><a id="l00835" name="l00835"></a><span class="lineno"> 835</span> {}</div>
<div class="line"><a id="l00836" name="l00836"></a><span class="lineno"> 836</span> </div>
<div class="line"><a id="l00837" name="l00837"></a><span class="lineno"> 837</span> <span class="keyword">virtual</span> <a class="code hl_class" href="class_i_b_meter_control.html">~IBMeterControl</a>() {}</div>
<div class="line"><a id="l00838" name="l00838"></a><span class="lineno"><a class="line" href="class_i_b_meter_control.html#aa9f8ec15d837045a23a812e3af3149d0"> 838</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_meter_control.html#aa9f8ec15d837045a23a812e3af3149d0">Draw</a>(<a class="code hl_class" href="class_i_graphics.html">IGraphics</a>& g)<span class="keyword"> override </span>{ <a class="code hl_function" href="class_i_bitmap_base.html#acdd02892802bdf83e80280dd1e35b193">DrawBitmap</a>(g); }</div>
<div class="line"><a id="l00839" name="l00839"></a><span class="lineno"><a class="line" href="class_i_b_meter_control.html#a9e80c08ef5355a251d034bc3b08e80db"> 839</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_meter_control.html#a9e80c08ef5355a251d034bc3b08e80db">OnRescale</a>()<span class="keyword"> override </span>{ mBitmap = <a class="code hl_function" href="class_i_control.html#a22b976d26b6670a8b84457a999dc7ce5">GetUI</a>()-><a class="code hl_function" href="class_i_graphics.html#aa33c6c1c7afaeb1f1fdded8293a0234a">GetScaledBitmap</a>(mBitmap); }</div>
<div class="line"><a id="l00840" name="l00840"></a><span class="lineno"> 840</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_i_b_meter_control.html#a4a6063c7d56c0b2fcbe7219e48823d50">OnMsgFromDelegate</a>(<span class="keywordtype">int</span> msgTag, <span class="keywordtype">int</span> dataSize, <span class="keyword">const</span> <span class="keywordtype">void</span>* pData) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00841" name="l00841"></a><span class="lineno"> 841</span> </div>
<div class="line"><a id="l00842" name="l00842"></a><span class="lineno"> 842</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00843" name="l00843"></a><span class="lineno"> 843</span> <span class="keywordtype">float</span> mHighRangeDB;</div>
<div class="line"><a id="l00844" name="l00844"></a><span class="lineno"> 844</span> <span class="keywordtype">float</span> mLowRangeDB;</div>
<div class="line"><a id="l00845" name="l00845"></a><span class="lineno"> 845</span> EResponse mResponse = EResponse::Linear;</div>
<div class="line"><a id="l00846" name="l00846"></a><span class="lineno"> 846</span>};</div>
<div class="line"><a id="l00847" name="l00847"></a><span class="lineno"> 847</span> </div>
<div class="line"><a id="l00848" name="l00848"></a><span class="lineno"> 848</span>END_IGRAPHICS_NAMESPACE</div>
<div class="line"><a id="l00849" name="l00849"></a><span class="lineno"> 849</span>END_IPLUG_NAMESPACE</div>
<div class="line"><a id="l00850" name="l00850"></a><span class="lineno"> 850</span> </div>
<div class="line"><a id="l00851" name="l00851"></a><span class="lineno"> 851</span><span class="comment">// These meta controls depend on the other controls</span></div>
<div class="line"><a id="l00852" name="l00852"></a><span class="lineno"> 852</span><span class="preprocessor">#include "<a class="code" href="_i_about_box_control_8h.html">IAboutBoxControl.h</a>"</span></div>
<div class="line"><a id="l00853" name="l00853"></a><span class="lineno"> 853</span><span class="preprocessor">#include "<a class="code" href="_i_v_preset_manager_controls_8h.html">IVPresetManagerControls.h</a>"</span></div>
<div class="line"><a id="l00854" name="l00854"></a><span class="lineno"> 854</span><span class="preprocessor">#include "<a class="code" href="_i_v_number_box_control_8h.html">IVNumberBoxControl.h</a>"</span></div>
<div class="line"><a id="l00855" name="l00855"></a><span class="lineno"> 855</span><span class="preprocessor">#include "<a class="code" href="_i_v_tabbed_pages_control_8h.html">IVTabbedPagesControl.h</a>"</span></div>
<div class="line"><a id="l00856" name="l00856"></a><span class="lineno"> 856</span> </div>
<div class="ttc" id="a_i_about_box_control_8h_html"><div class="ttname"><a href="_i_about_box_control_8h.html">IAboutBoxControl.h</a></div></div>
<div class="ttc" id="a_i_color_picker_control_8h_html"><div class="ttname"><a href="_i_color_picker_control_8h.html">IColorPickerControl.h</a></div></div>
<div class="ttc" id="a_i_control_8h_html"><div class="ttname"><a href="_i_control_8h.html">IControl.h</a></div><div class="ttdoc">This file contains the base IControl implementation, along with some base classes for specific types ...</div></div>
<div class="ttc" id="a_i_l_e_d_control_8h_html"><div class="ttname"><a href="_i_l_e_d_control_8h.html">ILEDControl.h</a></div></div>
<div class="ttc" id="a_i_popup_menu_control_8h_html"><div class="ttname"><a href="_i_popup_menu_control_8h.html">IPopupMenuControl.h</a></div></div>
<div class="ttc" id="a_i_r_t_text_control_8h_html"><div class="ttname"><a href="_i_r_t_text_control_8h.html">IRTTextControl.h</a></div></div>
<div class="ttc" id="a_i_v_display_control_8h_html"><div class="ttname"><a href="_i_v_display_control_8h.html">IVDisplayControl.h</a></div></div>
<div class="ttc" id="a_i_v_keyboard_control_8h_html"><div class="ttname"><a href="_i_v_keyboard_control_8h.html">IVKeyboardControl.h</a></div></div>
<div class="ttc" id="a_i_v_meter_control_8h_html"><div class="ttname"><a href="_i_v_meter_control_8h.html">IVMeterControl.h</a></div></div>
<div class="ttc" id="a_i_v_multi_slider_control_8h_html"><div class="ttname"><a href="_i_v_multi_slider_control_8h.html">IVMultiSliderControl.h</a></div></div>
<div class="ttc" id="a_i_v_number_box_control_8h_html"><div class="ttname"><a href="_i_v_number_box_control_8h.html">IVNumberBoxControl.h</a></div></div>
<div class="ttc" id="a_i_v_preset_manager_controls_8h_html"><div class="ttname"><a href="_i_v_preset_manager_controls_8h.html">IVPresetManagerControls.h</a></div><div class="ttdoc">Includes meta controls for basic preset managers.</div></div>
<div class="ttc" id="a_i_v_scope_control_8h_html"><div class="ttname"><a href="_i_v_scope_control_8h.html">IVScopeControl.h</a></div></div>
<div class="ttc" id="a_i_v_spectrum_analyzer_control_8h_html"><div class="ttname"><a href="_i_v_spectrum_analyzer_control_8h.html">IVSpectrumAnalyzerControl.h</a></div></div>
<div class="ttc" id="a_i_v_tabbed_pages_control_8h_html"><div class="ttname"><a href="_i_v_tabbed_pages_control_8h.html">IVTabbedPagesControl.h</a></div></div>
<div class="ttc" id="aclass_i_b_button_control_html"><div class="ttname"><a href="class_i_b_button_control.html">IBButtonControl</a></div><div class="ttdoc">A bitmap button/momentary switch control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00701">IControls.h:703</a></div></div>
<div class="ttc" id="aclass_i_b_button_control_html_a23e33e242501d5f3fb3ae5b34bd46fd0"><div class="ttname"><a href="class_i_b_button_control.html#a23e33e242501d5f3fb3ae5b34bd46fd0">IBButtonControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00709">IControls.h:709</a></div></div>
<div class="ttc" id="aclass_i_b_button_control_html_a7fd74db895f05362cf42b1ad204ece8c"><div class="ttname"><a href="class_i_b_button_control.html#a7fd74db895f05362cf42b1ad204ece8c">IBButtonControl::OnRescale</a></div><div class="ttdeci">void OnRescale() override</div><div class="ttdoc">Implement to do something when graphics is scaled globally (e.g.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00710">IControls.h:710</a></div></div>
<div class="ttc" id="aclass_i_b_knob_control_html"><div class="ttname"><a href="class_i_b_knob_control.html">IBKnobControl</a></div><div class="ttdoc">A bitmap knob/dial control that draws a frame from a stacked bitmap.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00738">IControls.h:740</a></div></div>
<div class="ttc" id="aclass_i_b_knob_control_html_a17297ae30fc8eaea611a3537a575183a"><div class="ttname"><a href="class_i_b_knob_control.html#a17297ae30fc8eaea611a3537a575183a">IBKnobControl::OnRescale</a></div><div class="ttdeci">void OnRescale() override</div><div class="ttdoc">Implement to do something when graphics is scaled globally (e.g.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00752">IControls.h:752</a></div></div>
<div class="ttc" id="aclass_i_b_knob_control_html_a729bf237cdd4821541a5a492fe4e5fb6"><div class="ttname"><a href="class_i_b_knob_control.html#a729bf237cdd4821541a5a492fe4e5fb6">IBKnobControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00751">IControls.h:751</a></div></div>
<div class="ttc" id="aclass_i_b_knob_rotater_control_html"><div class="ttname"><a href="class_i_b_knob_rotater_control.html">IBKnobRotaterControl</a></div><div class="ttdoc">A bitmap knob/dial control that rotates an image.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00756">IControls.h:757</a></div></div>
<div class="ttc" id="aclass_i_b_knob_rotater_control_html_a918cd86face4d5473729010b9c3cb1cb"><div class="ttname"><a href="class_i_b_knob_rotater_control.html#a918cd86face4d5473729010b9c3cb1cb">IBKnobRotaterControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01735">IControls.cpp:1735</a></div></div>
<div class="ttc" id="aclass_i_b_meter_control_html"><div class="ttname"><a href="class_i_b_meter_control.html">IBMeterControl</a></div><div class="ttdoc">A bitmap meter control, that can be used for VUMeters.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00808">IControls.h:809</a></div></div>
<div class="ttc" id="aclass_i_b_meter_control_html_a4a6063c7d56c0b2fcbe7219e48823d50"><div class="ttname"><a href="class_i_b_meter_control.html#a4a6063c7d56c0b2fcbe7219e48823d50">IBMeterControl::OnMsgFromDelegate</a></div><div class="ttdeci">void OnMsgFromDelegate(int msgTag, int dataSize, const void *pData) override</div><div class="ttdoc">Implement to receive messages sent to the control, see IEditorDelegate:SendControlMsgFromDelegate()</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01758">IControls.cpp:1758</a></div></div>
<div class="ttc" id="aclass_i_b_meter_control_html_a78b784bcda677e8d00078813a6c8674d"><div class="ttname"><a href="class_i_b_meter_control.html#a78b784bcda677e8d00078813a6c8674d">IBMeterControl::IBMeterControl</a></div><div class="ttdeci">IBMeterControl(float x, float y, const IBitmap &bitmap, EResponse response=EResponse::Log, float lowRangeDB=-72.f, float highRangeDB=12.f)</div><div class="ttdoc">Constructs a bitmap meter control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00820">IControls.h:820</a></div></div>
<div class="ttc" id="aclass_i_b_meter_control_html_a82bbedd6119b8e1196c4e210546fcde8"><div class="ttname"><a href="class_i_b_meter_control.html#a82bbedd6119b8e1196c4e210546fcde8">IBMeterControl::IBMeterControl</a></div><div class="ttdeci">IBMeterControl(const IRECT &bounds, const IBitmap &bitmap, EResponse response=EResponse::Log, float lowRangeDB=-72.f, float highRangeDB=12.f)</div><div class="ttdoc">Constructs a bitmap meter control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00830">IControls.h:830</a></div></div>
<div class="ttc" id="aclass_i_b_meter_control_html_a9e80c08ef5355a251d034bc3b08e80db"><div class="ttname"><a href="class_i_b_meter_control.html#a9e80c08ef5355a251d034bc3b08e80db">IBMeterControl::OnRescale</a></div><div class="ttdeci">void OnRescale() override</div><div class="ttdoc">Implement to do something when graphics is scaled globally (e.g.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00839">IControls.h:839</a></div></div>
<div class="ttc" id="aclass_i_b_meter_control_html_aa9f8ec15d837045a23a812e3af3149d0"><div class="ttname"><a href="class_i_b_meter_control.html#aa9f8ec15d837045a23a812e3af3149d0">IBMeterControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00838">IControls.h:838</a></div></div>
<div class="ttc" id="aclass_i_b_slider_control_html"><div class="ttname"><a href="class_i_b_slider_control.html">IBSliderControl</a></div><div class="ttdoc">A bitmap slider/fader control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00770">IControls.h:772</a></div></div>
<div class="ttc" id="aclass_i_b_slider_control_html_a06aa4ae9464c91a5ed105b6ac8ebc188"><div class="ttname"><a href="class_i_b_slider_control.html#a06aa4ae9464c91a5ed105b6ac8ebc188">IBSliderControl::OnResize</a></div><div class="ttdeci">void OnResize() override</div><div class="ttdoc">Called when IControl is constructed or resized using SetRect().</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01709">IControls.cpp:1709</a></div></div>
<div class="ttc" id="aclass_i_b_slider_control_html_a5c13c054055e701f789da89682fa863f"><div class="ttname"><a href="class_i_b_slider_control.html#a5c13c054055e701f789da89682fa863f">IBSliderControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01686">IControls.cpp:1686</a></div></div>
<div class="ttc" id="aclass_i_b_slider_control_html_aa12a3deb213cf6078157d2c1b3a78beb"><div class="ttname"><a href="class_i_b_slider_control.html#aa12a3deb213cf6078157d2c1b3a78beb">IBSliderControl::OnRescale</a></div><div class="ttdeci">void OnRescale() override</div><div class="ttdoc">Implement to do something when graphics is scaled globally (e.g.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00781">IControls.h:781</a></div></div>
<div class="ttc" id="aclass_i_b_switch_control_html"><div class="ttname"><a href="class_i_b_switch_control.html">IBSwitchControl</a></div><div class="ttdoc">A bitmap switch control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00714">IControls.h:716</a></div></div>
<div class="ttc" id="aclass_i_b_switch_control_html_a7bb0bccab53dadb640ec6d7c2d006f8a"><div class="ttname"><a href="class_i_b_switch_control.html#a7bb0bccab53dadb640ec6d7c2d006f8a">IBSwitchControl::OnRescale</a></div><div class="ttdeci">void OnRescale() override</div><div class="ttdoc">Implement to do something when graphics is scaled globally (e.g.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00733">IControls.h:733</a></div></div>
<div class="ttc" id="aclass_i_b_switch_control_html_a8100221a5057e72e74915cb78a93bd33"><div class="ttname"><a href="class_i_b_switch_control.html#a8100221a5057e72e74915cb78a93bd33">IBSwitchControl::OnMouseDown</a></div><div class="ttdeci">void OnMouseDown(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouse down event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01653">IControls.cpp:1653</a></div></div>
<div class="ttc" id="aclass_i_b_switch_control_html_ad1638830f53cc62983224dbb67b377b5"><div class="ttname"><a href="class_i_b_switch_control.html#ad1638830f53cc62983224dbb67b377b5">IBSwitchControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00732">IControls.h:732</a></div></div>
<div class="ttc" id="aclass_i_b_text_control_html"><div class="ttname"><a href="class_i_b_text_control.html">IBTextControl</a></div><div class="ttdoc">A control to display text using a monospace bitmap font.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00791">IControls.h:793</a></div></div>
<div class="ttc" id="aclass_i_b_text_control_html_a623a8c6ea54be3b59aa9f073c4172d01"><div class="ttname"><a href="class_i_b_text_control.html#a623a8c6ea54be3b59aa9f073c4172d01">IBTextControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01753">IControls.cpp:1753</a></div></div>
<div class="ttc" id="aclass_i_b_text_control_html_a8df73042aaf2298e1ade66ec4555d37d"><div class="ttname"><a href="class_i_b_text_control.html#a8df73042aaf2298e1ade66ec4555d37d">IBTextControl::OnRescale</a></div><div class="ttdeci">void OnRescale() override</div><div class="ttdoc">Implement to do something when graphics is scaled globally (e.g.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00799">IControls.h:799</a></div></div>
<div class="ttc" id="aclass_i_bitmap_base_html"><div class="ttname"><a href="class_i_bitmap_base.html">IBitmapBase</a></div><div class="ttdoc">A base interface to be combined with IControl for bitmap-based controls "IBControls",...</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00723">IControl.h:724</a></div></div>
<div class="ttc" id="aclass_i_bitmap_base_html_a27163a7556c256ae8e8d90aac77ebfc6"><div class="ttname"><a href="class_i_bitmap_base.html#a27163a7556c256ae8e8d90aac77ebfc6">IBitmapBase::AttachIControl</a></div><div class="ttdeci">void AttachIControl(IControl *pControl)</div><div class="ttdoc">Call in the constructor of your IBControl to link the IBitmapBase and IControl.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00737">IControl.h:737</a></div></div>
<div class="ttc" id="aclass_i_bitmap_base_html_acdd02892802bdf83e80280dd1e35b193"><div class="ttname"><a href="class_i_bitmap_base.html#acdd02892802bdf83e80280dd1e35b193">IBitmapBase::DrawBitmap</a></div><div class="ttdeci">void DrawBitmap(IGraphics &g)</div><div class="ttdoc">Draw a frame of a multi-frame bitmap based on the IControl value.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00741">IControl.h:741</a></div></div>
<div class="ttc" id="aclass_i_bitmap_control_html"><div class="ttname"><a href="class_i_bitmap_control.html">IBitmapControl</a></div><div class="ttdoc">A basic control to draw a bitmap, or one frame of a stacked bitmap depending on the current value.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l02084">IControl.h:2086</a></div></div>
<div class="ttc" id="aclass_i_bitmap_html"><div class="ttname"><a href="class_i_bitmap.html">IBitmap</a></div><div class="ttdoc">User-facing bitmap abstraction that you use to manage bitmap data, independant of draw class/platform...</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00087">IGraphicsStructs.h:88</a></div></div>
<div class="ttc" id="aclass_i_button_control_base_html"><div class="ttname"><a href="class_i_button_control_base.html">IButtonControlBase</a></div><div class="ttdoc">A base class for buttons/momentary switches - cannot be linked to parameters.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l01867">IControl.h:1868</a></div></div>
<div class="ttc" id="aclass_i_container_base_html"><div class="ttname"><a href="class_i_container_base.html">IContainerBase</a></div><div class="ttdoc">IContainerBase allows a control to nest sub controls and it clips the drawing of those subcontrols In...</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00610">IControl.h:611</a></div></div>
<div class="ttc" id="aclass_i_control_html"><div class="ttname"><a href="class_i_control.html">IControl</a></div><div class="ttdoc">The lowest level base class of an IGraphics control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00044">IControl.h:49</a></div></div>
<div class="ttc" id="aclass_i_control_html_a22b976d26b6670a8b84457a999dc7ce5"><div class="ttname"><a href="class_i_control.html#a22b976d26b6670a8b84457a999dc7ce5">IControl::GetUI</a></div><div class="ttdeci">IGraphics * GetUI()</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00472">IControl.h:472</a></div></div>
<div class="ttc" id="aclass_i_control_html_a2897e1dbb1dc32428cea7bad93e3c97e"><div class="ttname"><a href="class_i_control.html#a2897e1dbb1dc32428cea7bad93e3c97e">IControl::OnMouseOut</a></div><div class="ttdeci">virtual void OnMouseOut()</div><div class="ttdoc">Implement this method to respond to a mouseout event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8cpp_source.html#l00275">IControl.cpp:275</a></div></div>
<div class="ttc" id="aclass_i_control_html_a3696450db56287d1fe69191856759004"><div class="ttname"><a href="class_i_control.html#a3696450db56287d1fe69191856759004">IControl::mMouseIsOver</a></div><div class="ttdeci">bool mMouseIsOver</div><div class="ttdoc">if mGraphics::mHandleMouseOver = true, this will be true when the mouse is over control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00565">IControl.h:565</a></div></div>
<div class="ttc" id="aclass_i_control_html_a74b30c0e170fc9b19180c59565a6375d"><div class="ttname"><a href="class_i_control.html#a74b30c0e170fc9b19180c59565a6375d">IControl::SetTargetRECT</a></div><div class="ttdeci">void SetTargetRECT(const IRECT &bounds)</div><div class="ttdoc">Set the rectangular mouse tracking target area, within the graphics context for this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00328">IControl.h:328</a></div></div>
<div class="ttc" id="aclass_i_control_html_af8c805c09b1a89f44aec43026fcb1fe7"><div class="ttname"><a href="class_i_control.html#af8c805c09b1a89f44aec43026fcb1fe7">IControl::SetDirty</a></div><div class="ttdeci">virtual void SetDirty(bool triggerAction=true, int valIdx=kNoValIdx)</div><div class="ttdoc">Mark the control as dirty, i.e.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8cpp_source.html#l00198">IControl.cpp:198</a></div></div>
<div class="ttc" id="aclass_i_graphics_html"><div class="ttname"><a href="class_i_graphics.html">IGraphics</a></div><div class="ttdoc">The lowest level base class of an IGraphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l00082">IGraphics.h:86</a></div></div>
<div class="ttc" id="aclass_i_graphics_html_aa33c6c1c7afaeb1f1fdded8293a0234a"><div class="ttname"><a href="class_i_graphics.html#aa33c6c1c7afaeb1f1fdded8293a0234a">IGraphics::GetScaledBitmap</a></div><div class="ttdeci">IBitmap GetScaledBitmap(IBitmap &inBitmap)</div><div class="ttdoc">Get a version of the input bitmap from the cache that corresponds to the current screen scale For exa...</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l01528">IGraphics.cpp:1528</a></div></div>
<div class="ttc" id="aclass_i_knob_control_base_html"><div class="ttname"><a href="class_i_knob_control_base.html">IKnobControlBase</a></div><div class="ttdoc">A base class for knob/dial controls, to handle mouse action and Sender.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l01372">IControl.h:1373</a></div></div>
<div class="ttc" id="aclass_i_popup_menu_html"><div class="ttname"><a href="class_i_popup_menu.html">IPopupMenu</a></div><div class="ttdoc">A class for setting the contents of a pop up menu.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_popup_menu_8h_source.html#l00039">IGraphicsPopupMenu.h:40</a></div></div>
<div class="ttc" id="aclass_i_s_v_g_button_control_html"><div class="ttname"><a href="class_i_s_v_g_button_control.html">ISVGButtonControl</a></div><div class="ttdoc">A vector button/momentary switch control which shows an SVG image.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00586">IControls.h:587</a></div></div>
<div class="ttc" id="aclass_i_s_v_g_button_control_html_a13f1f3b25a138d5876346c3bf06f3c4f"><div class="ttname"><a href="class_i_s_v_g_button_control.html#a13f1f3b25a138d5876346c3bf06f3c4f">ISVGButtonControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01445">IControls.cpp:1445</a></div></div>
<div class="ttc" id="aclass_i_s_v_g_knob_control_html"><div class="ttname"><a href="class_i_s_v_g_knob_control.html">ISVGKnobControl</a></div><div class="ttdoc">A vector knob/dial control which rotates an SVG image.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00571">IControls.h:572</a></div></div>
<div class="ttc" id="aclass_i_s_v_g_knob_control_html_ad6fbda092368c4176dadfdebda27c8cd"><div class="ttname"><a href="class_i_s_v_g_knob_control.html#ad6fbda092368c4176dadfdebda27c8cd">ISVGKnobControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01536">IControls.cpp:1536</a></div></div>
<div class="ttc" id="aclass_i_s_v_g_slider_control_html"><div class="ttname"><a href="class_i_s_v_g_slider_control.html">ISVGSliderControl</a></div><div class="ttdoc">A Slider control with and SVG for track and handle.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00674">IControls.h:675</a></div></div>
<div class="ttc" id="aclass_i_s_v_g_slider_control_html_a439d455fe51d741f881a3c9513c471fe"><div class="ttname"><a href="class_i_s_v_g_slider_control.html#a439d455fe51d741f881a3c9513c471fe">ISVGSliderControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01565">IControls.cpp:1565</a></div></div>
<div class="ttc" id="aclass_i_s_v_g_slider_control_html_a62cc26778ec9a81166736857faea9202"><div class="ttname"><a href="class_i_s_v_g_slider_control.html#a62cc26778ec9a81166736857faea9202">ISVGSliderControl::OnResize</a></div><div class="ttdeci">void OnResize() override</div><div class="ttdoc">Called when IControl is constructed or resized using SetRect().</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01571">IControls.cpp:1571</a></div></div>
<div class="ttc" id="aclass_i_s_v_g_switch_control_html"><div class="ttname"><a href="class_i_s_v_g_switch_control.html">ISVGSwitchControl</a></div><div class="ttdoc">A vector switch control which shows one of multiple SVG states.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00657">IControls.h:658</a></div></div>
<div class="ttc" id="aclass_i_s_v_g_switch_control_html_a3100d91631128b7babe127bd82c1f9a1"><div class="ttname"><a href="class_i_s_v_g_switch_control.html#a3100d91631128b7babe127bd82c1f9a1">ISVGSwitchControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01553">IControls.cpp:1553</a></div></div>
<div class="ttc" id="aclass_i_s_v_g_toggle_control_html"><div class="ttname"><a href="class_i_s_v_g_toggle_control.html">ISVGToggleControl</a></div><div class="ttdoc">A vector toggle switch control which shows an SVG image.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00614">IControls.h:615</a></div></div>
<div class="ttc" id="aclass_i_s_v_g_toggle_control_html_aa438d6a0d30fba85026ccc82e265c563"><div class="ttname"><a href="class_i_s_v_g_toggle_control.html#aa438d6a0d30fba85026ccc82e265c563">ISVGToggleControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01504">IControls.cpp:1504</a></div></div>
<div class="ttc" id="aclass_i_slider_control_base_html"><div class="ttname"><a href="class_i_slider_control_base.html">ISliderControlBase</a></div><div class="ttdoc">A base class for slider/fader controls, to handle mouse action and Sender.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l01402">IControl.h:1403</a></div></div>
<div class="ttc" id="aclass_i_switch_control_base_html"><div class="ttname"><a href="class_i_switch_control_base.html">ISwitchControlBase</a></div><div class="ttdoc">A base class for switch controls.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l01878">IControl.h:1879</a></div></div>
<div class="ttc" id="aclass_i_text_control_html"><div class="ttname"><a href="class_i_text_control.html">ITextControl</a></div><div class="ttdoc">A basic control to display some text.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l02156">IControl.h:2157</a></div></div>
<div class="ttc" id="aclass_i_v_button_control_html"><div class="ttname"><a href="class_i_v_button_control.html">IVButtonControl</a></div><div class="ttdoc">A vector button/momentary switch control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00052">IControls.h:54</a></div></div>
<div class="ttc" id="aclass_i_v_button_control_html_a21627119ec74b49a64ca8a40e31d4768"><div class="ttname"><a href="class_i_v_button_control.html#a21627119ec74b49a64ca8a40e31d4768">IVButtonControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00063">IControls.cpp:63</a></div></div>
<div class="ttc" id="aclass_i_v_button_control_html_a28b630e20c7a12ba532af75455107ff4"><div class="ttname"><a href="class_i_v_button_control.html#a28b630e20c7a12ba532af75455107ff4">IVButtonControl::IsHit</a></div><div class="ttdeci">bool IsHit(float x, float y) const override</div><div class="ttdoc">Hit test the control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00083">IControls.cpp:83</a></div></div>
<div class="ttc" id="aclass_i_v_button_control_html_a606794063a46b8e7c09b79810a1e985b"><div class="ttname"><a href="class_i_v_button_control.html#a606794063a46b8e7c09b79810a1e985b">IVButtonControl::DrawWidget</a></div><div class="ttdeci">virtual void DrawWidget(IGraphics &g) override</div><div class="ttdoc">Draw the IVControl main widget (override)</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00071">IControls.cpp:71</a></div></div>
<div class="ttc" id="aclass_i_v_button_control_html_aef16ab07b2216bb6ba4fd926567ad8a0"><div class="ttname"><a href="class_i_v_button_control.html#aef16ab07b2216bb6ba4fd926567ad8a0">IVButtonControl::OnResize</a></div><div class="ttdeci">void OnResize() override</div><div class="ttdoc">Called when IControl is constructed or resized using SetRect().</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00077">IControls.cpp:77</a></div></div>
<div class="ttc" id="aclass_i_v_color_swatch_control_html"><div class="ttname"><a href="class_i_v_color_swatch_control.html">IVColorSwatchControl</a></div><div class="ttdoc">A control to show a color swatch of up to 9 colors.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00537">IControls.h:539</a></div></div>
<div class="ttc" id="aclass_i_v_color_swatch_control_html_a1f7de6578fa4a970a39be392e16c391c"><div class="ttname"><a href="class_i_v_color_swatch_control.html#a1f7de6578fa4a970a39be392e16c391c">IVColorSwatchControl::OnMouseOut</a></div><div class="ttdeci">void OnMouseOut() override</div><div class="ttdoc">Implement this method to respond to a mouseout event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01395">IControls.cpp:1395</a></div></div>
<div class="ttc" id="aclass_i_v_color_swatch_control_html_a2d515753adfa3564d86b3f0ccc8610b2"><div class="ttname"><a href="class_i_v_color_swatch_control.html#a2d515753adfa3564d86b3f0ccc8610b2">IVColorSwatchControl::OnResize</a></div><div class="ttdeci">void OnResize() override</div><div class="ttdoc">Called when IControl is constructed or resized using SetRect().</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01348">IControls.cpp:1348</a></div></div>
<div class="ttc" id="aclass_i_v_color_swatch_control_html_a46fde8a4022417448d0380418e3ed665"><div class="ttname"><a href="class_i_v_color_swatch_control.html#a46fde8a4022417448d0380418e3ed665">IVColorSwatchControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01327">IControls.cpp:1327</a></div></div>
<div class="ttc" id="aclass_i_v_color_swatch_control_html_a661b09e0d6e8ee50aea12e9f57cf32b6"><div class="ttname"><a href="class_i_v_color_swatch_control.html#a661b09e0d6e8ee50aea12e9f57cf32b6">IVColorSwatchControl::OnMouseDown</a></div><div class="ttdeci">void OnMouseDown(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouse down event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01401">IControls.cpp:1401</a></div></div>
<div class="ttc" id="aclass_i_v_color_swatch_control_html_aa1eabd9cb5caab65b966cb2396195c48"><div class="ttname"><a href="class_i_v_color_swatch_control.html#aa1eabd9cb5caab65b966cb2396195c48">IVColorSwatchControl::DrawWidget</a></div><div class="ttdeci">void DrawWidget(IGraphics &g) override</div><div class="ttdoc">Draw the IVControl main widget (override)</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01333">IControls.cpp:1333</a></div></div>
<div class="ttc" id="aclass_i_v_color_swatch_control_html_ada42183226b48873ff045b0d23eb8ea2"><div class="ttname"><a href="class_i_v_color_swatch_control.html#ada42183226b48873ff045b0d23eb8ea2">IVColorSwatchControl::OnMouseOver</a></div><div class="ttdeci">void OnMouseOver(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouseover event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01379">IControls.cpp:1379</a></div></div>
<div class="ttc" id="aclass_i_v_group_control_html"><div class="ttname"><a href="class_i_v_group_control.html">IVGroupControl</a></div><div class="ttdoc">A control to draw a rectangle around a named IControl group.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00449">IControls.h:451</a></div></div>
<div class="ttc" id="aclass_i_v_group_control_html_a1b8108d5febce0ddc01142b238607258"><div class="ttname"><a href="class_i_v_group_control.html#a1b8108d5febce0ddc01142b238607258">IVGroupControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01248">IControls.cpp:1248</a></div></div>
<div class="ttc" id="aclass_i_v_group_control_html_a2db1e2341c0ea302d41e821e7d2f6c99"><div class="ttname"><a href="class_i_v_group_control.html#a2db1e2341c0ea302d41e821e7d2f6c99">IVGroupControl::DrawWidget</a></div><div class="ttdeci">void DrawWidget(IGraphics &g) override</div><div class="ttdoc">Draw the IVControl main widget (override)</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01257">IControls.cpp:1257</a></div></div>
<div class="ttc" id="aclass_i_v_group_control_html_a4acb57635b5c4d96ca1df86fbe9b9c1b"><div class="ttname"><a href="class_i_v_group_control.html#a4acb57635b5c4d96ca1df86fbe9b9c1b">IVGroupControl::OnInit</a></div><div class="ttdeci">void OnInit() override</div><div class="ttdoc">Called just prior to when the control is attached, after its delegate and graphics member variable se...</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01240">IControls.cpp:1240</a></div></div>
<div class="ttc" id="aclass_i_v_group_control_html_aa74da1b7a9ba0458742cc2562ef4d66c"><div class="ttname"><a href="class_i_v_group_control.html#aa74da1b7a9ba0458742cc2562ef4d66c">IVGroupControl::SetBoundsBasedOnGroup</a></div><div class="ttdeci">void SetBoundsBasedOnGroup(const char *groupName, float padL, float padT, float padR, float padB)</div><div class="ttdoc">Set the bounds of the group control based on the area occupied by the controls in a particular group.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01294">IControls.cpp:1294</a></div></div>
<div class="ttc" id="aclass_i_v_group_control_html_ab05f9003b0b653f29ad7de8237d3c6da"><div class="ttname"><a href="class_i_v_group_control.html#ab05f9003b0b653f29ad7de8237d3c6da">IVGroupControl::OnResize</a></div><div class="ttdeci">void OnResize() override</div><div class="ttdoc">Called when IControl is constructed or resized using SetRect().</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01284">IControls.cpp:1284</a></div></div>
<div class="ttc" id="aclass_i_v_knob_control_html"><div class="ttname"><a href="class_i_v_knob_control.html">IVKnobControl</a></div><div class="ttdoc">A vector knob control drawn using graphics primitives.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00258">IControls.h:260</a></div></div>
<div class="ttc" id="aclass_i_v_knob_control_html_a1e205ea329acfefa38cea58c346eaa4d"><div class="ttname"><a href="class_i_v_knob_control.html#a1e205ea329acfefa38cea58c346eaa4d">IVKnobControl::OnInit</a></div><div class="ttdeci">void OnInit() override</div><div class="ttdoc">Called just prior to when the control is attached, after its delegate and graphics member variable se...</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00747">IControls.cpp:747</a></div></div>
<div class="ttc" id="aclass_i_v_knob_control_html_a41d268c125c8ce9550feda52910fbfd3"><div class="ttname"><a href="class_i_v_knob_control.html#a41d268c125c8ce9550feda52910fbfd3">IVKnobControl::OnMouseOut</a></div><div class="ttdeci">void OnMouseOut() override</div><div class="ttdoc">Implement this method to respond to a mouseout event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00288">IControls.h:288</a></div></div>
<div class="ttc" id="aclass_i_v_knob_control_html_a4f8807a36690da2fdad3fe5a5a0f9d0e"><div class="ttname"><a href="class_i_v_knob_control.html#a4f8807a36690da2fdad3fe5a5a0f9d0e">IVKnobControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00613">IControls.cpp:613</a></div></div>
<div class="ttc" id="aclass_i_v_knob_control_html_a50690b9aacbcdae69998ebd76f83afe5"><div class="ttname"><a href="class_i_v_knob_control.html#a50690b9aacbcdae69998ebd76f83afe5">IVKnobControl::OnMouseOver</a></div><div class="ttdeci">void OnMouseOver(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouseover event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00710">IControls.cpp:710</a></div></div>
<div class="ttc" id="aclass_i_v_knob_control_html_a708efc7266be95d85d516e403b56937f"><div class="ttname"><a href="class_i_v_knob_control.html#a708efc7266be95d85d516e403b56937f">IVKnobControl::IsHit</a></div><div class="ttdeci">bool IsHit(float x, float y) const override</div><div class="ttdoc">Hit test the control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00726">IControls.cpp:726</a></div></div>
<div class="ttc" id="aclass_i_v_knob_control_html_a7f9dbc1f564bbec071eee92f13d62743"><div class="ttname"><a href="class_i_v_knob_control.html#a7f9dbc1f564bbec071eee92f13d62743">IVKnobControl::OnResize</a></div><div class="ttdeci">void OnResize() override</div><div class="ttdoc">Called when IControl is constructed or resized using SetRect().</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00720">IControls.cpp:720</a></div></div>
<div class="ttc" id="aclass_i_v_knob_control_html_a80c60d3434464f9beca5afdc0aea6ccd"><div class="ttname"><a href="class_i_v_knob_control.html#a80c60d3434464f9beca5afdc0aea6ccd">IVKnobControl::DrawWidget</a></div><div class="ttdeci">virtual void DrawWidget(IGraphics &g) override</div><div class="ttdoc">Draw the IVControl main widget (override)</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00652">IControls.cpp:652</a></div></div>
<div class="ttc" id="aclass_i_v_knob_control_html_aadf4978403b4d015122862ce6df10f1a"><div class="ttname"><a href="class_i_v_knob_control.html#aadf4978403b4d015122862ce6df10f1a">IVKnobControl::OnMouseDblClick</a></div><div class="ttdeci">void OnMouseDblClick(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouse double click event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00695">IControls.cpp:695</a></div></div>
<div class="ttc" id="aclass_i_v_knob_control_html_ab06d38c0c3ab01d19859ad7d0d7c9142"><div class="ttname"><a href="class_i_v_knob_control.html#ab06d38c0c3ab01d19859ad7d0d7c9142">IVKnobControl::OnMouseUp</a></div><div class="ttdeci">void OnMouseUp(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouse up event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00704">IControls.cpp:704</a></div></div>
<div class="ttc" id="aclass_i_v_knob_control_html_ac87fbce4d26e21db285919655ebfbcc9"><div class="ttname"><a href="class_i_v_knob_control.html#ac87fbce4d26e21db285919655ebfbcc9">IVKnobControl::GetKnobDragBounds</a></div><div class="ttdeci">virtual IRECT GetKnobDragBounds() override</div><div class="ttdoc">Get the area for which mouse deltas will be used to calculate the amount dragging changes the control...</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00621">IControls.cpp:621</a></div></div>
<div class="ttc" id="aclass_i_v_knob_control_html_addbb849d8e9d80739a34d31ac7ffc179"><div class="ttname"><a href="class_i_v_knob_control.html#addbb849d8e9d80739a34d31ac7ffc179">IVKnobControl::OnMouseDown</a></div><div class="ttdeci">void OnMouseDown(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouse down event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00681">IControls.cpp:681</a></div></div>
<div class="ttc" id="aclass_i_v_knob_control_html_af521ffb937776abbc1616789062b1a79"><div class="ttname"><a href="class_i_v_knob_control.html#af521ffb937776abbc1616789062b1a79">IVKnobControl::SetDirty</a></div><div class="ttdeci">void SetDirty(bool push, int valIdx=kNoValIdx) override</div><div class="ttdoc">Mark the control as dirty, i.e.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00737">IControls.cpp:737</a></div></div>
<div class="ttc" id="aclass_i_v_label_control_html"><div class="ttname"><a href="class_i_v_label_control.html">IVLabelControl</a></div><div class="ttdoc">A vector label control that can display text with a shadow.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00043">IControls.h:45</a></div></div>
<div class="ttc" id="aclass_i_v_label_control_html_a02ef957438f1a1184375b397bb23885a"><div class="ttname"><a href="class_i_v_label_control.html#a02ef957438f1a1184375b397bb23885a">IVLabelControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00038">IControls.cpp:38</a></div></div>
<div class="ttc" id="aclass_i_v_menu_button_control_html"><div class="ttname"><a href="class_i_v_menu_button_control.html">IVMenuButtonControl</a></div><div class="ttdoc">A vector button that pops up a menu.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00235">IControls.h:237</a></div></div>
<div class="ttc" id="aclass_i_v_menu_button_control_html_a3c771278b77eee0cd7f684265faf527e"><div class="ttname"><a href="class_i_v_menu_button_control.html#a3c771278b77eee0cd7f684265faf527e">IVMenuButtonControl::SetValueFromDelegate</a></div><div class="ttdeci">void SetValueFromDelegate(double value, int valIdx=0) override</div><div class="ttdoc">Set the control's value from the delegate This method is called from the class implementing the IEdit...</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00552">IControls.cpp:552</a></div></div>
<div class="ttc" id="aclass_i_v_menu_button_control_html_a425bd284098d6e37a2b6748a64f989bf"><div class="ttname"><a href="class_i_v_menu_button_control.html#a425bd284098d6e37a2b6748a64f989bf">IVMenuButtonControl::SetValueFromUserInput</a></div><div class="ttdeci">void SetValueFromUserInput(double value, int valIdx) override</div><div class="ttdoc">Set the control's value after user input.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00569">IControls.cpp:569</a></div></div>
<div class="ttc" id="aclass_i_v_menu_button_control_html_a8c6f88be85870a10105225c08f35de1f"><div class="ttname"><a href="class_i_v_menu_button_control.html#a8c6f88be85870a10105225c08f35de1f">IVMenuButtonControl::SetStyle</a></div><div class="ttdeci">void SetStyle(const IVStyle &style) override</div><div class="ttdoc">Set the Style of this IVControl.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00546">IControls.cpp:546</a></div></div>
<div class="ttc" id="aclass_i_v_menu_button_control_html_aa30bde4b6ce6c1950d1533531e40f5b8"><div class="ttname"><a href="class_i_v_menu_button_control.html#aa30bde4b6ce6c1950d1533531e40f5b8">IVMenuButtonControl::OnPopupMenuSelection</a></div><div class="ttdeci">void OnPopupMenuSelection(IPopupMenu *pSelectedMenu, int valIdx) override</div><div class="ttdoc">Implement this method to handle popup menu selection after IGraphics::CreatePopupMenu/IControlPromptU...</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00560">IControls.cpp:560</a></div></div>
<div class="ttc" id="aclass_i_v_panel_control_html"><div class="ttname"><a href="class_i_v_panel_control.html">IVPanelControl</a></div><div class="ttdoc">A panel control which can be styled with emboss etc.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00496">IControls.h:498</a></div></div>
<div class="ttc" id="aclass_i_v_panel_control_html_a28352fa79f9d397f9eb596b94b5e6238"><div class="ttname"><a href="class_i_v_panel_control.html#a28352fa79f9d397f9eb596b94b5e6238">IVPanelControl::OnAttached</a></div><div class="ttdeci">void OnAttached() override</div><div class="ttdoc">Called after the control has been attached, and its delegate and graphics member variable set.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00521">IControls.h:521</a></div></div>
<div class="ttc" id="aclass_i_v_panel_control_html_a4642399ec28a5ec575fb43aec9a2af65"><div class="ttname"><a href="class_i_v_panel_control.html#a4642399ec28a5ec575fb43aec9a2af65">IVPanelControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00508">IControls.h:508</a></div></div>
<div class="ttc" id="aclass_i_v_panel_control_html_a4db0f949f46b787dc19d2a3ec1497a8e"><div class="ttname"><a href="class_i_v_panel_control.html#a4db0f949f46b787dc19d2a3ec1497a8e">IVPanelControl::OnResize</a></div><div class="ttdeci">void OnResize() override</div><div class="ttdoc">Called when IControl is constructed or resized using SetRect().</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00527">IControls.h:527</a></div></div>
<div class="ttc" id="aclass_i_v_panel_control_html_ac0fd2e9a8ac3dabea96ed1f9e90cf1e1"><div class="ttname"><a href="class_i_v_panel_control.html#ac0fd2e9a8ac3dabea96ed1f9e90cf1e1">IVPanelControl::DrawWidget</a></div><div class="ttdeci">void DrawWidget(IGraphics &g) override</div><div class="ttdoc">Draw the IVControl main widget (override)</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00516">IControls.h:516</a></div></div>
<div class="ttc" id="aclass_i_v_plot_control_html"><div class="ttname"><a href="class_i_v_plot_control.html">IVPlotControl</a></div><div class="ttdoc">A vector plot to display functions and waveforms.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00401">IControls.h:403</a></div></div>
<div class="ttc" id="aclass_i_v_plot_control_html_a18cf90c93f44e28f94f3c6688b5c4744"><div class="ttname"><a href="class_i_v_plot_control.html#a18cf90c93f44e28f94f3c6688b5c4744">IVPlotControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01159">IControls.cpp:1159</a></div></div>
<div class="ttc" id="aclass_i_v_plot_control_html_a2dc35b8a5a166975b85bc55998acdbe7"><div class="ttname"><a href="class_i_v_plot_control.html#a2dc35b8a5a166975b85bc55998acdbe7">IVPlotControl::OnResize</a></div><div class="ttdeci">void OnResize() override</div><div class="ttdoc">Called when IControl is constructed or resized using SetRect().</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01203">IControls.cpp:1203</a></div></div>
<div class="ttc" id="aclass_i_v_plot_control_html_a832b4eb6297cea14f05fb40dff131b7e"><div class="ttname"><a href="class_i_v_plot_control.html#a832b4eb6297cea14f05fb40dff131b7e">IVPlotControl::AddPlotFunc</a></div><div class="ttdeci">void AddPlotFunc(const IColor &color, const IPlotFunc &func)</div><div class="ttdoc">add a new function to the plot</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01209">IControls.cpp:1209</a></div></div>
<div class="ttc" id="aclass_i_v_plot_control_html_aed9f6ac53cbc2bf1e91c1a11f5260b39"><div class="ttname"><a href="class_i_v_plot_control.html#aed9f6ac53cbc2bf1e91c1a11f5260b39">IVPlotControl::IPlotFunc</a></div><div class="ttdeci">std::function< double(double)> IPlotFunc</div><div class="ttdoc">IVPlotControl passes values between 0 and 1 to this object, that are the plot normalized x values.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00406">IControls.h:406</a></div></div>
<div class="ttc" id="aclass_i_v_plot_control_html_struct_i_v_plot_control_1_1_plot"><div class="ttname"><a href="class_i_v_plot_control.html#struct_i_v_plot_control_1_1_plot">IVPlotControl::Plot</a></div><div class="ttdoc">Groups a plot function and color.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00411">IControls.h:411</a></div></div>
<div class="ttc" id="aclass_i_v_radio_button_control_html"><div class="ttname"><a href="class_i_v_radio_button_control.html">IVRadioButtonControl</a></div><div class="ttdoc">A vector "radio buttons" switch control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00200">IControls.h:201</a></div></div>
<div class="ttc" id="aclass_i_v_radio_button_control_html_a65223a4f5c37459b4f15fc82a0a4943b"><div class="ttname"><a href="class_i_v_radio_button_control.html#a65223a4f5c37459b4f15fc82a0a4943b">IVRadioButtonControl::GetButtonForPoint</a></div><div class="ttdeci">int GetButtonForPoint(float x, float y) const override</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00504">IControls.cpp:504</a></div></div>
<div class="ttc" id="aclass_i_v_radio_button_control_html_afb146c1785e649e4d05ebd6b90998833"><div class="ttname"><a href="class_i_v_radio_button_control.html#afb146c1785e649e4d05ebd6b90998833">IVRadioButtonControl::DrawWidget</a></div><div class="ttdeci">virtual void DrawWidget(IGraphics &g) override</div><div class="ttdoc">Draw the IVControl main widget (override)</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00486">IControls.cpp:486</a></div></div>
<div class="ttc" id="aclass_i_v_range_slider_control_html"><div class="ttname"><a href="class_i_v_range_slider_control.html">IVRangeSliderControl</a></div><div class="ttdoc">A vector range slider control, with two handles.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00356">IControls.h:357</a></div></div>
<div class="ttc" id="aclass_i_v_range_slider_control_html_a29ee3a7cdc4cbf0e6c7e37f80cb08578"><div class="ttname"><a href="class_i_v_range_slider_control.html#a29ee3a7cdc4cbf0e6c7e37f80cb08578">IVRangeSliderControl::OnMouseOver</a></div><div class="ttdeci">void OnMouseOver(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouseover event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01018">IControls.cpp:1018</a></div></div>
<div class="ttc" id="aclass_i_v_range_slider_control_html_a2ed468f2ba35781b3a9bfd956443231d"><div class="ttname"><a href="class_i_v_range_slider_control.html#a2ed468f2ba35781b3a9bfd956443231d">IVRangeSliderControl::OnMouseDrag</a></div><div class="ttdeci">void OnMouseDrag(float x, float y, float dX, float dY, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouse drag event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01045">IControls.cpp:1045</a></div></div>
<div class="ttc" id="aclass_i_v_range_slider_control_html_a2f6c00d61d1308aaab6e4794803e3804"><div class="ttname"><a href="class_i_v_range_slider_control.html#a2f6c00d61d1308aaab6e4794803e3804">IVRangeSliderControl::OnMouseDown</a></div><div class="ttdeci">void OnMouseDown(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouse down event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01039">IControls.cpp:1039</a></div></div>
<div class="ttc" id="aclass_i_v_range_slider_control_html_a9b87a3cae379b08b67eacc36ac53ebd2"><div class="ttname"><a href="class_i_v_range_slider_control.html#a9b87a3cae379b08b67eacc36ac53ebd2">IVRangeSliderControl::OnMouseOut</a></div><div class="ttdeci">void OnMouseOut() override</div><div class="ttdoc">Implement this method to respond to a mouseout event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00365">IControls.h:365</a></div></div>
<div class="ttc" id="aclass_i_v_range_slider_control_html_aa34141a8fda4ffa9b98a5bc9de76ac09"><div class="ttname"><a href="class_i_v_range_slider_control.html#aa34141a8fda4ffa9b98a5bc9de76ac09">IVRangeSliderControl::OnMouseUp</a></div><div class="ttdeci">void OnMouseUp(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouse up event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00367">IControls.h:367</a></div></div>
<div class="ttc" id="aclass_i_v_range_slider_control_html_aa749be801c56ae551df41aa9446bf366"><div class="ttname"><a href="class_i_v_range_slider_control.html#aa749be801c56ae551df41aa9446bf366">IVRangeSliderControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00936">IControls.cpp:936</a></div></div>
<div class="ttc" id="aclass_i_v_range_slider_control_html_ac38f4391082f9dd45edcd9c6a65f9e35"><div class="ttname"><a href="class_i_v_range_slider_control.html#ac38f4391082f9dd45edcd9c6a65f9e35">IVRangeSliderControl::DrawWidget</a></div><div class="ttdeci">void DrawWidget(IGraphics &g) override</div><div class="ttdoc">Draw the IVControl main widget (override)</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00995">IControls.cpp:995</a></div></div>
<div class="ttc" id="aclass_i_v_slide_switch_control_html"><div class="ttname"><a href="class_i_v_slide_switch_control.html">IVSlideSwitchControl</a></div><div class="ttdoc">A switch with a slide animation when clicked.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00106">IControls.h:107</a></div></div>
<div class="ttc" id="aclass_i_v_slide_switch_control_html_a40dfd375d983acbea5d523b74a0d3646"><div class="ttname"><a href="class_i_v_slide_switch_control.html#a40dfd375d983acbea5d523b74a0d3646">IVSlideSwitchControl::DrawWidget</a></div><div class="ttdeci">virtual void DrawWidget(IGraphics &g) override</div><div class="ttdoc">Draw the IVControl main widget (override)</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00273">IControls.cpp:273</a></div></div>
<div class="ttc" id="aclass_i_v_slide_switch_control_html_a63f26914d87bf90b060205ab27fcc579"><div class="ttname"><a href="class_i_v_slide_switch_control.html#a63f26914d87bf90b060205ab27fcc579">IVSlideSwitchControl::SetDirty</a></div><div class="ttdeci">void SetDirty(bool push, int valIdx=kNoValIdx) override</div><div class="ttdoc">Mark the control as dirty, i.e.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00290">IControls.cpp:290</a></div></div>
<div class="ttc" id="aclass_i_v_slide_switch_control_html_ab4f2bd6fc3b584d945a77dabe4bdf6f5"><div class="ttname"><a href="class_i_v_slide_switch_control.html#ab4f2bd6fc3b584d945a77dabe4bdf6f5">IVSlideSwitchControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00263">IControls.cpp:263</a></div></div>
<div class="ttc" id="aclass_i_v_slide_switch_control_html_afcdebb1dd6c80907d7a8b93e4e06a40b"><div class="ttname"><a href="class_i_v_slide_switch_control.html#afcdebb1dd6c80907d7a8b93e4e06a40b">IVSlideSwitchControl::OnResize</a></div><div class="ttdeci">void OnResize() override</div><div class="ttdoc">Called when IControl is constructed or resized using SetRect().</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00250">IControls.cpp:250</a></div></div>
<div class="ttc" id="aclass_i_v_slider_control_html"><div class="ttname"><a href="class_i_v_slider_control.html">IVSliderControl</a></div><div class="ttdoc">A vector slider control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00315">IControls.h:317</a></div></div>
<div class="ttc" id="aclass_i_v_slider_control_html_a098cc6eceb881c13efa3b0cd4e3e4f21"><div class="ttname"><a href="class_i_v_slider_control.html#a098cc6eceb881c13efa3b0cd4e3e4f21">IVSliderControl::OnResize</a></div><div class="ttdeci">void OnResize() override</div><div class="ttdoc">Called when IControl is constructed or resized using SetRect().</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00881">IControls.cpp:881</a></div></div>
<div class="ttc" id="aclass_i_v_slider_control_html_a427e695d62991156fd6358f5f006cd5f"><div class="ttname"><a href="class_i_v_slider_control.html#a427e695d62991156fd6358f5f006cd5f">IVSliderControl::OnMouseOut</a></div><div class="ttdeci">void OnMouseOut() override</div><div class="ttdoc">Implement this method to respond to a mouseout event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00333">IControls.h:333</a></div></div>
<div class="ttc" id="aclass_i_v_slider_control_html_a62740f03520fe8abf0c707cfd58aa9fb"><div class="ttname"><a href="class_i_v_slider_control.html#a62740f03520fe8abf0c707cfd58aa9fb">IVSliderControl::OnMouseOver</a></div><div class="ttdeci">void OnMouseOver(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouseover event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00872">IControls.cpp:872</a></div></div>
<div class="ttc" id="aclass_i_v_slider_control_html_a641812dc353514bd3214b8fe9e7d1086"><div class="ttname"><a href="class_i_v_slider_control.html#a641812dc353514bd3214b8fe9e7d1086">IVSliderControl::SetDirty</a></div><div class="ttdeci">void SetDirty(bool push, int valIdx=kNoValIdx) override</div><div class="ttdoc">Mark the control as dirty, i.e.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00906">IControls.cpp:906</a></div></div>
<div class="ttc" id="aclass_i_v_slider_control_html_a67b1d3568c69c3bc753264f8f9bb1694"><div class="ttname"><a href="class_i_v_slider_control.html#a67b1d3568c69c3bc753264f8f9bb1694">IVSliderControl::OnMouseUp</a></div><div class="ttdeci">void OnMouseUp(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouse up event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00866">IControls.cpp:866</a></div></div>
<div class="ttc" id="aclass_i_v_slider_control_html_a73bcf5c30f9c2328e20a6ae369522efc"><div class="ttname"><a href="class_i_v_slider_control.html#a73bcf5c30f9c2328e20a6ae369522efc">IVSliderControl::OnMouseDown</a></div><div class="ttdeci">void OnMouseDown(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouse down event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00845">IControls.cpp:845</a></div></div>
<div class="ttc" id="aclass_i_v_slider_control_html_a76b36f7490edb586a30be012cc1ff24b"><div class="ttname"><a href="class_i_v_slider_control.html#a76b36f7490edb586a30be012cc1ff24b">IVSliderControl::OnMouseDblClick</a></div><div class="ttdeci">void OnMouseDblClick(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouse double click event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00857">IControls.cpp:857</a></div></div>
<div class="ttc" id="aclass_i_v_slider_control_html_a8bd3436972c2f34791e835be1cf5579f"><div class="ttname"><a href="class_i_v_slider_control.html#a8bd3436972c2f34791e835be1cf5579f">IVSliderControl::DrawWidget</a></div><div class="ttdeci">virtual void DrawWidget(IGraphics &g) override</div><div class="ttdoc">Draw the IVControl main widget (override)</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00812">IControls.cpp:812</a></div></div>
<div class="ttc" id="aclass_i_v_slider_control_html_aab506399b0750adc21eb5f592d93e7cb"><div class="ttname"><a href="class_i_v_slider_control.html#aab506399b0750adc21eb5f592d93e7cb">IVSliderControl::IsHit</a></div><div class="ttdeci">bool IsHit(float x, float y) const override</div><div class="ttdoc">Hit test the control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00893">IControls.cpp:893</a></div></div>
<div class="ttc" id="aclass_i_v_slider_control_html_acfc347be0ebb54e8b3c6b10ac126dd0e"><div class="ttname"><a href="class_i_v_slider_control.html#acfc347be0ebb54e8b3c6b10ac126dd0e">IVSliderControl::OnInit</a></div><div class="ttdeci">void OnInit() override</div><div class="ttdoc">Called just prior to when the control is attached, after its delegate and graphics member variable se...</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00916">IControls.cpp:916</a></div></div>
<div class="ttc" id="aclass_i_v_slider_control_html_af3104c522034baa9925a1cfd4531d578"><div class="ttname"><a href="class_i_v_slider_control.html#af3104c522034baa9925a1cfd4531d578">IVSliderControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00790">IControls.cpp:790</a></div></div>
<div class="ttc" id="aclass_i_v_switch_control_html"><div class="ttname"><a href="class_i_v_switch_control.html">IVSwitchControl</a></div><div class="ttdoc">A vector switch control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00073">IControls.h:75</a></div></div>
<div class="ttc" id="aclass_i_v_switch_control_html_a1131e610d6b18147eb553679aac0d566"><div class="ttname"><a href="class_i_v_switch_control.html#a1131e610d6b18147eb553679aac0d566">IVSwitchControl::OnInit</a></div><div class="ttdeci">void OnInit() override</div><div class="ttdoc">Called just prior to when the control is attached, after its delegate and graphics member variable se...</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00144">IControls.cpp:144</a></div></div>
<div class="ttc" id="aclass_i_v_switch_control_html_a25a8bd56b45c4fdfe727eee0dfc36ae5"><div class="ttname"><a href="class_i_v_switch_control.html#a25a8bd56b45c4fdfe727eee0dfc36ae5">IVSwitchControl::IsHit</a></div><div class="ttdeci">bool IsHit(float x, float y) const override</div><div class="ttdoc">Hit test the control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00139">IControls.cpp:139</a></div></div>
<div class="ttc" id="aclass_i_v_switch_control_html_a3d8bf3e2897f441112f5e3685fd0166f"><div class="ttname"><a href="class_i_v_switch_control.html#a3d8bf3e2897f441112f5e3685fd0166f">IVSwitchControl::DrawWidget</a></div><div class="ttdeci">virtual void DrawWidget(IGraphics &g) override</div><div class="ttdoc">Draw the IVControl main widget (override)</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00118">IControls.cpp:118</a></div></div>
<div class="ttc" id="aclass_i_v_switch_control_html_a714e79d3c3cf5d252411b6df5e83bdbd"><div class="ttname"><a href="class_i_v_switch_control.html#a714e79d3c3cf5d252411b6df5e83bdbd">IVSwitchControl::SetDirty</a></div><div class="ttdeci">void SetDirty(bool push, int valIdx=kNoValIdx) override</div><div class="ttdoc">Mark the control as dirty, i.e.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00123">IControls.cpp:123</a></div></div>
<div class="ttc" id="aclass_i_v_switch_control_html_aa6038a0c8e6d4d27aa5369e4590c3ffe"><div class="ttname"><a href="class_i_v_switch_control.html#aa6038a0c8e6d4d27aa5369e4590c3ffe">IVSwitchControl::OnResize</a></div><div class="ttdeci">void OnResize() override</div><div class="ttdoc">Called when IControl is constructed or resized using SetRect().</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00133">IControls.cpp:133</a></div></div>
<div class="ttc" id="aclass_i_v_switch_control_html_ac18186a9fe7cbf6ca0e541a7265132e3"><div class="ttname"><a href="class_i_v_switch_control.html#ac18186a9fe7cbf6ca0e541a7265132e3">IVSwitchControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00110">IControls.cpp:110</a></div></div>
<div class="ttc" id="aclass_i_v_switch_control_html_aecac2dfdf5949ce9443b9022d6be242c"><div class="ttname"><a href="class_i_v_switch_control.html#aecac2dfdf5949ce9443b9022d6be242c">IVSwitchControl::OnMouseOut</a></div><div class="ttdeci">void OnMouseOut() override</div><div class="ttdoc">Implement this method to respond to a mouseout event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00083">IControls.h:83</a></div></div>
<div class="ttc" id="aclass_i_v_tab_switch_control_html"><div class="ttname"><a href="class_i_v_tab_switch_control.html">IVTabSwitchControl</a></div><div class="ttdoc">A vector "tab" multi switch control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00146">IControls.h:148</a></div></div>
<div class="ttc" id="aclass_i_v_tab_switch_control_html_a2e622b97d491dac9dabf9a7bd1ec1a1b"><div class="ttname"><a href="class_i_v_tab_switch_control.html#a2e622b97d491dac9dabf9a7bd1ec1a1b">IVTabSwitchControl::OnMouseOut</a></div><div class="ttdeci">void OnMouseOut() override</div><div class="ttdoc">Implement this method to respond to a mouseout event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00182">IControls.h:182</a></div></div>
<div class="ttc" id="aclass_i_v_tab_switch_control_html_a3eb31174d8202c0ce6c91c9cee54bb3d"><div class="ttname"><a href="class_i_v_tab_switch_control.html#a3eb31174d8202c0ce6c91c9cee54bb3d">IVTabSwitchControl::OnResize</a></div><div class="ttdeci">void OnResize() override</div><div class="ttdoc">Called when IControl is constructed or resized using SetRect().</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00449">IControls.cpp:449</a></div></div>
<div class="ttc" id="aclass_i_v_tab_switch_control_html_a459f8c4eb36bace21054c0449e37b324"><div class="ttname"><a href="class_i_v_tab_switch_control.html#a459f8c4eb36bace21054c0449e37b324">IVTabSwitchControl::IsHit</a></div><div class="ttdeci">virtual bool IsHit(float x, float y) const override</div><div class="ttdoc">Hit test the control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00426">IControls.cpp:426</a></div></div>
<div class="ttc" id="aclass_i_v_tab_switch_control_html_a50d4e9acdf04600eeab2a3b50a441209"><div class="ttname"><a href="class_i_v_tab_switch_control.html#a50d4e9acdf04600eeab2a3b50a441209">IVTabSwitchControl::OnMouseDown</a></div><div class="ttdeci">void OnMouseDown(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouse down event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00431">IControls.cpp:431</a></div></div>
<div class="ttc" id="aclass_i_v_tab_switch_control_html_a5ff404c63f2ac37d28fc3092dc1b2ef5"><div class="ttname"><a href="class_i_v_tab_switch_control.html#a5ff404c63f2ac37d28fc3092dc1b2ef5">IVTabSwitchControl::DrawWidget</a></div><div class="ttdeci">virtual void DrawWidget(IGraphics &g) override</div><div class="ttdoc">Draw the IVControl main widget (override)</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00387">IControls.cpp:387</a></div></div>
<div class="ttc" id="aclass_i_v_tab_switch_control_html_a905c136bdc27da67ffdd6e5519501f28"><div class="ttname"><a href="class_i_v_tab_switch_control.html#a905c136bdc27da67ffdd6e5519501f28">IVTabSwitchControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00350">IControls.cpp:350</a></div></div>
<div class="ttc" id="aclass_i_v_tab_switch_control_html_a9bb095213b783fb68af28d4eac6218cf"><div class="ttname"><a href="class_i_v_tab_switch_control.html#a9bb095213b783fb68af28d4eac6218cf">IVTabSwitchControl::OnMouseOver</a></div><div class="ttdeci">void OnMouseOver(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouseover event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00440">IControls.cpp:440</a></div></div>
<div class="ttc" id="aclass_i_v_tab_switch_control_html_aa72c63e01f43bb5e5c0beca5d0215d04"><div class="ttname"><a href="class_i_v_tab_switch_control.html#aa72c63e01f43bb5e5c0beca5d0215d04">IVTabSwitchControl::GetButtonForPoint</a></div><div class="ttdeci">virtual int GetButtonForPoint(float x, float y) const</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00415">IControls.cpp:415</a></div></div>
<div class="ttc" id="aclass_i_v_tab_switch_control_html_aeb719eaaaf423c6b6267f4dde90b69b0"><div class="ttname"><a href="class_i_v_tab_switch_control.html#aeb719eaaaf423c6b6267f4dde90b69b0">IVTabSwitchControl::OnInit</a></div><div class="ttdeci">void OnInit() override</div><div class="ttdoc">Called just prior to when the control is attached, after its delegate and graphics member variable se...</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00332">IControls.cpp:332</a></div></div>
<div class="ttc" id="aclass_i_v_tab_switch_control_html_af9b3028596d882c65163ce6ab7e3f9fc"><div class="ttname"><a href="class_i_v_tab_switch_control.html#af9b3028596d882c65163ce6ab7e3f9fc">IVTabSwitchControl::GetSelectedLabelStr</a></div><div class="ttdeci">const char * GetSelectedLabelStr() const</div><div class="ttdoc">returns the label string on the selected tab</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00463">IControls.cpp:463</a></div></div>
<div class="ttc" id="aclass_i_v_toggle_control_html"><div class="ttname"><a href="class_i_v_toggle_control.html">IVToggleControl</a></div><div class="ttdoc">A vector toggle control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00091">IControls.h:92</a></div></div>
<div class="ttc" id="aclass_i_v_toggle_control_html_a1cec8f559231cd20c2b42568adff7764"><div class="ttname"><a href="class_i_v_toggle_control.html#a1cec8f559231cd20c2b42568adff7764">IVToggleControl::DrawValue</a></div><div class="ttdeci">void DrawValue(IGraphics &g, bool mouseOver) override</div><div class="ttdoc">Draw the IVControl value text.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00180">IControls.cpp:180</a></div></div>
<div class="ttc" id="aclass_i_v_toggle_control_html_ac33670e6533e44f97e4e07a0f1a9a5e7"><div class="ttname"><a href="class_i_v_toggle_control.html#ac33670e6533e44f97e4e07a0f1a9a5e7">IVToggleControl::DrawWidget</a></div><div class="ttdeci">void DrawWidget(IGraphics &g) override</div><div class="ttdoc">Draw the IVControl main widget (override)</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l00175">IControls.cpp:175</a></div></div>
<div class="ttc" id="aclass_i_v_track_control_base_html"><div class="ttname"><a href="class_i_v_track_control_base.html">IVTrackControlBase</a></div><div class="ttdoc">A base class for mult-strip/track controls, such as multi-sliders, meters Track refers to the channel...</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l01429">IControl.h:1431</a></div></div>
<div class="ttc" id="aclass_i_v_track_control_base_html_a5c099f9c210d664df425531a6ea24c52"><div class="ttname"><a href="class_i_v_track_control_base.html#a5c099f9c210d664df425531a6ea24c52">IVTrackControlBase::OnMouseOut</a></div><div class="ttdeci">void OnMouseOut() override</div><div class="ttdoc">Implement this method to respond to a mouseout event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l01527">IControl.h:1527</a></div></div>
<div class="ttc" id="aclass_i_v_x_y_pad_control_html"><div class="ttname"><a href="class_i_v_x_y_pad_control.html">IVXYPadControl</a></div><div class="ttdoc">A vector XY Pad slider control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8h_source.html#l00380">IControls.h:381</a></div></div>
<div class="ttc" id="aclass_i_v_x_y_pad_control_html_a0b829d03d9d7056141d5fb5d6be9560f"><div class="ttname"><a href="class_i_v_x_y_pad_control.html#a0b829d03d9d7056141d5fb5d6be9560f">IVXYPadControl::OnMouseDown</a></div><div class="ttdeci">void OnMouseDown(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouse down event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01108">IControls.cpp:1108</a></div></div>
<div class="ttc" id="aclass_i_v_x_y_pad_control_html_a3916a64a4832c6e58c441e729bfb95fb"><div class="ttname"><a href="class_i_v_x_y_pad_control.html#a3916a64a4832c6e58c441e729bfb95fb">IVXYPadControl::DrawWidget</a></div><div class="ttdeci">void DrawWidget(IGraphics &g) override</div><div class="ttdoc">Draw the IVControl main widget (override)</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01078">IControls.cpp:1078</a></div></div>
<div class="ttc" id="aclass_i_v_x_y_pad_control_html_a5d0135448bfc25e7afed3215091a998a"><div class="ttname"><a href="class_i_v_x_y_pad_control.html#a5d0135448bfc25e7afed3215091a998a">IVXYPadControl::OnMouseDrag</a></div><div class="ttdeci">void OnMouseDrag(float x, float y, float dX, float dY, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouse drag event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01126">IControls.cpp:1126</a></div></div>
<div class="ttc" id="aclass_i_v_x_y_pad_control_html_a70b57243ade82d5de9bde4b26e4ae7d1"><div class="ttname"><a href="class_i_v_x_y_pad_control.html#a70b57243ade82d5de9bde4b26e4ae7d1">IVXYPadControl::OnResize</a></div><div class="ttdeci">void OnResize() override</div><div class="ttdoc">Called when IControl is constructed or resized using SetRect().</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01136">IControls.cpp:1136</a></div></div>
<div class="ttc" id="aclass_i_v_x_y_pad_control_html_aa0294b9a24f90b55fe65141b7fc0917a"><div class="ttname"><a href="class_i_v_x_y_pad_control.html#aa0294b9a24f90b55fe65141b7fc0917a">IVXYPadControl::Draw</a></div><div class="ttdeci">void Draw(IGraphics &g) override</div><div class="ttdoc">Draw the control to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01067">IControls.cpp:1067</a></div></div>
<div class="ttc" id="aclass_i_v_x_y_pad_control_html_ae4086a6e5b8bf588f79da01e13e943fb"><div class="ttname"><a href="class_i_v_x_y_pad_control.html#ae4086a6e5b8bf588f79da01e13e943fb">IVXYPadControl::OnMouseUp</a></div><div class="ttdeci">void OnMouseUp(float x, float y, const IMouseMod &mod) override</div><div class="ttdoc">Implement this method to respond to a mouse up event on this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_controls_8cpp_source.html#l01117">IControls.cpp:1117</a></div></div>
<div class="ttc" id="aclass_i_vector_base_html"><div class="ttname"><a href="class_i_vector_base.html">IVectorBase</a></div><div class="ttdoc">A base interface to be combined with IControl for vectorial controls "IVControls",...</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00761">IControl.h:762</a></div></div>
<div class="ttc" id="aclass_i_vector_base_html_a2cda013efaff29ffaa0142b5e9bde145"><div class="ttname"><a href="class_i_vector_base.html#a2cda013efaff29ffaa0142b5e9bde145">IVectorBase::MakeRects</a></div><div class="ttdeci">IRECT MakeRects(const IRECT &parent, bool hasHandle=false)</div><div class="ttdoc">Calculate the rectangles for the various areas, depending on the style.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l01163">IControl.h:1163</a></div></div>
<div class="ttc" id="aclass_i_vector_base_html_a34ede48b05e8aa446350eaf2e1bfc45a"><div class="ttname"><a href="class_i_vector_base.html#a34ede48b05e8aa446350eaf2e1bfc45a">IVectorBase::DrawBackground</a></div><div class="ttdeci">virtual void DrawBackground(IGraphics &g, const IRECT &rect)</div><div class="ttdoc">Draw the IVControl background (usually transparent)</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00881">IControl.h:881</a></div></div>
<div class="ttc" id="aclass_i_vector_base_html_a7a725fc740cde9bbf39a5ebb5bdc87c7"><div class="ttname"><a href="class_i_vector_base.html#a7a725fc740cde9bbf39a5ebb5bdc87c7">IVectorBase::DrawValue</a></div><div class="ttdeci">virtual void DrawValue(IGraphics &g, bool mouseOver)</div><div class="ttdoc">Draw the IVControl value text.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00904">IControl.h:904</a></div></div>
<div class="ttc" id="aclass_i_vector_base_html_aaeaad70c3715e71344c9e589461483c8"><div class="ttname"><a href="class_i_vector_base.html#aaeaad70c3715e71344c9e589461483c8">IVectorBase::AttachIControl</a></div><div class="ttdeci">void AttachIControl(IControl *pControl, const char *label)</div><div class="ttdoc">Call in the constructor of your IVControl to link the IVectorBase and IControl.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00780">IControl.h:780</a></div></div>
<div class="ttc" id="aclass_i_vector_base_html_ab4cf7d31acdc52745d9ca60393be1d98"><div class="ttname"><a href="class_i_vector_base.html#ab4cf7d31acdc52745d9ca60393be1d98">IVectorBase::DrawPressableRectangle</a></div><div class="ttdeci">IRECT DrawPressableRectangle(IGraphics &g, const IRECT &bounds, bool pressed, bool mouseOver, bool disabled, bool rtl=true, bool rtr=true, bool rbl=true, bool rbr=true)</div><div class="ttdoc">Draw a rectangle-shaped vector button.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l01025">IControl.h:1025</a></div></div>
<div class="ttc" id="aclass_i_vector_base_html_ac0f3b5b90568f751a2a4e2b12f4f18e8"><div class="ttname"><a href="class_i_vector_base.html#ac0f3b5b90568f751a2a4e2b12f4f18e8">IVectorBase::DrawLabel</a></div><div class="ttdeci">virtual void DrawLabel(IGraphics &g)</div><div class="ttdoc">Draw the IVControl label text.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00894">IControl.h:894</a></div></div>
<div class="ttc" id="agroup___i_graphics_structs_html_ga1cec482c9598f399615d7c1c9e0013d2"><div class="ttname"><a href="group___i_graphics_structs.html#ga1cec482c9598f399615d7c1c9e0013d2">EmptyClickActionFunc</a></div><div class="ttdeci">void EmptyClickActionFunc(IControl *pCaller)</div><div class="ttdoc">A click action function that does nothing.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8cpp_source.html#l00043">IControl.cpp:43</a></div></div>
<div class="ttc" id="agroup___i_graphics_structs_html_ga33d8ce0f94fe315b5dc2f75394bccc3d"><div class="ttname"><a href="group___i_graphics_structs.html#ga33d8ce0f94fe315b5dc2f75394bccc3d">DefaultClickActionFunc</a></div><div class="ttdeci">void DefaultClickActionFunc(IControl *pCaller)</div><div class="ttdoc">A click action function that triggers the default animation function for DEFAULT_ANIMATION_DURATION.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8cpp_source.html#l00045">IControl.cpp:45</a></div></div>
<div class="ttc" id="agroup___i_graphics_structs_html_ga4811fc1cdfe2f505c6ad07024731bc41"><div class="ttname"><a href="group___i_graphics_structs.html#ga4811fc1cdfe2f505c6ad07024731bc41">SplashClickActionFunc</a></div><div class="ttdeci">void SplashClickActionFunc(IControl *pCaller)</div><div class="ttdoc">The splash click action function is used by IVControls to start SplashAnimationFunc.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8cpp_source.html#l00047">IControl.cpp:47</a></div></div>
<div class="ttc" id="agroup___i_graphics_structs_html_ga9b7871899f7948866b57786e8dbf678b"><div class="ttname"><a href="group___i_graphics_structs.html#ga9b7871899f7948866b57786e8dbf678b">ILayerPtr</a></div><div class="ttdeci">std::unique_ptr< ILayer > ILayerPtr</div><div class="ttdoc">ILayerPtr is a managed pointer for transferring the ownership of layers.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l02370">IGraphicsStructs.h:2370</a></div></div>
<div class="ttc" id="astruct_i_color_html"><div class="ttname"><a href="struct_i_color.html">IColor</a></div><div class="ttdoc">Used to manage color data, independent of draw class/platform.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00222">IGraphicsStructs.h:223</a></div></div>
<div class="ttc" id="astruct_i_mouse_mod_html"><div class="ttname"><a href="struct_i_mouse_mod.html">IMouseMod</a></div><div class="ttdoc">Used to manage mouse modifiers i.e.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l01695">IGraphicsStructs.h:1696</a></div></div>
<div class="ttc" id="astruct_i_r_e_c_t_html"><div class="ttname"><a href="struct_i_r_e_c_t.html">IRECT</a></div><div class="ttdoc">Used to manage a rectangular area, independent of draw class/platform.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00748">IGraphicsStructs.h:749</a></div></div>
<div class="ttc" id="astruct_i_r_e_c_t_html_a433e5b91055541b18ea1fa4849874127"><div class="ttname"><a href="struct_i_r_e_c_t.html#a433e5b91055541b18ea1fa4849874127">IRECT::GetCentredInside</a></div><div class="ttdeci">IRECT GetCentredInside(const IRECT &sr) const</div><div class="ttdoc">Get a rectangle the size of sr but with the same center point as this rectangle.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l01586">IGraphicsStructs.h:1586</a></div></div>
<div class="ttc" id="astruct_i_r_e_c_t_html_af020b51247a87c9427041307c53dd6d7"><div class="ttname"><a href="struct_i_r_e_c_t.html#af020b51247a87c9427041307c53dd6d7">IRECT::GetPadded</a></div><div class="ttdeci">IRECT GetPadded(float padding) const</div><div class="ttdoc">Get a copy of this IRECT with each value padded by padding N.B.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l01340">IGraphicsStructs.h:1340</a></div></div>
<div class="ttc" id="astruct_i_s_v_g_html"><div class="ttname"><a href="struct_i_s_v_g.html">ISVG</a></div><div class="ttdoc">User-facing SVG abstraction that you use to manage SVG data ISVG doesn't actually own the image data.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00193">IGraphicsStructs.h:194</a></div></div>
<div class="ttc" id="astruct_i_text_html"><div class="ttname"><a href="struct_i_text.html">IText</a></div><div class="ttdoc">IText is used to manage font and text/text entry style for a piece of text on the UI,...</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00661">IGraphicsStructs.h:662</a></div></div>
<div class="ttc" id="astruct_i_v_style_html"><div class="ttname"><a href="struct_i_v_style.html">IVStyle</a></div><div class="ttdoc">A struct encapsulating a set of properties used to configure IVControls.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l02484">IGraphicsStructs.h:2485</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5
</small></address>
</body>
</html>