, including all inherited members.
| AddDestroyCallback() | MGUI::CTRL | [protected] |
| CELLTYPE enum name | MGUI::CTRL_GRID | |
| CELLTYPE_BigText enum value | MGUI::CTRL_GRID | |
| CELLTYPE_Button enum value | MGUI::CTRL_GRID | |
| CELLTYPE_Color enum value | MGUI::CTRL_GRID | |
| CELLTYPE_DropDown enum value | MGUI::CTRL_GRID | |
| CELLTYPE_Icon enum value | MGUI::CTRL_GRID | |
| CELLTYPE_IconButton enum value | MGUI::CTRL_GRID | |
| CELLTYPE_PopUp enum value | MGUI::CTRL_GRID | |
| CELLTYPE_Text enum value | MGUI::CTRL_GRID | |
| Create(MGUI::LAYOUT_PANE_BASE &ParentPane, int height=10, int width=40, VIEWMODE viewmode=VIEWMODE_Report, STYLE style=STYLE_AlignTop, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_Expand) | MGUI::CTRL_GRID | |
| CTRL() | MGUI::CTRL | [inline, protected] |
| CTRL_GRID() | MGUI::CTRL_GRID | |
| DELEGATE_ONBEGINLABELEDIT typedef | MGUI::CTRL_GRID | |
| DELEGATE_ONCHANGECOLUMNORDER typedef | MGUI::CTRL_GRID | |
| DELEGATE_ONCLICK typedef | MGUI::CTRL_GRID | |
| DELEGATE_ONDRAWITEM typedef | MGUI::CTRL_GRID | |
| DELEGATE_ONENDLABELEDIT typedef | MGUI::CTRL_GRID | |
| DELEGATE_ONGETDISPINFO typedef | MGUI::CTRL_GRID | |
| DELEGATE_ONITEMCOMPARE typedef | MGUI::CTRL_GRID | |
| DELEGATE_ONITEMSELECT typedef | MGUI::CTRL_GRID | |
| DELEGATE_ONITEMUNSELECT typedef | MGUI::CTRL_GRID | |
| DELEGATE_ONRESIZECOLUMN typedef | MGUI::CTRL_GRID | |
| DELEGATE_ONRIGHTCLICK typedef | MGUI::CTRL_GRID | |
| DELEGATE_ONSIZE typedef | MGUI::CTRL | |
| DELEGATE_ONTOOLTIP typedef | MGUI::CTRL_GRID | |
| DeleteAllColumns() | MGUI::CTRL_GRID | |
| DeleteAllItems() | MGUI::CTRL_GRID | |
| DeleteColumn(int col) | MGUI::CTRL_GRID | |
| DeleteItem(int itemnum) | MGUI::CTRL_GRID | |
| DeleteItem(int itemnum, bool redrawnow) | MGUI::CTRL_GRID | |
| DeleteItemByData(ID id) | MGUI::CTRL_GRID | |
| DeselectAllItems() | MGUI::CTRL_GRID | |
| EditFinish() | MGUI::CTRL_GRID | |
| EditItem(int itemnum, int column=0, bool selectall=true) | MGUI::CTRL_GRID | |
| EditItem(int itemnum, int column, const MIUNICODE *initstr, bool selectall=true) | MGUI::CTRL_GRID | |
| EnsureVisible(int itemnum, bool PartialOK=false) | MGUI::CTRL_GRID | |
| FindItemByData(const void *value) const | MGUI::CTRL_GRID | |
| FindItemByData(ID data) const | MGUI::CTRL_GRID | [inline] |
| FORMAT enum name | MGUI::CTRL_GRID | |
| FORMAT_Center enum value | MGUI::CTRL_GRID | |
| FORMAT_Left enum value | MGUI::CTRL_GRID | |
| FORMAT_Right enum value | MGUI::CTRL_GRID | |
| GetBackgroundColor() | MGUI::CTRL | [static] |
| GetBackgroundColor(COLOR &color) const | MGUI::CTRL | |
| GetBottomRow() const | MGUI::CTRL_GRID | [inline] |
| GetCellRect(int itemnum, int col, LRECT2D &rect) const | MGUI::CTRL_GRID | |
| GetColumnCount() const | MGUI::CTRL_GRID | |
| GetColumnLabel(int column, MISTRING &label) const | MGUI::CTRL_GRID | |
| GetColumnOrderArray(SIMPLE_ARRAY< INT32 > &array) const | MGUI::CTRL_GRID | |
| GetColumnWidth(int column) const | MGUI::CTRL_GRID | |
| GetCountPerPage() const | MGUI::CTRL_GRID | |
| GetDimensions(MGUI::POINT &dimensions) const | MGUI::CTRL | |
| GetDlgParent() const | MGUI::CTRL | |
| GetHeadingHeight() const | MGUI::CTRL_GRID | |
| GetItemCount() const | MGUI::CTRL_GRID | |
| GetItemData(int itemnum) const | MGUI::CTRL_GRID | |
| GetItemText(int itemnum, int subitem) const | MGUI::CTRL_GRID | |
| GetNextSelectedItem(int startitem=-1) const | MGUI::CTRL_GRID | |
| GetSelectedCount() const | MGUI::CTRL_GRID | |
| GetShell() const | MGUI::CTRL | |
| GetStyle() const | MGUI::CTRL_GRID | [inline, protected] |
| GetToolTip() const | MGUI::CTRL | |
| GetTopRow() const | MGUI::CTRL_GRID | |
| GetWidget() const | MGUI::CTRL | [inline] |
| IMAGELISTTYPE enum name | MGUI::CTRL_GRID | |
| IMAGELISTTYPE_Normal enum value | MGUI::CTRL_GRID | |
| IMAGELISTTYPE_Small enum value | MGUI::CTRL_GRID | |
| IMAGELISTTYPE_State enum value | MGUI::CTRL_GRID | |
| InsertColumn(int colnum, const MISTRING &string, FORMAT format=FORMAT_Left, int width=-1) | MGUI::CTRL_GRID | |
| InsertColumnComboBox(int colnum, const MISTRING &label, const MISTRING &menu, int width=-1) | MGUI::CTRL_GRID | |
| InsertItem(const MISTRING &string) | MGUI::CTRL_GRID | |
| InsertItem(int pos, const MISTRING &string) | MGUI::CTRL_GRID | |
| Invalidate(bool erase=true) | MGUI::CTRL | |
| IsCreated() const | MGUI::CTRL | [virtual] |
| IsEnabled() const | MGUI::CTRL | [virtual] |
| IsItemSelected(int itemnum) const | MGUI::CTRL_GRID | |
| IsVisible() const | MGUI::CTRL | |
| m_widget | MGUI::CTRL | [protected] |
| OnBeginLabelEdit(int itemnum, int subitemnum) | MGUI::CTRL_GRID | [protected, virtual] |
| OnChangeColumnOrder(int fromCol, int toCol) | MGUI::CTRL_GRID | [protected, virtual] |
| OnClickColumn(int itemnum, int column, KEYSTATE state) | MGUI::CTRL_GRID | [protected, virtual] |
| OnClickItem(int itemnum, int column, KEYSTATE state) | MGUI::CTRL_GRID | [protected, virtual] |
| OnDoubleClickItem(int itemnum, int column, KEYSTATE state) | MGUI::CTRL_GRID | [protected, virtual] |
| OnDrawItem(CUSTOMDRAW &drawinfo) | MGUI::CTRL_GRID | [protected, virtual] |
| OnEndLabelEdit(int row, int col, MISTRING &string) | MGUI::CTRL_GRID | [protected, virtual] |
| OnGetDispInfo(int row, int col, CTRL_GRID::DISPINFO &dispinfo) | MGUI::CTRL_GRID | [protected, virtual] |
| OnItemActivate() | MGUI::CTRL_GRID | [protected, virtual] |
| OnItemCompare(UINT32 rowitem1, UINT32 rowitem2, int colnum, bool bAscending) | MGUI::CTRL_GRID | [protected, virtual] |
| OnItemSelect(int itemnum, int subitemnum) | MGUI::CTRL_GRID | [protected, virtual] |
| OnItemUnselect(int itemnum, int subitemnum) | MGUI::CTRL_GRID | [protected, virtual] |
| OnOwnerDataCacheHint(int from, int to) | MGUI::CTRL_GRID | [protected, virtual] |
| OnRightClickItem(int itemnum, int column, const LPOINT2D &, KEYSTATE state) | MGUI::CTRL_GRID | [protected, virtual] |
| OnUserResizeColumn(int column, int width) | MGUI::CTRL_GRID | [protected, virtual] |
| ProcessWidgetEvents(Widget widget) | MGUI::CTRL | [static] |
| Redraw(bool updatenow=true) | MGUI::CTRL_GRID | |
| RedrawDisable() | MGUI::CTRL_GRID | |
| RedrawEnable() | MGUI::CTRL_GRID | |
| RedrawItems(int firstitemnum, int lastitemnum, bool updatenow=true) | MGUI::CTRL_GRID | |
| SetBackgroundColor(const COLOR &color) | MGUI::CTRL | |
| SetColumnLabel(int column, const MISTRING &label) | MGUI::CTRL_GRID | |
| SetColumnOrderArray(SIMPLE_ARRAY< INT32 > &array) | MGUI::CTRL_GRID | |
| SetColumnWidth(int column, int width) | MGUI::CTRL_GRID | |
| SetDelegateOnBeginLabelEdit(DELEGATE_ONBEGINLABELEDIT DelegateOnBeginLabelEdit) | MGUI::CTRL_GRID | [inline] |
| SetDelegateOnChangeColumnOrder(DELEGATE_ONCHANGECOLUMNORDER DelegateOnChangeColumnOrder) | MGUI::CTRL_GRID | [inline] |
| SetDelegateOnClickColumn(DELEGATE_ONCLICK DelegateOnClickColumn) | MGUI::CTRL_GRID | [inline] |
| SetDelegateOnClickItem(DELEGATE_ONCLICK DelegateOnClickItem) | MGUI::CTRL_GRID | [inline] |
| SetDelegateOnDoubleClickItem(DELEGATE_ONCLICK DelegateOnDoubleClickItem) | MGUI::CTRL_GRID | [inline] |
| SetDelegateOnDrawItem(DELEGATE_ONDRAWITEM DelegateOnDrawItem) | MGUI::CTRL_GRID | [inline] |
| SetDelegateOnEndLabelEdit(DELEGATE_ONENDLABELEDIT DelegateOnEndLabelEdit) | MGUI::CTRL_GRID | [inline] |
| SetDelegateOnGetDispInfo(DELEGATE_ONGETDISPINFO DelegateOnGetDispInfo) | MGUI::CTRL_GRID | [inline] |
| SetDelegateOnItemCompare(DELEGATE_ONITEMCOMPARE DelegateOnItemCompare) | MGUI::CTRL_GRID | [inline] |
| SetDelegateOnItemSelect(DELEGATE_ONITEMSELECT DelegateOnItemSelect) | MGUI::CTRL_GRID | [inline] |
| SetDelegateOnItemUnselect(DELEGATE_ONITEMUNSELECT DelegateOnItemUnselect) | MGUI::CTRL_GRID | [inline] |
| SetDelegateOnResizeColumn(DELEGATE_ONRESIZECOLUMN DelegateOnResizeColumn) | MGUI::CTRL_GRID | [inline] |
| SetDelegateOnRightClick(DELEGATE_ONRIGHTCLICK DelegateOnRightClick) | MGUI::CTRL_GRID | [inline] |
| SetDelegateOnSize(DELEGATE_ONSIZE DelegateOnSize) | MGUI::CTRL_GRID | [inline] |
| SetDelegateOnToolTip(DELEGATE_ONTOOLTIP DelegateOnToolTip) | MGUI::CTRL_GRID | [inline] |
| SetDimensions(MGUI::POINT dimensions) | MGUI::CTRL | |
| SetEnabled(bool enabled=true) | MGUI::CTRL | [virtual] |
| SetFocus() const | MGUI::FORM | [inline] |
| SetForegroundColor(const COLOR &color) | MGUI::CTRL | |
| SetImageList(IMAGELIST &imagelist, IMAGELISTTYPE listtype=IMAGELISTTYPE_Small, bool shared=false) | MGUI::CTRL_GRID | |
| SetItemCount(int NumItems) | MGUI::CTRL_GRID | |
| SetItemData(int itemnum, ID value) | MGUI::CTRL_GRID | |
| SetItemImage(int itemnum, int imageindex) | MGUI::CTRL_GRID | |
| SetItemSelected(int itemnum, bool selected=true) | MGUI::CTRL_GRID | |
| SetItemText(int itemnum, int subitem, const MISTRING &string) | MGUI::CTRL_GRID | |
| SetMinimumSize(int width, int height) | MGUI::CTRL | |
| SetRowHeight(int pixels) | MGUI::CTRL_GRID | |
| SetShadowArgs(XTARGS &args, SHADOW shadow) | MGUI::CTRL | [protected, static] |
| SetSizeByKey(const char *SizeKey) | MGUI::CTRL | |
| SetToolTipString(const MISTRING &string) | MGUI::CTRL | |
| SetVisible(bool visible=true) | MGUI::CTRL | [virtual] |
| SetWidgetShadow(Widget widget, SHADOW shadow) | MGUI::CTRL | [static] |
| SHADOW enum name | MGUI::CTRL | |
| SHADOW_Black enum value | MGUI::CTRL | |
| SHADOW_In enum value | MGUI::CTRL | |
| SHADOW_None enum value | MGUI::CTRL | |
| SHADOW_Out enum value | MGUI::CTRL | |
| SHADOW_White enum value | MGUI::CTRL | |
| SortItems(int column=0, bool bAscending=true) | MGUI::CTRL_GRID | |
| STYLE enum name | MGUI::CTRL_GRID | |
| STYLE_AlignLeft enum value | MGUI::CTRL_GRID | |
| STYLE_AlignTop enum value | MGUI::CTRL_GRID | |
| STYLE_AutoArrange enum value | MGUI::CTRL_GRID | |
| STYLE_EditLabels enum value | MGUI::CTRL_GRID | |
| STYLE_MultiSelect enum value | MGUI::CTRL_GRID | |
| STYLE_NoColumnHeader enum value | MGUI::CTRL_GRID | |
| STYLE_NoGridLines enum value | MGUI::CTRL_GRID | |
| STYLE_NoOuterFrame enum value | MGUI::CTRL_GRID | |
| STYLE_NoScroll enum value | MGUI::CTRL_GRID | |
| STYLE_NoSelect enum value | MGUI::CTRL_GRID | |
| STYLE_NoSortHeader enum value | MGUI::CTRL_GRID | |
| STYLE_OwnerData enum value | MGUI::CTRL_GRID | |
| STYLE_ShowSelAlways enum value | MGUI::CTRL_GRID | |
| STYLE_SingleSel enum value | MGUI::CTRL_GRID | |
| STYLE_SizeInPixels enum value | MGUI::CTRL_GRID | |
| STYLE_SortAscending enum value | MGUI::CTRL_GRID | |
| STYLE_SortDescending enum value | MGUI::CTRL_GRID | |
| Update(int itemnum) | MGUI::CTRL_GRID | |
| UpdateWindow() | MGUI::CTRL | |
| v_OnDestroyWidget() | MGUI::CTRL | [protected, virtual] |
| v_OnToolTip(MGUI::CTRL_TOOLTIP &tooltip, int row, int col) | MGUI::CTRL_GRID | [protected, virtual] |
| VIEWMODE enum name | MGUI::CTRL_GRID | |
| VIEWMODE_Icon enum value | MGUI::CTRL_GRID | |
| VIEWMODE_List enum value | MGUI::CTRL_GRID | |
| VIEWMODE_Report enum value | MGUI::CTRL_GRID | |
| VIEWMODE_SmallIcon enum value | MGUI::CTRL_GRID | |
| ~CTRL()=0 | MGUI::CTRL | [pure virtual] |
| ~CTRL_GRID() | MGUI::CTRL_GRID | [virtual] |
| ~FORM()=0 | MGUI::FORM | [pure virtual] |