|
| IlvSliderMLFHandler (IlvLookFeelHandler *lfh) |
| Constructor. More...
|
|
virtual void | computeBBox (const IlvSlider *, IlvRect &, IlvRect &, const IlvTransformer *) const |
| Is called to compute the bounding boxes of the slider components. More...
|
|
virtual void | drawContents (const IlvSlider *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
| Is called to draw the contents of a slider gadget. More...
|
|
virtual void | drawThumb (const IlvSlider *, IlvPort *, const IlvRect &, const IlvRegion *) const |
| Is called to draw the thumb of a slider gadget. More...
|
|
virtual void | drawTrack (const IlvSlider *, IlvPort *, const IlvRect &, const IlvRegion *) const |
| Is called to draw the track of a slider gadget. More...
|
|
virtual IlInt | positionToValue (const IlvSlider *, const IlvPoint &p, const IlvTransformer *t) const |
| Is called to compute the value of the slider at a specified point. More...
|
|
Public Member Functions inherited from IlvDefaultSliderLFHandler |
virtual void | drawBackground (const IlvSlider *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
| Is called to draw the background of a slider gadget. More...
|
|
virtual void | drawFrame (const IlvSlider *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
| Is called to draw the frame of a slider gadget. More...
|
|
virtual IlBoolean | handleEvent (IlvSlider *, IlvEvent &e) const |
| Is called to handle the events of a slider gadget. More...
|
|
Public Member Functions inherited from IlvSliderLFHandler |
| IlvSliderLFHandler (IlvLookFeelHandler *lfh) |
| Constructor. More...
|
|
Object Look-and-Feel class.
Library: ilvmlook
The class for the motif object look-and-feel handler of the slider gadget.