Rogue Wave Views Gadgets Package API Reference Guide |
Rogue Wave Views Documentation Home |
Interactor class for IlvMatrix
instances.
More...
#include <ilviews/gadgets/matrix.h>
Protected Member Functions | |
virtual void | callCallback (IlvMatrix *matrix, IlUShort col, IlUShort row) |
Is called when a matrix item is selected or deselected. More... | |
Interactor class for IlvMatrix
instances.
Library: ilvadvgdt
The IlvMatrixSelectorInteractor
class handles interactive selections performed on IlvMatrix
objects.
IlvGadgetMatrixItem
are not active when this interactor is used.The registered name of this interactor is "MatrixSelector"
IlvMatrix
.
|
protectedvirtual |
Is called when a matrix item is selected or deselected.
The default implementation calls the item callback if any. Otherwise, it calls the matrix callback.
matrix | The matrix. |
col | The index of the column containing the item whose selection state has changed. |
row | The index of the row containing the item whose selection state has changed. |
© 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.