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 |
Public Member Functions inherited from Graphics::Object | |
| 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 |
Public Member Functions inherited from LinkedObjectTemplate< Object > | |
| Object * | getNext () const |
| bool | insertAfter (Object *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 |
Additional Inherited Members | |
Public Types inherited from Graphics::Object | |
| enum | Kind { Kind::XX } |
| using | List = LinkedObjectListTemplate< Object > |
| using | OwnedList = OwnedLinkedObjectListTemplate< Object > |
Public Types inherited from LinkedObjectTemplate< 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:
Public Member Functions inherited from
1.8.17