ReportItem - Элемент отчета

digraph geometry {
    node [shape="box", style=filled, fillcolor="lightgray"]
    rankdir=LR
    labelloc="t";
    label="Элементы отчета:";

    ReportItem  [ href="#ref-label-reportitem-class" ];
    GeometryReportItem  [ href="#ref-label-geometryreportitem-class" ];
    MapReportItem  [ href="#ref-label-mapreportitem-class" ];
    RasterReportItem  [ href="#ref-label-rasterreportitem-class" ];
    TableReportItem  [ href="#ref-label-tablereportitem-class" ];
    LegendReportItem  [ href="#ref-label-legendreportitem-class" ];
    ScaleBarReportItem  [ href="#ref-label-scalebarreportitem-class" ];

    ReportItem -> GeometryReportItem;
    ReportItem -> MapReportItem;
    ReportItem -> RasterReportItem;
    ReportItem -> TableReportItem;
    ReportItem -> LegendReportItem;
    ReportItem -> ScaleBarReportItem;
}
class axipy.render.ReportItem

Базовый класс элемента отчета.

property border_style

Стиль обводки элемента отчета.

Тип результата

Style

property fill_style

Стиль заливки элемента отчета.

Тип результата

Style

intersects(checkRect)

Пересекается ли с переданным прямоугольником.

Параметры

checkRect (Union[Rect, QRectF]) – Прямоугольник для анализа.

property rect

Размер (ограничивающий прямоугольник) элемента отчета в единицах измерения отчета.

Тип результата

Rect