#include <ctrl_list.hpp>
Inheritance diagram for CtrlList:

Public Member Functions | |
| virtual void | handleEvent (EvtGeneric &rEvent) |
| Handle an event on the control. | |
| virtual bool | mouseOver (int x, int y) const |
| Check whether coordinates are inside the control. | |
| virtual void | draw (OSGraphics &rImage, int xDest, int yDest) |
| Draw the control on the given graphics. | |
| virtual void | onResize () |
| Called when the layout is resized. | |
| virtual bool | isFocusable () const |
| Return true if the control can gain the focus. | |
| virtual string | getType () const |
| Get the type of control (custom RTTI). | |
Definition at line 38 of file ctrl_list.hpp.
1.4.2