Irrlicht 3D Engine
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
EGUIAlignment.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2012 Nikolaus Gebhardt
2
// This file is part of the "Irrlicht Engine".
3
// For conditions of distribution and use, see copyright notice in irrlicht.h
4
5
#ifndef __E_GUI_ALIGNMENT_H_INCLUDED__
6
#define __E_GUI_ALIGNMENT_H_INCLUDED__
7
8
namespace
irr
9
{
10
namespace
gui
11
{
12
enum
EGUI_ALIGNMENT
13
{
15
EGUIA_UPPERLEFT
=0,
17
EGUIA_LOWERRIGHT
,
19
EGUIA_CENTER
,
21
EGUIA_SCALE
22
};
23
25
const
c8
*
const
GUIAlignmentNames
[] =
26
{
27
"upperLeft"
,
28
"lowerRight"
,
29
"center"
,
30
"scale"
,
31
0
32
};
33
34
}
// namespace gui
35
}
// namespace irr
36
37
#endif // __E_GUI_ALIGNMENT_H_INCLUDED__
38
Irrlicht Engine
Documentation © 2003-2012 by Nikolaus Gebhardt. Generated on Tue Apr 7 2020 19:33:42 for Irrlicht 3D Engine by
Doxygen
1.8.1.2