|
JMgui
|
The linked list node containing one GuiElement. This system will probably be changed in the future. More...
#include <JMgui.h>
Public Member Functions | |
| elementNode (GuiElement *Element, elementNode *Head, GuiElementHandler *Handler) | |
| void | displayList () |
| Recursive function that displays all the elements in the list if this node is the head. | |
| void | deleteList () |
| Recursive function that deletes all the nodes in the list if this is the head. | |
Public Attributes | |
| GuiElement * | element = nullptr |
| elementNode * | nextNode = nullptr |
The linked list node containing one GuiElement. This system will probably be changed in the future.