JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::RelativePointPath::LineTo Class Reference

Class for the line to element. More...

#include "juce_RelativePointPath.h"

Inheritance diagram for juce::RelativePointPath::LineTo:
juce::RelativePointPath::ElementBase

Public Member Functions

 LineTo (const RelativePoint &endPoint)
 
void addToPath (Path &path, Expression::Scope *) const override
 
RelativePointgetControlPoints (int &numPoints) override
 
ElementBaseclone () const override
 
- Public Member Functions inherited from juce::RelativePointPath::ElementBase
 ElementBase (ElementType type)
 
bool isDynamic ()
 

Public Attributes

RelativePoint endPoint
 
- Public Attributes inherited from juce::RelativePointPath::ElementBase
const ElementType type
 

Detailed Description

Class for the line to element.

Definition at line 127 of file juce_RelativePointPath.h.

Constructor & Destructor Documentation

◆ LineTo()

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

Definition at line 188 of file juce_RelativePointPath.cpp.

Member Function Documentation

◆ addToPath()

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

Implements juce::RelativePointPath::ElementBase.

Definition at line 193 of file juce_RelativePointPath.cpp.

◆ clone()

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

Implements juce::RelativePointPath::ElementBase.

Definition at line 204 of file juce_RelativePointPath.cpp.

◆ getControlPoints()

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

Implements juce::RelativePointPath::ElementBase.

Definition at line 198 of file juce_RelativePointPath.cpp.

Member Data Documentation

◆ endPoint

RelativePoint juce::RelativePointPath::LineTo::endPoint

Definition at line 135 of file juce_RelativePointPath.h.


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