29 virtual void calc() {}
30 virtual void enter() {}
31 virtual void exit() {}
32 virtual void reinit() {}
33 virtual void incoming_childDestroy() {}
34 virtual void outgoing_childCreate() {}
37 void setParent(
Scene *parent) {
41 void setChild(
Scene *child) {
50 m_sceneMgr = sceneMgr;
55 [[nodiscard]]
Heap *heap()
const {
59 [[nodiscard]]
Scene *parent()
const {
63 [[nodiscard]]
Scene *child()
const {
67 [[nodiscard]]
int id()
const {
This header houses common data types such as our integral types and enums.
An interface for ensuring certain structures and classes are destroyed with the heap.
A high-level representation of a memory heap for managing dynamic memory allocation....
Manages the scene stack and transitions between scenes.
Pertains to scene handling.