#include <ctrl_image.hpp>
Inheritance diagram for CtrlImage:

Public Types | |
| enum | resize_t |
| Resize methods. | |
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 string | getType () const |
| Get the type of control (custom RTTI). | |
Definition at line 36 of file ctrl_image.hpp.
1.4.2