WYSWYG editor for JUCE GUIs including Visualisers
Loading...
Searching...
No Matches
Palette Class Reference

The Palette is the list of available components to be dragged into the tree or the GUI window. More...

#include <foleys_Palette.h>

Inherits Component.

Public Member Functions

 Palette (MagicGUIBuilder &builder)
 
void paint (juce::Graphics &g) override
 
void resized () override
 
void update ()
 

Detailed Description

The Palette is the list of available components to be dragged into the tree or the GUI window.

To be able to drop into the GUI directly, the edit mode must be enabled.

Constructor & Destructor Documentation

◆ Palette()

Palette ( MagicGUIBuilder & builder)

References Palette::update().

Member Function Documentation

◆ paint()

void paint ( juce::Graphics & g)
override

◆ resized()

void resized ( )
override

◆ update()


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