Graphics::ObjectTemplate< object_kind > Class Template Reference
#include <Object.h>
Inheritance diagram for Graphics::ObjectTemplate< object_kind >:
Collaboration diagram for Graphics::ObjectTemplate< object_kind >:
Public Member Functions | |
Kind | kind () const override |
![]() | |
virtual Renderer * | createRenderer (const Location &location) const =0 |
Create a software renderer for this object. More... | |
bool | operator== (const Object &other) const |
virtual String | getTypeStr () const |
virtual void | write (MetaWriter &meta) const =0 |
![]() | |
Object * | getNext () const |
bool | insertAfter (Object *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 |
Additional Inherited Members | |
![]() | |
enum class | Kind { XX } |
using | List = LinkedObjectListTemplate< Object > |
using | OwnedList = OwnedLinkedObjectListTemplate< Object > |
![]() | |
using | Iterator = IteratorTemplate< Object, Object *, Object & > |
using | ConstIterator = IteratorTemplate< const Object, const Object *, const Object & > |
Member Function Documentation
◆ kind()
template<Object::Kind object_kind>
|
inlineoverridevirtual |
Implements Graphics::Object.
The documentation for this class was generated from the following file: