Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
#include <ilviews/manager/manager.h>
#include <ilviews/graphics/filter.h>
#include <ilviews/graphics/ghost.h>
#include <ilviews/grapher/macros.h>
Classes | |
class | IlvGrapher |
Grapher class. More... | |
Enumerations | |
enum | IlvLinkType { IlvLinkFrom, IlvLinkTo, IlvLinkAny } |
Defines the type of a link. More... | |
[library ilvgrapher ilviews/grapher/grapher.h] Declaration of the classes involved in graphs management.
enum IlvLinkType |
Defines the type of a link.
Links connected to a given node can be split in two category:
This enumeration type lets you decide which category should be considered by a given method.
Enumerator | |
---|---|
IlvLinkFrom |
The link is an outgoing link. |
IlvLinkTo |
The link is an incoming link. |
IlvLinkAny |
The link is either an incoming or an outgoing link. |
© 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.