JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::RelativePointPath::LineTo Class Reference

Class for the line to element. More...

#include <juce_RelativePointPath.h>

Inheritance diagram for juce::RelativePointPath::LineTo:
Collaboration diagram for juce::RelativePointPath::LineTo:

Public Member Functions

 LineTo (const RelativePoint &endPoint)
 
void addToPath (Path &path, Expression::Scope *) const override
 
ElementBaseclone () const override
 
RelativePointgetControlPoints (int &numPoints) override
 
bool isDynamic ()
 

Public Attributes

RelativePoint endPoint
 
const ElementType type
 

Detailed Description

Class for the line to element.

Constructor & Destructor Documentation

◆ LineTo()

juce::RelativePointPath::LineTo::LineTo ( const RelativePoint endPoint)

Member Function Documentation

◆ addToPath()

void juce::RelativePointPath::LineTo::addToPath ( Path path,
Expression::Scope  
) const
overridevirtual

◆ clone()

ElementBase* juce::RelativePointPath::LineTo::clone ( ) const
overridevirtual

◆ getControlPoints()

RelativePoint* juce::RelativePointPath::LineTo::getControlPoints ( int numPoints)
overridevirtual

◆ isDynamic()

bool juce::RelativePointPath::ElementBase::isDynamic ( )
inherited

Member Data Documentation

◆ endPoint

RelativePoint juce::RelativePointPath::LineTo::endPoint

◆ type

const ElementType juce::RelativePointPath::ElementBase::type
inherited

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