JMgui
Loading...
Searching...
No Matches
GuiElementHandler::elementNode Class Reference

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

GuiElementelement = nullptr
elementNode * nextNode = nullptr

Detailed Description

The linked list node containing one GuiElement. This system will probably be changed in the future.


The documentation for this class was generated from the following file: