TDME2
1.9.121
src
tdme
gui
nodes
GUIScreenNode_SizeConstraints.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
tdme/tdme.h
>
4
#include <
tdme/gui/nodes/fwd-tdme.h
>
5
6
/**
7
* GUI screen node size constraints entity
8
* @author Andreas Drewke
9
* @version $Id$
10
*/
11
struct
tdme::gui::nodes::GUIScreenNode_SizeConstraints
12
{
13
14
int
minWidth
{ -1 };
15
int
minHeight
{ -1 };
16
int
maxWidth
{ -1 };
17
int
maxHeight
{ -1 };
18
19
};
fwd-tdme.h
tdme::gui::nodes::GUIScreenNode_SizeConstraints
GUI screen node size constraints entity.
Definition:
GUIScreenNode_SizeConstraints.h:12
tdme::gui::nodes::GUIScreenNode_SizeConstraints::minHeight
int minHeight
Definition:
GUIScreenNode_SizeConstraints.h:15
tdme::gui::nodes::GUIScreenNode_SizeConstraints::maxHeight
int maxHeight
Definition:
GUIScreenNode_SizeConstraints.h:17
tdme::gui::nodes::GUIScreenNode_SizeConstraints::maxWidth
int maxWidth
Definition:
GUIScreenNode_SizeConstraints.h:16
tdme::gui::nodes::GUIScreenNode_SizeConstraints::minWidth
int minWidth
Definition:
GUIScreenNode_SizeConstraints.h:14
tdme.h
Generated by
1.9.3