QElectroTech 0.100.0-dev
|
The ECHSFileToFile class Manage the copy of directory or element from a file system collection to another file system collection. More...
#include <elementcollectionhandler.h>
Public Member Functions | |
ECHSFileToFile (ElementsLocation &source, ElementsLocation &destination) | |
ElementsLocation | copy () override |
Public Member Functions inherited from ECHStrategy | |
ECHStrategy (ElementsLocation &source, ElementsLocation &destination) | |
virtual | ~ECHStrategy () |
Private Member Functions | |
ElementsLocation | copyDirectory (ElementsLocation &source, ElementsLocation &destination, const QString &rename=QString()) |
ElementsLocation | copyElement (ElementsLocation &source, ElementsLocation &destination, const QString &rename=QString()) |
Additional Inherited Members | |
Public Attributes inherited from ECHStrategy | |
ElementsLocation | m_source |
ElementsLocation | m_destination |
The ECHSFileToFile class Manage the copy of directory or element from a file system collection to another file system collection.
ECHSFileToFile::ECHSFileToFile | ( | ElementsLocation & | source, |
ElementsLocation & | destination | ||
) |
|
overridevirtual |
|
private |
|
private |