Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
#include <ilviews/layout/macros.h>
#include <ilviews/util/runtime.h>
#include <ilviews/intrface/value.h>
Classes | |
class | IlvGraphLayoutReport |
The base class of the objects used to store information about the behavior of the layout algorithms. More... | |
Enumerations | |
enum | IlvLayoutReportType { IlvLayoutReportInitialCode, IlvLayoutReportLayoutDone, IlvLayoutReportNotNeeded, IlvLayoutReportEmptyGrapher, IlvLayoutReportNoMoveableNode, IlvLayoutReportNoReshapeableLink, IlvLayoutReportLayoutStarted, IlvLayoutReportLayoutFinished, IlvLayoutReportGreatestCode } |
This enumeration defines values used to indicate the status and behavior of the layout algorithm. More... |
[library ilvlayout ilviews/layout/report.h] Declaration of graph layout report classes.
enum IlvLayoutReportType |
This enumeration defines values used to indicate the status and behavior of the layout algorithm.
IlvLayoutReportInitialCode |
The initial value of the code. The method |
IlvLayoutReportLayoutDone |
The layout was performed normally. |
IlvLayoutReportNotNeeded |
The layout was not performed because there was no significant change in the graph since the last time the layout was performed successfully. This normally means that there was no change in topology (no nodes and no links were added or removed), no change in position (no nodes and no links were moved), and no change in parameter values. |
IlvLayoutReportEmptyGrapher |
The layout was not performed because the graph is empty. |
IlvLayoutReportNoMoveableNode |
The layout was not performed because there are no moveable nodes (all nodes are fixed). This may occur only if the subclass of |
IlvLayoutReportNoReshapeableLink |
The layout was not performed because there are no reshapeable links (all links are fixed). This may only occur if the subclass of |
IlvLayoutReportLayoutStarted |
The layout was started. |
IlvLayoutReportLayoutFinished |
The layout was finished. |
IlvLayoutReportGreatestCode |
The greatest integer value used as a code. You can use the value |
© 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.