foleys_gui_magic
WYSWYG editor for JUCE GUIs including Visualisers
Public Member Functions | List of all members
Palette Class Reference

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

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()

void update ( )

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