QElectroTech  0.70
Public Member Functions | Public Attributes | List of all members
ECHStrategy Class Referenceabstract

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ECHStrategy()

ECHStrategy::ECHStrategy ( ElementsLocation source,
ElementsLocation destination 
)

Definition at line 28 of file elementcollectionhandler.cpp.

◆ ~ECHStrategy()

ECHStrategy::~ECHStrategy ( )
virtual

Definition at line 33 of file elementcollectionhandler.cpp.

Member Function Documentation

◆ copy()

virtual ElementsLocation ECHStrategy::copy ( )
pure virtual

Member Data Documentation

◆ m_destination

ElementsLocation ECHStrategy::m_destination

◆ m_source

ElementsLocation ECHStrategy::m_source

The documentation for this class was generated from the following files: