ICF 3.0.5.47
Technical documentation of ICF Libraries
ifileproc::IFileNaming Class Referenceabstract

Interface for calculation of the new file path for an existing file. More...

#include <IFileNaming.h>

Inheritance diagram for ifileproc::IFileNaming:
Collaboration diagram for ifileproc::IFileNaming:

Public Member Functions

virtual QString CalculateFileName (const QString &inputFileName, const QString &outputDirectoryPath, const ifileproc::IFileNamingParams *fileNamingParamsPtr) const =0
 Calculate the new file path for a given input file name.
 

Detailed Description

Interface for calculation of the new file path for an existing file.

Definition at line 24 of file IFileNaming.h.

Member Function Documentation

◆ CalculateFileName()

virtual QString ifileproc::IFileNaming::CalculateFileName ( const QString & inputFileName,
const QString & outputDirectoryPath,
const ifileproc::IFileNamingParams * fileNamingParamsPtr ) const
pure virtual

Calculate the new file path for a given input file name.

Implemented in ifileproc::CFileNamingComp.


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

© Witold Gantzke and Kirill Lepskiy