#include <ctrl_button.hpp>
Inheritance diagram for CtrlButton:

Public Member Functions | |
| CtrlButton (intf_thread_t *pIntf, const GenericBitmap &rBmpUp, const GenericBitmap &rBmpOver, const GenericBitmap &rBmpDown, CmdGeneric &rCommand, const UString &rTooltip, const UString &rHelp, VarBool *pVisible) | |
| Create a button with 3 images. | |
| virtual void | handleEvent (EvtGeneric &rEvent) |
| Handle an event. | |
| 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 UString | getTooltipText () const |
| Get the text of the tooltip. | |
| virtual string | getType () const |
| Get the type of control (custom RTTI). | |
Definition at line 37 of file ctrl_button.hpp.
1.4.2