GlistEngine
Loading...
Searching...
No Matches
gGUIFrame.h
Go to the documentation of this file.
1/*
2 * gFrame.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 update();
21 void draw();
22
23private:
24};
25
26#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)