QElectroTech 0.100.0-dev
|
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.
ECHStrategy::ECHStrategy | ( | ElementsLocation & | source, |
ElementsLocation & | destination | ||
) |
|
virtual |
|
pure virtual |
Implemented in ECHSFileToFile, ECHSXmlToFile, and ECHSToXml.
ElementsLocation ECHStrategy::m_destination |
ElementsLocation ECHStrategy::m_source |