forked from cuinjune/Ofelia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
classesAndGlobalFunctions.txt
858 lines (858 loc) · 41.9 KB
/
classesAndGlobalFunctions.txt
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
ofPlanePrimitive 3d/ofPlanePrimitive
ofDrawArrow 3d/of3dUtils show_ofDrawArrow
ofDrawAxis 3d/of3dUtils show_ofDrawAxis
ofDrawGrid 3d/of3dUtils show_ofDrawGrid
ofDrawGridPlane 3d/of3dUtils show_ofDrawGridPlane
ofDrawRotationAxes 3d/of3dUtils show_ofDrawRotationAxes
ofEasyCam 3d/ofEasyCam
ofCylinderPrimitive 3d/ofCylinderPrimitive
of3dGraphics 3d/of3dGraphics
ofConePrimitive 3d/ofConePrimitive
ofCamera 3d/ofCamera
ofSpherePrimitive 3d/ofSpherePrimitive
ofMeshFace_ 3d/ofMeshFace
of3dPrimitive 3d/of3dPrimitive
ofIcoSpherePrimitive 3d/ofIcoSpherePrimitive
ofDrawBox 3d/of3dGraphics show_ofDrawBox
ofDrawCone 3d/of3dGraphics show_ofDrawCone
ofDrawCylinder 3d/of3dGraphics show_ofDrawCylinder
ofDrawIcoSphere 3d/of3dGraphics show_ofDrawIcoSphere
ofDrawPlane 3d/of3dGraphics show_ofDrawPlane
ofDrawSphere 3d/of3dGraphics show_ofDrawSphere
ofGetBoxResolution 3d/of3dGraphics show_ofGetBoxResolution
ofGetConeResolution 3d/of3dGraphics show_ofGetConeResolution
ofGetCylinderResolution 3d/of3dGraphics show_ofGetCylinderResolution
ofGetIcoSphereResolution 3d/of3dGraphics show_ofGetIcoSphereResolution
ofGetPlaneResolution 3d/of3dGraphics show_ofGetPlaneResolution
ofGetSphereResolution 3d/of3dGraphics show_ofGetSphereResolution
ofSetBoxResolution 3d/of3dGraphics show_ofSetBoxResolution
ofSetConeResolution 3d/of3dGraphics show_ofSetConeResolution
ofSetCylinderResolution 3d/of3dGraphics show_ofSetCylinderResolution
ofSetIcoSphereResolution 3d/of3dGraphics show_ofSetIcoSphereResolution
ofSetPlaneResolution 3d/of3dGraphics show_ofSetPlaneResolution
ofSetSphereResolution 3d/of3dGraphics show_ofSetSphereResolution
ofNode 3d/ofNode
ofBoxPrimitive 3d/ofBoxPrimitive
ofMesh_ 3d/ofMesh
ofiPhoneVideoPlayer video/ofiPhoneVideoPlayer
ofVideoGrabber video/ofVideoGrabber
ofQTKitPlayer video/ofQTKitPlayer
ofAVFoundationPlayer video/ofAVFoundationPlayer
ofQuickTimeGrabber video/ofQuickTimeGrabber
ofGstAppSink video/ofGstAppSink
ofVideoDevice video/ofVideoDevice
ofGstFramerate video/ofGstFramerate
ofQuickTimePlayer video/ofQuickTimePlayer
ofGstUtils video/ofGstUtils::ofGstMainLoopThread
ofGstVideoPlayer video/ofGstVideoPlayer
ofGstUtils video/ofGstUtils
ofDirectShowGrabber video/ofDirectShowGrabber
ofDirectShowPlayer video/ofDirectShowPlayer
ofVideoPlayer video/ofVideoPlayer
ofGstDevice video/ofGstDevice
ofGstCamData video/ofGstCamData
ofQTKitGrabber video/ofQTKitGrabber
ofGstVideoUtils video/ofGstVideoUtils
ofVideoSavedEventArgs video/ofVideoSavedEventArgs
ofiPhoneVideoGrabber video/ofiPhoneVideoGrabber
ofGstVideoFormat video/ofGstVideoFormat
ofVideoFormat video/ofVideoFormat
ofGstVideoGrabber video/ofGstVideoGrabber
ofBaseHasPixels_ types/ofBaseHasPixels
ofBaseURLFileLoader types/ofBaseURLFileLoader
ofBaseVideoGrabber types/ofBaseVideoGrabber
ofBaseSoundStream types/ofBaseSoundStream
ofStyle types/ofStyle
ofParameterGroup types/ofParameterGroup::Value
ofBaseLoggerChannel types/ofBaseLoggerChannel
ofBaseDraws types/ofBaseDraws
ofRectangle types/ofRectangle
ofParameterGroup types/ofParameterGroup
ofAbstractParameter types/ofAbstractParameter
ofReadOnlyParameter types/ofReadOnlyParameter
ofBaseRenderer types/ofBaseRenderer
ofAbstractHasPixels types/ofAbstractHasPixels
ofParameter types/ofParameter
ofAbstractImage types/ofAbstractImage
ofBaseVideoPlayer types/ofBaseVideoPlayer
ofColor_ types/ofColor
ofBaseMaterial types/ofBaseMaterial
ofBaseVideo types/ofBaseVideo
ofBaseHasTexture types/ofBaseHasTexture
ofBaseFileSerializer types/ofBaseFileSerializer
ofBaseGLRenderer types/ofBaseGLRenderer
ofPoint types/ofPoint
ofBaseHasTexturePlanes types/ofBaseHasTexturePlanes
ofBaseImage_ types/ofBaseImage
ofBaseSoundInput types/ofBaseSoundInput
ofBaseSerializer types/ofBaseSerializer
ofParameter types/ofParameter::Value
ofBaseSoundOutput types/ofBaseSoundOutput
ofBaseVideoDraws types/ofBaseVideoDraws
ofBaseSoundPlayer types/ofBaseSoundPlayer
ofBaseUpdates types/ofBaseUpdates
ofxKinectContext ofxKinect/ofxKinectContext
ofxKinect ofxKinect/ofxKinect
ofxBase3DVideo ofxKinect/ofxBase3DVideo
ofxSlider ofxGui/ofxSlider
ofxVecSlider_ ofxGui/ofxVecSlider
ofxBaseGui ofxGui/ofxBaseGui
ofxColorPicker_ ofxGui/ofxColorPicker
ofxGuiSetBackgroundColor ofxGui/ofxGui show_ofxGuiSetBackgroundColor
ofxGuiSetBitmapFont ofxGui/ofxGui show_ofxGuiSetBitmapFont
ofxGuiSetBorderColor ofxGui/ofxGui show_ofxGuiSetBorderColor
ofxGuiSetDefaultEventsPriority ofxGui/ofxGui show_ofxGuiSetDefaultEventsPriority
ofxGuiSetDefaultHeight ofxGui/ofxGui show_ofxGuiSetDefaultHeight
ofxGuiSetDefaultWidth ofxGui/ofxGui show_ofxGuiSetDefaultWidth
ofxGuiSetFillColor ofxGui/ofxGui show_ofxGuiSetFillColor
ofxGuiSetFont ofxGui/ofxGui show_ofxGuiSetFont
ofxGuiSetHeaderColor ofxGui/ofxGui show_ofxGuiSetHeaderColor
ofxGuiSetTextColor ofxGui/ofxGui show_ofxGuiSetTextColor
ofxGuiSetTextPadding ofxGui/ofxGui show_ofxGuiSetTextPadding
ofxInputField ofxGui/ofxInputField
ofxPanel ofxGui/ofxPanel
ofxLabel ofxGui/ofxLabel
ofxToggle ofxGui/ofxToggle
ofxButton ofxGui/ofxButton
ofxColorSlider_ ofxGui/ofxColorSlider
ofxGuiGroup ofxGui/ofxGuiGroup
ofxTCPClient ofxNetwork/ofxTCPClient
ofxUDPSettings ofxNetwork/ofxUDPSettings
ofxUDPManager ofxNetwork/ofxUDPManager
ofxTCPServer ofxNetwork/ofxTCPServer
InetAddr ofxNetwork/InetAddr
ofxTCPSettings ofxNetwork/ofxTCPSettings
ofxTCPManager ofxNetwork/ofxTCPManager
ofxNetworkCheckErrno ofxNetwork/ofxNetworkUtils show_ofxNetworkCheckErrno
ofxCvFloatImage ofxOpenCv/ofxCvFloatImage
ofxCvImage ofxOpenCv/ofxCvImage
ofxCvContourFinder ofxOpenCv/ofxCvContourFinder
ofxCvGrayscaleImage ofxOpenCv/ofxCvGrayscaleImage
ofxCvShortImage ofxOpenCv/ofxCvShortImage
ofxCvBlob ofxOpenCv/ofxCvBlob
ofxCvColorImage ofxOpenCv/ofxCvColorImage
ofxCvHaarFinder ofxOpenCv/ofxCvHaarFinder
ofDeserialize ofxPoco/ofxXmlPoco show_ofDeserialize
ofSerialize ofxPoco/ofxXmlPoco show_ofSerialize
ofxXmlPoco ofxPoco/ofxXmlPoco
ofxXmlSettings ofxXmlSettings/ofxXmlSettings
ofxEmscriptenSoundPlayer ofxEmscripten/ofxEmscriptenSoundPlayer
ofxAppEmscriptenWindow ofxEmscripten/ofxAppEmscriptenWindow
ofxEmscriptenVideoGrabber ofxEmscripten/ofxEmscriptenVideoGrabber
ofxEmscriptenVideoPlayer ofxEmscripten/ofxEmscriptenVideoPlayer
ofxEmscriptenURLFileLoader ofxEmscripten/ofxEmscriptenURLFileLoader
ofxEmscriptenSoundStream ofxEmscripten/ofxEmscriptenSoundStream
ofxRegisterAccelEvents ofxAccelerometer/ofxAccelerometer show_ofxRegisterAccelEvents
ofxAccelerometerHandler ofxAccelerometer/ofxAccelerometerHandler
ofxSVG ofxSVG/ofxSVG
ofxOscArgNone ofxOsc/ofxOscArgNone
ofxOscArgInt32 ofxOsc/ofxOscArgInt32
ofxOscParameterSync ofxOsc/ofxOscParameterSync
ofxOscArgMidiMessage ofxOsc/ofxOscArgMidiMessage
ofxOscSenderSettings ofxOsc/ofxOscSenderSettings
ofxOscArgDouble ofxOsc/ofxOscArgDouble
ofxOscReceiver ofxOsc/ofxOscReceiver
ofxOscArgString ofxOsc/ofxOscArgString
ofxOscMessage ofxOsc/ofxOscMessage
ofxOscArgTimetag ofxOsc/ofxOscArgTimetag
ofxOscSender ofxOsc/ofxOscSender
ofxOscArgTrigger ofxOsc/ofxOscArgTrigger
ofxOscArgInt ofxOsc/ofxOscArgInt
ofxOscArgSymbol ofxOsc/ofxOscArgSymbol
ofxOscArgInt64 ofxOsc/ofxOscArgInt64
ofxOscArg ofxOsc/ofxOscArg
ofxOscArgChar ofxOsc/ofxOscArgChar
ofxOscArgFloat ofxOsc/ofxOscArgFloat
ofxOscReceiverSettings ofxOsc/ofxOscReceiverSettings
ofxOscBundle ofxOsc/ofxOscBundle
ofxOscArgBlob ofxOsc/ofxOscArgBlob
ofxOscArgRgbaColor ofxOsc/ofxOscArgRgbaColor
ofxOscArgBool ofxOsc/ofxOscArgBool
ofxThreadedImageLoader ofxThreadedImageLoader/ofxThreadedImageLoader
ofxAndroidLogChannel ofxAndroid/ofxAndroidLogChannel
ofxAndroidSoundStream ofxAndroid/ofxAndroidSoundStream
ofxAndroidGPS ofxAndroid/ofxAndroidGPS
ofGetJNIEnv ofxAndroid/ofxAndroidUtils show_ofGetJNIEnv
ofGetJavaOFAndroid ofxAndroid/ofxAndroidUtils show_ofGetJavaOFAndroid
ofGetJavaVMPtr ofxAndroid/ofxAndroidUtils show_ofGetJavaVMPtr
ofGetOFActivityObject ofxAndroid/ofxAndroidUtils show_ofGetOFActivityObject
ofxAndroidAlertBox ofxAndroid/ofxAndroidUtils show_ofxAndroidAlertBox
ofxAndroidAlertListBox ofxAndroid/ofxAndroidUtils show_ofxAndroidAlertListBox
ofxAndroidAlertTextBox ofxAndroid/ofxAndroidUtils show_ofxAndroidAlertTextBox
ofxAndroidCheckPermission ofxAndroid/ofxAndroidUtils show_ofxAndroidCheckPermission
ofxAndroidCheckSDCardMounted ofxAndroid/ofxAndroidUtils show_ofxAndroidCheckSDCardMounted
ofxAndroidDisableMulticast ofxAndroid/ofxAndroidUtils show_ofxAndroidDisableMulticast
ofxAndroidDismissProgressBox ofxAndroid/ofxAndroidUtils show_ofxAndroidDismissProgressBox
ofxAndroidEnableMulticast ofxAndroid/ofxAndroidUtils show_ofxAndroidEnableMulticast
ofxAndroidEvents ofxAndroid/ofxAndroidUtils show_ofxAndroidEvents
ofxAndroidGetStringRes ofxAndroid/ofxAndroidUtils show_ofxAndroidGetStringRes
ofxAndroidGetTextBoxResult ofxAndroid/ofxAndroidUtils show_ofxAndroidGetTextBoxResult
ofxAndroidIsMobileOnline ofxAndroid/ofxAndroidUtils show_ofxAndroidIsMobileOnline
ofxAndroidIsOnline ofxAndroid/ofxAndroidUtils show_ofxAndroidIsOnline
ofxAndroidIsWifiOnline ofxAndroid/ofxAndroidUtils show_ofxAndroidIsWifiOnline
ofxAndroidLaunchBrowser ofxAndroid/ofxAndroidUtils show_ofxAndroidLaunchBrowser
ofxAndroidLockScreenSleep ofxAndroid/ofxAndroidUtils show_ofxAndroidLockScreenSleep
ofxAndroidMonitorNetworkState ofxAndroid/ofxAndroidUtils show_ofxAndroidMonitorNetworkState
ofxAndroidNotifyLoadPercent ofxAndroid/ofxAndroidUtils show_ofxAndroidNotifyLoadPercent
ofxAndroidOkCancelBox ofxAndroid/ofxAndroidUtils show_ofxAndroidOkCancelBox
ofxAndroidPauseApp ofxAndroid/ofxAndroidUtils show_ofxAndroidPauseApp
ofxAndroidProgressBox ofxAndroid/ofxAndroidUtils show_ofxAndroidProgressBox
ofxAndroidRandomUUID ofxAndroid/ofxAndroidUtils show_ofxAndroidRandomUUID
ofxAndroidRequestPermission ofxAndroid/ofxAndroidUtils show_ofxAndroidRequestPermission
ofxAndroidSetViewItemChecked ofxAndroid/ofxAndroidUtils show_ofxAndroidSetViewItemChecked
ofxAndroidToast ofxAndroid/ofxAndroidUtils show_ofxAndroidToast
ofxAndroidUnlockScreenSleep ofxAndroid/ofxAndroidUtils show_ofxAndroidUnlockScreenSleep
ofxAndroidYesNoBox ofxAndroid/ofxAndroidUtils show_ofxAndroidYesNoBox
ofxJavaCallBoolMethod ofxAndroid/ofxAndroidUtils show_ofxJavaCallBoolMethod
ofxJavaCallFloatMethod ofxAndroid/ofxAndroidUtils show_ofxJavaCallFloatMethod
ofxJavaCallIntMethod ofxAndroid/ofxAndroidUtils show_ofxJavaCallIntMethod
ofxJavaCallLongMethod ofxAndroid/ofxAndroidUtils show_ofxJavaCallLongMethod
ofxJavaCallObjectMethod ofxAndroid/ofxAndroidUtils show_ofxJavaCallObjectMethod
ofxJavaCallStaticObjectMethod ofxAndroid/ofxAndroidUtils show_ofxJavaCallStaticObjectMethod
ofxJavaCallStaticVoidMethod ofxAndroid/ofxAndroidUtils show_ofxJavaCallStaticVoidMethod
ofxJavaCallVoidMethod ofxAndroid/ofxAndroidUtils show_ofxJavaCallVoidMethod
ofxJavaGetClassID ofxAndroid/ofxAndroidUtils show_ofxJavaGetClassID
ofxJavaGetClassName ofxAndroid/ofxAndroidUtils show_ofxJavaGetClassName
ofxJavaGetJString ofxAndroid/ofxAndroidUtils show_ofxJavaGetJString
ofxJavaGetMethodID ofxAndroid/ofxAndroidUtils show_ofxJavaGetMethodID
ofxJavaGetStaticFieldID ofxAndroid/ofxAndroidUtils show_ofxJavaGetStaticFieldID
ofxJavaGetStaticMethodID ofxAndroid/ofxAndroidUtils show_ofxJavaGetStaticMethodID
ofxJavaGetStaticObjectField ofxAndroid/ofxAndroidUtils show_ofxJavaGetStaticObjectField
ofxJstringToString ofxAndroid/ofxAndroidUtils show_ofxJstringToString
ofxAndroidVideoPlayer ofxAndroid/ofxAndroidVideoPlayer
ofxAndroidApp ofxAndroid/ofxAndroidApp
ofxAndroidSwipeEventArgs ofxAndroid/ofxAndroidSwipeEventArgs
ofxAndroidScaleEventArgs ofxAndroid/ofxAndroidScaleEventArgs
ofRegisterGPSEvent ofxAndroid/ofxAndroidGPS show_ofRegisterGPSEvent
ofUnregisterGPSEvent ofxAndroid/ofxAndroidGPS show_ofUnregisterGPSEvent
ofAppAndroidWindow ofxAndroid/ofAppAndroidWindow
ofxAndroidCircBuffer ofxAndroid/ofxAndroidCircBuffer
ofxAndroidVideoGrabber ofxAndroid/ofxAndroidVideoGrabber
ofxLocation ofxAndroid/ofxLocation
ofxAndroidEventsClass ofxAndroid/ofxAndroidEventsClass
ofxAndroidSoundPlayer ofxAndroid/ofxAndroidSoundPlayer
ofxAndroidVibrator ofxAndroid/ofxAndroidVibrator
ofxAssimpModelLoader ofxAssimpModelLoader/ofxAssimpModelLoader
ofxAssimpTexture ofxAssimpModelLoader/ofxAssimpTexture
ofxAssimpAnimation ofxAssimpModelLoader/ofxAssimpAnimation
ofxAssimpMeshHelper ofxAssimpModelLoader/ofxAssimpMeshHelper
canLoadPixels ofxiOS/canLoadPixels
ofxiOSSoundStream ofxiOS/ofxiOSSoundStream
ofxiOSCoreLocation ofxiOS/ofxiOSCoreLocation
ofGLReadyCallback ofxiOS/ofxiOSExtensions show_ofGLReadyCallback
ofRegenerateAllVbos ofxiOS/ofxiOSExtensions show_ofRegenerateAllVbos
ofReloadAllFontTextures ofxiOS/ofxiOSExtensions show_ofReloadAllFontTextures
ofReloadAllImageTextures ofxiOS/ofxiOSExtensions show_ofReloadAllImageTextures
ofReloadGLResources ofxiOS/ofxiOSExtensions show_ofReloadGLResources
ofUnloadAllFontTextures ofxiOS/ofxiOSExtensions show_ofUnloadAllFontTextures
ofUpdateBitmapCharacterTexture ofxiOS/ofxiOSExtensions show_ofUpdateBitmapCharacterTexture
ofxiOSVideoGrabber ofxiOS/ofxiOSVideoGrabber
ofxiOSBundleImageToGLTexture ofxiOS/ofxiOSExtras show_ofxiOSBundleImageToGLTexture
ofxiOSCGImageToPixels ofxiOS/ofxiOSExtras show_ofxiOSCGImageToPixels
ofxiOSDisableIdleTimer ofxiOS/ofxiOSExtras show_ofxiOSDisableIdleTimer
ofxiOSEnableIdleTimer ofxiOS/ofxiOSExtras show_ofxiOSEnableIdleTimer
ofxiOSEnableLoopInThread ofxiOS/ofxiOSExtras show_ofxiOSEnableLoopInThread
ofxiOSGetAppDelegate ofxiOS/ofxiOSExtras show_ofxiOSGetAppDelegate
ofxiOSGetClipboardString ofxiOS/ofxiOSExtras show_ofxiOSGetClipboardString
ofxiOSGetDeviceRevision ofxiOS/ofxiOSExtras show_ofxiOSGetDeviceRevision
ofxiOSGetDeviceType ofxiOS/ofxiOSExtras show_ofxiOSGetDeviceType
ofxiOSGetDocumentsDirectory ofxiOS/ofxiOSExtras show_ofxiOSGetDocumentsDirectory
ofxiOSGetGLParentView ofxiOS/ofxiOSExtras show_ofxiOSGetGLParentView
ofxiOSGetGLView ofxiOS/ofxiOSExtras show_ofxiOSGetGLView
ofxiOSGetMicAverageLevel ofxiOS/ofxiOSExtras show_ofxiOSGetMicAverageLevel
ofxiOSGetOFWindow ofxiOS/ofxiOSExtras show_ofxiOSGetOFWindow
ofxiOSGetUIWindow ofxiOS/ofxiOSExtras show_ofxiOSGetUIWindow
ofxiOSGetViewController ofxiOS/ofxiOSExtras show_ofxiOSGetViewController
ofxiOSHasAudioIn ofxiOS/ofxiOSExtras show_ofxiOSHasAudioIn
ofxiOSLaunchBrowser ofxiOS/ofxiOSExtras show_ofxiOSLaunchBrowser
ofxiOSLockGLContext ofxiOS/ofxiOSExtras show_ofxiOSLockGLContext
ofxiOSNSStringToString ofxiOS/ofxiOSExtras show_ofxiOSNSStringToString
ofxiOSScreenGrab ofxiOS/ofxiOSExtras show_ofxiOSScreenGrab
ofxiOSSendGLViewToBack ofxiOS/ofxiOSExtras show_ofxiOSSendGLViewToBack
ofxiOSSendGLViewToFront ofxiOS/ofxiOSExtras show_ofxiOSSendGLViewToFront
ofxiOSSetClipboardString ofxiOS/ofxiOSExtras show_ofxiOSSetClipboardString
ofxiOSSetGLViewTransparent ofxiOS/ofxiOSExtras show_ofxiOSSetGLViewTransparent
ofxiOSSetGLViewUserInteraction ofxiOS/ofxiOSExtras show_ofxiOSSetGLViewUserInteraction
ofxiOSStringToNSString ofxiOS/ofxiOSExtras show_ofxiOSStringToNSString
ofxiOSUIImageToGLTexture ofxiOS/ofxiOSExtras show_ofxiOSUIImageToGLTexture
ofxiOSUIImageToOFImage ofxiOS/ofxiOSExtras show_ofxiOSUIImageToOFImage
ofxiOSUIImageToPixels ofxiOS/ofxiOSExtras show_ofxiOSUIImageToPixels
ofxiOSUnlockGLContext ofxiOS/ofxiOSExtras show_ofxiOSUnlockGLContext
ofxiOSVideoPlayer ofxiOS/ofxiOSVideoPlayer
ofxiOSImagePicker ofxiOS/ofxiOSImagePicker
ofxiOSKeyboard ofxiOS/ofxiOSKeyboard
ofxALSoundGetSpectrum ofxiOS/ofxOpenALSoundPlayer show_ofxALSoundGetSpectrum
ofxALSoundSetVolume ofxiOS/ofxOpenALSoundPlayer show_ofxALSoundSetVolume
ofxALSoundStopAll ofxiOS/ofxOpenALSoundPlayer show_ofxALSoundStopAll
ofxOpenALSoundPlayer ofxiOS/ofxOpenALSoundPlayer
ofAppiOSWindow ofxiOS/ofAppiOSWindow
OpenALObject ofxiOS/OpenALObject
SoundEngineEffect ofxiOS/SoundEngineEffect
SoundEngineEffectMap ofxiOS/SoundEngineEffectMap
ofxiOSAlertsHandler ofxiOS/ofxiOSAlertsHandler
ofxiOSMapKitListener ofxiOS/ofxiOSMapKitListener
ofxiOSSoundPlayer ofxiOS/ofxiOSSoundPlayer
ofxiOSAlertsListener ofxiOS/ofxiOSAlertsListener
BackgroundTrackMgr ofxiOS/BackgroundTrackMgr
ofxiOSApp ofxiOS/ofxiOSApp
ofMatrixStack utils/ofMatrixStack
ofLogError utils/ofLogError
ofXml utils/ofXml::Attribute
ofXml utils/ofXml::Range
ofBuffer utils/ofBuffer
ofURLFileLoader utils/ofURLFileLoader
ofFile utils/ofFile
ofXmlIterator utils/ofXmlIterator
ofFpsCounter utils/ofFpsCounter
ofBuffer utils/ofBuffer::RLine
ofLogVerbose utils/ofLogVerbose
ofXml utils/ofXml
ofXmlSearchIterator utils/ofXmlSearchIterator
ofHttpResponse utils/ofHttpResponse
ofHttpRequest utils/ofHttpRequest
ofLoadURL utils/ofURLFileLoader show_ofLoadURL
ofLoadURLAsync utils/ofURLFileLoader show_ofLoadURLAsync
ofRegisterURLNotification utils/ofURLFileLoader show_ofRegisterURLNotification
ofRemoveAllURLRequests utils/ofURLFileLoader show_ofRemoveAllURLRequests
ofRemoveURLRequest utils/ofURLFileLoader show_ofRemoveURLRequest
ofSaveURLAsync utils/ofURLFileLoader show_ofSaveURLAsync
ofSaveURLTo utils/ofURLFileLoader show_ofSaveURLTo
ofStopURLLoader utils/ofURLFileLoader show_ofStopURLLoader
ofURLResponseEvent utils/ofURLFileLoader show_ofURLResponseEvent
ofUnregisterURLNotification utils/ofURLFileLoader show_ofUnregisterURLNotification
ExtensionComparator utils/ExtensionComparator
ofLogFatalError utils/ofLogFatalError
ofTime utils/ofTime
ofBuffer utils/ofBuffer::Lines
ofGetLogLevel utils/ofLog show_ofGetLogLevel
ofGetLogLevelName utils/ofLog show_ofGetLogLevelName
ofGetLoggerChannel utils/ofLog show_ofGetLoggerChannel
ofLogToConsole utils/ofLog show_ofLogToConsole
ofLogToFile utils/ofLog show_ofLogToFile
ofSetLogLevel utils/ofLog show_ofSetLogLevel
ofSetLoggerChannel utils/ofLog show_ofSetLoggerChannel
ofLog utils/ofLog
ofBuffer utils/ofBuffer::RLines
ofDirectory utils/ofDirectory
ofFilePath utils/ofFilePath
ofBuffer utils/ofBuffer::Line
ofBinaryToChar utils/ofUtils show_ofBinaryToChar
ofBinaryToFloat utils/ofUtils show_ofBinaryToFloat
ofBinaryToInt utils/ofUtils show_ofBinaryToInt
ofBinaryToString utils/ofUtils show_ofBinaryToString
ofContains utils/ofUtils show_ofContains
ofDisableDataPath utils/ofUtils show_ofDisableDataPath
ofEnableDataPath utils/ofUtils show_ofEnableDataPath
ofFind utils/ofUtils show_ofFind
ofFromString utils/ofUtils show_ofFromString
ofGetCurrentTime utils/ofUtils show_ofGetCurrentTime
ofGetDay utils/ofUtils show_ofGetDay
ofGetElapsedTimeMicros utils/ofUtils show_ofGetElapsedTimeMicros
ofGetElapsedTimeMillis utils/ofUtils show_ofGetElapsedTimeMillis
ofGetElapsedTimef utils/ofUtils show_ofGetElapsedTimef
ofGetEnv utils/ofUtils show_ofGetEnv
ofGetFrameNum utils/ofUtils show_ofGetFrameNum
ofGetHours utils/ofUtils show_ofGetHours
ofGetMinutes utils/ofUtils show_ofGetMinutes
ofGetMonth utils/ofUtils show_ofGetMonth
ofGetSeconds utils/ofUtils show_ofGetSeconds
ofGetSystemTimeMicros utils/ofUtils show_ofGetSystemTimeMicros
ofGetSystemTimeMillis utils/ofUtils show_ofGetSystemTimeMillis
ofGetTargetPlatform utils/ofUtils show_ofGetTargetPlatform
ofGetTimestampString utils/ofUtils show_ofGetTimestampString
ofGetUnixTime utils/ofUtils show_ofGetUnixTime
ofGetVersionInfo utils/ofUtils show_ofGetVersionInfo
ofGetVersionMajor utils/ofUtils show_ofGetVersionMajor
ofGetVersionMinor utils/ofUtils show_ofGetVersionMinor
ofGetVersionPatch utils/ofUtils show_ofGetVersionPatch
ofGetVersionPreRelease utils/ofUtils show_ofGetVersionPreRelease
ofGetWeekday utils/ofUtils show_ofGetWeekday
ofGetYear utils/ofUtils show_ofGetYear
ofHexToChar utils/ofUtils show_ofHexToChar
ofHexToFloat utils/ofUtils show_ofHexToFloat
ofHexToInt utils/ofUtils show_ofHexToInt
ofHexToString utils/ofUtils show_ofHexToString
ofIsStringInString utils/ofUtils show_ofIsStringInString
ofJoinString utils/ofUtils show_ofJoinString
ofLaunchBrowser utils/ofUtils show_ofLaunchBrowser
ofRandomize utils/ofUtils show_ofRandomize
ofRemove utils/ofUtils show_ofRemove
ofResetElapsedTimeCounter utils/ofUtils show_ofResetElapsedTimeCounter
ofRestoreWorkingDirectoryToDefault utils/ofUtils show_ofRestoreWorkingDirectoryToDefault
ofSaveFrame utils/ofUtils show_ofSaveFrame
ofSaveScreen utils/ofUtils show_ofSaveScreen
ofSaveViewport utils/ofUtils show_ofSaveViewport
ofSetDataPathRoot utils/ofUtils show_ofSetDataPathRoot
ofSleepMillis utils/ofUtils show_ofSleepMillis
ofSort utils/ofUtils show_ofSort
ofSplitString utils/ofUtils show_ofSplitString
ofStringReplace utils/ofUtils show_ofStringReplace
ofStringTimesInString utils/ofUtils show_ofStringTimesInString
ofSystem utils/ofUtils show_ofSystem
ofTo utils/ofUtils show_ofTo
ofToBinary utils/ofUtils show_ofToBinary
ofToBool utils/ofUtils show_ofToBool
ofToChar utils/ofUtils show_ofToChar
ofToDataPath utils/ofUtils show_ofToDataPath
ofToDouble utils/ofUtils show_ofToDouble
ofToFloat utils/ofUtils show_ofToFloat
ofToHex utils/ofUtils show_ofToHex
ofToInt utils/ofUtils show_ofToInt
ofToInt64 utils/ofUtils show_ofToInt64
ofToLower utils/ofUtils show_ofToLower
ofToString utils/ofUtils show_ofToString
ofToUpper utils/ofUtils show_ofToUpper
ofTrim utils/ofUtils show_ofTrim
ofTrimBack utils/ofUtils show_ofTrimBack
ofTrimFront utils/ofUtils show_ofTrimFront
ofUTF8Append utils/ofUtils show_ofUTF8Append
ofUTF8Erase utils/ofUtils show_ofUTF8Erase
ofUTF8Insert utils/ofUtils show_ofUTF8Insert
ofUTF8Length utils/ofUtils show_ofUTF8Length
ofUTF8Substring utils/ofUtils show_ofUTF8Substring
ofUTF8ToString utils/ofUtils show_ofUTF8ToString
ofVAArgsToString utils/ofUtils show_ofVAArgsToString
ofTimer utils/ofTimer
ofXml utils/ofXml::Search
ofConsoleLoggerChannel utils/ofConsoleLoggerChannel
ofLogWarning utils/ofLogWarning
ofUTF8Iterator utils/ofUTF8Iterator
ofLogNotice utils/ofLogNotice
ofFileLoggerChannel utils/ofFileLoggerChannel
ofThreadChannel utils/ofThreadChannel
ofThread utils/ofThread
ofFileDialogResult utils/ofFileDialogResult
ofSystemAlertDialog utils/ofSystemUtils show_ofSystemAlertDialog
ofSystemLoadDialog utils/ofSystemUtils show_ofSystemLoadDialog
ofSystemSaveDialog utils/ofSystemUtils show_ofSystemSaveDialog
ofSystemTextBoxDialog utils/ofSystemUtils show_ofSystemTextBoxDialog
ofBufferFromFile utils/ofFileUtils show_ofBufferFromFile
ofBufferToFile utils/ofFileUtils show_ofBufferToFile
ofQuaternion math/ofQuaternion
ofVec3f math/ofVec3f
ofMatrix3x3 math/ofMatrix3x3
ofMatrix4x4 math/ofMatrix4x4
ofAngleDifferenceDegrees math/ofMath show_ofAngleDifferenceDegrees
ofAngleDifferenceRadians math/ofMath show_ofAngleDifferenceRadians
ofBezierPoint math/ofMath show_ofBezierPoint
ofBezierTangent math/ofMath show_ofBezierTangent
ofClamp math/ofMath show_ofClamp
ofCurvePoint math/ofMath show_ofCurvePoint
ofCurveTangent math/ofMath show_ofCurveTangent
ofDegToRad math/ofMath show_ofDegToRad
ofDist math/ofMath show_ofDist
ofDistSquared math/ofMath show_ofDistSquared
ofInRange math/ofMath show_ofInRange
ofInterpolateCatmullRom math/ofMath show_ofInterpolateCatmullRom
ofInterpolateCosine math/ofMath show_ofInterpolateCosine
ofInterpolateCubic math/ofMath show_ofInterpolateCubic
ofInterpolateHermite math/ofMath show_ofInterpolateHermite
ofIsFloatEqual math/ofMath show_ofIsFloatEqual
ofLerp math/ofMath show_ofLerp
ofLerpDegrees math/ofMath show_ofLerpDegrees
ofLerpRadians math/ofMath show_ofLerpRadians
ofLineSegmentIntersection math/ofMath show_ofLineSegmentIntersection
ofMap math/ofMath show_ofMap
ofNextPow2 math/ofMath show_ofNextPow2
ofNoise math/ofMath show_ofNoise
ofNormalize math/ofMath show_ofNormalize
ofRadToDeg math/ofMath show_ofRadToDeg
ofRandom math/ofMath show_ofRandom
ofRandomHeight math/ofMath show_ofRandomHeight
ofRandomWidth math/ofMath show_ofRandomWidth
ofRandomf math/ofMath show_ofRandomf
ofRandomuf math/ofMath show_ofRandomuf
ofSeedRandom math/ofMath show_ofSeedRandom
ofSign math/ofMath show_ofSign
ofSignedNoise math/ofMath show_ofSignedNoise
ofWrap math/ofMath show_ofWrap
ofWrapDegrees math/ofMath show_ofWrapDegrees
ofWrapRadians math/ofMath show_ofWrapRadians
ofVec4f math/ofVec4f
ofMath math/ofMath
toGlm math/ofVectorMath show_toGlm
toOf math/ofVectorMath show_toOf
ofVec2f math/ofVec2f
ofShaderSettings gl/ofShaderSettings
ofMaterial gl/ofMaterial::Shaders
ofBufferObject gl/ofBufferObject
ofLight gl/ofLight::Data
ofDisableGLDebugLog gl/ofGLUtils show_ofDisableGLDebugLog
ofEnableGLDebugLog gl/ofGLUtils show_ofEnableGLDebugLog
ofGLCheckExtension gl/ofGLUtils show_ofGLCheckExtension
ofGLSLVersionFromGL gl/ofGLUtils show_ofGLSLVersionFromGL
ofGLSupportedExtensions gl/ofGLUtils show_ofGLSupportedExtensions
ofGLSupportsNPOTTextures gl/ofGLUtils show_ofGLSupportsNPOTTextures
ofGetBytesPerChannelFromGLType gl/ofGLUtils show_ofGetBytesPerChannelFromGLType
ofGetGLFormat gl/ofGLUtils show_ofGetGLFormat
ofGetGLFormatFromInternal gl/ofGLUtils show_ofGetGLFormatFromInternal
ofGetGLFormatFromPixelFormat gl/ofGLUtils show_ofGetGLFormatFromPixelFormat
ofGetGLInternalFormat gl/ofGLUtils show_ofGetGLInternalFormat
ofGetGLInternalFormatFromPixelFormat gl/ofGLUtils show_ofGetGLInternalFormatFromPixelFormat
ofGetGLInternalFormatName gl/ofGLUtils show_ofGetGLInternalFormatName
ofGetGLPolyMode gl/ofGLUtils show_ofGetGLPolyMode
ofGetGLPrimitiveMode gl/ofGLUtils show_ofGetGLPrimitiveMode
ofGetGLRenderer gl/ofGLUtils show_ofGetGLRenderer
ofGetGLType gl/ofGLUtils show_ofGetGLType
ofGetGLTypeFromInternal gl/ofGLUtils show_ofGetGLTypeFromInternal
ofGetImageTypeFromGLType gl/ofGLUtils show_ofGetImageTypeFromGLType
ofGetNumChannelsFromGLFormat gl/ofGLUtils show_ofGetNumChannelsFromGLFormat
ofGetOFPolyMode gl/ofGLUtils show_ofGetOFPolyMode
ofGetOFPrimitiveMode gl/ofGLUtils show_ofGetOFPrimitiveMode
ofIsGLProgrammableRenderer gl/ofGLUtils show_ofIsGLProgrammableRenderer
ofSetPixelStoreiAlignment gl/ofGLUtils show_ofSetPixelStoreiAlignment
ofMaterialSettings gl/ofMaterialSettings
ofShader gl/ofShader::Source
ofVbo gl/ofVbo::IndexAttribute
ofTextureData gl/ofTextureData
ofGLProgrammableRenderer gl/ofGLProgrammableRenderer
ofMaterial gl/ofMaterial
ofShader gl/ofShader::TransformFeedbackRangeBinding
ofShader gl/ofShader
ofShader gl/ofShader::Shader
ofDisableArbTex gl/ofTexture show_ofDisableArbTex
ofDisableNormalizedTexCoords gl/ofTexture show_ofDisableNormalizedTexCoords
ofDisableTextureEdgeHack gl/ofTexture show_ofDisableTextureEdgeHack
ofEnableArbTex gl/ofTexture show_ofEnableArbTex
ofEnableNormalizedTexCoords gl/ofTexture show_ofEnableNormalizedTexCoords
ofEnableTextureEdgeHack gl/ofTexture show_ofEnableTextureEdgeHack
ofGetUsingArbTex gl/ofTexture show_ofGetUsingArbTex
ofGetUsingNormalizedTexCoords gl/ofTexture show_ofGetUsingNormalizedTexCoords
ofIsTextureEdgeHackEnabled gl/ofTexture show_ofIsTextureEdgeHackEnabled
ofShader gl/ofShader::TransformFeedbackBaseBinding
ofFbo gl/ofFbo
ofVbo gl/ofVbo
ofVbo gl/ofVbo::VertexAttribute
ofFbo gl/ofFbo::Settings
ofGLRenderer gl/ofGLRenderer
ofTexture gl/ofTexture
ofFboSettings gl/ofFboSettings
ofLight gl/ofLight
ofShader gl/ofShader::TransformFeedbackSettings
ofMaterial gl/ofMaterial::Data
ofDisableLighting gl/ofLight show_ofDisableLighting
ofDisableSeparateSpecularLight gl/ofLight show_ofDisableSeparateSpecularLight
ofEnableLighting gl/ofLight show_ofEnableLighting
ofEnableSeparateSpecularLight gl/ofLight show_ofEnableSeparateSpecularLight
ofGetGlobalAmbientColor gl/ofLight show_ofGetGlobalAmbientColor
ofGetLightingEnabled gl/ofLight show_ofGetLightingEnabled
ofLightsData gl/ofLight show_ofLightsData
ofSetGlobalAmbientColor gl/ofLight show_ofSetGlobalAmbientColor
ofSetSmoothLighting gl/ofLight show_ofSetSmoothLighting
ofVboMesh gl/ofVboMesh
ofGLWindowSettings application/ofGLWindowSettings
ofAppEGLWindow application/ofAppEGLWindow::Settings
ofNoopRenderer application/ofNoopRenderer
ofBaseApp application/ofBaseApp
ofAppNoWindow application/ofAppNoWindow
ofMainLoop application/ofMainLoop
ofWindowSettings application/ofWindowSettings
ofAppBaseGLWindow application/ofAppBaseGLWindow
ofAppBaseWindow application/ofAppBaseWindow
ofGLFWWindowSettings application/ofGLFWWindowSettings
ofAppGlutWindow application/ofAppGlutWindow
ofAppEGLWindow application/ofAppEGLWindow
ofAppBaseGLESWindow application/ofAppBaseGLESWindow
ofAppGLFWWindow application/ofAppGLFWWindow
ofAppEGLWindowSettings application/ofAppEGLWindowSettings
noopDeleter application/ofAppRunner show_noopDeleter
ofCreateWindow application/ofAppRunner show_ofCreateWindow
ofDisableSetupScreen application/ofAppRunner show_ofDisableSetupScreen
ofDoesHWOrientation application/ofAppRunner show_ofDoesHWOrientation
ofEnableSetupScreen application/ofAppRunner show_ofEnableSetupScreen
ofEvents application/ofAppRunner show_ofEvents
ofExit application/ofAppRunner show_ofExit
ofGetAppPtr application/ofAppRunner show_ofGetAppPtr
ofGetClipboardString application/ofAppRunner show_ofGetClipboardString
ofGetCurrentRenderer application/ofAppRunner show_ofGetCurrentRenderer
ofGetCurrentWindow application/ofAppRunner show_ofGetCurrentWindow
ofGetFixedStepForFps application/ofAppRunner show_ofGetFixedStepForFps
ofGetFrameRate application/ofAppRunner show_ofGetFrameRate
ofGetGLXContext application/ofAppRunner show_ofGetGLXContext
ofGetHeight application/ofAppRunner show_ofGetHeight
ofGetLastFrameTime application/ofAppRunner show_ofGetLastFrameTime
ofGetMainLoop application/ofAppRunner show_ofGetMainLoop
ofGetOrientation application/ofAppRunner show_ofGetOrientation
ofGetScreenHeight application/ofAppRunner show_ofGetScreenHeight
ofGetScreenWidth application/ofAppRunner show_ofGetScreenWidth
ofGetTargetFrameRate application/ofAppRunner show_ofGetTargetFrameRate
ofGetWidth application/ofAppRunner show_ofGetWidth
ofGetWindowHeight application/ofAppRunner show_ofGetWindowHeight
ofGetWindowMode application/ofAppRunner show_ofGetWindowMode
ofGetWindowPositionX application/ofAppRunner show_ofGetWindowPositionX
ofGetWindowPositionY application/ofAppRunner show_ofGetWindowPositionY
ofGetWindowPtr application/ofAppRunner show_ofGetWindowPtr
ofGetWindowRect application/ofAppRunner show_ofGetWindowRect
ofGetWindowSize application/ofAppRunner show_ofGetWindowSize
ofGetWindowWidth application/ofAppRunner show_ofGetWindowWidth
ofGetX11Display application/ofAppRunner show_ofGetX11Display
ofGetX11Window application/ofAppRunner show_ofGetX11Window
ofHideCursor application/ofAppRunner show_ofHideCursor
ofInit application/ofAppRunner show_ofInit
ofRunApp application/ofAppRunner show_ofRunApp
ofRunMainLoop application/ofAppRunner show_ofRunMainLoop
ofSetClipboardString application/ofAppRunner show_ofSetClipboardString
ofSetCurrentRenderer application/ofAppRunner show_ofSetCurrentRenderer
ofSetEscapeQuitsApp application/ofAppRunner show_ofSetEscapeQuitsApp
ofSetFrameRate application/ofAppRunner show_ofSetFrameRate
ofSetFullscreen application/ofAppRunner show_ofSetFullscreen
ofSetMainLoop application/ofAppRunner show_ofSetMainLoop
ofSetOrientation application/ofAppRunner show_ofSetOrientation
ofSetTimeModeFiltered application/ofAppRunner show_ofSetTimeModeFiltered
ofSetTimeModeFixedRate application/ofAppRunner show_ofSetTimeModeFixedRate
ofSetTimeModeSystem application/ofAppRunner show_ofSetTimeModeSystem
ofSetVerticalSync application/ofAppRunner show_ofSetVerticalSync
ofSetWindowPosition application/ofAppRunner show_ofSetWindowPosition
ofSetWindowShape application/ofAppRunner show_ofSetWindowShape
ofSetWindowTitle application/ofAppRunner show_ofSetWindowTitle
ofSetupOpenGL application/ofAppRunner show_ofSetupOpenGL
ofShowCursor application/ofAppRunner show_ofShowCursor
ofToggleFullscreen application/ofAppRunner show_ofToggleFullscreen
ofGLESWindowSettings application/ofGLESWindowSettings
ofArduino communication/ofArduino
ofSerialDeviceInfo communication/ofSerialDeviceInfo
ofSerial communication/ofSerial
ofEvent events/ofEvent
ofKeyEventArgs events/ofKeyEventArgs
ofDragInfo events/ofDragInfo
ofEventArgs events/ofEventArgs
ofMouseEventArgs events/ofMouseEventArgs
ofWindowPosEventArgs events/ofWindowPosEventArgs
ofBaseEvent events/ofBaseEvent
ofEventAttendedException events/ofEventAttendedException
ofCoreEvents events/ofCoreEvents
ofResizeEventArgs events/ofResizeEventArgs
ofFastEvent events/ofFastEvent
ofTouchEventArgs events/ofTouchEventArgs
ofAddListener events/ofEventUtils show_ofAddListener
ofNotifyEvent events/ofEventUtils show_ofNotifyEvent
ofRemoveListener events/ofEventUtils show_ofRemoveListener
ofEventListeners events/ofEventListeners
ofEntryEventArgs events/ofEntryEventArgs
ofMessage events/ofMessage
ofEventListener events/ofEventListener
ofGetKeyPressed events/ofEvents show_ofGetKeyPressed
ofGetMousePressed events/ofEvents show_ofGetMousePressed
ofGetMouseX events/ofEvents show_ofGetMouseX
ofGetMouseY events/ofEvents show_ofGetMouseY
ofGetPreviousMouseX events/ofEvents show_ofGetPreviousMouseX
ofGetPreviousMouseY events/ofEvents show_ofGetPreviousMouseY
ofRegisterDragEvents events/ofEvents show_ofRegisterDragEvents
ofRegisterGetMessages events/ofEvents show_ofRegisterGetMessages
ofRegisterKeyEvents events/ofEvents show_ofRegisterKeyEvents
ofRegisterMouseEvents events/ofEvents show_ofRegisterMouseEvents
ofRegisterTouchEvents events/ofEvents show_ofRegisterTouchEvents
ofSendMessage events/ofEvents show_ofSendMessage
ofUnregisterDragEvents events/ofEvents show_ofUnregisterDragEvents
ofUnregisterGetMessages events/ofEvents show_ofUnregisterGetMessages
ofUnregisterKeyEvents events/ofEvents show_ofUnregisterKeyEvents
ofUnregisterMouseEvents events/ofEvents show_ofUnregisterMouseEvents
ofUnregisterTouchEvents events/ofEvents show_ofUnregisterTouchEvents
ofCairoRenderer graphics/ofCairoRenderer
ofInsidePoly graphics/ofPolyline show_ofInsidePoly
ofPath graphics/ofPath
ofPixels graphics/ofPixels::Lines
ofTrueTypeFontSettings graphics/ofTrueTypeFontSettings
ofPixels_ graphics/ofPixels
ofCloseFreeImage graphics/ofImage show_ofCloseFreeImage
ofImageFormatExtension graphics/ofImage show_ofImageFormatExtension
ofLoadImage graphics/ofImage show_ofLoadImage
ofSaveImage graphics/ofImage show_ofSaveImage
ofUnicode graphics/ofUnicode
ofRendererCollection graphics/ofRendererCollection
ofPixels graphics/ofPixels::ConstPixels
ofTrueTypeFont graphics/ofTrueTypeFont
ofPixels graphics/ofPixels::ConstPixel
ofPolyline_ graphics/ofPolyline
ofUnicode graphics/ofUnicode::range
ofPixels graphics/ofPixels::Line
ofBitmapFont graphics/ofBitmapFont
ofTrueTypeFont graphics/ofTrueTypeFont::glyph
ofPath graphics/ofPath::Command
ofTrueTypeShutdown graphics/ofTrueTypeFont show_ofTrueTypeShutdown
ofTessellator graphics/ofTessellator
ofPixels graphics/ofPixels::ConstLine
ofPixels graphics/ofPixels::ConstLines
ofPixels graphics/ofPixels::Pixels
ofPixels graphics/ofPixels::Pixel
ofImageLoadSettings graphics/ofImageLoadSettings
ofImage_ graphics/ofImage
ofBackground graphics/ofGraphics show_ofBackground
ofBackgroundGradient graphics/ofGraphics show_ofBackgroundGradient
ofBackgroundHex graphics/ofGraphics show_ofBackgroundHex
ofBeginSaveScreenAsPDF graphics/ofGraphics show_ofBeginSaveScreenAsPDF
ofBeginSaveScreenAsSVG graphics/ofGraphics show_ofBeginSaveScreenAsSVG
ofBeginShape graphics/ofGraphics show_ofBeginShape
ofBezierVertex graphics/ofGraphics show_ofBezierVertex
ofClear graphics/ofGraphics show_ofClear
ofClearAlpha graphics/ofGraphics show_ofClearAlpha
ofCurveVertex graphics/ofGraphics show_ofCurveVertex
ofCurveVertices graphics/ofGraphics show_ofCurveVertices
ofDisableAlphaBlending graphics/ofGraphics show_ofDisableAlphaBlending
ofDisableAntiAliasing graphics/ofGraphics show_ofDisableAntiAliasing
ofDisableBlendMode graphics/ofGraphics show_ofDisableBlendMode
ofDisableDepthTest graphics/ofGraphics show_ofDisableDepthTest
ofDisablePointSprites graphics/ofGraphics show_ofDisablePointSprites
ofDisableSmoothing graphics/ofGraphics show_ofDisableSmoothing
ofDrawBezier graphics/ofGraphics show_ofDrawBezier
ofDrawBitmapString graphics/ofGraphics show_ofDrawBitmapString
ofDrawBitmapStringHighlight graphics/ofGraphics show_ofDrawBitmapStringHighlight
ofDrawCircle graphics/ofGraphics show_ofDrawCircle
ofDrawCurve graphics/ofGraphics show_ofDrawCurve
ofDrawEllipse graphics/ofGraphics show_ofDrawEllipse
ofDrawLine graphics/ofGraphics show_ofDrawLine
ofDrawRectRounded graphics/ofGraphics show_ofDrawRectRounded
ofDrawRectangle graphics/ofGraphics show_ofDrawRectangle
ofDrawTriangle graphics/ofGraphics show_ofDrawTriangle
ofEnableAlphaBlending graphics/ofGraphics show_ofEnableAlphaBlending
ofEnableAntiAliasing graphics/ofGraphics show_ofEnableAntiAliasing
ofEnableBlendMode graphics/ofGraphics show_ofEnableBlendMode
ofEnableDepthTest graphics/ofGraphics show_ofEnableDepthTest
ofEnablePointSprites graphics/ofGraphics show_ofEnablePointSprites
ofEnableSmoothing graphics/ofGraphics show_ofEnableSmoothing
ofEndSaveScreenAsPDF graphics/ofGraphics show_ofEndSaveScreenAsPDF
ofEndSaveScreenAsSVG graphics/ofGraphics show_ofEndSaveScreenAsSVG
ofEndShape graphics/ofGraphics show_ofEndShape
ofFill graphics/ofGraphics show_ofFill
ofGetBackgroundAuto graphics/ofGraphics show_ofGetBackgroundAuto
ofGetBackgroundColor graphics/ofGraphics show_ofGetBackgroundColor
ofGetCoordHandedness graphics/ofGraphics show_ofGetCoordHandedness
ofGetCurrentMatrix graphics/ofGraphics show_ofGetCurrentMatrix
ofGetCurrentNormalMatrix graphics/ofGraphics show_ofGetCurrentNormalMatrix
ofGetCurrentOrientationMatrix graphics/ofGraphics show_ofGetCurrentOrientationMatrix
ofGetCurrentViewMatrix graphics/ofGraphics show_ofGetCurrentViewMatrix
ofGetCurrentViewport graphics/ofGraphics show_ofGetCurrentViewport
ofGetFill graphics/ofGraphics show_ofGetFill
ofGetNativeViewport graphics/ofGraphics show_ofGetNativeViewport
ofGetRectMode graphics/ofGraphics show_ofGetRectMode
ofGetStyle graphics/ofGraphics show_ofGetStyle
ofGetViewportHeight graphics/ofGraphics show_ofGetViewportHeight
ofGetViewportWidth graphics/ofGraphics show_ofGetViewportWidth
ofIsVFlipped graphics/ofGraphics show_ofIsVFlipped
ofLoadIdentityMatrix graphics/ofGraphics show_ofLoadIdentityMatrix
ofLoadMatrix graphics/ofGraphics show_ofLoadMatrix
ofLoadViewMatrix graphics/ofGraphics show_ofLoadViewMatrix
ofMultMatrix graphics/ofGraphics show_ofMultMatrix
ofMultViewMatrix graphics/ofGraphics show_ofMultViewMatrix
ofNextContour graphics/ofGraphics show_ofNextContour
ofNoFill graphics/ofGraphics show_ofNoFill
ofOrientationToDegrees graphics/ofGraphics show_ofOrientationToDegrees
ofPopMatrix graphics/ofGraphics show_ofPopMatrix
ofPopStyle graphics/ofGraphics show_ofPopStyle
ofPopView graphics/ofGraphics show_ofPopView
ofPushMatrix graphics/ofGraphics show_ofPushMatrix
ofPushStyle graphics/ofGraphics show_ofPushStyle
ofPushView graphics/ofGraphics show_ofPushView
ofRotateDeg graphics/ofGraphics show_ofRotateDeg
ofRotateRad graphics/ofGraphics show_ofRotateRad
ofRotateXDeg graphics/ofGraphics show_ofRotateXDeg
ofRotateXRad graphics/ofGraphics show_ofRotateXRad
ofRotateYDeg graphics/ofGraphics show_ofRotateYDeg
ofRotateYRad graphics/ofGraphics show_ofRotateYRad
ofRotateZDeg graphics/ofGraphics show_ofRotateZDeg
ofRotateZRad graphics/ofGraphics show_ofRotateZRad
ofScale graphics/ofGraphics show_ofScale
ofSetBackgroundAuto graphics/ofGraphics show_ofSetBackgroundAuto
ofSetBackgroundColor graphics/ofGraphics show_ofSetBackgroundColor
ofSetBackgroundColorHex graphics/ofGraphics show_ofSetBackgroundColorHex
ofSetCircleResolution graphics/ofGraphics show_ofSetCircleResolution
ofSetColor graphics/ofGraphics show_ofSetColor
ofSetCoordHandedness graphics/ofGraphics show_ofSetCoordHandedness
ofSetCurveResolution graphics/ofGraphics show_ofSetCurveResolution
ofSetDepthTest graphics/ofGraphics show_ofSetDepthTest
ofSetDrawBitmapMode graphics/ofGraphics show_ofSetDrawBitmapMode
ofSetHexColor graphics/ofGraphics show_ofSetHexColor
ofSetLineWidth graphics/ofGraphics show_ofSetLineWidth
ofSetMatrixMode graphics/ofGraphics show_ofSetMatrixMode
ofSetPolyMode graphics/ofGraphics show_ofSetPolyMode
ofSetRectMode graphics/ofGraphics show_ofSetRectMode
ofSetStyle graphics/ofGraphics show_ofSetStyle
ofSetupGraphicDefaults graphics/ofGraphics show_ofSetupGraphicDefaults
ofSetupScreen graphics/ofGraphics show_ofSetupScreen
ofSetupScreenOrtho graphics/ofGraphics show_ofSetupScreenOrtho
ofSetupScreenPerspective graphics/ofGraphics show_ofSetupScreenPerspective
ofTranslate graphics/ofGraphics show_ofTranslate
ofVertex graphics/ofGraphics show_ofVertex
ofVertices graphics/ofGraphics show_ofVertices
ofViewport graphics/ofGraphics show_ofViewport
ofAlphabet graphics/ofAlphabet
glm glm/glm::mat2x4
glm glm/glm::vec3
glm glm/glm::vec2
glm glm/glm::mat2x3
glm glm/glm::vec4
glm glm/glm::mat2
glm glm/glm::mat3
glm glm/glm::vec1
glm glm/glm::mat3x4
glm glm/glm::mat4x2
glm glm/glm::mat4x3
glm glm/glm::mat3x2
glm glm/glm::quat
glm glm/glm::mat4
ofFmodSoundPlayer sound/ofFmodSoundPlayer
ofSoundPlayer sound/ofSoundPlayer
ofSoundGetSpectrum sound/ofSoundPlayer show_ofSoundGetSpectrum
ofSoundSetVolume sound/ofSoundPlayer show_ofSoundSetVolume
ofSoundShutdown sound/ofSoundPlayer show_ofSoundShutdown
ofSoundStopAll sound/ofSoundPlayer show_ofSoundStopAll
ofSoundUpdate sound/ofSoundPlayer show_ofSoundUpdate
ofStereoVolumes sound/ofSoundUtils show_ofStereoVolumes
ofSoundStreamClose sound/ofSoundStream show_ofSoundStreamClose
ofSoundStreamListDevices sound/ofSoundStream show_ofSoundStreamListDevices
ofSoundStreamSetup sound/ofSoundStream show_ofSoundStreamSetup
ofSoundStreamStart sound/ofSoundStream show_ofSoundStreamStart
ofSoundStreamStop sound/ofSoundStream show_ofSoundStreamStop
ofxiPhoneSoundStream sound/ofxiPhoneSoundStream
ofSoundBuffer sound/ofSoundBuffer
ofPASoundStream sound/ofPASoundStream
ofFmodSetBuffersize sound/ofFmodSoundPlayer show_ofFmodSetBuffersize
ofFmodSoundGetSpectrum sound/ofFmodSoundPlayer show_ofFmodSoundGetSpectrum
ofFmodSoundSetVolume sound/ofFmodSoundPlayer show_ofFmodSoundSetVolume
ofFmodSoundStopAll sound/ofFmodSoundPlayer show_ofFmodSoundStopAll
ofFmodSoundUpdate sound/ofFmodSoundPlayer show_ofFmodSoundUpdate
ofOpenALSoundPlayer sound/ofOpenALSoundPlayer
ofRtAudioSoundStream sound/ofRtAudioSoundStream
ofOpenALSoundUpdate sound/ofOpenALSoundPlayer show_ofOpenALSoundUpdate
ofSoundDevice sound/ofSoundDevice
ofSoundStream sound/ofSoundStream
ofSoundStreamSettings sound/ofSoundStreamSettings
ofGetOfeliaVersionMajor utils/ofUtils
ofGetOfeliaVersionMinor utils/ofUtils
ofGetOfeliaVersionBugFix utils/ofUtils
ofUnZipPass utils/ofUnZip
ofUnZip utils/ofUnZip
ofWindow application/ofWindow
ofJson utils/ofJson
ofSetup events/ofEvents
ofUpdate events/ofEvents
ofDraw events/ofEvents
ofExit events/ofEvents
ofKeyPressed events/ofEvents
ofKeyReleased events/ofEvents
ofMouseMoved events/ofEvents
ofMouseDragged events/ofEvents
ofMousePressed events/ofEvents
ofMouseReleased events/ofEvents
ofMouseScrolled events/ofEvents
ofMouseEntered events/ofEvents
ofMouseExited events/ofEvents
ofWindowResized events/ofEvents
ofMessageReceived events/ofEvents
ofDragged events/ofEvents
ofTouchCancelled events/ofEvents
ofTouchDoubleTap events/ofEvents
ofTouchDown events/ofEvents
ofTouchMoved events/ofEvents
ofTouchUp events/ofEvents
ofLostFocus events/ofEvents
ofGotFocus events/ofEvents
ofGotMemoryWarning events/ofEvents
ofDeviceOrientationChanged events/ofEvents
ofLaunchedWithURL events/ofEvents
ofSwipe events/ofEvents
ofPause events/ofEvents
ofStop events/ofEvents
ofResume events/ofEvents
ofReloadTextures events/ofEvents
ofBackPressed events/ofEvents