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

#include <foleys_StylePropertyComponent.h>

+ Inheritance diagram for StylePropertyComponent:

Public Member Functions

 StylePropertyComponent (MagicGUIBuilder &builder, juce::Identifier property, juce::ValueTree &node)
 
 ~StylePropertyComponent () override
 
void paint (juce::Graphics &g) override
 
void resized () override
 
void mouseDoubleClick (const juce::MouseEvent &event) override
 

Static Public Member Functions

static StylePropertyComponentcreateComponent (MagicGUIBuilder &builder, SettableProperty &property, juce::ValueTree &node)
 

Protected Member Functions

juce::var lookupValue ()
 

Protected Attributes

MagicGUIBuilderbuilder
 
juce::Identifier property
 
juce::ValueTree node
 
juce::ValueTree inheritedFrom
 
std::unique_ptr< juce::Component > editor
 
juce::TextButton remove { "X" }
 

Constructor & Destructor Documentation

◆ StylePropertyComponent()

◆ ~StylePropertyComponent()

Member Function Documentation

◆ paint()

◆ resized()

void resized ( )
override

◆ mouseDoubleClick()

void mouseDoubleClick ( const juce::MouseEvent & event)
override

◆ createComponent()

◆ lookupValue()

Member Data Documentation

◆ builder

◆ property

◆ node

◆ inheritedFrom

◆ editor

◆ remove


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