#include <ctrl_tree.hpp>
Inheritance diagram for CtrlTree:
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 36 of file ctrl_tree.hpp.