GuiMenuBackgroundCtrl
Engine/source/gui/editor/guiMenuBar.h
Private Types
Parent
Protected Attributes
Public Functions
GuiMenuBackgroundCtrl(GuiMenuBar * ctrl, GuiMenuTextListCtrl * textList)
onMouseDown(const GuiEvent & event)
onMouseDragged(const GuiEvent & event)
onMouseMove(const GuiEvent & event)
Detailed Description
Private Types
typedef GuiControl Parent
Protected Attributes
GuiMenuBar * mMenuBarCtrl
GuiMenuTextListCtrl * mTextList
Public Functions
GuiMenuBackgroundCtrl(GuiMenuBar * ctrl, GuiMenuTextListCtrl * textList)
onMouseDown(const GuiEvent & event)
Reimplemented from: GuiControl
Reimplemented by: GuiSubmenuBackgroundCtrl
onMouseDragged(const GuiEvent & event)
Reimplemented from: GuiControl
onMouseMove(const GuiEvent & event)
Reimplemented from: GuiControl
