Add isFull method to check slave limit

Added a new method to check if the slave limit is reached.
This commit is contained in:
Kellermorph
2026-03-26 15:27:45 +01:00
committed by GitHub
parent 2e684471a9
commit e9e11635d8

View File

@@ -44,6 +44,8 @@ class MasterElement : public Element
void unlinkElement (Element *elmt) override;
void initLink (QETProject *project) override;
QRectF XrefBoundingRect() const;
bool isFull() const; // NEU: Prüft, ob das Slave-Limit erreicht ist
protected:
QVariant itemChange(