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 () |
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.
Palette | ( | MagicGUIBuilder & | builder | ) |
References update().
|
override |
|
override |
void update | ( | ) |
Referenced by Palette().