Object Look-and-Feel class. More...
#include <ilviews/gadgets/css/css_splitter.h>
Public Member Functions | |
virtual void | draw (const IlvSplitterGadget *splitgad, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const |
Is called to draw a splitter gadget. More... | |
Public Member Functions inherited from IlvDefaultSplitterGadgetLFHandler | |
virtual IlBoolean | handleEvent (IlvSplitterGadget *, IlvEvent &) const |
Is called to handle the events of a splitter gadget. More... | |
Public Member Functions inherited from IlvSplitterGadgetLFHandler | |
IlvSplitterGadgetLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
Object Look-and-Feel class.
Library: ilvacsslook
The class for the css object look-and-feel handler of the splitter gadget.
|
virtual |
Is called to draw a splitter gadget.
splitgad | The splitter gadget. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Reimplemented from IlvDefaultSplitterGadgetLFHandler.