Rogue Wave Views Data Access Package API Reference Guide |
Rogue Wave Views Documentation Home |
#include <ilviews/grapher/links.h>
#include <ilviews/grapher/inters.h>
#include <ilviews/base/error.h>
#include <ilviews/base/gadget.h>
#include <ilviews/gadgraph/rectscgr.h>
#include <ilviews/dataccess/gadgets/dsusage.h>
#include <ilviews/dataccess/reposit.h>
#include <ilviews/graphics/label.h>
#include <ilviews/dataccess/gadgets/labelbmp.h>
Classes | |
class | IliDbGrapher |
Gadget. More... | |
class | IliGrapher |
Grapher. More... | |
Typedefs | |
typedef IlvGraphic *(* | IliCreateObjectCallback) (IliTableBuffer *buff, IlAny arg) |
typedef IlBoolean(* | IliDefineObjectCallback) (IliTableBuffer *buff, IlvGraphic *g, IlAny arg) |
typedef IlvGraphic *(* | IliUpdateObjectCallback) (IlvGraphic *previous, IliTableBuffer *buff, IlAny arg) |
Enumerations |
Library: dbgraphe
Declarations about grapher
IliCreateObjectCallback |
This type defines the prototype of a function that is called to create a node (or a link).
buff | The definition of the object. |
arg | The user data. |
0
if there is a problem. IliDbGrapher
. IliDefineObjectCallback |
This type defines the prototype of a function that is called to define the data of a node (or a link) before appending into a data source.
buff | The data buffer which contains the object data. |
g | The current graphic object if already exists. |
arg | The user data. |
IlTrue
if the node (or link) can be created. Otherwise, it returns IlFalse
. IliDbGrapher
. IliUpdateObjectCallback |
This type defines the prototype of a function that is called to update a node or a link.
previous | The object that must be updated. |
buff | The new definition of the object. |
arg | The user data. |
IliDbGrapher
object. IliDbGrapher
. enum IliGrapherColor |
This enumerated type defines the colors of the IliDbGrapher
.
enum IliGrapherColumn |
This enumerated type defines the data source columns used by the IliDbGrapher
.
© 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.