Rogue Wave Views 5.6 |
Rogue Wave Views |
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 | |
enum | IliGrapherColor { IliGrapherLinkColor, IliGrapherForegroundLabelColor, IliGrapherBackgroundLabelColor } |
This enumerated type defines the colors of the IliDbGrapher . More... | |
enum | IliGrapherColumn { IliGrapherNodeXColumn, IliGrapherNodeYColumn, IliGrapherNodeIdColumn, IliGrapherNodeLabelColumn, IliGrapherNodeBitmapColumn, IliGrapherNodeForegroundColumn, IliGrapherNodeBackgroundColumn, IliGrapherLinkFromColumn, IliGrapherLinkToColumn, IliGrapherLinkColorColumn, IliGrapherLinkTypeColumn, IliGrapherLinkOrientedColumn } |
This enumerated type defines the data source columns used by the IliDbGrapher . More... | |
[library dbgraphe ilviews/dataccess/gadgets/dbgraphe.h] 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. |
null
if there is a problem. 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
. 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. 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 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.