载入中...
搜索中...
未找到
Layout.h 文件参考
#include "ui/UIHost.h"
#include <vector>

浏览源代码.

struct  eve::ui::FlexItemSpec
 
struct  eve::ui::FlexRect
 
struct  eve::ui::FlexResult
 

命名空间

namespace  eve
 
namespace  eve::ui
 

函数

FlexResult eve::ui::flexArrange (bool row, float gap, float availMain, float availCross, FlexAlign containerAlign, FlexJustify justify, const std::vector< FlexItemSpec > &items)
 
void eve::ui::measureNode (UIHost::Tree &tree, int index)
 
void eve::ui::measureTree (UIHost::Tree &tree)
 
void eve::ui::measureFlowChildren (UIHost::Tree &tree, int firstChild, float *outW, float *outH)