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

Function FlowDirection

MyGUIEngine/include/MyGUI_FlowDirection.h:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 };
28
29 FlowDirection(Enum _value = LeftToRight) :
30 mValue(_value)
31 {
32 }
33
34 static FlowDirection parse(std::string_view _value)
35 {

Callers 1

convertAlignToDirectionFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected