QElectroTech 0.100.0-dev
|
The ECHSXmlToFile class Manage the copy of a directory or element from an xml collection to a file. More...
#include <elementcollectionhandler.h>
Public Member Functions | |
ECHSXmlToFile (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 ECHSXmlToFile class Manage the copy of a directory or element from an xml collection to a file.
ECHSXmlToFile::ECHSXmlToFile | ( | ElementsLocation & | source, |
ElementsLocation & | destination | ||
) |
|
overridevirtual |
|
private |
|
private |