rwlogo

Rogue Wave Views
Gadgets Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
List of all members | Public Member Functions
IlvScrolledComboBoxLFHandler Class Referenceabstract

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

#include <ilviews/gadgets/scombo.h>

Inheritance diagram for IlvScrolledComboBoxLFHandler:
IlvObjectLFHandler IlvDefaultScrolledComboBoxLFHandler IlvScrolledComboBoxMLFHandler IlvScrolledComboBoxWLFHandler IlvScrolledComboBoxVXLFHandler IlvScrolledComboBoxW95LFHandler

Public Member Functions

 IlvScrolledComboBoxLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 
virtual IlBoolean handleEvent (IlvScrolledComboBox *scombo, IlvEvent &event) const =0
 Is called to handle the events of a scrolled combo box. More...
 

Detailed Description

Object Look-and-Feel class.

Library: ilvadvgdt

The base class for the object look-and-feel handlers of the scrolled combo box.

Constructor & Destructor Documentation

IlvScrolledComboBoxLFHandler::IlvScrolledComboBoxLFHandler ( IlvLookFeelHandler lfh)

Constructor.

Initializes a new IlvScrolledComboBoxLFHandler instance.

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

Member Function Documentation

virtual IlBoolean IlvScrolledComboBoxLFHandler::handleEvent ( IlvScrolledComboBox scombo,
IlvEvent event 
) const
pure 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.

Implemented in IlvDefaultScrolledComboBoxLFHandler.


© Copyright 2015, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.