openshot-audio  0.1.7
Public Member Functions | Public Attributes | List of all members
juce::RelativePointPath::LineTo Class Reference

#include <juce_gui_basics.h>

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

Public Member Functions

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

Public Attributes

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

Constructor & Destructor Documentation

◆ LineTo()

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

Member Function Documentation

◆ addToPath()

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

◆ clone()

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

◆ createTree()

ValueTree RelativePointPath::LineTo::createTree ( ) const
virtual

◆ getControlPoints()

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

Member Data Documentation

◆ endPoint

RelativePoint juce::RelativePointPath::LineTo::endPoint

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