|
virtual void | drawBackground (const IlvTreeGadget *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
| Is called to draw the background of a tree gadget. More...
|
|
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. More...
|
|
virtual void | drawFrame (const IlvTreeGadget *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
| Is called to draw the frame of a tree gadget. More...
|
|
virtual void | drawGadgetContents (const IlvTreeGadget *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
| Is called to draw the contents of a tree gadget. More...
|
|
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. More...
|
|
virtual IlvPalette * | getWindowBackground (const IlvTreeGadget *) const |
| Returns the palette used to draw the background of the tree gadget. More...
|
|
virtual IlBoolean | handleGadgetEvent (IlvTreeGadget *, IlvEvent &event) const |
| Is called to handle the events of a tree gadget. More...
|
|
Public Member Functions inherited from IlvTreeGadgetLFHandler |
| IlvTreeGadgetLFHandler (IlvLookFeelHandler *lfh) |
| Constructor. More...
|
|
virtual IlvPalette * | getLinkPalette (const IlvTreeGadget *tree) const =0 |
| Returns the palette used to draw the links of the tree gadget. More...
|
|
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.