Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Named property class. More...
#include <ilviews/gadgets/amenu.h>
Public Member Functions | |
IlvMenuItemHighlighter (IlSymbol *symbol) | |
Constructor. | |
virtual void | doIt (IlvMenuItem *item) |
Is called each time an item of the group is highlighted. | |
void | highlightItems (IlvMenuItem *item) |
Highlights all the items of the group. |
Named property class.
Library: ilvgadgt
The class IlvMenuItemHighlighter
is a named property that can be set on an IlvAbstractMenu
object to implement menu item group highlighting: That is, when an item of the group is highlighted, the whole group is highlighted.
IlvAbstractMenu
, IlvMenuItem
IlvMenuItemHighlighter::IlvMenuItemHighlighter | ( | IlSymbol * | symbol | ) |
Constructor.
Initializes a new instance of the IlvMenuItemHighlighter
class.
symbol | The selector name. |
virtual void IlvMenuItemHighlighter::doIt | ( | IlvMenuItem * | item | ) | [virtual] |
Is called each time an item of the group is highlighted.
The default implementation calls the IlvMenuItemSelector::highlightItem
method.
item | The item that has been highlighted. |
void IlvMenuItemHighlighter::highlightItems | ( | IlvMenuItem * | item | ) |
Highlights all the items of the group.
item | The item that has been highlighted. |
© Copyright 2012, 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.