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
14
class
gGUIFrame
:
public
gGUIForm
{
15
public
:
16
gGUIFrame
();
17
gGUIFrame
(
gBaseApp
*
root
);
18
virtual
~gGUIFrame
();
19
20
void
update
();
21
void
draw
();
22
23
private
:
24
};
25
26
#endif
/* UI_GGUIFRAME_H_ */
gBaseApp
Definition
gBaseApp.h:16
gBaseGUIObject::root
gBaseApp * root
Definition
gBaseGUIObject.h:147
gGUIForm
Definition
gGUIForm.h:21
gGUIFrame
Definition
gGUIFrame.h:14
gGUIFrame::draw
void draw()
gGUIFrame::gGUIFrame
gGUIFrame()
gGUIFrame::~gGUIFrame
virtual ~gGUIFrame()
gGUIFrame::update
void update()
gGUIFrame::gGUIFrame
gGUIFrame(gBaseApp *root)
gGUIForm.h
engine
ui
gGUIFrame.h
Generated by
1.9.8