Views
Gadgets Package API Reference Guide
Product Documentation:
Views Documentation Home
List of all members | Public Member Functions
IlvTextCSSLFHandler Class Reference

Object Look-and-Feel class. More...

#include <ilviews/gadgets/css/text.h>

Inheritance diagram for IlvTextCSSLFHandler:
IlvDefaultTextLFHandler IlvTextLFHandler IlvObjectLFHandler

Public Member Functions

 IlvTextCSSLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 
virtual void drawCursor (const IlvText *, IlvPoint &, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the cursor of a text gadget. More...
 
- Public Member Functions inherited from IlvDefaultTextLFHandler
virtual void drawBackground (const IlvText *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the background of a text gadget. More...
 
virtual void drawFrame (const IlvText *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the frame of a text gadget. More...
 
virtual void drawGadgetContents (const IlvText *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the contents of a text gadget. More...
 
virtual void drawSelection (const IlvText *, IlvPort *, const IlvRect &, const IlvRegion *) const
 Is called to draw the selected part of a text gadget. More...
 
virtual IlBoolean handleGadgetEvent (IlvText *, IlvEvent &) const
 Is called to handle the events of a text gadget. More...
 
- Public Member Functions inherited from IlvTextLFHandler
 IlvTextLFHandler (IlvLookFeelHandler *lfh)
 Initializes a new IlvTextLFHandler instance. More...
 

Detailed Description

Object Look-and-Feel class.

Library: ilvacsslook

The class for the motif object look-and-feel handler of the text gadget.

Constructor & Destructor Documentation

◆ IlvTextCSSLFHandler()

IlvTextCSSLFHandler::IlvTextCSSLFHandler ( IlvLookFeelHandler lfh)

Constructor.

Creates a new IlvTextCSSLFHandler instance and initializes it with lfh.

Parameters
lfhThe look-and-feel handler to which this handler will be associated.

Member Function Documentation

◆ drawCursor()

virtual void IlvTextCSSLFHandler::drawCursor ( const IlvText text,
IlvPoint point,
IlvPort dst,
const IlvTransformer t,
const IlvRegion clip 
) const
virtual

Is called to draw the cursor of a text gadget.

Parameters
textThe text gadget.
pointThe point where the cursor will be drawn.
dstThe destination port.
tThe transformer.
clipThe clipping region.

Implements IlvTextLFHandler.