18 #ifndef ELEMENTCOLLECTIONHANDLER_H 19 #define ELEMENTCOLLECTIONHANDLER_H 102 #endif // ELEMENTCOLLECTIONHANDLER_H
bool importFromProject(QETProject *project, ElementsLocation &location)
ElementCollectionHandler::importFromProject Import the element represented by to the embedded collec...
ElementsLocation copyDirectory(ElementsLocation &source, ElementsLocation &destination, const QString &rename=QString())
The ECHSFileToFile class Manage the copy of directory or element from a file system collection to ano...
ElementsLocation copy(ElementsLocation &source, ElementsLocation &destination)
ElementCollectionHandler::copy Copy the content of collection represented by source to the collection...
ECHStrategy(ElementsLocation &source, ElementsLocation &destination)
ECHSToXml(ElementsLocation &source, ElementsLocation &destination)
ElementsLocation copy() override
ElementsLocation m_destination
The ECHStrategy class Abstract class for manage copy of directory or element from a collection to ano...
ECHSXmlToFile(ElementsLocation &source, ElementsLocation &destination)
ElementsLocation copyElement(ElementsLocation &source, ElementsLocation &destination, const QString &rename=QString())
The ECHSXmlToFile class Manage the copy of a directory or element from an xml collection to a file...
~ElementCollectionHandler()
ElementsLocation createDir(ElementsLocation &parent, const QString &name, const NamesList &name_list)
ElementsLocation copyDirectory(ElementsLocation &source, ElementsLocation &destination, const QString &rename=QString())
ElementsLocation copy() override
ElementsLocation copyElement(ElementsLocation &source, ElementsLocation &destination, const QString &rename=QString())
ElementsLocation copy() override
ElementCollectionHandler()
ElementCollectionHandler::ElementCollectionHandler.
bool setNames(ElementsLocation &location, const NamesList &name_list)
ElementCollectionHandler::setNames Set the names stored in as the names of the item represented by l...
The ECHSToXml class Manage the copy of a directory or element from a collection (no matter if the sou...
virtual ElementsLocation copy()=0
ECHSFileToFile(ElementsLocation &source, ElementsLocation &destination)
ElementsLocation m_source
The ElementCollectionHandler class Provide several method to copy element or directory from a collect...