mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 00:30:53 +01:00
New element panel: User can now drop an item from custom or common collection, inside an item of embedded collection of a project
(drag an item from an embedded collection to another embedded collection don't work yet) git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4352 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -36,7 +36,6 @@ class ECHSFileToFile : public ECHStrategy
|
||||
{
|
||||
public:
|
||||
ECHSFileToFile (ElementLocation &source, ElementLocation &destination);
|
||||
|
||||
ElementLocation copy();
|
||||
|
||||
private:
|
||||
@@ -44,6 +43,13 @@ class ECHSFileToFile : public ECHStrategy
|
||||
ElementLocation copyElement(ElementLocation &source, ElementLocation &destination, QString rename = QString());
|
||||
};
|
||||
|
||||
class ECHSFileToXml : public ECHStrategy
|
||||
{
|
||||
public:
|
||||
ECHSFileToXml (ElementLocation &source, ElementLocation &destination);
|
||||
ElementLocation copy();
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief The ElementCollectionHandler class
|
||||
* Provide several method to copy element or directory from a collection
|
||||
|
||||
Reference in New Issue
Block a user