| AddColumn() | CSplitter | |
| AddRow() | CSplitter | |
| BlockLayout(bool block=true) | CSplitter | [virtual] |
| CSplitter() | CSplitter | |
| CSplitter(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=_T("panel")) | CSplitter | |
| CSplitter(wxWindow *parent, wxWindowID id=wxID_ANY, ESplitType type=eVertical) | CSplitter | |
| eGrid enum value | CSplitter | |
| eHorizontal enum value | CSplitter | |
| ESplitType enum name | CSplitter | |
| eVertical enum value | CSplitter | |
| FindChild(const wxWindow *child, int &col, int &row) const | CSplitter | |
| GetCell(int col, int row) | CSplitter | |
| GetCell(int col, int row) const | CSplitter | |
| GetColumnsCount() const | CSplitter | |
| GetColumnWidth(int col) const | CSplitter | [inline] |
| GetHeights(TPosVector &heights) const | CSplitter | |
| GetRowHeight(int row) const | CSplitter | [inline] |
| GetRowsCount() const | CSplitter | |
| GetSeparatorSize() const | CSplitter | |
| GetSplitType() const | CSplitter | |
| GetWidths(TPosVector &widths) const | CSplitter | |
| InsertToCell(wxWindow *child, int col, int row) | CSplitter | |
| IsValidCell(int col, int row) const | CSplitter | |
| Layout() | CSplitter | [virtual] |
| m_BlockLayout | CSplitter | [protected] |
| m_Cells | CSplitter | [protected] |
| m_HighlightCell | CSplitter | [protected] |
| m_iDragSepX | CSplitter | [protected] |
| m_iDragSepY | CSplitter | [protected] |
| m_LayoutedSize | CSplitter | [protected] |
| m_MaxSepPosX | CSplitter | [protected] |
| m_MaxSepPosY | CSplitter | [protected] |
| m_MinHeights | CSplitter | [protected] |
| m_MinSepPosX | CSplitter | [protected] |
| m_MinSepPosY | CSplitter | [protected] |
| m_MinWidths | CSplitter | [protected] |
| m_MouseDownX | CSplitter | [protected] |
| m_MouseDownY | CSplitter | [protected] |
| m_PrevFocus | CSplitter | [protected] |
| m_PrevSepPos | CSplitter | [protected] |
| m_ResizableColumn | CSplitter | [protected] |
| m_ResizableRow | CSplitter | [protected] |
| m_SepSize | CSplitter | [protected] |
| m_SplitSize | CSplitter | [protected] |
| m_StartPosX | CSplitter | [protected] |
| m_StartPosY | CSplitter | [protected] |
| m_Type | CSplitter | [protected] |
| m_vNormSizeX | CSplitter | [protected] |
| m_vNormSizeY | CSplitter | [protected] |
| m_vSplitPosX | CSplitter | [protected] |
| m_vSplitPosY | CSplitter | [protected] |
| OnContextMenu(wxContextMenuEvent &event) | CSplitter | [protected] |
| OnKeyDown(wxKeyEvent &event) | CSplitter | [protected] |
| OnLeftDown(wxMouseEvent &event) | CSplitter | [protected] |
| OnLeftUp(wxMouseEvent &event) | CSplitter | [protected] |
| OnMouseEnter(wxMouseEvent &event) | CSplitter | [protected] |
| OnMouseLeave(wxMouseEvent &event) | CSplitter | [protected] |
| OnMouseMove(wxMouseEvent &event) | CSplitter | [protected] |
| OnPaint(wxPaintEvent &event) | CSplitter | [protected] |
| RemoveAll() | CSplitter | [virtual] |
| RemoveChild(wxWindowBase *child) | CSplitter | [virtual] |
| RemoveFromCell(int col, int row) | CSplitter | [virtual] |
| SetHeights(const TPosVector &heights) | CSplitter | |
| SetResizableCell(int col, int row) | CSplitter | |
| SetWidths(const TPosVector &widths) | CSplitter | |
| Show(bool show=true) | CSplitter | [virtual] |
| Split(ESplitType type) | CSplitter | [virtual] |
| Split(ESplitType type, const TPosVector &sizes) | CSplitter | [virtual] |
| Split(ESplitType type, const int ar_size[]) | CSplitter | [virtual] |
| Split(ESplitType type, const TPosVector &widths, const TPosVector &heights) | CSplitter | [virtual] |
| Split(ESplitType type, const int ar_w[], const int ar_h[]) | CSplitter | [virtual] |
| Split(int col_n, int row_n) | CSplitter | [virtual] |
| TCells typedef | CSplitter | [protected] |
| TParent typedef | CSplitter | |
| TPosVector typedef | CSplitter | |
| TSizeVector typedef | CSplitter | |
| x_CalculateMinSizes(TPosVector &min_widths, TPosVector &min_heights) const | CSplitter | [protected] |
| x_Clear() | CSplitter | [protected] |
| x_Deprecated() const | CSplitter | [inline, protected] |
| x_DistributeEvenly(bool b_x, bool b_y) | CSplitter | [protected] |
| x_DoDistributeEvenly(TPosVector &vSplitPos, int size) | CSplitter | [protected] |
| x_DoDragSeparator(wxMouseEvent &event, bool b_final) | CSplitter | [protected, virtual] |
| x_DoResize(TPosVector &sizes, TSizeVector &norm_sizes, TPosVector &min_sizes, int size, int new_size, int resizable_index) | CSplitter | [protected] |
| x_DrawSeparator(wxDC &dc, int x, int y, int w, int h) | CSplitter | [protected, virtual] |
| x_EndDrag() | CSplitter | [protected, virtual] |
| x_GetBottom(int i_y) const | CSplitter | [protected] |
| x_GetCellIndex(int i_x, int i_y) const | CSplitter | [protected] |
| x_GetCellIndex(wxWindow *widget) const | CSplitter | [protected] |
| x_GetColumn(int i_cell) const | CSplitter | [protected] |
| x_GetHeight(int i_y) const | CSplitter | [protected] |
| x_GetLeft(int i_x) const | CSplitter | [protected] |
| x_GetMinimized(vector< bool > &min_cols, vector< bool > &min_rows) const | CSplitter | [protected] |
| x_GetRight(int i_x) const | CSplitter | [protected] |
| x_GetRow(int i_cell) const | CSplitter | [protected] |
| x_GetTop(int i_y) const | CSplitter | [protected] |
| x_GetWidth(int i_x) const | CSplitter | [protected] |
| x_GrowCell(TPosVector &sizes, TPosVector &norm_sizes, int index, int &delta, bool unlimited=false) | CSplitter | [protected, static] |
| x_HitTest(int z, TPosVector &vpos, int &i_cell, int &i_sep) | CSplitter | [protected] |
| x_HitTestSeparator(int z, TPosVector &vpos) | CSplitter | [protected] |
| x_Init() | CSplitter | [protected] |
| x_IsDragging() const | CSplitter | [protected, virtual] |
| x_MoveSeparator(TPosVector &sizes, TSizeVector &norm_sizes, TPosVector &min_sizes, int i_sep, int delta, int resizable_index) | CSplitter | [protected] |
| x_NewSplit(TPosVector &split_positions, TSizeVector &v_norm_size, int size) | CSplitter | [protected] |
| x_PreserveNormalSize(bool preserve) | CSplitter | [virtual] |
| x_RemoveChild(int index) | CSplitter | [protected] |
| x_RequestUpdate() | CSplitter | [protected] |
| x_Resize(const wxSize &old_size, const wxSize &new_size, bool b_size_changes) | CSplitter | [protected, virtual] |
| x_ResizeAllCells() | CSplitter | [protected] |
| x_ResizeToCell(int i_cell) | CSplitter | [protected] |
| x_ResizeToCell(int i_x, int i_y) | CSplitter | [protected] |
| x_ShrinkCell(TPosVector &sizes, TPosVector &min_sizes, TPosVector &norm_sizes, int index, int &delta) | CSplitter | [protected, static] |
| x_SizesToSplitPositions(const TPosVector &sizes, TPosVector &split_positions) | CSplitter | [protected] |
| x_Split(ESplitType type, const TPosVector &widths, const TPosVector &heights) | CSplitter | [protected] |
| x_SplitPositionsToSizes(const TPosVector &split_positions, int total_size, TPosVector &sizes) | CSplitter | [protected] |
| x_StartDrag(int i_sep_x, int i_sep_y) | CSplitter | [protected, virtual] |
| x_UpdateRegion(int start_x, int stop_x, int start_y, int stop_y) | CSplitter | [protected] |
| ~CSplitter() | CSplitter | [virtual] |