GlistEngine
Loading...
Searching...
No Matches
gGUIPanel.h
Go to the documentation of this file.
1
/*
2
* gGUIPanel.h
3
*
4
* Created on: Aug 20, 2021
5
* Author: noyan
6
*/
7
8
#ifndef UI_GGUIPANEL_H_
9
#define UI_GGUIPANEL_H_
10
11
#include "
gGUIContainer.h
"
12
13
14
class
gGUIPanel
:
public
gGUIContainer
{
15
public
:
16
gGUIPanel
();
17
virtual
~gGUIPanel
();
18
19
void
showTitle
(
bool
isShown);
20
21
void
draw
();
22
23
private
:
24
int
toplineh;
25
gGUISizer
panelsizer;
26
bool
istitleshown;
27
};
28
29
#endif
/* UI_GGUIPANEL_H_ */
gGUIContainer
Definition
gGUIContainer.h:15
gGUIPanel
Definition
gGUIPanel.h:14
gGUIPanel::gGUIPanel
gGUIPanel()
gGUIPanel::showTitle
void showTitle(bool isShown)
gGUIPanel::~gGUIPanel
virtual ~gGUIPanel()
gGUIPanel::draw
void draw()
gGUISizer
Definition
gGUISizer.h:14
gGUIContainer.h
engine
ui
gGUIPanel.h
Generated by
1.9.8