mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-09-23 16:49:07 +03:00
Band location has been fixed
# Conflicts: # limereport/lrbanddesignintf.h
This commit is contained in:
@@ -133,7 +133,7 @@ public:
|
||||
virtual QColor selectionColor() const;
|
||||
int bandIndex() const;
|
||||
void setBandIndex(int value);
|
||||
void changeBandIndex(int value);
|
||||
void changeBandIndex(int value, bool firstTime = false);
|
||||
void setBandType(BandsType value){m_bandType=value;}
|
||||
|
||||
QString datasourceName();
|
||||
@@ -153,6 +153,7 @@ public:
|
||||
bool isConnectedToBand(BandDesignIntf::BandsType bandType) const;
|
||||
|
||||
int minChildIndex(BandsType bandType);
|
||||
int maxChildIndex(BandDesignIntf::BandsType bandType) const;
|
||||
int maxChildIndex(QSet<BandsType> ignoredBands = QSet<BandDesignIntf::BandsType>()) const;
|
||||
|
||||
BandDesignIntf* parentBand() const {return m_parentBand;}
|
||||
|
Reference in New Issue
Block a user