openshot-audio  0.1.7
Static Public Attributes | List of all members
RelativeCoordinate::Strings Struct Reference

#include <juce_RelativeCoordinate.h>

Static Public Attributes

static const String parent
 
static const String left
 
static const String right
 
static const String top
 
static const String bottom
 
static const String x
 
static const String y
 
static const String width
 
static const String 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.

Member Data Documentation

◆ bottom

const String RelativeCoordinate::Strings::bottom
static

"bottom"

◆ height

const String RelativeCoordinate::Strings::height
static

"height"

◆ left

const String RelativeCoordinate::Strings::left
static

"left"

◆ parent

const String RelativeCoordinate::Strings::parent
static

"parent"

◆ right

const String RelativeCoordinate::Strings::right
static

"right"

◆ top

const String RelativeCoordinate::Strings::top
static

"top"

◆ width

const String RelativeCoordinate::Strings::width
static

"width"

◆ x

const String RelativeCoordinate::Strings::x
static

"x"

◆ y

const String RelativeCoordinate::Strings::y
static

"y"


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