Graphics::TextObject::Element Class Referenceabstract
#include <Object.h>
Inheritance diagram for Graphics::TextObject::Element:
Collaboration diagram for Graphics::TextObject::Element:
Public Types | |
| enum | Kind : uint8_t { Kind::XX } |
| using | OwnedList = OwnedLinkedObjectListTemplate< Element > |
Public Types inherited from LinkedObjectTemplate< Element > | |
| using | Iterator = IteratorTemplate< Element, Element *, Element & > |
| using | ConstIterator = IteratorTemplate< const Element, const Element *, const Element & > |
Public Member Functions | |
| Element (Kind kind) | |
| String | getTypeStr () const |
| virtual void | write (MetaWriter &meta) const =0 |
Public Member Functions inherited from LinkedObjectTemplate< Element > | |
| Element * | getNext () const |
| bool | insertAfter (Element *object) |
| Iterator | begin () const |
| Iterator | end () const |
| Iterator | cbegin () const |
| Iterator | cend () const |
Public Member Functions inherited from LinkedObject | |
| virtual | ~LinkedObject () |
| virtual LinkedObject * | next () const |
| bool | insertAfter (LinkedObject *object) |
| bool | operator== (const LinkedObject &other) const |
| bool | operator!= (const LinkedObject &other) const |
Public Attributes | |
| Kind | kind |
Member Typedef Documentation
◆ OwnedList
Member Enumeration Documentation
◆ Kind
|
strong |
Constructor & Destructor Documentation
◆ Element()
|
inline |
Member Function Documentation
◆ getTypeStr()
|
inline |
◆ write()
|
pure virtual |
Member Data Documentation
◆ kind
| Kind Graphics::TextObject::Element::kind |
The documentation for this class was generated from the following file:
Public Types inherited from
1.8.17