MCPcopy Create free account
hub / github.com/MyGUI/mygui / Enum

Enum Enum

MyGUIEngine/include/MyGUI_ResizingPolicy.h:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 struct MYGUI_EXPORT ResizingPolicy
16 {
17 enum Enum
18 {
19 Auto,
20 Fixed,
21 Fill,
22 MAX
23 };
24
25 ResizingPolicy(Enum _value = MAX) :
26 mValue(_value)

Callers 1

parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected