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 LinkedObjectnext () 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

Enumerator
XX 

Constructor & Destructor Documentation

◆ Element()

Graphics::TextObject::Element::Element ( Kind  kind)
inline

Member Function Documentation

◆ getTypeStr()

String Graphics::TextObject::Element::getTypeStr ( ) const
inline

◆ write()

virtual void Graphics::TextObject::Element::write ( MetaWriter meta) const
pure virtual

Member Data Documentation

◆ kind

Kind Graphics::TextObject::Element::kind

The documentation for this class was generated from the following file: