mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-28 20:39:59 +01:00
Add isFull method to check slave limit
Added a new method to check if the slave limit is reached.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user