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

Object look-and-feel class. More...

#include <ilviews/gadgets/scombo.h>

Inheritance diagram for IlvDefaultScrolledComboBoxLFHandler:
IlvScrolledComboBoxLFHandler IlvObjectLFHandler IlvScrolledComboBoxCSSLFHandler IlvScrolledComboBoxMLFHandler IlvScrolledComboBoxWLFHandler IlvScrolledComboBoxVXLFHandler IlvScrolledComboBoxW95LFHandler

Public Member Functions

virtual IlBoolean handleEvent (IlvScrolledComboBox *, IlvEvent &) const
 Is called to handle the events of a scrolled combo box. More...
 
- Public Member Functions inherited from IlvScrolledComboBoxLFHandler
 IlvScrolledComboBoxLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 

Detailed Description

Object look-and-feel class.

Library: ilvadvgdt

The predefined object look-and-feel handlers of the scrolled combo box are subclasses of this class. It defines several methods of the base class that are common to all predefined looks.

Member Function Documentation

◆ handleEvent()

virtual IlBoolean IlvDefaultScrolledComboBoxLFHandler::handleEvent ( IlvScrolledComboBox scombo,
IlvEvent event 
) const
virtual

Is called to handle the events of a scrolled combo box.

Parameters
scomboThe scrolled combo box.
eventThe event to handle.
Returns
IlTrue if the event has been consumed.

Implements IlvScrolledComboBoxLFHandler.