JUCE  v5.4.1-191-g0ab5e696f
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
 
ElementBaseclone () const
 
RelativePointgetControlPoints (int &numPoints)
 
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
virtual

◆ clone()

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

◆ getControlPoints()

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

◆ 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: