GlistEngine
Loading...
Searching...
No Matches
gGUIFrame.h
Go to the documentation of this file.
1/*
2 * gGUIFrame.h
3 *
4 * Created on: Aug 11, 2021
5 * Author: noyan
6 */
7
8#ifndef UI_GGUIFRAME_H_
9#define UI_GGUIFRAME_H_
10
11#include "gGUIForm.h"
12
13
14class gGUIFrame : public gGUIForm {
15public:
18 virtual ~gGUIFrame();
19
20 void setup();
21 void update();
22 void draw();
23
24private:
25};
26
27#endif /* UI_GGUIFRAME_H_ */
Definition gBaseApp.h:16
gBaseApp * root
Definition gBaseGUIObject.h:147
Definition gGUIForm.h:21
Definition gGUIFrame.h:14
void draw()
virtual ~gGUIFrame()
void update()
gGUIFrame(gBaseApp *root)
void setup()