foleys_gui_magic
WYSWYG editor for JUCE GUIs including Visualisers
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Box< T > Struct Template Reference

Public Member Functions

 Box ()=default
 
 Box (T value)
 
juce::Rectangle< T > reducedRect (juce::Rectangle< T > rect) const
 

Static Public Member Functions

static Box fromString (const juce::String &text)
 

Public Attributes

top = {}
 
left = {}
 
right = {}
 
bottom = {}
 

Constructor & Destructor Documentation

◆ Box() [1/2]

Box ( )
default

◆ Box() [2/2]

Box ( value)

Member Function Documentation

◆ fromString()

static Box fromString ( const juce::String &  text)
static

◆ reducedRect()

juce::Rectangle<T> reducedRect ( juce::Rectangle< T >  rect) const

Member Data Documentation

◆ top

T top = {}

◆ left

T left = {}

◆ right

T right = {}

◆ bottom

T bottom = {}

The documentation for this struct was generated from the following file: