rwlogo

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 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...
 

Detailed Description

[library dataccess ilviews/dataccess/fielditf.h] Declarations about IliFieldItf.

Function Documentation

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.

Parameters
gThe IlvGraphic object.
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.
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.
See Also
IliFieldItf, IliGraphicToField

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