rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Gadgets Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvMatrixSelectorInteractor Class Reference

Interactor class for IlvMatrix instances. More...

#include <ilviews/gadgets/matrix.h>

Inheritance diagram for IlvMatrixSelectorInteractor:
IlvInteractor

List of all members.

Protected Member Functions

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

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 
) [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.

Parameters:
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.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© 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.