Rogue Wave Views Data Access Package API Reference Guide |
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 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... | |
Library: dataccess
Declarations about IliFieldItf.
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.
g | The graphic object. |
0
if the effective class of this graphic object is not a subclass of IliFieldItf
or the graphic object casts to the IliFieldItf
class. 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.
g | The IlvGraphic object. |
IlTrue
if the effective class of this graphic object is a subclass of IliFieldItf
and IlFalse
otherwise. 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.