graph
ui
MGraphMGraph.graph::GraphBacktrace() -
GetCellString(graph::Cell cOrNull) : String -
GetEdgeString(graph::Edge eOrNull) : String -
GetNodeString(graph::Node nOrNull) : String - addEdge(graph::Node tail, head) : graph::Edge -
addEdgeRev(graph::Node tail, head) : graph::Edge -
addGraph(String id) : graph::Graph -
addLayoutRow(graph::GR gr, String s) -
addNode(String id) : graph::Node -
addNodeHelper() : graph::Node -
alignNodeYTo(graph::Node n, int nYOld) -
allocCellsAndCanvas(int w, h) -
anyEdgeCrossesRect(int x, y, w, h) : int -
applySlant() -
areCellsEmptyBetween(int startX, endX, y) -
canMoveConnectedRowChainUp(graph::Cell c) : int -
canMoveNodeUp(graph::Node n) : int -
checkCollisionsAndMoveNodesDown(int bAllowMoveHelper) : int -
clearLayoutRowCell(int x, y) -
collapseCellsAndRedundantEdgesH(int bAllowCollapseMainRow) -
collapseCellsAndRedundantEdgesV(int bPass1, graph::BBox bb) -
collapseEmptyCellsH(int bAllowCollapseMainRow, graph::BBox bb) -
collapseEmptyCellsV(int bPass1, graph::BBox bb) -
collapseGapsBetweenEdgeNodesH() -
collapseRedundantEdgesAndNodesH(int bAllowTailNode, bAllowCollapseMainRow, graph::BBox bb) : int -
collapseRedundantEdgesAndNodesV(int bAllowTailNode) : int -
copyXFMAttribsIfNotExists(HashTable ht) -
debugPrint() -
debugPrintEdges() -
debugPrintEdgesNoAttribs() -
debugPrintNodes() -
debugPrintNodesAndEdges() -
debugPrintNodesAndEdgesNoAttribs() -
debugPrintNodesNoAttribs() -
debugPrintTableSpanStarts() -
deleteHelperEdgeAndHeadNode(graph::Edge e) -
deleteHelperEdgeAndTailNode(graph::Edge e) -
doUnfold() : int -
findBBox(graph::BBox bb) -
findEdge(graph::Node a, b) : graph::Edge -
findFirstIndirectEdgeToNodeVia(graph::Node n, nVia, graph::BBox bb) : graph::Edge -
findNextEdgeForHelperTailNode(graph::Node nHelper) : graph::Edge -
findNode(String id) : graph::Node -
findNodesInBB(graph::BBox bb, PointerArray ret) -
findOtherEdgeTo(graph::Node n, notN) : graph::Edge -
findOtherEdgeToOnSameLevel(graph::Node n, notN) : graph::Edge -
findPreviousEdgeForHelperHeadNode(graph::Node nHelper) : graph::Edge -
findRHSEdgeOnSameLevel(graph::Node n) : graph::Edge -
findSpansFromLayoutRows() -
findTopLeftNode() : graph::Node -
findUniqueEdgeBelow(graph::Node n) : graph::Edge -
findUniqueEdgeTo(graph::Node n, notN) : graph::Edge -
flipCellOpt() -
flipCellOptRow(int y) : int -
flipCellRectH(int srcX, srcY, w, h, dstX, dstY) -
flipCellRectUp(int srcX, srcY, w, h, dstX, dstY) -
flipX() -
flipY() -
getAnchor() : graph::Node -
getCell(int x, y) : graph::Cell -
getGraphAttrib(String key) -
getIONode() : graph::Node -
getLayoutRowCell(int x, y) : String -
getLayoutRowMaxWidth() : int -
getLayoutString() : String -
getNumNodeEdgeRefs(graph::Node n) : int -
getSizeString() : String -
haveGraphAttrib(String key) : int -
helperNodeBelongsToEdge(graph::Node hHelper, graph::Edge e) : int -
init(int gridW, gridH) -
insertEmptyCellRect(int x, y, w, h) -
insertHelperNodeAndEdges(graph::Edge e, int helperX, helperY) : graph::Edge -
isAnyNodeEdgeConstrainedOutsideOfBB(PointerArray nodes, graph::BBox bb, graph::Node notN) : int -
isCellColEmpty(int x) : int -
isCellEdgeConstrainedH(graph::Cell c) : int -
isCellEdgeConstrainedV(graph::Cell c, int bPass1) : int -
isCellEdgeConstrainedVBiDir(graph::Cell c, int bPass1) : int -
isCellEmpty(int x, y) : int -
isCellEmptyCheckEdgeCrossing(int x, y) : int -
isCellRectEmpty(int x, y, w, h) : int -
isCellRectEmptyWithEdgeCrossings(int x, y, w, h) : int -
isCellRowEmpty(int y) : int -
isCellRowEmptyAfter(int x, y) : int -
isLeafSubtree(graph::Node n, nVia, int minY, graph::BBox retBB, PointerArray retNodesInBB) : int -
isNodeEdgeConstrainedOutsideOfBB(graph::Node n, graph::BBox bb, graph::Node notN) : int -
isTable() : int -
isXMajor() : int -
isXMajorHead() : int -
isXMajorTail() : int -
layout() : int -
layoutFixed() : int -
layoutFixedPlaceRowNodes() -
layoutGrid() : int -
layoutGridInitial() -
layoutNone() : int -
layoutNonePlaceNodes() -
layoutTable() : int -
moveCellCol(int fromX, toX, minY, maxY) -
moveCellLeft(graph::Cell c, l) -
moveCellRectUp(int srcX, srcY, w, h) -
moveCellRow(int fromY, toY, minX, maxX) -
moveCellUp(graph::Cell c, u) -
moveCellXY(int srcX, srcY, dstX, dstY) -
moveLeafSubtreesUp() : int -
moveNodeDown(graph::Node n) -
optimizeColsAndRows(int bbOnly) -
recursiveBeginUIInit() -
recursiveFindEdgeTo(PointerArray edgesDone, graph::Node nCur, to, graph::BBox bb) : graph::Edge -
recursiveFindNodeByPathRel(StringArray aPath) : graph::Node -
recursiveUIEdgeReset() -
removeEdge(graph::Edge e) -
removeEmptyCols(graph::BBox bb) -
removeEmptyRows(graph::BBox bb) -
removeNode(graph::Node n) -
renameLayoutRowNodeRefs(String oldId, newId) -
replaceNode(graph::Node nOld, nNew) -
reset() -
rotate() -
setAnchor(graph::Node n) -
setCell(int x, y, graph::Node n) : graph::Cell -
setGridSizeFromString(String s) -
shiftCellRowsLeftAt(int x) : int -
shiftCellRowsUpAt(int y) : int -
swapCells(int srcX, srcY, dstX, dstY) -
syncGRAttribsFromIONode() -
trimToBoundingBox() -
unfoldSubGraphs() : int -
usesFixedOrTableLayout() : int -
validateAnchor() : int -
xcountNumEdgesToNodes() - int DEF_CELL_SPACING -
int DEF_GRID_H -
int DEF_GRID_W -
int LAYOUT_FIXED -
int LAYOUT_GRID -
int LAYOUT_NONE -
int LAYOUT_TABLE -
Function Backtrace | |||
Signature | |||
|
Function GetCellString | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Function GetEdgeString | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Function GetNodeString | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Method addEdge | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
Method addEdgeRev | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
Method addGraph | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Method addNode | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Method addNodeHelper | |||||
Signature | |||||
| |||||
Returns | |||||
Method alignNodeYTo | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method allocCellsAndCanvas | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method anyEdgeCrossesRect | ||||||||||||||||||||||||||||||
Signature | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Arguments | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Returns | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Method applySlant | |||
Signature | |||
|
Method areCellsEmptyBetween | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
|
Method canMoveConnectedRowChainUp | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
Returns | ||||||||||
| ||||||||||
Method canMoveNodeUp | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
Returns | ||||||||||
| ||||||||||
Method checkCollisionsAndMoveNodesDown | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method clearLayoutRowCell | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method collapseCellsAndRedundantEdgesH | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method collapseCellsAndRedundantEdgesV | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method collapseEmptyCellsH | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method collapseEmptyCellsV | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method collapseGapsBetweenEdgeNodesH | |||
Signature | |||
|
Method collapseRedundantEdgesAndNodesH | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Method collapseRedundantEdgesAndNodesV | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method copyXFMAttribsIfNotExists | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method debugPrint | |||
Signature | |||
|
Method debugPrintEdges | |||
Signature | |||
|
Method debugPrintEdgesNoAttribs | |||
Signature | |||
|
Method debugPrintNodes | |||
Signature | |||
|
Method debugPrintNodesAndEdges | |||
Signature | |||
|
Method debugPrintNodesAndEdgesNoAttribs | |||
Signature | |||
|
Method debugPrintNodesNoAttribs | |||
Signature | |||
|
Method debugPrintTableSpanStarts | |||
Signature | |||
|
Method deleteHelperEdgeAndHeadNode | |||||
Signature | |||||
| |||||
Arguments | |||||
Method deleteHelperEdgeAndTailNode | |||||
Signature | |||||
| |||||
Arguments | |||||
Method doUnfold | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method findBBox | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method findEdge | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
Returns | ||||||||||||||||||||
Method findFirstIndirectEdgeToNodeVia | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||
Method findNextEdgeForHelperTailNode | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Method findNode | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Method findNodesInBB | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method findOtherEdgeTo | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
Method findOtherEdgeToOnSameLevel | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
Method findPreviousEdgeForHelperHeadNode | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Method findRHSEdgeOnSameLevel | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
Returns | ||||||||||
Method findSpansFromLayoutRows | |||
Signature | |||
|
Method findTopLeftNode | |||||
Signature | |||||
| |||||
Returns | |||||
Method findUniqueEdgeBelow | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
Returns | ||||||||||
Method findUniqueEdgeTo | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
Method flipCellOpt | |||
Signature | |||
|
Method flipCellOptRow | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method flipCellRectH | |||||||||||||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||||||||||||
|
Method flipCellRectUp | |||||||||||||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||||||||||||
|
Method flipX | |||
Signature | |||
|
Method flipY | |||
Signature | |||
|
Method getAnchor | |||||
Signature | |||||
| |||||
Returns | |||||
Method getCell | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
Method getIONode | |||||
Signature | |||||
| |||||
Returns | |||||
Method getLayoutRowCell | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
Method getLayoutRowMaxWidth | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getNumNodeEdgeRefs | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
Returns | ||||||||||
| ||||||||||
Method helperNodeBelongsToEdge | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Method init | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method insertEmptyCellRect | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
|
Method insertHelperNodeAndEdges | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||
Method isAnyNodeEdgeConstrainedOutsideOfBB | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Method isCellColEmpty | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method isCellEdgeConstrainedH | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
Returns | ||||||||||
| ||||||||||
Method isCellEdgeConstrainedV | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Method isCellEdgeConstrainedVBiDir | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Method isCellEmpty | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Method isCellEmptyCheckEdgeCrossing | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Method isCellRectEmpty | ||||||||||||||||||||||||||||||
Signature | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Arguments | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Returns | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Method isCellRectEmptyWithEdgeCrossings | ||||||||||||||||||||||||||||||
Signature | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Arguments | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Returns | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Method isCellRowEmpty | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method isCellRowEmptyAfter | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Method isLeafSubtree | |||||||||||||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
Method isNodeEdgeConstrainedOutsideOfBB | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Method isTable | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method isXMajor | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method isXMajorHead | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method isXMajorTail | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method layout | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method layoutFixed | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method layoutFixedPlaceRowNodes | |||
Signature | |||
|
Method layoutGrid | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method layoutGridInitial | |||
Signature | |||
|
Method layoutNone | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method layoutNonePlaceNodes | |||
Signature | |||
|
Method layoutTable | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method moveCellCol | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
|
Method moveCellLeft | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
Method moveCellRectUp | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
|
Method moveCellRow | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
|
Method moveCellUp | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
Method moveCellXY | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
|
Method moveLeafSubtreesUp | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method moveNodeDown | |||||
Signature | |||||
| |||||
Arguments | |||||
Method optimizeColsAndRows | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method recursiveBeginUIInit | |||
Signature | |||
|
Method recursiveFindEdgeTo | ||||||||||||||||||||||||||||||
Signature | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Arguments | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Returns | ||||||||||||||||||||||||||||||
Method recursiveFindNodeByPathRel | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Method recursiveUIEdgeReset | |||
Signature | |||
|
Method removeEdge | |||||
Signature | |||||
| |||||
Arguments | |||||
Method removeEmptyCols | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method removeEmptyRows | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method removeNode | |||||
Signature | |||||
| |||||
Arguments | |||||
Method renameLayoutRowNodeRefs | |
Signature | |
Arguments | |
Method replaceNode | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method reset | |||
Signature | |||
|
Method rotate | |||
Signature | |||
|
Method setAnchor | |||||
Signature | |||||
| |||||
Arguments | |||||
Method setCell | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||
Method shiftCellRowsLeftAt | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method shiftCellRowsUpAt | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Method swapCells | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
|
Method syncGRAttribsFromIONode | |||
Signature | |||
|
Method trimToBoundingBox | |||
Signature | |||
|
Method unfoldSubGraphs | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method usesFixedOrTableLayout | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method validateAnchor | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method xcountNumEdgesToNodes | |||
Signature | |||
|
Constant DEF_CELL_SPACING (int) | |
Constant DEF_GRID_H (int) | |
Constant DEF_GRID_W (int) | |
Constant LAYOUT_FIXED (int) | |
Constant LAYOUT_GRID (int) | |
Constant LAYOUT_NONE (int) | |
Constant LAYOUT_TABLE (int) | |
auto-generated by "DOG", the TkScript document generator. Thu, 11/Dec/2025 13:42:00