| AddAutoScrollOffset(int step) | BUI::CLayoutBox | |
| AddHorLayout(int w, int h, SizeMode stw, SizeMode sth) | BUI::CLayoutBox | |
| AddLayeredLayout(int w, int h, SizeMode stw, SizeMode sth) | BUI::CLayoutBox | |
| AddLayout(CLayoutBase *pObj, BOOL bManualFree=FALSE) | BUI::CLayoutBox | |
| AddLayoutCtrl(IControlUI *pObj, int w, int h, SizeMode stw, SizeMode sth) | BUI::CLayoutBox | |
| AddSpacer(int w, int h, SizeMode stw, SizeMode sth) | BUI::CLayoutBox | |
| AddVerLayout(int w, int h, SizeMode stw, SizeMode sth) | BUI::CLayoutBox | |
| CLayoutBase() | BUI::CLayoutBase | |
| CLayoutBox(LayoutBoxType boxType=VERTICAL) | BUI::CLayoutBox | |
| CLayoutGrid() | BUI::CLayoutGrid | |
| EnableAutoScroll(BOOL isEnable) | BUI::CLayoutBox | |
| FindLayoutByName(LPCTSTR name) override | BUI::CLayoutBox | virtual |
| GetAdaptHeight(int parent_w, int parent_h) override | BUI::CLayoutBox | virtual |
| GetAdaptWidth(int parent_w, int parent_h) override | BUI::CLayoutBox | virtual |
| GetAllLayout(std::vector< CLayoutBase * > lists) const | BUI::CLayoutBox | |
| GetCounts(BOOL only_visable=TRUE) const | BUI::CLayoutBox | |
| GetDistance() | BUI::CLayoutBox | |
| GetHeightMax(int h) override | BUI::CLayoutBase | virtual |
| GetHeightMin(int h) override | BUI::CLayoutBase | virtual |
| GetLayoutInfo(int &w, int &h, SizeMode &tw, SizeMode &th) override | BUI::CLayoutBase | virtual |
| GetLayoutType() override | BUI::CLayoutBase | virtual |
| GetPadding(int &l, int &r, int &t, int &b) override | BUI::CLayoutBase | virtual |
| GetParentLayout() override | BUI::CLayoutBase | virtual |
| GetPosition(RECT &rc) override | BUI::CLayoutBox | virtual |
| GetSplitOffsetH() override | BUI::CLayoutBase | virtual |
| GetSplitOffsetW() override | BUI::CLayoutBase | virtual |
| GetWidthMax(int w) override | BUI::CLayoutBase | virtual |
| GetWidthMin(int w) override | BUI::CLayoutBase | virtual |
| GetZCurSel() const | BUI::CLayoutBox | |
| Height() | BUI::CLayoutBase | virtual |
| HeightType() | BUI::CLayoutBase | |
| HitTestSplit(POINT pt) const | BUI::CLayoutBox | |
| HorAlign() | BUI::CLayoutBase | |
| ILayout() | BUI::ILayout | |
| IsHasAdaptLayout() override | BUI::CLayoutBox | virtual |
| IsVaild() override | BUI::CLayoutBase | virtual |
| IsVisibleLayout() override | BUI::CLayoutBox | virtual |
| Layout(int x, int y, int w, int h, UINT flags=0) override | BUI::CLayoutGrid | virtual |
| LayoutReverse() const | BUI::CLayoutBox | |
| m_auto_scroll_offset | BUI::CLayoutBox | |
| m_cache_offset_size | BUI::CLayoutBase | |
| m_cell_height | BUI::CLayoutGrid | |
| m_cell_height_mode | BUI::CLayoutGrid | |
| m_cell_width | BUI::CLayoutGrid | |
| m_cell_width_mode | BUI::CLayoutGrid | |
| m_column_count | BUI::CLayoutGrid | |
| m_head | BUI::CLayoutBox | |
| m_height | BUI::CLayoutBase | |
| m_height_max | BUI::CLayoutBase | |
| m_height_min | BUI::CLayoutBase | |
| m_height_mode | BUI::CLayoutBase | |
| m_hor_align | BUI::CLayoutBase | |
| m_interval | BUI::CLayoutBox | |
| m_invetal_size | BUI::CLayoutGrid | |
| m_is_enable_auto_scroll | BUI::CLayoutBox | |
| m_is_reverse | BUI::CLayoutBox | |
| m_is_visible | BUI::CLayoutBase | |
| m_layout_type | BUI::CLayoutBase | |
| m_link | BUI::CLayoutBase | |
| m_name | BUI::CLayoutBase | |
| m_overlap_offset | BUI::CLayoutBox | |
| m_padding | BUI::CLayoutBase | |
| m_parent_layout | BUI::CLayoutBase | |
| m_pixel_size | BUI::CLayoutBase | |
| m_rect_box | BUI::CLayoutBox | |
| m_scale_factor | BUI::CLayoutBase | |
| m_size_adapt | BUI::CLayoutBase | |
| m_temp_value | BUI::CLayoutBase | |
| m_ver_align | BUI::CLayoutBase | |
| m_width | BUI::CLayoutBase | |
| m_width_max | BUI::CLayoutBase | |
| m_width_min | BUI::CLayoutBase | |
| m_width_mode | BUI::CLayoutBase | |
| OnLayoutMessageProc(UINT message, WPARAM wParam, LPARAM lParam) override | BUI::CLayoutBox | virtual |
| RebuildLayout(bool isForceUpdate) override | BUI::CLayoutBase | virtual |
| RemoveAllLayout() | BUI::CLayoutBox | |
| ResetLayout() override | BUI::CLayoutBox | virtual |
| SetAlignment(AlignmentStyle hor, AlignmentStyle ver) override | BUI::CLayoutBase | virtual |
| SetCellLayoutInfo(int w, int h, SizeMode stw, SizeMode sth) | BUI::CLayoutGrid | |
| SetColumCount(int count) | BUI::CLayoutGrid | |
| SetCrossOffset(int d) | BUI::CLayoutBox | |
| SetHeightMax(SizeValue h) override | BUI::CLayoutBase | virtual |
| SetHeightMin(SizeValue h) override | BUI::CLayoutBase | virtual |
| SetIntervalSize(int cx, int cy) | BUI::CLayoutGrid | |
| SetLayoutCurSel(int index) | BUI::CLayoutBox | |
| SetLayoutInfo(int w, int h, SizeMode tw, SizeMode th) override | BUI::CLayoutBase | virtual |
| SetLayoutReverse(BOOL is_reverse) | BUI::CLayoutBox | |
| SetLayoutType(LayoutBoxType boxType=HORIZONTAL) | BUI::CLayoutBox | |
| SetLayoutVisible(BOOL show, BOOL relayout=TRUE) | BUI::CLayoutBase | |
| SetPadding(int l, int r, int t, int b) override | BUI::CLayoutBase | virtual |
| SetScaleFactor(int scale) | BUI::CLayoutBox | |
| BUI::CLayoutBase::SetScaleFactor(double scale) | BUI::CLayoutBase | |
| SetWidthMax(SizeValue w) override | BUI::CLayoutBase | virtual |
| SetWidthMin(SizeValue w) override | BUI::CLayoutBase | virtual |
| ShellLayoutBoxAttribute(LPCTSTR szName, LPCTSTR szText) | BUI::CLayoutBox | |
| VerAlign() | BUI::CLayoutBase | |
| Width() | BUI::CLayoutBase | virtual |
| WidthType() | BUI::CLayoutBase | |
| ~CLayoutBase() | BUI::CLayoutBase | virtual |
| ~CLayoutBox() | BUI::CLayoutBox | virtual |
| ~CLayoutGrid() | BUI::CLayoutGrid | virtual |
| ~ILayout() | BUI::ILayout | virtual |