TDME2 1.9.121
|
GUI node requested constraints entity. More...
#include <tdme/gui/nodes/GUINode_RequestedConstraints.h>
Public Attributes | |
GUINode_RequestedConstraints_RequestedConstraintsType * | leftType { nullptr } |
int | left { 0 } |
GUINode_RequestedConstraints_RequestedConstraintsType * | topType { nullptr } |
int | top { 0 } |
GUINode_RequestedConstraints_RequestedConstraintsType * | widthType { nullptr } |
int | width { 0 } |
GUINode_RequestedConstraints_RequestedConstraintsType * | heightType { nullptr } |
int | height { 0 } |
GUI node requested constraints entity.
Definition at line 21 of file GUINode_RequestedConstraints.h.
int height { 0 } |
Definition at line 30 of file GUINode_RequestedConstraints.h.
GUINode_RequestedConstraints_RequestedConstraintsType* heightType { nullptr } |
Definition at line 29 of file GUINode_RequestedConstraints.h.
int left { 0 } |
Definition at line 24 of file GUINode_RequestedConstraints.h.
GUINode_RequestedConstraints_RequestedConstraintsType* leftType { nullptr } |
Definition at line 23 of file GUINode_RequestedConstraints.h.
int top { 0 } |
Definition at line 26 of file GUINode_RequestedConstraints.h.
GUINode_RequestedConstraints_RequestedConstraintsType* topType { nullptr } |
Definition at line 25 of file GUINode_RequestedConstraints.h.
int width { 0 } |
Definition at line 28 of file GUINode_RequestedConstraints.h.
GUINode_RequestedConstraints_RequestedConstraintsType* widthType { nullptr } |
Definition at line 27 of file GUINode_RequestedConstraints.h.