57 bool containsAnyDynamicPoints()
const;
180 bool usesNonZeroWinding;
184 friend class Positioner;
185 bool containsDynamicPoints;
A drawable object which renders a filled or outlined shape.
When evaluating an Expression object, this class is used to resolve symbols and perform functions tha...
An array designed for holding objects.
A path is a sequence of lines and curves that may either form a closed shape or be open-ended.
Class for the close sub path element.
Class for the cubic to element.
Base class for the elements that make up a RelativePointPath.
Class for the line to element.
Class for the quadratic to element.
Class for the start sub path element.
A path object that consists of RelativePoint coordinates rather than the normal fixed ones.
ElementType
The types of element that may be contained in this path.
An X-Y position stored as a pair of RelativeCoordinate values.
A powerful tree structure that can be used to hold free-form data, and which can handle its own undo ...
#define JUCE_LEAK_DETECTOR(OwnerClass)
This macro lets you embed a leak-detecting object inside a class.