mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 10:30:53 +01:00
ElementsCategoryEditor : remove the use of ElementsCategory
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4475 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define ELEMENTCOLLECTIONHANDLER_H
|
||||
|
||||
#include "elementslocation.h"
|
||||
#include "nameslist.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
@@ -90,6 +91,8 @@ class ElementCollectionHandler
|
||||
~ElementCollectionHandler();
|
||||
|
||||
ElementsLocation copy(ElementsLocation &source, ElementsLocation &destination);
|
||||
ElementsLocation createDir(ElementsLocation &parent, const QString &name, const NamesList &name_list);
|
||||
bool setNames(ElementsLocation &location, const NamesList &name_list);
|
||||
|
||||
private:
|
||||
ECHStrategy *m_strategy = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user