Graphics::FilledArcObject Class Reference
A filled arc. More...
#include <Object.h>
Inheritance diagram for Graphics::FilledArcObject:
Collaboration diagram for Graphics::FilledArcObject:
Public Member Functions | |
FilledArcObject (Brush brush, const Rect &rect, int16_t startAngle, int16_t endAngle) | |
void | write (MetaWriter &meta) const override |
Renderer * | createRenderer (const Location &location) const override |
Create a software renderer for this object. More... | |
![]() | |
Kind | kind () const override |
![]() | |
bool | operator== (const Object &other) const |
virtual String | getTypeStr () const |
![]() | |
Object * | getNext () const |
bool | insertAfter (Object *object) |
Iterator | begin () const |
Iterator | end () const |
Iterator | cbegin () const |
Iterator | cend () const |
![]() | |
virtual | ~LinkedObject () |
virtual LinkedObject * | next () const |
bool | insertAfter (LinkedObject *object) |
bool | operator== (const LinkedObject &other) const |
bool | operator!= (const LinkedObject &other) const |
Public Attributes | |
Brush | brush |
Rect | rect |
int16_t | startAngle |
int16_t | endAngle |
Additional Inherited Members | |
![]() | |
enum class | Kind { XX } |
using | List = LinkedObjectListTemplate< Object > |
using | OwnedList = OwnedLinkedObjectListTemplate< Object > |
![]() | |
using | Iterator = IteratorTemplate< Object, Object *, Object & > |
using | ConstIterator = IteratorTemplate< const Object, const Object *, const Object & > |
Detailed Description
A filled arc.
Constructor & Destructor Documentation
◆ FilledArcObject()
|
inline |
Member Function Documentation
◆ createRenderer()
|
overridevirtual |
Create a software renderer for this object.
- Parameters
-
location
- Return values
-
renderer Returned renderer object
Return nullptr if object cannot/should not be rendered
Implements Graphics::Object.
◆ write()
|
inlineoverridevirtual |
Implements Graphics::Object.
Member Data Documentation
◆ brush
Brush Graphics::FilledArcObject::brush |
◆ endAngle
int16_t Graphics::FilledArcObject::endAngle |
◆ rect
Rect Graphics::FilledArcObject::rect |
◆ startAngle
int16_t Graphics::FilledArcObject::startAngle |
The documentation for this class was generated from the following file: