78 bool isVertical() const noexcept;
A class that imposes restrictions on a Component's size or position.
The base class for all JUCE user-interface objects.
A graphics context, used for drawing a component or image.
Contains position and status information about a mouse event.
Manages a rectangle and allows geometric operations to be performed on it.
A component that resizes its parent component when dragged.
~ResizableEdgeComponent() override
Destructor.
@ rightEdge
Indicates a vertical bar that can be dragged left/right to move the component's right-hand edge.
@ topEdge
Indicates a horizontal bar that can be dragged up/down to move the top of the component.
@ leftEdge
Indicates a vertical bar that can be dragged left/right to move the component's left-hand edge.
This class acts as a pointer which will automatically become null if the object to which it points is...