![]() |
Mema
Memory Matrix — multi-channel audio matrix monitor and router
|
#include <AboutComponent.h>
Inheritance diagram for AboutComponent:
Collaboration diagram for AboutComponent:Public Member Functions | |
| AboutComponent (const char *imageData, int imageDataSize) | |
| Constructs the about component with embedded image data. | |
| ~AboutComponent () override | |
| void | paint (juce::Graphics &) override |
| Renders the component. | |
| void | resized () override |
| Lays out child components. | |
component displaying application info, icon and repository link.
Definition at line 25 of file AboutComponent.h.
| AboutComponent::AboutComponent | ( | const char * | imageData, |
| int | imageDataSize | ||
| ) |
Constructs the about component with embedded image data.
Definition at line 21 of file AboutComponent.cpp.
|
override |
Definition at line 41 of file AboutComponent.cpp.
|
override |
Renders the component.
Definition at line 45 of file AboutComponent.cpp.
|
override |
Lays out child components.
Definition at line 52 of file AboutComponent.cpp.