Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
#include <ilviews/base/iostream.h>
#include <ilviews/gadgets/amatrix.h>
#include <ilviews/gadgets/textfd.h>
#include <ilviews/base/alloc.h>
#include <ilviews/base/view.h>
#include <ilviews/base/value.h>
#include <ilviews/gadgets/itemgdt.h>
[library ilvadvgdt ilviews/gadgets/matrix.h] Declaration of the IlvMatrix and related classes
#define DeclareMatrixItemInfo | ( | ) |
Use this macro to declare the input/output methods readItem
, write
, and copy
defined in matrix item subclasses.
#define DeclareMatrixItemInfoRO | ( | ) |
Use this macro to declare the input/output methods defined in matrix item subclasses when you do not need to add the write
member function (that is, when matrix item subclasses do not add any new data that has to be saved, and the implementation of the write
member function in the parent class already does the job).
#define DeclareMatrixItemIOConstructors | ( | classname | ) |
Use this macro to declare the input/output constructors defined in matrix item subclasses.
classname | The class name. |
DeclareMatrixItemInfoRO
, DeclareMatrixItemInfo
#define IlvDefaultMatrixHeight |
Declares the default height of a matrix row.
IlvDefaultMatrixWidth
, IlvMatrix::IlvMatrix
#define IlvDefaultMatrixWidth |
Declares the default width of a matrix column.
IlvDefaultMatrixHeight
, IlvMatrix::IlvMatrix
#define IlvPredefinedMatrixItemIOMembers | ( | classname | ) |
Defines the body of the copy
and readItem
member functions for the specified class.
© 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.