GlistEngine
Loading...
Searching...
No Matches
gGUIDivider.h
Go to the documentation of this file.
1
/*
2
* gGUIDivider.h
3
*
4
* Created on: Sep 29, 2021
5
* Author: noyan
6
*/
7
8
#ifndef UI_GGUIDIVIDER_H_
9
#define UI_GGUIDIVIDER_H_
10
11
#include "
gGUIControl.h
"
12
13
14
class
gGUIDivider
:
public
gGUIControl
{
15
public
:
16
enum
{
17
DIR_HORIZONTAL
,
18
DIR_VERTICAL
19
};
20
21
gGUIDivider
();
22
virtual
~gGUIDivider
();
23
24
void
setDirection
(
int
direction);
25
int
getDirection
();
26
27
private
:
28
int
direction;
29
};
30
31
#endif
/* UI_GGUIDIVIDER_H_ */
gGUIControl
Definition
gGUIControl.h:29
gGUIDivider
Definition
gGUIDivider.h:14
gGUIDivider::getDirection
int getDirection()
gGUIDivider::setDirection
void setDirection(int direction)
gGUIDivider::DIR_HORIZONTAL
@ DIR_HORIZONTAL
Definition
gGUIDivider.h:17
gGUIDivider::DIR_VERTICAL
@ DIR_VERTICAL
Definition
gGUIDivider.h:18
gGUIDivider::gGUIDivider
gGUIDivider()
gGUIDivider::~gGUIDivider
virtual ~gGUIDivider()
gGUIControl.h
engine
ui
gGUIDivider.h
Generated by
1.9.8