![]() |
Umsci
Upmix Spatial Control Interface — OCA/OCP.1 spatial audio utility
|
Small overlay panel showing the application icon, version info, and a link to the project repository. More...
#include <AboutComponent.h>
Inheritance diagram for AboutComponent:
Collaboration diagram for AboutComponent:Public Member Functions | |
| AboutComponent (const char *imageData, int imageDataSize) | |
| ~AboutComponent () override | |
| void | paint (juce::Graphics &) override |
| void | resized () override |
Small overlay panel showing the application icon, version info, and a link to the project repository.
Embedded inside a CustomAboutItem and shown as a custom item inside a JUCE PopupMenu, triggered by the about button in MainComponent.
| imageData | Raw bytes of the app icon image (SVG or PNG, compiled into the binary as a JUCE BinaryData resource). |
| imageDataSize | Byte count of imageData. |
Definition at line 36 of file AboutComponent.h.
| AboutComponent::AboutComponent | ( | const char * | imageData, |
| int | imageDataSize | ||
| ) |
Definition at line 21 of file AboutComponent.cpp.
|
override |
Definition at line 41 of file AboutComponent.cpp.
|
override |
Definition at line 45 of file AboutComponent.cpp.
|
override |
Definition at line 52 of file AboutComponent.cpp.