Rogue Wave Views
Data Access Package API Reference Guide
Product Documentation:

Rogue Wave Views
Documentation Home
Classes | Functions
fielditf.h File Reference
#include <ilviews/base/graphic.h>
#include <ilviews/base/gadget.h>
#include <ilviews/dataccess/reposit.h>

Classes

class  IliFieldItf
 Field class. More...
 

Functions

IliFieldItfIliGraphicToField (IlvGraphic *g)
 Returns 0 if the effective class of this graphic object is not a subclass of IliFieldItf or the graphic object casts to the IliFieldItf class. More...
 
IlBoolean IliIsAField (IlvGraphic *g)
 Returns IlTrue if the effective class of this graphic object is a subclass of IliFieldItf. More...
 

Detailed Description

Library: dataccess
Declarations about IliFieldItf.

Function Documentation

IliFieldItf* IliGraphicToField ( IlvGraphic g)

Returns 0 if the effective class of this graphic object is not a subclass of IliFieldItf or the graphic object casts to the IliFieldItf class.

Library: dataccess

Field gadget classes are subclasses of both the IlvGraphic class and the IliFieldItf class.

Parameters
gThe graphic object.
Returns
0 if the effective class of this graphic object is not a subclass of IliFieldItf or the graphic object casts to the IliFieldItf class.
See also
IliFieldItf, IliIsAField().
IlBoolean IliIsAField ( IlvGraphic g)

Returns IlTrue if the effective class of this graphic object is a subclass of IliFieldItf.

Library: dataccess

Field gadget classes are subclasses of both the IlvGraphic class and the IliFieldItf class.

Parameters
gThe IlvGraphic object.
Returns
IlTrue if the effective class of this graphic object is a subclass of IliFieldItf and IlFalse otherwise.
See also
IliFieldItf, IliGraphicToField().

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