Graphics::TextObject::RunElement Class Reference
#include <Object.h>
Inheritance diagram for Graphics::TextObject::RunElement:
Collaboration diagram for Graphics::TextObject::RunElement:
Public Member Functions | |
RunElement (Point pos, uint16_t width, uint16_t offset, uint8_t length) | |
void | write (MetaWriter &meta) const override |
![]() | |
Element (Kind kind) | |
String | getTypeStr () const |
![]() | |
Element * | getNext () const |
bool | insertAfter (Element *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 | |
Point | pos |
uint16_t | width |
uint16_t | offset |
uint8_t | length |
![]() | |
Kind | kind |
Additional Inherited Members | |
![]() | |
enum class | Kind : uint8_t { XX } |
using | OwnedList = OwnedLinkedObjectListTemplate< Element > |
![]() | |
using | Iterator = IteratorTemplate< Element, Element *, Element & > |
using | ConstIterator = IteratorTemplate< const Element, const Element *, const Element & > |
Constructor & Destructor Documentation
◆ RunElement()
|
inline |
Member Function Documentation
◆ write()
|
inlineoverridevirtual |
Implements Graphics::TextObject::Element.
Member Data Documentation
◆ length
uint8_t Graphics::TextObject::RunElement::length |
◆ offset
uint16_t Graphics::TextObject::RunElement::offset |
◆ pos
Point Graphics::TextObject::RunElement::pos |
◆ width
uint16_t Graphics::TextObject::RunElement::width |
The documentation for this class was generated from the following file: