Mema
Memory Matrix — multi-channel audio matrix monitor and router
Loading...
Searching...
No Matches
AboutComponent Class Reference

#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.
 

Detailed Description

component displaying application info, icon and repository link.

Definition at line 25 of file AboutComponent.h.

Constructor & Destructor Documentation

◆ AboutComponent()

AboutComponent::AboutComponent ( const char *  imageData,
int  imageDataSize 
)

Constructs the about component with embedded image data.

Definition at line 21 of file AboutComponent.cpp.

◆ ~AboutComponent()

AboutComponent::~AboutComponent ( )
override

Definition at line 41 of file AboutComponent.cpp.

Member Function Documentation

◆ paint()

void AboutComponent::paint ( juce::Graphics &  g)
override

Renders the component.

Definition at line 45 of file AboutComponent.cpp.

◆ resized()

void AboutComponent::resized ( )
override

Lays out child components.

Definition at line 52 of file AboutComponent.cpp.


The documentation for this class was generated from the following files: