|
CeresEngine 0.2.0
A game development framework
|
This is the complete list of members for CeresEngine::Shape, including all inherited members.
| allocator_type typedef | CeresEngine::Shape | |
| append(const Shape &aShape) | CeresEngine::Shape | |
| append(Shape &&aShape) | CeresEngine::Shape | |
| appendElement(ElementType type, const BezierPath &path) | CeresEngine::Shape | private |
| appendElement(ElementType type, BezierPath &&path) | CeresEngine::Shape | private |
| appendPath(const BezierPath &path) | CeresEngine::Shape | private |
| appendPath(BezierPath &&path) | CeresEngine::Shape | private |
| begin() const | CeresEngine::Shape | inline |
| BlendMode enum name | CeresEngine::Shape | |
| cbegin() const | CeresEngine::Shape | inline |
| cend() const | CeresEngine::Shape | inline |
| contains(const Point2 &aPoint) const | CeresEngine::Shape | |
| ElementIterator typedef | CeresEngine::Shape | |
| ElementType enum name | CeresEngine::Shape | |
| end() const | CeresEngine::Shape | inline |
| fill(const BezierPath &path, const Paint &paint, BlendMode blendMode=BlendMode::Normal) | CeresEngine::Shape | |
| fill(BezierPath &&path, const Paint &paint, BlendMode blendMode=BlendMode::Normal) | CeresEngine::Shape | |
| flatten() | CeresEngine::Shape | |
| flattened() const & | CeresEngine::Shape | |
| flattened() && | CeresEngine::Shape | inline |
| getAllocator() const noexcept | CeresEngine::Shape | inline |
| getBounds() const | CeresEngine::Shape | |
| getBoundsAccurate() const | CeresEngine::Shape | |
| getControlPointBounds() const | CeresEngine::Shape | |
| getElement(UInt32 index) const | CeresEngine::Shape | |
| getElementCount() const | CeresEngine::Shape | |
| isEmpty() const | CeresEngine::Shape | |
| LineCapStyle enum name | CeresEngine::Shape | |
| LineJoinStyle enum name | CeresEngine::Shape | |
| mElements | CeresEngine::Shape | private |
| mPaths | CeresEngine::Shape | private |
| operator&(const Point2 &aPoint) const | CeresEngine::Shape | inline |
| operator+(const Shape &aShape) const | CeresEngine::Shape | inline |
| operator+(Shape &&aShape) const | CeresEngine::Shape | inline |
| operator+=(const Shape &aShape) | CeresEngine::Shape | inline |
| operator+=(Shape &&aShape) | CeresEngine::Shape | inline |
| operator=(const Shape &other) | CeresEngine::Shape | |
| operator=(Shape &&other) noexcept | CeresEngine::Shape | |
| operator[](const UInt32 index) const | CeresEngine::Shape | inline |
| reverse() | CeresEngine::Shape | |
| reversed() const & | CeresEngine::Shape | |
| reversed() && | CeresEngine::Shape | inline |
| Shape() | CeresEngine::Shape | explicit |
| Shape(AnyAllocatorReference allocator) | CeresEngine::Shape | explicit |
| Shape(const Shape &other) | CeresEngine::Shape | |
| Shape(const Shape &other, AnyAllocatorReference allocator) | CeresEngine::Shape | |
| Shape(Shape &&other) noexcept | CeresEngine::Shape | |
| Shape(std::allocator_arg_t, const Allocator &allocator) | CeresEngine::Shape | inlineexplicit |
| Shape(std::allocator_arg_t, const Allocator &allocator, const Shape &other) | CeresEngine::Shape | inlineexplicit |
| stroke(const BezierPath &path, const Paint &paint, double lineWidth=1.0, BlendMode blendMode=BlendMode::Normal, LineCapStyle lineCapStyle=LineCapStyle::Butt, LineJoinStyle lineJoinStyle=LineJoinStyle::Miter, double miterLimit=10.0) | CeresEngine::Shape | |
| stroke(BezierPath &&path, const Paint &paint, double lineWidth=1.0, BlendMode blendMode=BlendMode::Normal, LineCapStyle lineCapStyle=LineCapStyle::Butt, LineJoinStyle lineJoinStyle=LineJoinStyle::Miter, double miterLimit=10.0) | CeresEngine::Shape | |
| transform(const AffineTransform &aTransform) | CeresEngine::Shape | |
| transformed(const AffineTransform &aTransform) const & | CeresEngine::Shape | |
| transformed(const AffineTransform &aTransform) && | CeresEngine::Shape | inline |
| ~Shape()=default | CeresEngine::Shape |