Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
#include <ilviews/base/graphic.h>
#include <ilviews/base/gadget.h>
#include <ilviews/dataccess/reposit.h>
Classes | |
class | IliFieldItf |
Field class. More... | |
Functions | |
IliFieldItf * | IliGraphicToField (IlvGraphic *g) |
Returns NULL 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... | |
[library dataccess ilviews/dataccess/fielditf.h] Declarations about IliFieldItf.
IliFieldItf* IliGraphicToField | ( | IlvGraphic * | g | ) |
Returns NULL
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.
g | The IlvGraphic object. |
NULL
if the effective class of this graphic object is not a subclass of IliFieldItf
or the graphic object casts to the IliFieldItf
class. 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.
g | The IlvGraphic object. |
IlTrue
, if the effective class of this graphic object is a subclass of IliFieldItf
. © 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.