Views
Data Access Package API Reference Guide
Product Documentation:
Views Documentation Home
List of all members | Public Member Functions
IliGrapher Class Reference

Grapher. More...

#include <ilviews/dataccess/gadgets/dbgraphe.h>

Inheritance diagram for IliGrapher:
IlvGrapher IlvManager IlvValueInterface

Public Member Functions

 IliGrapher (IlvDisplay *display)
 Initializes a grapher that can be connected to two data sources if the grapher is the view of an object of type IliDbGrapher. More...
 
IliDbGraphergetGrapherRectangle () const
 Returns the IliDbGrapher object that uses this grapher. More...
 

Detailed Description

Grapher.

Library: dbgraphe

The IliGrapher defines a grapher for the IliDbGrapher class that is a class of grapher connected to two data sources (one for nodes and one for links).

See also
IliDbGrapher.

Constructor & Destructor Documentation

◆ IliGrapher()

IliGrapher::IliGrapher ( IlvDisplay display)

Initializes a grapher that can be connected to two data sources if the grapher is the view of an object of type IliDbGrapher.

Parameters
displayThe display.

Member Function Documentation

◆ getGrapherRectangle()

IliDbGrapher* IliGrapher::getGrapherRectangle ( ) const

Returns the IliDbGrapher object that uses this grapher.

Returns
The IliDbGrapher object that uses this grapher. If this function returns 0, the grapher is not used by an IliDbGrapher object.