![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgraphicsscene_bsp_p.h>
Public Types | |
enum | Type { Horizontal , Vertical , Leaf } |
Public Attributes | ||
union { | ||
qreal offset | ||
int leafIndex | ||
}; | ||
Type | type | |
Definition at line 32 of file qgraphicsscene_bsp_p.h.
Enumerator | |
---|---|
Horizontal | |
Vertical | |
Leaf |
Definition at line 34 of file qgraphicsscene_bsp_p.h.
union { ... } QGraphicsSceneBspTree::Node |
int QGraphicsSceneBspTree::Node::leafIndex |
Definition at line 37 of file qgraphicsscene_bsp_p.h.
qreal QGraphicsSceneBspTree::Node::offset |
Definition at line 36 of file qgraphicsscene_bsp_p.h.
Referenced by testing.tools.fixup_pdf_template.TemplateProcessor::insert_xref_entry(), and testing.tools.fixup_pdf_template.TemplateProcessor::process_line().
Type QGraphicsSceneBspTree::Node::type |
Definition at line 39 of file qgraphicsscene_bsp_p.h.
Referenced by QGraphicsSceneBspTree::debug().