18#ifndef TITLEBLOCK_SLASH_TEMPLATE_CELLS_SET_H
19#define TITLEBLOCK_SLASH_TEMPLATE_CELLS_SET_H
44 QSet<TitleBlockCell *>
cells(
bool =
true)
const;
Definition titleblockcell.h:26
Definition templatecellsset.h:28
TitleBlockTemplateVisualCell * topLeftCell() const
Definition templatecellsset.cpp:104
TitleBlockTemplateVisualCell * bottomRightCell() const
Definition templatecellsset.cpp:136
bool allCellsAreSelected() const
Definition templatecellsset.cpp:73
QRectF mergeAreaRect() const
Definition templatecellsset.cpp:166
TitleBlockTemplateCellsSet mergeArea(const QRectF &=QRectF()) const
Definition templatecellsset.cpp:186
QPainterPath painterPath() const
Definition templatecellsset.cpp:46
QSet< TitleBlockCell * > cells(bool=true) const
Definition templatecellsset.cpp:201
virtual ~TitleBlockTemplateCellsSet()
Definition templatecellsset.cpp:39
bool isRectangle() const
Definition templatecellsset.cpp:59
const TitleBlockTemplateView * parent_view_
the view displaying the cells
Definition templatecellsset.h:48
bool hasExternalSpan() const
Definition templatecellsset.cpp:87
Definition templateview.h:33
Definition templatevisualcell.h:30