QElectroTech
0.70
|
The ECHStrategy class Abstract class for manage copy of directory or element from a collection to another. More...
#include <elementcollectionhandler.h>
Public Member Functions | |
ECHStrategy (ElementsLocation &source, ElementsLocation &destination) | |
virtual | ~ECHStrategy () |
virtual ElementsLocation | copy ()=0 |
Public Attributes | |
ElementsLocation | m_source |
ElementsLocation | m_destination |
The ECHStrategy class Abstract class for manage copy of directory or element from a collection to another.
Definition at line 30 of file elementcollectionhandler.h.
ECHStrategy::ECHStrategy | ( | ElementsLocation & | source, |
ElementsLocation & | destination | ||
) |
Definition at line 28 of file elementcollectionhandler.cpp.
|
virtual |
Definition at line 33 of file elementcollectionhandler.cpp.
|
pure virtual |
Implemented in ECHSToXml, ECHSXmlToFile, and ECHSFileToFile.
Referenced by ElementCollectionHandler::copy().
ElementsLocation ECHStrategy::m_destination |
Definition at line 37 of file elementcollectionhandler.h.
Referenced by ECHSFileToFile::copy(), ECHSXmlToFile::copy(), and ECHSToXml::copy().
ElementsLocation ECHStrategy::m_source |
Definition at line 37 of file elementcollectionhandler.h.
Referenced by ECHSFileToFile::copy(), ECHSXmlToFile::copy(), and ECHSToXml::copy().