mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-12-14 17:20:57 +03:00
Finish 1.4.124
# Conflicts: # limereport/lrbanddesignintf.h # limereport/lrpagedesignintf.cpp # limereport/lrpageitemdesignintf.h # translations/limereport_zh.ts
This commit is contained in:
@@ -183,6 +183,9 @@ public:
|
||||
int maxChildIndex(BandDesignIntf::BandsType bandType) const;
|
||||
int maxChildIndex(QSet<BandsType> ignoredBands = QSet<BandDesignIntf::BandsType>()) const;
|
||||
|
||||
int rootIndex(BandDesignIntf *parentBand);
|
||||
BandDesignIntf* rootBand(BandDesignIntf *parentBand);
|
||||
|
||||
BandDesignIntf* parentBand() const {return m_parentBand;}
|
||||
|
||||
QList<BandDesignIntf*> childBands() const{return m_childBands;}
|
||||
|
||||
Reference in New Issue
Block a user