mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-17 16:59:59 +01:00
Title block templates: improved span management
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1636 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -82,7 +82,7 @@ class TitleBlockTemplate : public QObject {
|
||||
QList<TitleBlockCell *> createColumn();
|
||||
|
||||
TitleBlockCell *cell(int, int) const;
|
||||
QSet<TitleBlockCell *> spannedCells(const TitleBlockCell *) const;
|
||||
QSet<TitleBlockCell *> spannedCells(const TitleBlockCell *, bool = false) const;
|
||||
QHash<TitleBlockCell *, QPair<int, int> > getAllSpans() const;
|
||||
void setAllSpans(const QHash<TitleBlockCell *, QPair<int, int> > &);
|
||||
bool addLogo(const QString &, QByteArray *, const QString & = "svg", const QString & = "xml");
|
||||
|
||||
Reference in New Issue
Block a user