|  | Qt 6.x
    The Qt SDK | 
 Collaboration diagram for EdgeData:
 Collaboration diagram for EdgeData:| Public Types | |
| enum | EdgeClass { ClassInvalid , ClassNone , ClassGrid , ClassTableBorder , ClassExplicit } | 
| Public Member Functions | |
| EdgeData (qreal width, const QTextTableCell &cell, QCss::Edge edge, EdgeClass edgeClass) | |
| EdgeData () | |
| bool | operator< (const EdgeData &other) const | 
| bool | operator> (const EdgeData &other) const | 
| Public Attributes | |
| qreal | width | 
| QTextTableCell | cell | 
| QCss::Edge | edge | 
| EdgeClass | edgeClass | 
Definition at line 126 of file qtextdocumentlayout.cpp.
| enum EdgeData::EdgeClass | 
| Enumerator | |
|---|---|
| ClassInvalid | |
| ClassNone | |
| ClassGrid | |
| ClassTableBorder | |
| ClassExplicit | |
Definition at line 128 of file qtextdocumentlayout.cpp.
| 
 | inline | 
Definition at line 137 of file qtextdocumentlayout.cpp.
| 
 | inline | 
Definition at line 139 of file qtextdocumentlayout.cpp.
| 
 | inline | 
Definition at line 143 of file qtextdocumentlayout.cpp.
References QCss::BottomEdge, edge, edgeClass, QCss::LeftEdge, other(), QCss::RightEdge, and QCss::TopEdge.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | inline | 
Definition at line 153 of file qtextdocumentlayout.cpp.
References other().
 Here is the call graph for this function:
 Here is the call graph for this function:| QTextTableCell EdgeData::cell | 
Definition at line 158 of file qtextdocumentlayout.cpp.
Referenced by drawCellBorder().
| QCss::Edge EdgeData::edge | 
Definition at line 159 of file qtextdocumentlayout.cpp.
Referenced by checkJoinedEdge(), drawCellBorder(), operator<(), and prioritizedEdgeAnchorOffset().
| EdgeClass EdgeData::edgeClass | 
Definition at line 160 of file qtextdocumentlayout.cpp.
Referenced by drawCellBorder(), and operator<().
| qreal EdgeData::width | 
Definition at line 157 of file qtextdocumentlayout.cpp.
Referenced by QTextTableData::cellBorderWidth(), checkJoinedEdge(), drawCellBorder(), QTextDocumentLayoutPrivate::layoutCell(), and prioritizedEdgeAnchorOffset().