GuiMenuTextListCtrl
Engine/source/gui/editor/guiMenuBar.h
Private Types
Parent
Protected Attributes
Public Attributes
bool
Public Functions
GuiMenuTextListCtrl(GuiMenuBar * ctrl)
onCellHighlighted(Point2I cell)
onMouseDown(const GuiEvent & event)
onRenderCell(Point2I offset, Point2I cell, bool selected, bool mouseOver)
Detailed Description
Private Types
typedef GuiTextListCtrl Parent
Protected Attributes
GuiMenuBar * mMenuBarCtrl
Public Attributes
bool isSubMenu
Public Functions
GuiMenuTextListCtrl()
GuiMenuTextListCtrl(GuiMenuBar * ctrl)
onCellHighlighted(Point2I cell)
Reimplemented from: GuiArrayCtrl
onKeyDown(const GuiEvent & event)
Reimplemented from: GuiTextListCtrl
onMouseDown(const GuiEvent & event)
Reimplemented from: GuiArrayCtrl
onMouseUp(const GuiEvent & event)
Reimplemented from: GuiArrayCtrl
onRenderCell(Point2I offset, Point2I cell, bool selected, bool mouseOver)
Reimplemented from: GuiTextListCtrl
