Definition at line 86 of file FX4Splitter.h. 00086 { 00087 ExpandNone = 0, 00088 ExpandTopLeft = 1, 00089 ExpandTopRight = 2, 00090 ExpandBottomLeft = 4, 00091 ExpandBottomRight = 8, 00092 ExpandTop = ExpandTopLeft|ExpandTopRight, 00093 ExpandBottom = ExpandBottomLeft|ExpandBottomRight, 00094 ExpandLeft = ExpandTopLeft|ExpandBottomLeft, 00095 ExpandRight = ExpandTopRight|ExpandBottomRight, 00096 ExpandAll = ExpandLeft|ExpandRight 00097 };
|