#include <ctrl_move.hpp>
Inheritance diagram for CtrlMove:
Public Member Functions | |
virtual void | handleEvent (EvtGeneric &rEvent) |
Handle an event. | |
virtual bool | mouseOver (int x, int y) const |
Check whether coordinates are inside the decorated control. | |
virtual void | draw (OSGraphics &rImage, int xDest, int yDest) |
Draw the control on the given graphics. | |
virtual void | setLayout (GenericLayout *pLayout, const Position &rPosition) |
Set the position and the associated layout of the decorated control. | |
virtual const Position * | getPosition () const |
Get the position of the decorated control in the layout, if any. | |
virtual string | getType () const |
Get the type of control (custom RTTI). |
Definition at line 37 of file ctrl_move.hpp.