#include <MenuList.h>
Inheritance diagram for Teddy::PhysicalComponents::MenuList:
Public Methods | |
MenuList (std::string name, const int axis=DOCK_VERTICAL) | |
Constructor. More... | |
virtual | ~MenuList () |
virtual void | drawSelf () |
Draw area - draw area self component. More... |
|
Constructor.
Definition at line 38 of file MenuList.cpp. |
|
Definition at line 41 of file MenuList.h. |
|
Draw area - draw area self component.
Reimplemented from Teddy::PhysicalComponents::Area. Definition at line 42 of file MenuList.cpp. References Teddy::Graphics::ViewClient::color, Teddy::SysSupport::dmsg, Teddy::PhysicalComponents::Area::drawBiColRect, Teddy::PhysicalComponents::Area::drawFillRect, Teddy::MixIn::Named::getName, Teddy::SysSupport::M_WMD, Teddy::PhysicalComponents::Area::size, and Teddy::Graphics::ViewClient::view. |