Enfusion Script API
|
enum ControlID |
enum ImageMaskMode |
enum LayoutSizeMode |
enum LayoutVerticalAlign |
enum VideoCommand |
enum WidgetFlags |
Widget flags. See enf::Widget::SetFlags()
Enumerator | |
---|---|
VISIBLE | When set, widget and his children are visible. |
CLIPCHILDREN | Children will be clipped by regions of this widget. |
INHERIT_CLIPPING | Inherits WF_CLIPCHILDREN setting from its parent. |
DO_NOT_CLIP_RECT | Clip by rectangle given by some of the previous widgets. |
DIRTY | Indicates that a widget is dirty and should be updated. |
IGNORE_CURSOR | Widget will ignore query for widget which pointer is pointing to. |
INHERIT_COLOR | Inherits transparency from parent Widget. |
DISABLED | UI Widget is not enabled. |
NOFOCUS | UI Widget will never get focus. |
NO_PIXEL_PERFECT | Indicates that a widget position & size is rounded to always be a whole number. |
BLEND | Widget will be alpha-blended. |
ADDITIVE | Alpha-blending will be additive. |
SHADOW | Rendering of image shadow, INTERNAL USE ONLY. |
NOWRAP | Image will not be wrapped. |
NOFILTER | Image will not be bilinear filtered. |
STRETCH | Image will be used as big, as widget is and will be stretched accordingly. |
FLIPU | Image will be horizontally flipped. Used by enf::ImageWidget and enf::TextWidget. |
FLIPV | Image will be vertically flipped. Used by enf::ImageWidget and enf::TextWidget. |
CUSTOMUV | UV mapping will be externally set. Usable for special mappings as rotation etc. Used by enf::ImageWidget and enf::TextWidget. |
CENTER | Text will be centered. |
VCENTER | Text will be vertically centered. |
RALIGN | Text will be right aligned. |
WRAP_TEXT | Text will be wrapped on horizontal overflow. |
NO_LOCALIZATION | Text will not be parsed for string IDs. |