implot-sys 0.6.0

Raw FFI bindings to implot
Documentation
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
local defs = {}
defs["enums"] = {}
defs["enums"]["ImPlotAxisFlags_"] = {}
defs["enums"]["ImPlotAxisFlags_"][1] = {}
defs["enums"]["ImPlotAxisFlags_"][1]["calc_value"] = 0
defs["enums"]["ImPlotAxisFlags_"][1]["name"] = "ImPlotAxisFlags_None"
defs["enums"]["ImPlotAxisFlags_"][1]["value"] = "0"
defs["enums"]["ImPlotAxisFlags_"][2] = {}
defs["enums"]["ImPlotAxisFlags_"][2]["calc_value"] = 1
defs["enums"]["ImPlotAxisFlags_"][2]["name"] = "ImPlotAxisFlags_NoGridLines"
defs["enums"]["ImPlotAxisFlags_"][2]["value"] = "1 << 0"
defs["enums"]["ImPlotAxisFlags_"][3] = {}
defs["enums"]["ImPlotAxisFlags_"][3]["calc_value"] = 2
defs["enums"]["ImPlotAxisFlags_"][3]["name"] = "ImPlotAxisFlags_NoTickMarks"
defs["enums"]["ImPlotAxisFlags_"][3]["value"] = "1 << 1"
defs["enums"]["ImPlotAxisFlags_"][4] = {}
defs["enums"]["ImPlotAxisFlags_"][4]["calc_value"] = 4
defs["enums"]["ImPlotAxisFlags_"][4]["name"] = "ImPlotAxisFlags_NoTickLabels"
defs["enums"]["ImPlotAxisFlags_"][4]["value"] = "1 << 2"
defs["enums"]["ImPlotAxisFlags_"][5] = {}
defs["enums"]["ImPlotAxisFlags_"][5]["calc_value"] = 8
defs["enums"]["ImPlotAxisFlags_"][5]["name"] = "ImPlotAxisFlags_LogScale"
defs["enums"]["ImPlotAxisFlags_"][5]["value"] = "1 << 3"
defs["enums"]["ImPlotAxisFlags_"][6] = {}
defs["enums"]["ImPlotAxisFlags_"][6]["calc_value"] = 16
defs["enums"]["ImPlotAxisFlags_"][6]["name"] = "ImPlotAxisFlags_Time"
defs["enums"]["ImPlotAxisFlags_"][6]["value"] = "1 << 4"
defs["enums"]["ImPlotAxisFlags_"][7] = {}
defs["enums"]["ImPlotAxisFlags_"][7]["calc_value"] = 32
defs["enums"]["ImPlotAxisFlags_"][7]["name"] = "ImPlotAxisFlags_Invert"
defs["enums"]["ImPlotAxisFlags_"][7]["value"] = "1 << 5"
defs["enums"]["ImPlotAxisFlags_"][8] = {}
defs["enums"]["ImPlotAxisFlags_"][8]["calc_value"] = 64
defs["enums"]["ImPlotAxisFlags_"][8]["name"] = "ImPlotAxisFlags_LockMin"
defs["enums"]["ImPlotAxisFlags_"][8]["value"] = "1 << 6"
defs["enums"]["ImPlotAxisFlags_"][9] = {}
defs["enums"]["ImPlotAxisFlags_"][9]["calc_value"] = 128
defs["enums"]["ImPlotAxisFlags_"][9]["name"] = "ImPlotAxisFlags_LockMax"
defs["enums"]["ImPlotAxisFlags_"][9]["value"] = "1 << 7"
defs["enums"]["ImPlotAxisFlags_"][10] = {}
defs["enums"]["ImPlotAxisFlags_"][10]["calc_value"] = 192
defs["enums"]["ImPlotAxisFlags_"][10]["name"] = "ImPlotAxisFlags_Lock"
defs["enums"]["ImPlotAxisFlags_"][10]["value"] = "ImPlotAxisFlags_LockMin | ImPlotAxisFlags_LockMax"
defs["enums"]["ImPlotAxisFlags_"][11] = {}
defs["enums"]["ImPlotAxisFlags_"][11]["calc_value"] = 7
defs["enums"]["ImPlotAxisFlags_"][11]["name"] = "ImPlotAxisFlags_NoDecorations"
defs["enums"]["ImPlotAxisFlags_"][11]["value"] = "ImPlotAxisFlags_NoGridLines | ImPlotAxisFlags_NoTickMarks | ImPlotAxisFlags_NoTickLabels"
defs["enums"]["ImPlotCol_"] = {}
defs["enums"]["ImPlotCol_"][1] = {}
defs["enums"]["ImPlotCol_"][1]["calc_value"] = 0
defs["enums"]["ImPlotCol_"][1]["name"] = "ImPlotCol_Line"
defs["enums"]["ImPlotCol_"][1]["value"] = "0"
defs["enums"]["ImPlotCol_"][2] = {}
defs["enums"]["ImPlotCol_"][2]["calc_value"] = 1
defs["enums"]["ImPlotCol_"][2]["name"] = "ImPlotCol_Fill"
defs["enums"]["ImPlotCol_"][2]["value"] = "1"
defs["enums"]["ImPlotCol_"][3] = {}
defs["enums"]["ImPlotCol_"][3]["calc_value"] = 2
defs["enums"]["ImPlotCol_"][3]["name"] = "ImPlotCol_MarkerOutline"
defs["enums"]["ImPlotCol_"][3]["value"] = "2"
defs["enums"]["ImPlotCol_"][4] = {}
defs["enums"]["ImPlotCol_"][4]["calc_value"] = 3
defs["enums"]["ImPlotCol_"][4]["name"] = "ImPlotCol_MarkerFill"
defs["enums"]["ImPlotCol_"][4]["value"] = "3"
defs["enums"]["ImPlotCol_"][5] = {}
defs["enums"]["ImPlotCol_"][5]["calc_value"] = 4
defs["enums"]["ImPlotCol_"][5]["name"] = "ImPlotCol_ErrorBar"
defs["enums"]["ImPlotCol_"][5]["value"] = "4"
defs["enums"]["ImPlotCol_"][6] = {}
defs["enums"]["ImPlotCol_"][6]["calc_value"] = 5
defs["enums"]["ImPlotCol_"][6]["name"] = "ImPlotCol_FrameBg"
defs["enums"]["ImPlotCol_"][6]["value"] = "5"
defs["enums"]["ImPlotCol_"][7] = {}
defs["enums"]["ImPlotCol_"][7]["calc_value"] = 6
defs["enums"]["ImPlotCol_"][7]["name"] = "ImPlotCol_PlotBg"
defs["enums"]["ImPlotCol_"][7]["value"] = "6"
defs["enums"]["ImPlotCol_"][8] = {}
defs["enums"]["ImPlotCol_"][8]["calc_value"] = 7
defs["enums"]["ImPlotCol_"][8]["name"] = "ImPlotCol_PlotBorder"
defs["enums"]["ImPlotCol_"][8]["value"] = "7"
defs["enums"]["ImPlotCol_"][9] = {}
defs["enums"]["ImPlotCol_"][9]["calc_value"] = 8
defs["enums"]["ImPlotCol_"][9]["name"] = "ImPlotCol_LegendBg"
defs["enums"]["ImPlotCol_"][9]["value"] = "8"
defs["enums"]["ImPlotCol_"][10] = {}
defs["enums"]["ImPlotCol_"][10]["calc_value"] = 9
defs["enums"]["ImPlotCol_"][10]["name"] = "ImPlotCol_LegendBorder"
defs["enums"]["ImPlotCol_"][10]["value"] = "9"
defs["enums"]["ImPlotCol_"][11] = {}
defs["enums"]["ImPlotCol_"][11]["calc_value"] = 10
defs["enums"]["ImPlotCol_"][11]["name"] = "ImPlotCol_LegendText"
defs["enums"]["ImPlotCol_"][11]["value"] = "10"
defs["enums"]["ImPlotCol_"][12] = {}
defs["enums"]["ImPlotCol_"][12]["calc_value"] = 11
defs["enums"]["ImPlotCol_"][12]["name"] = "ImPlotCol_TitleText"
defs["enums"]["ImPlotCol_"][12]["value"] = "11"
defs["enums"]["ImPlotCol_"][13] = {}
defs["enums"]["ImPlotCol_"][13]["calc_value"] = 12
defs["enums"]["ImPlotCol_"][13]["name"] = "ImPlotCol_InlayText"
defs["enums"]["ImPlotCol_"][13]["value"] = "12"
defs["enums"]["ImPlotCol_"][14] = {}
defs["enums"]["ImPlotCol_"][14]["calc_value"] = 13
defs["enums"]["ImPlotCol_"][14]["name"] = "ImPlotCol_XAxis"
defs["enums"]["ImPlotCol_"][14]["value"] = "13"
defs["enums"]["ImPlotCol_"][15] = {}
defs["enums"]["ImPlotCol_"][15]["calc_value"] = 14
defs["enums"]["ImPlotCol_"][15]["name"] = "ImPlotCol_XAxisGrid"
defs["enums"]["ImPlotCol_"][15]["value"] = "14"
defs["enums"]["ImPlotCol_"][16] = {}
defs["enums"]["ImPlotCol_"][16]["calc_value"] = 15
defs["enums"]["ImPlotCol_"][16]["name"] = "ImPlotCol_YAxis"
defs["enums"]["ImPlotCol_"][16]["value"] = "15"
defs["enums"]["ImPlotCol_"][17] = {}
defs["enums"]["ImPlotCol_"][17]["calc_value"] = 16
defs["enums"]["ImPlotCol_"][17]["name"] = "ImPlotCol_YAxisGrid"
defs["enums"]["ImPlotCol_"][17]["value"] = "16"
defs["enums"]["ImPlotCol_"][18] = {}
defs["enums"]["ImPlotCol_"][18]["calc_value"] = 17
defs["enums"]["ImPlotCol_"][18]["name"] = "ImPlotCol_YAxis2"
defs["enums"]["ImPlotCol_"][18]["value"] = "17"
defs["enums"]["ImPlotCol_"][19] = {}
defs["enums"]["ImPlotCol_"][19]["calc_value"] = 18
defs["enums"]["ImPlotCol_"][19]["name"] = "ImPlotCol_YAxisGrid2"
defs["enums"]["ImPlotCol_"][19]["value"] = "18"
defs["enums"]["ImPlotCol_"][20] = {}
defs["enums"]["ImPlotCol_"][20]["calc_value"] = 19
defs["enums"]["ImPlotCol_"][20]["name"] = "ImPlotCol_YAxis3"
defs["enums"]["ImPlotCol_"][20]["value"] = "19"
defs["enums"]["ImPlotCol_"][21] = {}
defs["enums"]["ImPlotCol_"][21]["calc_value"] = 20
defs["enums"]["ImPlotCol_"][21]["name"] = "ImPlotCol_YAxisGrid3"
defs["enums"]["ImPlotCol_"][21]["value"] = "20"
defs["enums"]["ImPlotCol_"][22] = {}
defs["enums"]["ImPlotCol_"][22]["calc_value"] = 21
defs["enums"]["ImPlotCol_"][22]["name"] = "ImPlotCol_Selection"
defs["enums"]["ImPlotCol_"][22]["value"] = "21"
defs["enums"]["ImPlotCol_"][23] = {}
defs["enums"]["ImPlotCol_"][23]["calc_value"] = 22
defs["enums"]["ImPlotCol_"][23]["name"] = "ImPlotCol_Query"
defs["enums"]["ImPlotCol_"][23]["value"] = "22"
defs["enums"]["ImPlotCol_"][24] = {}
defs["enums"]["ImPlotCol_"][24]["calc_value"] = 23
defs["enums"]["ImPlotCol_"][24]["name"] = "ImPlotCol_Crosshairs"
defs["enums"]["ImPlotCol_"][24]["value"] = "23"
defs["enums"]["ImPlotCol_"][25] = {}
defs["enums"]["ImPlotCol_"][25]["calc_value"] = 24
defs["enums"]["ImPlotCol_"][25]["name"] = "ImPlotCol_COUNT"
defs["enums"]["ImPlotCol_"][25]["value"] = "24"
defs["enums"]["ImPlotColormap_"] = {}
defs["enums"]["ImPlotColormap_"][1] = {}
defs["enums"]["ImPlotColormap_"][1]["calc_value"] = 0
defs["enums"]["ImPlotColormap_"][1]["name"] = "ImPlotColormap_Default"
defs["enums"]["ImPlotColormap_"][1]["value"] = "0"
defs["enums"]["ImPlotColormap_"][2] = {}
defs["enums"]["ImPlotColormap_"][2]["calc_value"] = 1
defs["enums"]["ImPlotColormap_"][2]["name"] = "ImPlotColormap_Deep"
defs["enums"]["ImPlotColormap_"][2]["value"] = "1"
defs["enums"]["ImPlotColormap_"][3] = {}
defs["enums"]["ImPlotColormap_"][3]["calc_value"] = 2
defs["enums"]["ImPlotColormap_"][3]["name"] = "ImPlotColormap_Dark"
defs["enums"]["ImPlotColormap_"][3]["value"] = "2"
defs["enums"]["ImPlotColormap_"][4] = {}
defs["enums"]["ImPlotColormap_"][4]["calc_value"] = 3
defs["enums"]["ImPlotColormap_"][4]["name"] = "ImPlotColormap_Pastel"
defs["enums"]["ImPlotColormap_"][4]["value"] = "3"
defs["enums"]["ImPlotColormap_"][5] = {}
defs["enums"]["ImPlotColormap_"][5]["calc_value"] = 4
defs["enums"]["ImPlotColormap_"][5]["name"] = "ImPlotColormap_Paired"
defs["enums"]["ImPlotColormap_"][5]["value"] = "4"
defs["enums"]["ImPlotColormap_"][6] = {}
defs["enums"]["ImPlotColormap_"][6]["calc_value"] = 5
defs["enums"]["ImPlotColormap_"][6]["name"] = "ImPlotColormap_Viridis"
defs["enums"]["ImPlotColormap_"][6]["value"] = "5"
defs["enums"]["ImPlotColormap_"][7] = {}
defs["enums"]["ImPlotColormap_"][7]["calc_value"] = 6
defs["enums"]["ImPlotColormap_"][7]["name"] = "ImPlotColormap_Plasma"
defs["enums"]["ImPlotColormap_"][7]["value"] = "6"
defs["enums"]["ImPlotColormap_"][8] = {}
defs["enums"]["ImPlotColormap_"][8]["calc_value"] = 7
defs["enums"]["ImPlotColormap_"][8]["name"] = "ImPlotColormap_Hot"
defs["enums"]["ImPlotColormap_"][8]["value"] = "7"
defs["enums"]["ImPlotColormap_"][9] = {}
defs["enums"]["ImPlotColormap_"][9]["calc_value"] = 8
defs["enums"]["ImPlotColormap_"][9]["name"] = "ImPlotColormap_Cool"
defs["enums"]["ImPlotColormap_"][9]["value"] = "8"
defs["enums"]["ImPlotColormap_"][10] = {}
defs["enums"]["ImPlotColormap_"][10]["calc_value"] = 9
defs["enums"]["ImPlotColormap_"][10]["name"] = "ImPlotColormap_Pink"
defs["enums"]["ImPlotColormap_"][10]["value"] = "9"
defs["enums"]["ImPlotColormap_"][11] = {}
defs["enums"]["ImPlotColormap_"][11]["calc_value"] = 10
defs["enums"]["ImPlotColormap_"][11]["name"] = "ImPlotColormap_Jet"
defs["enums"]["ImPlotColormap_"][11]["value"] = "10"
defs["enums"]["ImPlotColormap_"][12] = {}
defs["enums"]["ImPlotColormap_"][12]["calc_value"] = 11
defs["enums"]["ImPlotColormap_"][12]["name"] = "ImPlotColormap_COUNT"
defs["enums"]["ImPlotColormap_"][12]["value"] = "11"
defs["enums"]["ImPlotFlags_"] = {}
defs["enums"]["ImPlotFlags_"][1] = {}
defs["enums"]["ImPlotFlags_"][1]["calc_value"] = 0
defs["enums"]["ImPlotFlags_"][1]["name"] = "ImPlotFlags_None"
defs["enums"]["ImPlotFlags_"][1]["value"] = "0"
defs["enums"]["ImPlotFlags_"][2] = {}
defs["enums"]["ImPlotFlags_"][2]["calc_value"] = 1
defs["enums"]["ImPlotFlags_"][2]["name"] = "ImPlotFlags_NoTitle"
defs["enums"]["ImPlotFlags_"][2]["value"] = "1 << 0"
defs["enums"]["ImPlotFlags_"][3] = {}
defs["enums"]["ImPlotFlags_"][3]["calc_value"] = 2
defs["enums"]["ImPlotFlags_"][3]["name"] = "ImPlotFlags_NoLegend"
defs["enums"]["ImPlotFlags_"][3]["value"] = "1 << 1"
defs["enums"]["ImPlotFlags_"][4] = {}
defs["enums"]["ImPlotFlags_"][4]["calc_value"] = 4
defs["enums"]["ImPlotFlags_"][4]["name"] = "ImPlotFlags_NoMenus"
defs["enums"]["ImPlotFlags_"][4]["value"] = "1 << 2"
defs["enums"]["ImPlotFlags_"][5] = {}
defs["enums"]["ImPlotFlags_"][5]["calc_value"] = 8
defs["enums"]["ImPlotFlags_"][5]["name"] = "ImPlotFlags_NoBoxSelect"
defs["enums"]["ImPlotFlags_"][5]["value"] = "1 << 3"
defs["enums"]["ImPlotFlags_"][6] = {}
defs["enums"]["ImPlotFlags_"][6]["calc_value"] = 16
defs["enums"]["ImPlotFlags_"][6]["name"] = "ImPlotFlags_NoMousePos"
defs["enums"]["ImPlotFlags_"][6]["value"] = "1 << 4"
defs["enums"]["ImPlotFlags_"][7] = {}
defs["enums"]["ImPlotFlags_"][7]["calc_value"] = 32
defs["enums"]["ImPlotFlags_"][7]["name"] = "ImPlotFlags_NoHighlight"
defs["enums"]["ImPlotFlags_"][7]["value"] = "1 << 5"
defs["enums"]["ImPlotFlags_"][8] = {}
defs["enums"]["ImPlotFlags_"][8]["calc_value"] = 64
defs["enums"]["ImPlotFlags_"][8]["name"] = "ImPlotFlags_NoChild"
defs["enums"]["ImPlotFlags_"][8]["value"] = "1 << 6"
defs["enums"]["ImPlotFlags_"][9] = {}
defs["enums"]["ImPlotFlags_"][9]["calc_value"] = 128
defs["enums"]["ImPlotFlags_"][9]["name"] = "ImPlotFlags_Equal"
defs["enums"]["ImPlotFlags_"][9]["value"] = "1 << 7"
defs["enums"]["ImPlotFlags_"][10] = {}
defs["enums"]["ImPlotFlags_"][10]["calc_value"] = 256
defs["enums"]["ImPlotFlags_"][10]["name"] = "ImPlotFlags_YAxis2"
defs["enums"]["ImPlotFlags_"][10]["value"] = "1 << 8"
defs["enums"]["ImPlotFlags_"][11] = {}
defs["enums"]["ImPlotFlags_"][11]["calc_value"] = 512
defs["enums"]["ImPlotFlags_"][11]["name"] = "ImPlotFlags_YAxis3"
defs["enums"]["ImPlotFlags_"][11]["value"] = "1 << 9"
defs["enums"]["ImPlotFlags_"][12] = {}
defs["enums"]["ImPlotFlags_"][12]["calc_value"] = 1024
defs["enums"]["ImPlotFlags_"][12]["name"] = "ImPlotFlags_Query"
defs["enums"]["ImPlotFlags_"][12]["value"] = "1 << 10"
defs["enums"]["ImPlotFlags_"][13] = {}
defs["enums"]["ImPlotFlags_"][13]["calc_value"] = 2048
defs["enums"]["ImPlotFlags_"][13]["name"] = "ImPlotFlags_Crosshairs"
defs["enums"]["ImPlotFlags_"][13]["value"] = "1 << 11"
defs["enums"]["ImPlotFlags_"][14] = {}
defs["enums"]["ImPlotFlags_"][14]["calc_value"] = 4096
defs["enums"]["ImPlotFlags_"][14]["name"] = "ImPlotFlags_AntiAliased"
defs["enums"]["ImPlotFlags_"][14]["value"] = "1 << 12"
defs["enums"]["ImPlotFlags_"][15] = {}
defs["enums"]["ImPlotFlags_"][15]["calc_value"] = 31
defs["enums"]["ImPlotFlags_"][15]["name"] = "ImPlotFlags_CanvasOnly"
defs["enums"]["ImPlotFlags_"][15]["value"] = "ImPlotFlags_NoTitle | ImPlotFlags_NoLegend | ImPlotFlags_NoMenus | ImPlotFlags_NoBoxSelect | ImPlotFlags_NoMousePos"
defs["enums"]["ImPlotLocation_"] = {}
defs["enums"]["ImPlotLocation_"][1] = {}
defs["enums"]["ImPlotLocation_"][1]["calc_value"] = 0
defs["enums"]["ImPlotLocation_"][1]["name"] = "ImPlotLocation_Center"
defs["enums"]["ImPlotLocation_"][1]["value"] = "0"
defs["enums"]["ImPlotLocation_"][2] = {}
defs["enums"]["ImPlotLocation_"][2]["calc_value"] = 1
defs["enums"]["ImPlotLocation_"][2]["name"] = "ImPlotLocation_North"
defs["enums"]["ImPlotLocation_"][2]["value"] = "1 << 0"
defs["enums"]["ImPlotLocation_"][3] = {}
defs["enums"]["ImPlotLocation_"][3]["calc_value"] = 2
defs["enums"]["ImPlotLocation_"][3]["name"] = "ImPlotLocation_South"
defs["enums"]["ImPlotLocation_"][3]["value"] = "1 << 1"
defs["enums"]["ImPlotLocation_"][4] = {}
defs["enums"]["ImPlotLocation_"][4]["calc_value"] = 4
defs["enums"]["ImPlotLocation_"][4]["name"] = "ImPlotLocation_West"
defs["enums"]["ImPlotLocation_"][4]["value"] = "1 << 2"
defs["enums"]["ImPlotLocation_"][5] = {}
defs["enums"]["ImPlotLocation_"][5]["calc_value"] = 8
defs["enums"]["ImPlotLocation_"][5]["name"] = "ImPlotLocation_East"
defs["enums"]["ImPlotLocation_"][5]["value"] = "1 << 3"
defs["enums"]["ImPlotLocation_"][6] = {}
defs["enums"]["ImPlotLocation_"][6]["calc_value"] = 5
defs["enums"]["ImPlotLocation_"][6]["name"] = "ImPlotLocation_NorthWest"
defs["enums"]["ImPlotLocation_"][6]["value"] = "ImPlotLocation_North | ImPlotLocation_West"
defs["enums"]["ImPlotLocation_"][7] = {}
defs["enums"]["ImPlotLocation_"][7]["calc_value"] = 9
defs["enums"]["ImPlotLocation_"][7]["name"] = "ImPlotLocation_NorthEast"
defs["enums"]["ImPlotLocation_"][7]["value"] = "ImPlotLocation_North | ImPlotLocation_East"
defs["enums"]["ImPlotLocation_"][8] = {}
defs["enums"]["ImPlotLocation_"][8]["calc_value"] = 6
defs["enums"]["ImPlotLocation_"][8]["name"] = "ImPlotLocation_SouthWest"
defs["enums"]["ImPlotLocation_"][8]["value"] = "ImPlotLocation_South | ImPlotLocation_West"
defs["enums"]["ImPlotLocation_"][9] = {}
defs["enums"]["ImPlotLocation_"][9]["calc_value"] = 10
defs["enums"]["ImPlotLocation_"][9]["name"] = "ImPlotLocation_SouthEast"
defs["enums"]["ImPlotLocation_"][9]["value"] = "ImPlotLocation_South | ImPlotLocation_East"
defs["enums"]["ImPlotMarker_"] = {}
defs["enums"]["ImPlotMarker_"][1] = {}
defs["enums"]["ImPlotMarker_"][1]["calc_value"] = -1
defs["enums"]["ImPlotMarker_"][1]["name"] = "ImPlotMarker_None"
defs["enums"]["ImPlotMarker_"][1]["value"] = "-1"
defs["enums"]["ImPlotMarker_"][2] = {}
defs["enums"]["ImPlotMarker_"][2]["calc_value"] = 0
defs["enums"]["ImPlotMarker_"][2]["name"] = "ImPlotMarker_Circle"
defs["enums"]["ImPlotMarker_"][2]["value"] = "0"
defs["enums"]["ImPlotMarker_"][3] = {}
defs["enums"]["ImPlotMarker_"][3]["calc_value"] = 1
defs["enums"]["ImPlotMarker_"][3]["name"] = "ImPlotMarker_Square"
defs["enums"]["ImPlotMarker_"][3]["value"] = "1"
defs["enums"]["ImPlotMarker_"][4] = {}
defs["enums"]["ImPlotMarker_"][4]["calc_value"] = 2
defs["enums"]["ImPlotMarker_"][4]["name"] = "ImPlotMarker_Diamond"
defs["enums"]["ImPlotMarker_"][4]["value"] = "2"
defs["enums"]["ImPlotMarker_"][5] = {}
defs["enums"]["ImPlotMarker_"][5]["calc_value"] = 3
defs["enums"]["ImPlotMarker_"][5]["name"] = "ImPlotMarker_Up"
defs["enums"]["ImPlotMarker_"][5]["value"] = "3"
defs["enums"]["ImPlotMarker_"][6] = {}
defs["enums"]["ImPlotMarker_"][6]["calc_value"] = 4
defs["enums"]["ImPlotMarker_"][6]["name"] = "ImPlotMarker_Down"
defs["enums"]["ImPlotMarker_"][6]["value"] = "4"
defs["enums"]["ImPlotMarker_"][7] = {}
defs["enums"]["ImPlotMarker_"][7]["calc_value"] = 5
defs["enums"]["ImPlotMarker_"][7]["name"] = "ImPlotMarker_Left"
defs["enums"]["ImPlotMarker_"][7]["value"] = "5"
defs["enums"]["ImPlotMarker_"][8] = {}
defs["enums"]["ImPlotMarker_"][8]["calc_value"] = 6
defs["enums"]["ImPlotMarker_"][8]["name"] = "ImPlotMarker_Right"
defs["enums"]["ImPlotMarker_"][8]["value"] = "6"
defs["enums"]["ImPlotMarker_"][9] = {}
defs["enums"]["ImPlotMarker_"][9]["calc_value"] = 7
defs["enums"]["ImPlotMarker_"][9]["name"] = "ImPlotMarker_Cross"
defs["enums"]["ImPlotMarker_"][9]["value"] = "7"
defs["enums"]["ImPlotMarker_"][10] = {}
defs["enums"]["ImPlotMarker_"][10]["calc_value"] = 8
defs["enums"]["ImPlotMarker_"][10]["name"] = "ImPlotMarker_Plus"
defs["enums"]["ImPlotMarker_"][10]["value"] = "8"
defs["enums"]["ImPlotMarker_"][11] = {}
defs["enums"]["ImPlotMarker_"][11]["calc_value"] = 9
defs["enums"]["ImPlotMarker_"][11]["name"] = "ImPlotMarker_Asterisk"
defs["enums"]["ImPlotMarker_"][11]["value"] = "9"
defs["enums"]["ImPlotMarker_"][12] = {}
defs["enums"]["ImPlotMarker_"][12]["calc_value"] = 10
defs["enums"]["ImPlotMarker_"][12]["name"] = "ImPlotMarker_COUNT"
defs["enums"]["ImPlotMarker_"][12]["value"] = "10"
defs["enums"]["ImPlotOrientation_"] = {}
defs["enums"]["ImPlotOrientation_"][1] = {}
defs["enums"]["ImPlotOrientation_"][1]["calc_value"] = 0
defs["enums"]["ImPlotOrientation_"][1]["name"] = "ImPlotOrientation_Horizontal"
defs["enums"]["ImPlotOrientation_"][1]["value"] = "0"
defs["enums"]["ImPlotOrientation_"][2] = {}
defs["enums"]["ImPlotOrientation_"][2]["calc_value"] = 1
defs["enums"]["ImPlotOrientation_"][2]["name"] = "ImPlotOrientation_Vertical"
defs["enums"]["ImPlotOrientation_"][2]["value"] = "1"
defs["enums"]["ImPlotStyleVar_"] = {}
defs["enums"]["ImPlotStyleVar_"][1] = {}
defs["enums"]["ImPlotStyleVar_"][1]["calc_value"] = 0
defs["enums"]["ImPlotStyleVar_"][1]["name"] = "ImPlotStyleVar_LineWeight"
defs["enums"]["ImPlotStyleVar_"][1]["value"] = "0"
defs["enums"]["ImPlotStyleVar_"][2] = {}
defs["enums"]["ImPlotStyleVar_"][2]["calc_value"] = 1
defs["enums"]["ImPlotStyleVar_"][2]["name"] = "ImPlotStyleVar_Marker"
defs["enums"]["ImPlotStyleVar_"][2]["value"] = "1"
defs["enums"]["ImPlotStyleVar_"][3] = {}
defs["enums"]["ImPlotStyleVar_"][3]["calc_value"] = 2
defs["enums"]["ImPlotStyleVar_"][3]["name"] = "ImPlotStyleVar_MarkerSize"
defs["enums"]["ImPlotStyleVar_"][3]["value"] = "2"
defs["enums"]["ImPlotStyleVar_"][4] = {}
defs["enums"]["ImPlotStyleVar_"][4]["calc_value"] = 3
defs["enums"]["ImPlotStyleVar_"][4]["name"] = "ImPlotStyleVar_MarkerWeight"
defs["enums"]["ImPlotStyleVar_"][4]["value"] = "3"
defs["enums"]["ImPlotStyleVar_"][5] = {}
defs["enums"]["ImPlotStyleVar_"][5]["calc_value"] = 4
defs["enums"]["ImPlotStyleVar_"][5]["name"] = "ImPlotStyleVar_FillAlpha"
defs["enums"]["ImPlotStyleVar_"][5]["value"] = "4"
defs["enums"]["ImPlotStyleVar_"][6] = {}
defs["enums"]["ImPlotStyleVar_"][6]["calc_value"] = 5
defs["enums"]["ImPlotStyleVar_"][6]["name"] = "ImPlotStyleVar_ErrorBarSize"
defs["enums"]["ImPlotStyleVar_"][6]["value"] = "5"
defs["enums"]["ImPlotStyleVar_"][7] = {}
defs["enums"]["ImPlotStyleVar_"][7]["calc_value"] = 6
defs["enums"]["ImPlotStyleVar_"][7]["name"] = "ImPlotStyleVar_ErrorBarWeight"
defs["enums"]["ImPlotStyleVar_"][7]["value"] = "6"
defs["enums"]["ImPlotStyleVar_"][8] = {}
defs["enums"]["ImPlotStyleVar_"][8]["calc_value"] = 7
defs["enums"]["ImPlotStyleVar_"][8]["name"] = "ImPlotStyleVar_DigitalBitHeight"
defs["enums"]["ImPlotStyleVar_"][8]["value"] = "7"
defs["enums"]["ImPlotStyleVar_"][9] = {}
defs["enums"]["ImPlotStyleVar_"][9]["calc_value"] = 8
defs["enums"]["ImPlotStyleVar_"][9]["name"] = "ImPlotStyleVar_DigitalBitGap"
defs["enums"]["ImPlotStyleVar_"][9]["value"] = "8"
defs["enums"]["ImPlotStyleVar_"][10] = {}
defs["enums"]["ImPlotStyleVar_"][10]["calc_value"] = 9
defs["enums"]["ImPlotStyleVar_"][10]["name"] = "ImPlotStyleVar_PlotBorderSize"
defs["enums"]["ImPlotStyleVar_"][10]["value"] = "9"
defs["enums"]["ImPlotStyleVar_"][11] = {}
defs["enums"]["ImPlotStyleVar_"][11]["calc_value"] = 10
defs["enums"]["ImPlotStyleVar_"][11]["name"] = "ImPlotStyleVar_MinorAlpha"
defs["enums"]["ImPlotStyleVar_"][11]["value"] = "10"
defs["enums"]["ImPlotStyleVar_"][12] = {}
defs["enums"]["ImPlotStyleVar_"][12]["calc_value"] = 11
defs["enums"]["ImPlotStyleVar_"][12]["name"] = "ImPlotStyleVar_MajorTickLen"
defs["enums"]["ImPlotStyleVar_"][12]["value"] = "11"
defs["enums"]["ImPlotStyleVar_"][13] = {}
defs["enums"]["ImPlotStyleVar_"][13]["calc_value"] = 12
defs["enums"]["ImPlotStyleVar_"][13]["name"] = "ImPlotStyleVar_MinorTickLen"
defs["enums"]["ImPlotStyleVar_"][13]["value"] = "12"
defs["enums"]["ImPlotStyleVar_"][14] = {}
defs["enums"]["ImPlotStyleVar_"][14]["calc_value"] = 13
defs["enums"]["ImPlotStyleVar_"][14]["name"] = "ImPlotStyleVar_MajorTickSize"
defs["enums"]["ImPlotStyleVar_"][14]["value"] = "13"
defs["enums"]["ImPlotStyleVar_"][15] = {}
defs["enums"]["ImPlotStyleVar_"][15]["calc_value"] = 14
defs["enums"]["ImPlotStyleVar_"][15]["name"] = "ImPlotStyleVar_MinorTickSize"
defs["enums"]["ImPlotStyleVar_"][15]["value"] = "14"
defs["enums"]["ImPlotStyleVar_"][16] = {}
defs["enums"]["ImPlotStyleVar_"][16]["calc_value"] = 15
defs["enums"]["ImPlotStyleVar_"][16]["name"] = "ImPlotStyleVar_MajorGridSize"
defs["enums"]["ImPlotStyleVar_"][16]["value"] = "15"
defs["enums"]["ImPlotStyleVar_"][17] = {}
defs["enums"]["ImPlotStyleVar_"][17]["calc_value"] = 16
defs["enums"]["ImPlotStyleVar_"][17]["name"] = "ImPlotStyleVar_MinorGridSize"
defs["enums"]["ImPlotStyleVar_"][17]["value"] = "16"
defs["enums"]["ImPlotStyleVar_"][18] = {}
defs["enums"]["ImPlotStyleVar_"][18]["calc_value"] = 17
defs["enums"]["ImPlotStyleVar_"][18]["name"] = "ImPlotStyleVar_PlotPadding"
defs["enums"]["ImPlotStyleVar_"][18]["value"] = "17"
defs["enums"]["ImPlotStyleVar_"][19] = {}
defs["enums"]["ImPlotStyleVar_"][19]["calc_value"] = 18
defs["enums"]["ImPlotStyleVar_"][19]["name"] = "ImPlotStyleVar_LabelPadding"
defs["enums"]["ImPlotStyleVar_"][19]["value"] = "18"
defs["enums"]["ImPlotStyleVar_"][20] = {}
defs["enums"]["ImPlotStyleVar_"][20]["calc_value"] = 19
defs["enums"]["ImPlotStyleVar_"][20]["name"] = "ImPlotStyleVar_LegendPadding"
defs["enums"]["ImPlotStyleVar_"][20]["value"] = "19"
defs["enums"]["ImPlotStyleVar_"][21] = {}
defs["enums"]["ImPlotStyleVar_"][21]["calc_value"] = 20
defs["enums"]["ImPlotStyleVar_"][21]["name"] = "ImPlotStyleVar_LegendInnerPadding"
defs["enums"]["ImPlotStyleVar_"][21]["value"] = "20"
defs["enums"]["ImPlotStyleVar_"][22] = {}
defs["enums"]["ImPlotStyleVar_"][22]["calc_value"] = 21
defs["enums"]["ImPlotStyleVar_"][22]["name"] = "ImPlotStyleVar_LegendSpacing"
defs["enums"]["ImPlotStyleVar_"][22]["value"] = "21"
defs["enums"]["ImPlotStyleVar_"][23] = {}
defs["enums"]["ImPlotStyleVar_"][23]["calc_value"] = 22
defs["enums"]["ImPlotStyleVar_"][23]["name"] = "ImPlotStyleVar_MousePosPadding"
defs["enums"]["ImPlotStyleVar_"][23]["value"] = "22"
defs["enums"]["ImPlotStyleVar_"][24] = {}
defs["enums"]["ImPlotStyleVar_"][24]["calc_value"] = 23
defs["enums"]["ImPlotStyleVar_"][24]["name"] = "ImPlotStyleVar_AnnotationPadding"
defs["enums"]["ImPlotStyleVar_"][24]["value"] = "23"
defs["enums"]["ImPlotStyleVar_"][25] = {}
defs["enums"]["ImPlotStyleVar_"][25]["calc_value"] = 24
defs["enums"]["ImPlotStyleVar_"][25]["name"] = "ImPlotStyleVar_FitPadding"
defs["enums"]["ImPlotStyleVar_"][25]["value"] = "24"
defs["enums"]["ImPlotStyleVar_"][26] = {}
defs["enums"]["ImPlotStyleVar_"][26]["calc_value"] = 25
defs["enums"]["ImPlotStyleVar_"][26]["name"] = "ImPlotStyleVar_PlotDefaultSize"
defs["enums"]["ImPlotStyleVar_"][26]["value"] = "25"
defs["enums"]["ImPlotStyleVar_"][27] = {}
defs["enums"]["ImPlotStyleVar_"][27]["calc_value"] = 26
defs["enums"]["ImPlotStyleVar_"][27]["name"] = "ImPlotStyleVar_PlotMinSize"
defs["enums"]["ImPlotStyleVar_"][27]["value"] = "26"
defs["enums"]["ImPlotStyleVar_"][28] = {}
defs["enums"]["ImPlotStyleVar_"][28]["calc_value"] = 27
defs["enums"]["ImPlotStyleVar_"][28]["name"] = "ImPlotStyleVar_COUNT"
defs["enums"]["ImPlotStyleVar_"][28]["value"] = "27"
defs["enums"]["ImPlotYAxis_"] = {}
defs["enums"]["ImPlotYAxis_"][1] = {}
defs["enums"]["ImPlotYAxis_"][1]["calc_value"] = 0
defs["enums"]["ImPlotYAxis_"][1]["name"] = "ImPlotYAxis_1"
defs["enums"]["ImPlotYAxis_"][1]["value"] = "0"
defs["enums"]["ImPlotYAxis_"][2] = {}
defs["enums"]["ImPlotYAxis_"][2]["calc_value"] = 1
defs["enums"]["ImPlotYAxis_"][2]["name"] = "ImPlotYAxis_2"
defs["enums"]["ImPlotYAxis_"][2]["value"] = "1"
defs["enums"]["ImPlotYAxis_"][3] = {}
defs["enums"]["ImPlotYAxis_"][3]["calc_value"] = 2
defs["enums"]["ImPlotYAxis_"][3]["name"] = "ImPlotYAxis_3"
defs["enums"]["ImPlotYAxis_"][3]["value"] = "2"
defs["enumtypes"] = {}
defs["locations"] = {}
defs["locations"]["ImPlotAxisFlags_"] = "implot:85"
defs["locations"]["ImPlotCol_"] = "implot:100"
defs["locations"]["ImPlotColormap_"] = "implot:181"
defs["locations"]["ImPlotFlags_"] = "implot:66"
defs["locations"]["ImPlotInputMap"] = "implot:294"
defs["locations"]["ImPlotLimits"] = "implot:246"
defs["locations"]["ImPlotLocation_"] = "implot:197"
defs["locations"]["ImPlotMarker_"] = "implot:165"
defs["locations"]["ImPlotOrientation_"] = "implot:210"
defs["locations"]["ImPlotPoint"] = "implot:223"
defs["locations"]["ImPlotRange"] = "implot:237"
defs["locations"]["ImPlotStyle"] = "implot:253"
defs["locations"]["ImPlotStyleVar_"] = "implot:131"
defs["locations"]["ImPlotYAxis_"] = "implot:216"
defs["structs"] = {}
defs["structs"]["ImPlotInputMap"] = {}
defs["structs"]["ImPlotInputMap"][1] = {}
defs["structs"]["ImPlotInputMap"][1]["name"] = "PanButton"
defs["structs"]["ImPlotInputMap"][1]["type"] = "ImGuiMouseButton"
defs["structs"]["ImPlotInputMap"][2] = {}
defs["structs"]["ImPlotInputMap"][2]["name"] = "PanMod"
defs["structs"]["ImPlotInputMap"][2]["type"] = "ImGuiKeyModFlags"
defs["structs"]["ImPlotInputMap"][3] = {}
defs["structs"]["ImPlotInputMap"][3]["name"] = "FitButton"
defs["structs"]["ImPlotInputMap"][3]["type"] = "ImGuiMouseButton"
defs["structs"]["ImPlotInputMap"][4] = {}
defs["structs"]["ImPlotInputMap"][4]["name"] = "ContextMenuButton"
defs["structs"]["ImPlotInputMap"][4]["type"] = "ImGuiMouseButton"
defs["structs"]["ImPlotInputMap"][5] = {}
defs["structs"]["ImPlotInputMap"][5]["name"] = "BoxSelectButton"
defs["structs"]["ImPlotInputMap"][5]["type"] = "ImGuiMouseButton"
defs["structs"]["ImPlotInputMap"][6] = {}
defs["structs"]["ImPlotInputMap"][6]["name"] = "BoxSelectMod"
defs["structs"]["ImPlotInputMap"][6]["type"] = "ImGuiKeyModFlags"
defs["structs"]["ImPlotInputMap"][7] = {}
defs["structs"]["ImPlotInputMap"][7]["name"] = "BoxSelectCancelButton"
defs["structs"]["ImPlotInputMap"][7]["type"] = "ImGuiMouseButton"
defs["structs"]["ImPlotInputMap"][8] = {}
defs["structs"]["ImPlotInputMap"][8]["name"] = "QueryButton"
defs["structs"]["ImPlotInputMap"][8]["type"] = "ImGuiMouseButton"
defs["structs"]["ImPlotInputMap"][9] = {}
defs["structs"]["ImPlotInputMap"][9]["name"] = "QueryMod"
defs["structs"]["ImPlotInputMap"][9]["type"] = "ImGuiKeyModFlags"
defs["structs"]["ImPlotInputMap"][10] = {}
defs["structs"]["ImPlotInputMap"][10]["name"] = "QueryToggleMod"
defs["structs"]["ImPlotInputMap"][10]["type"] = "ImGuiKeyModFlags"
defs["structs"]["ImPlotInputMap"][11] = {}
defs["structs"]["ImPlotInputMap"][11]["name"] = "HorizontalMod"
defs["structs"]["ImPlotInputMap"][11]["type"] = "ImGuiKeyModFlags"
defs["structs"]["ImPlotInputMap"][12] = {}
defs["structs"]["ImPlotInputMap"][12]["name"] = "VerticalMod"
defs["structs"]["ImPlotInputMap"][12]["type"] = "ImGuiKeyModFlags"
defs["structs"]["ImPlotLimits"] = {}
defs["structs"]["ImPlotLimits"][1] = {}
defs["structs"]["ImPlotLimits"][1]["name"] = "X"
defs["structs"]["ImPlotLimits"][1]["type"] = "ImPlotRange"
defs["structs"]["ImPlotLimits"][2] = {}
defs["structs"]["ImPlotLimits"][2]["name"] = "Y"
defs["structs"]["ImPlotLimits"][2]["type"] = "ImPlotRange"
defs["structs"]["ImPlotPoint"] = {}
defs["structs"]["ImPlotPoint"][1] = {}
defs["structs"]["ImPlotPoint"][1]["name"] = "x"
defs["structs"]["ImPlotPoint"][1]["type"] = "double"
defs["structs"]["ImPlotPoint"][2] = {}
defs["structs"]["ImPlotPoint"][2]["name"] = "y"
defs["structs"]["ImPlotPoint"][2]["type"] = "double"
defs["structs"]["ImPlotRange"] = {}
defs["structs"]["ImPlotRange"][1] = {}
defs["structs"]["ImPlotRange"][1]["name"] = "Min"
defs["structs"]["ImPlotRange"][1]["type"] = "double"
defs["structs"]["ImPlotRange"][2] = {}
defs["structs"]["ImPlotRange"][2]["name"] = "Max"
defs["structs"]["ImPlotRange"][2]["type"] = "double"
defs["structs"]["ImPlotStyle"] = {}
defs["structs"]["ImPlotStyle"][1] = {}
defs["structs"]["ImPlotStyle"][1]["name"] = "LineWeight"
defs["structs"]["ImPlotStyle"][1]["type"] = "float"
defs["structs"]["ImPlotStyle"][2] = {}
defs["structs"]["ImPlotStyle"][2]["name"] = "Marker"
defs["structs"]["ImPlotStyle"][2]["type"] = "int"
defs["structs"]["ImPlotStyle"][3] = {}
defs["structs"]["ImPlotStyle"][3]["name"] = "MarkerSize"
defs["structs"]["ImPlotStyle"][3]["type"] = "float"
defs["structs"]["ImPlotStyle"][4] = {}
defs["structs"]["ImPlotStyle"][4]["name"] = "MarkerWeight"
defs["structs"]["ImPlotStyle"][4]["type"] = "float"
defs["structs"]["ImPlotStyle"][5] = {}
defs["structs"]["ImPlotStyle"][5]["name"] = "FillAlpha"
defs["structs"]["ImPlotStyle"][5]["type"] = "float"
defs["structs"]["ImPlotStyle"][6] = {}
defs["structs"]["ImPlotStyle"][6]["name"] = "ErrorBarSize"
defs["structs"]["ImPlotStyle"][6]["type"] = "float"
defs["structs"]["ImPlotStyle"][7] = {}
defs["structs"]["ImPlotStyle"][7]["name"] = "ErrorBarWeight"
defs["structs"]["ImPlotStyle"][7]["type"] = "float"
defs["structs"]["ImPlotStyle"][8] = {}
defs["structs"]["ImPlotStyle"][8]["name"] = "DigitalBitHeight"
defs["structs"]["ImPlotStyle"][8]["type"] = "float"
defs["structs"]["ImPlotStyle"][9] = {}
defs["structs"]["ImPlotStyle"][9]["name"] = "DigitalBitGap"
defs["structs"]["ImPlotStyle"][9]["type"] = "float"
defs["structs"]["ImPlotStyle"][10] = {}
defs["structs"]["ImPlotStyle"][10]["name"] = "PlotBorderSize"
defs["structs"]["ImPlotStyle"][10]["type"] = "float"
defs["structs"]["ImPlotStyle"][11] = {}
defs["structs"]["ImPlotStyle"][11]["name"] = "MinorAlpha"
defs["structs"]["ImPlotStyle"][11]["type"] = "float"
defs["structs"]["ImPlotStyle"][12] = {}
defs["structs"]["ImPlotStyle"][12]["name"] = "MajorTickLen"
defs["structs"]["ImPlotStyle"][12]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][13] = {}
defs["structs"]["ImPlotStyle"][13]["name"] = "MinorTickLen"
defs["structs"]["ImPlotStyle"][13]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][14] = {}
defs["structs"]["ImPlotStyle"][14]["name"] = "MajorTickSize"
defs["structs"]["ImPlotStyle"][14]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][15] = {}
defs["structs"]["ImPlotStyle"][15]["name"] = "MinorTickSize"
defs["structs"]["ImPlotStyle"][15]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][16] = {}
defs["structs"]["ImPlotStyle"][16]["name"] = "MajorGridSize"
defs["structs"]["ImPlotStyle"][16]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][17] = {}
defs["structs"]["ImPlotStyle"][17]["name"] = "MinorGridSize"
defs["structs"]["ImPlotStyle"][17]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][18] = {}
defs["structs"]["ImPlotStyle"][18]["name"] = "PlotPadding"
defs["structs"]["ImPlotStyle"][18]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][19] = {}
defs["structs"]["ImPlotStyle"][19]["name"] = "LabelPadding"
defs["structs"]["ImPlotStyle"][19]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][20] = {}
defs["structs"]["ImPlotStyle"][20]["name"] = "LegendPadding"
defs["structs"]["ImPlotStyle"][20]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][21] = {}
defs["structs"]["ImPlotStyle"][21]["name"] = "LegendInnerPadding"
defs["structs"]["ImPlotStyle"][21]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][22] = {}
defs["structs"]["ImPlotStyle"][22]["name"] = "LegendSpacing"
defs["structs"]["ImPlotStyle"][22]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][23] = {}
defs["structs"]["ImPlotStyle"][23]["name"] = "MousePosPadding"
defs["structs"]["ImPlotStyle"][23]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][24] = {}
defs["structs"]["ImPlotStyle"][24]["name"] = "AnnotationPadding"
defs["structs"]["ImPlotStyle"][24]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][25] = {}
defs["structs"]["ImPlotStyle"][25]["name"] = "FitPadding"
defs["structs"]["ImPlotStyle"][25]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][26] = {}
defs["structs"]["ImPlotStyle"][26]["name"] = "PlotDefaultSize"
defs["structs"]["ImPlotStyle"][26]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][27] = {}
defs["structs"]["ImPlotStyle"][27]["name"] = "PlotMinSize"
defs["structs"]["ImPlotStyle"][27]["type"] = "ImVec2"
defs["structs"]["ImPlotStyle"][28] = {}
defs["structs"]["ImPlotStyle"][28]["name"] = "Colors[ImPlotCol_COUNT]"
defs["structs"]["ImPlotStyle"][28]["size"] = 24
defs["structs"]["ImPlotStyle"][28]["type"] = "ImVec4"
defs["structs"]["ImPlotStyle"][29] = {}
defs["structs"]["ImPlotStyle"][29]["name"] = "AntiAliasedLines"
defs["structs"]["ImPlotStyle"][29]["type"] = "bool"
defs["structs"]["ImPlotStyle"][30] = {}
defs["structs"]["ImPlotStyle"][30]["name"] = "UseLocalTime"
defs["structs"]["ImPlotStyle"][30]["type"] = "bool"
defs["structs"]["ImPlotStyle"][31] = {}
defs["structs"]["ImPlotStyle"][31]["name"] = "UseISO8601"
defs["structs"]["ImPlotStyle"][31]["type"] = "bool"
defs["structs"]["ImPlotStyle"][32] = {}
defs["structs"]["ImPlotStyle"][32]["name"] = "Use24HourClock"
defs["structs"]["ImPlotStyle"][32]["type"] = "bool"

return defs