39 return std::make_unique<DrawablePath> (*
this);
50 path = std::move (newPath);
void setPath(const Path &newPath)
Definition juce_DrawablePath.cpp:42
const Path & getPath() const
Definition juce_DrawablePath.cpp:54
std::unique_ptr< Drawable > createCopy() const override
Definition juce_DrawablePath.cpp:37
const Path & getStrokePath() const
Definition juce_DrawablePath.cpp:55
DrawablePath()
Definition juce_DrawablePath.cpp:29
~DrawablePath() override
Definition juce_DrawablePath.cpp:30
void pathChanged()
Definition juce_DrawableShape.cpp:112
Path path
Definition juce_DrawableShape.h:118
Path strokePath
Definition juce_DrawableShape.h:118
DrawableShape()
Definition juce_DrawableShape.cpp:29
Definition juce_Path.h:65
Definition carla_juce.cpp:31