Graphics::TextObject::Element Class Referenceabstract
#include <Object.h>
Inheritance diagram for Graphics::TextObject::Element:
Collaboration diagram for Graphics::TextObject::Element:
Public Types | |
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 & > |
Public Member Functions | |
Element (Kind kind) | |
String | getTypeStr () const |
virtual void | write (MetaWriter &meta) const =0 |
![]() | |
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 | |
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: