JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
juce::RelativeCoordinate::Strings Struct Reference

A set of static strings that are commonly used by the RelativeCoordinate class. More...

#include "juce_RelativeCoordinate.h"

Static Public Attributes

static const String parent
 "parent"
 
static const String left
 "left"
 
static const String right
 "right"
 
static const String top
 "top"
 
static const String bottom
 "bottom"
 
static const String x
 "x"
 
static const String y
 "y"
 
static const String width
 "width"
 
static const String height
 "height"
 

Detailed Description

A set of static strings that are commonly used by the RelativeCoordinate class.

As well as avoiding using string literals in your code, using these preset values has the advantage that all instances of the same string will share the same, reference-counted String object, so if you have thousands of points which all refer to the same anchor points, this can save a significant amount of memory allocation.

Definition at line 149 of file juce_RelativeCoordinate.h.

Member Data Documentation

◆ bottom

const String juce::RelativeCoordinate::Strings::bottom
static

"bottom"

Definition at line 155 of file juce_RelativeCoordinate.h.

◆ height

const String juce::RelativeCoordinate::Strings::height
static

"height"

Definition at line 159 of file juce_RelativeCoordinate.h.

◆ left

const String juce::RelativeCoordinate::Strings::left
static

"left"

Definition at line 152 of file juce_RelativeCoordinate.h.

◆ parent

const String juce::RelativeCoordinate::Strings::parent
static

"parent"

Definition at line 151 of file juce_RelativeCoordinate.h.

◆ right

const String juce::RelativeCoordinate::Strings::right
static

"right"

Definition at line 153 of file juce_RelativeCoordinate.h.

◆ top

const String juce::RelativeCoordinate::Strings::top
static

"top"

Definition at line 154 of file juce_RelativeCoordinate.h.

◆ width

const String juce::RelativeCoordinate::Strings::width
static

"width"

Definition at line 158 of file juce_RelativeCoordinate.h.

◆ x

const String juce::RelativeCoordinate::Strings::x
static

"x"

Definition at line 156 of file juce_RelativeCoordinate.h.

◆ y

const String juce::RelativeCoordinate::Strings::y
static

"y"

Definition at line 157 of file juce_RelativeCoordinate.h.


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