Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Object look-and-feel class. More...
#include <ilviews/gadgets/tree.h>
Public Member Functions | |
virtual void | drawBackground (const IlvTreeGadget *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the background of a tree gadget. | |
virtual void | drawButton (const IlvTreeGadget *, IlvPort *dst, const IlvTreeGadgetItem *item, const IlvRect &bbox, const IlvRegion *clip) const |
Is called to draw the expand/collapse button of a tree gadget item. | |
virtual void | drawFrame (const IlvTreeGadget *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the frame of a tree gadget. | |
virtual void | drawGadgetContents (const IlvTreeGadget *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the contents of a tree gadget. | |
virtual void | drawGadgetItem (const IlvTreeGadget *, const IlvTreeGadgetItem *, IlvPort *port, const IlvRect &rect, const IlvTransformer *t, const IlvRegion *clip) const |
Is called to draw a tree gadget item. | |
virtual IlvPalette * | getWindowBackground (const IlvTreeGadget *) const |
Returns the palette used to draw the background of the tree gadget. | |
virtual IlBoolean | handleGadgetEvent (IlvTreeGadget *, IlvEvent &event) const |
Is called to handle the events of a tree gadget. |
Object look-and-feel class.
Library: ilvadvgdt
The predefined object look-and-feel handlers of the tree gadget are subclasses of this class. It defines several methods of the base class that are common to all predefined looks.
virtual void IlvDefaultTreeGadgetLFHandler::drawBackground | ( | const IlvTreeGadget * | tree, | |
IlvPort * | dst, | |||
const IlvTransformer * | t, | |||
const IlvRegion * | clip | |||
) | const [virtual] |
Is called to draw the background of a tree gadget.
tree | The tree gadget. | |
dst | The destination port. | |
t | The transformer. | |
clip | The clipping region. |
Implements IlvTreeGadgetLFHandler.
virtual void IlvDefaultTreeGadgetLFHandler::drawButton | ( | const IlvTreeGadget * | , | |
IlvPort * | dst, | |||
const IlvTreeGadgetItem * | item, | |||
const IlvRect & | bbox, | |||
const IlvRegion * | clip | |||
) | const [virtual] |
Is called to draw the expand/collapse button of a tree gadget item.
tree | The tree gadget. | |
dst | The destination port. | |
item | The tree gadget item being drawn. | |
bbox | The rectangle where to draw the button. | |
clip | The clipping region. |
Implements IlvTreeGadgetLFHandler.
virtual void IlvDefaultTreeGadgetLFHandler::drawFrame | ( | const IlvTreeGadget * | tree, | |
IlvPort * | dst, | |||
const IlvTransformer * | t, | |||
const IlvRegion * | clip | |||
) | const [virtual] |
Is called to draw the frame of a tree gadget.
tree | The tree gadget. | |
dst | The destination port. | |
t | The transformer. | |
clip | The clipping region. |
Implements IlvTreeGadgetLFHandler.
virtual void IlvDefaultTreeGadgetLFHandler::drawGadgetContents | ( | const IlvTreeGadget * | tree, | |
IlvPort * | port, | |||
const IlvTransformer * | t, | |||
const IlvRegion * | clip | |||
) | const [virtual] |
Is called to draw the contents of a tree gadget.
tree | The tree gadget. | |
dst | The destination port. | |
t | The transformer. | |
clip | The clipping region. |
Implements IlvTreeGadgetLFHandler.
virtual void IlvDefaultTreeGadgetLFHandler::drawGadgetItem | ( | const IlvTreeGadget * | tree, | |
const IlvTreeGadgetItem * | item, | |||
IlvPort * | dst, | |||
const IlvRect & | bbox, | |||
const IlvTransformer * | t, | |||
const IlvRegion * | clip | |||
) | const [virtual] |
Is called to draw a tree gadget item.
tree | The tree gadget. | |
item | The tree gadget item to draw. | |
dst | The destination port. | |
bbox | The rectangle where to draw the item. | |
t | The transformer. Not Used. | |
clip | The clipping region. |
Implements IlvTreeGadgetLFHandler.
virtual IlvPalette* IlvDefaultTreeGadgetLFHandler::getWindowBackground | ( | const IlvTreeGadget * | tree | ) | const [virtual] |
Returns the palette used to draw the background of the tree gadget.
tree | The tree gadget. |
Implements IlvTreeGadgetLFHandler.
virtual IlBoolean IlvDefaultTreeGadgetLFHandler::handleGadgetEvent | ( | IlvTreeGadget * | tree, | |
IlvEvent & | event | |||
) | const [virtual] |
Is called to handle the events of a tree gadget.
tree | The tree gadget. | |
event | The event to handle. |
IlTrue
if the event has been consumed. Implements IlvTreeGadgetLFHandler.
© Copyright 2012, 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.