Graphics::TextObject::TextElement Class Reference
#include <Object.h>
Inheritance diagram for Graphics::TextObject::TextElement:
Collaboration diagram for Graphics::TextObject::TextElement:
Public Member Functions | |
TextElement (const TextAsset &text) | |
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 | |
const TextAsset & | text |
![]() | |
Kind | kind |
Additional Inherited Members | |
![]() | |
enum | Kind : uint8_t { Kind::XX } |
using | OwnedList = OwnedLinkedObjectListTemplate< Element > |
![]() | |
using | Iterator = IteratorTemplate< Element, Element *, Element & > |
using | ConstIterator = IteratorTemplate< const Element, const Element *, const Element & > |
Constructor & Destructor Documentation
◆ TextElement()
|
inline |
Member Function Documentation
◆ write()
|
inlineoverridevirtual |
Implements Graphics::TextObject::Element.
Member Data Documentation
◆ text
const TextAsset& Graphics::TextObject::TextElement::text |
The documentation for this class was generated from the following file: