Rogue Wave Views Gadgets Package API Reference Guide |
Rogue Wave Views Documentation Home |
Object Look-and-Feel class. More...
#include <ilviews/gadgets/splitgad.h>
Public Member Functions | |
IlvSplitterGadgetLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
virtual void | draw (const IlvSplitterGadget *splitgad, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const =0 |
Is called to draw a splitter gadget. More... | |
virtual IlBoolean | handleEvent (IlvSplitterGadget *splitgad, IlvEvent &event) const =0 |
Is called to handle the events of a splitter gadget. More... | |
Object Look-and-Feel class.
Library: ilvadvgdt
The base class for the object look-and-feel handlers of the splitter gadget.
IlvSplitterGadgetLFHandler::IlvSplitterGadgetLFHandler | ( | IlvLookFeelHandler * | lfh | ) |
Constructor.
Creates a new IlvSplitterGadgetLFHandler
instance and initializes it with lfh.
lfh | The look-and-feel handler which this handler will be associated to. |
|
pure virtual |
Is called to draw a splitter gadget.
splitgad | The splitter gadget. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Implemented in IlvDefaultSplitterGadgetLFHandler.
|
pure virtual |
Is called to handle the events of a splitter gadget.
splitgad | The splitter gadget. |
event | The event to handle. |
IlTrue
if the event has been consumed. Implemented in IlvDefaultSplitterGadgetLFHandler.
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.