#include <ctrl_checkbox.hpp>
Inheritance diagram for CtrlCheckbox:
Public Member Functions | |
CtrlCheckbox (intf_thread_t *pIntf, const GenericBitmap &rBmpUp1, const GenericBitmap &rBmpOver1, const GenericBitmap &rBmpDown1, const GenericBitmap &rBmpUp2, const GenericBitmap &rBmpOver2, const GenericBitmap &rBmpDown2, CmdGeneric &rCommand1, CmdGeneric &rCommand2, const UString &rTooltip1, const UString &rTooltip2, VarBool &rVariable, const UString &rHelp, VarBool *pVisible) | |
Create a checkbox with 6 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 XXX. | |
virtual string | getType () const |
Get the type of control (custom RTTI). |
Definition at line 38 of file ctrl_checkbox.hpp.