mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-03 19:10:53 +01:00
implement currentParts() for every elementItemEditor so the editor can be extended to multi part edit in a later step
This commit is contained in:
committed by
Laurent Trinques
parent
1ccffda93b
commit
e36a4ddd0a
@@ -54,6 +54,7 @@ class ElementItemEditor : public QWidget
|
||||
virtual bool setParts(QList <CustomElementPart *>) {return false;}
|
||||
|
||||
virtual CustomElementPart *currentPart() const = 0;
|
||||
virtual QList<CustomElementPart*> currentParts() const = 0;
|
||||
virtual void updateForm() = 0;
|
||||
|
||||
// attributes
|
||||
|
||||
Reference in New Issue
Block a user