Object Look-and-Feel class. More...
#include <ilviews/gadgets/css/hsheet.h>
Public Member Functions | |
IlvHierarchicalSheetCSSLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
virtual IlvRect | contentBBox (const IlvGadgetItemMatrixItem *item, const IlvRect &bbox) const override |
Returns the size and position of internal content of gadget item. More... | |
virtual void | drawButton (const IlvHierarchicalSheet *, IlvPort *, const IlvTreeGadgetItem *, const IlvRect &, const IlvRegion *) const override |
Is called to draw the expand/collapse button of a hierarchical sheet item. More... | |
virtual IlvRect | getButtonRect (const IlvHierarchicalSheet *hsheet, const IlvGadgetItemMatrixItem *item, const IlvRect &bbox) const override |
Returns the size and position of the shrink/expand button of the specified gadget item of hierarchical sheet. More... | |
virtual IlvRect | getGadgetItemBBox (const IlvHierarchicalSheet *hsheet, const IlvGadgetItemMatrixItem *item, const IlvRect &bbox) const override |
Returns the size and position of gadget item of hierarchical sheet. More... | |
IlvPalette * | getGridPalette (const IlvHierarchicalSheet *obj) const |
Returns the palette used to draw the grid of the hierarchical sheet. More... | |
IlvPalette * | getLinkPalette (const IlvHierarchicalSheet *obj) const |
Returns the palette used to draw the links of the hierarchical sheet. More... | |
IlvPalette * | getSelectedLinkPalette (const IlvHierarchicalSheet *obj) const |
Returns the palette used to draw the selected links of the hierarchical sheet. More... | |
Public Member Functions inherited from IlvHierarchicalSheetLFHandler | |
IlvHierarchicalSheetLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
Object Look-and-Feel class.
Library: ilvacsslook
The class for the motif object look-and-feel handler of the hierarchical sheet.
IlvHierarchicalSheetCSSLFHandler::IlvHierarchicalSheetCSSLFHandler | ( | IlvLookFeelHandler * | lfh | ) |
Constructor.
Creates a new IlvHierarchicalSheetCSSLFHandler
instance and initializes it with lfh.
lfh | The look-and-feel handler which this handler will be associated to. |
|
overridevirtual |
Returns the size and position of internal content of gadget item.
item | The gadget item. |
bbox | Overall bounding box of the gadget item, including margins. |
Reimplemented from IlvDefaultHierarchicalSheetLFHandler.
|
overridevirtual |
Is called to draw the expand/collapse button of a hierarchical sheet item.
hsheet | The hierarchical sheet. |
dst | The destination port. |
item | The item being drawn. |
rect | The rectangle where to draw the button. |
clip | The clipping region. |
Reimplemented from IlvDefaultHierarchicalSheetLFHandler.
|
overridevirtual |
Returns the size and position of the shrink/expand button of the specified gadget item of hierarchical sheet.
hsheet | The hierarchical sheet. |
item | The tree gadget item. |
bbox | Overall bounding box of the gadget item, including margins. |
Reimplemented from IlvDefaultHierarchicalSheetLFHandler.
|
overridevirtual |
Returns the size and position of gadget item of hierarchical sheet.
hsheet | The hierarchical sheet. |
item | The gadget item. |
bbox | Overall bounding box of the gadget item, including margins. |
Reimplemented from IlvDefaultHierarchicalSheetLFHandler.
|
virtual |
Returns the palette used to draw the grid of the hierarchical sheet.
hsheet | The hierarchical sheet. |
Implements IlvHierarchicalSheetLFHandler.
|
virtual |
Returns the palette used to draw the links of the hierarchical sheet.
hsheet | The hierarchical sheet. |
Implements IlvHierarchicalSheetLFHandler.
|
virtual |
Returns the palette used to draw the selected links of the hierarchical sheet.
hsheet | The hierarchical sheet. |
Implements IlvHierarchicalSheetLFHandler.