Common declarations for Rogue Wave Views. More...
#include <ilog/macros.h>| Macros | |
| #define | IlvAbs | 
| #define | IlvFalse | 
| #define | IlvMax | 
| #define | IlvMin | 
| #define | ILVSTDPREF | 
| #define | ILVSTDUSE | 
| #define | IlvTrue | 
| #define | IlvVersion | 
| Typedefs | |
| typedef IlAny | IlvAny | 
| typedef IlBoolean | IlvBoolean | 
| typedef int16 | IlvDeltaPos | 
| typedef uint32 | IlvDim | 
| typedef IlDouble | IlvDouble | 
| typedef IlFloat | IlvFloat | 
| typedef IlInt | IlvInt | 
| typedef int32 | IlvPos | 
| typedef IlShort | IlvShort | 
| typedef IlUChar | IlvUChar | 
| typedef IlUInt | IlvUInt | 
| typedef IlUShort | IlvUShort | 
Common declarations for Rogue Wave Views.
Library: xviews or winviews or mviews (mutually exclusive)
| #define IlvAbs | 
A synonym for IlAbs. 
| #define IlvFalse | 
A synonym for IlTrue. 
| #define IlvMax | 
A synonym for IlMax. 
| #define IlvMin | 
A synonym for IlMin. 
| #define ILVSTDPREF | 
A synonym for IL_STDPREF. 
| #define ILVSTDUSE | 
A synonym for IL_STDUSE. 
| #define IlvTrue | 
A synonym for IlTrue. 
| #define IlvVersion | 
An integer value that indicates the current version of Rogue Wave Views For example, for Rogue Wave Views 6.1, the value would be 610. 
A synonym for IlAny. 
A synonym for IlBoolean. 
The IlvDeltaPos type introduces an alternative style to IlvPos for representing a point by means of a delta distance with respect to another point. The advantage of this technique is a saving in memory requirements. 
The IlvDim type specifies dimensions, such as the width and height of rectangles. Dimensions in Rogue Wave Views are unsigned quantities. 
A synonym for IlDouble. 
A synonym for IlFloat. 
A synonym for IlInt. 
The IlvPos type specifies the basic unit that is used in Rogue Wave Views coordinate systems. For example, the coordinates of a simple point on the screen are indicated by two integers of this type. 
A synonym for IlShort. 
A synonym for IlUChar. 
A synonym for IlUInt. 
A synonym for IlUShort.