rwlogo

Rogue Wave Views
Gadgets Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

List of all members | Protected Member Functions
IlvMatrixSelectorInteractor Class Reference

Interactor class for IlvMatrix instances. More...

#include <ilviews/gadgets/matrix.h>

Inheritance diagram for IlvMatrixSelectorInteractor:
IlvInteractor

Protected Member Functions

virtual void callCallback (IlvMatrix *matrix, IlUShort col, IlUShort row)
 Is called when a matrix item is selected or deselected. More...
 

Detailed Description

Interactor class for IlvMatrix instances.

Library: ilvadvgdt

The IlvMatrixSelectorInteractor class handles interactive selections performed on IlvMatrix objects.

Warning
[note] IlvGadgetMatrixItem are not active when this interactor is used.

The registered name of this interactor is "MatrixSelector"

See Also
IlvMatrix

Member Function Documentation

virtual void IlvMatrixSelectorInteractor::callCallback ( IlvMatrix matrix,
IlUShort  col,
IlUShort  row 
)
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.

Parameters
matrixThe matrix.
colThe index of the column containing the item whose selection state has changed.
rowThe index of the row containing the item whose selection state has changed.

© Copyright 2014, 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.