Rogue Wave Views 5.5.1 |
Rogue Wave Views |
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. |
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
virtual void IlvMatrixSelectorInteractor::callCallback | ( | IlvMatrix * | matrix, | |
IlUShort | col, | |||
IlUShort | row | |||
) | [protected, virtual] |
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 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.