Rogue Wave Views Gadgets Package API Reference Guide |
Rogue Wave Views Documentation Home |
Object Look-and-Feel class. More...
#include <ilviews/gadgets/vx/combo.h>
Public Member Functions | |
IlvComboBoxVXLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
virtual void | drawArrow (const IlvComboBox *, IlvPort *, const IlvRect &, const IlvRegion *) const |
Is called to draw the arrow of a combo box. More... | |
virtual void | drawBackground (const IlvComboBox *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the background of a combo box. More... | |
virtual void | drawFrame (const IlvComboBox *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the frame of a combo box. More... | |
Public Member Functions inherited from IlvComboBoxWLFHandler | |
IlvComboBoxWLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
virtual void | drawContents (const IlvComboBox *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the contents of a combo box. More... | |
Public Member Functions inherited from IlvDefaultComboBoxLFHandler | |
virtual IlBoolean | handleEvent (IlvComboBox *, IlvEvent &) const |
Is called to handle the events of a combo box. More... | |
Public Member Functions inherited from IlvComboBoxLFHandler | |
IlvComboBoxLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
Object Look-and-Feel class.
Library: ilvvxlook
The class for the ViewsX object look-and-feel handler of the combo box.
IlvComboBoxVXLFHandler::IlvComboBoxVXLFHandler | ( | IlvLookFeelHandler * | lfh | ) |
Constructor.
Creates a new IlvComboBoxVXLFHandler
instance and initializes it with lfh.
lfh | The look-and-feel handler which this handler will be associated to. |
|
virtual |
Is called to draw the arrow of a combo box.
combo | The combo box. |
dst | The destination port. |
rect | The rectangle where to draw the arrow. |
clip | The clipping region. |
Reimplemented from IlvComboBoxWLFHandler.
|
virtual |
Is called to draw the background of a combo box.
combo | The combo box. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Reimplemented from IlvComboBoxWLFHandler.
|
virtual |
Is called to draw the frame of a combo box.
combo | The combo box. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Reimplemented from IlvComboBoxWLFHandler.
© Copyright 2016, 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.