#include <qcepimagedataformat.h>
Definition at line 11 of file qcepimagedataformat.h.
QcepImageDataFormatBase::QcepImageDataFormatBase |
( |
QString |
name | ) |
|
|
inline |
virtual QcepImageDataFormatBase::~QcepImageDataFormatBase |
( |
| ) |
|
|
inlinevirtual |
void QcepImageDataFormatBase::mkPath |
( |
QString |
filePath | ) |
|
QString QcepImageDataFormatBase::name |
( |
| ) |
const |
|
inline |
virtual Priority QcepImageDataFormatBase::priority |
( |
| ) |
const |
|
pure virtual |
void QcepImageDataFormatBase::setName |
( |
QString |
name | ) |
|
|
inline |
QString QcepImageDataFormatBase::uniqueFileName |
( |
QString |
name | ) |
|
Definition at line 16 of file qcepimagedataformat.cpp.
References name().
22 QString base = f.baseName();
23 QString suff = f.completeSuffix();
27 for (
int i=1; ; i++) {
28 QString newname = dir.filePath(base+QString().sprintf(
"-%0*d.",width,i)+suff);
QString QcepImageDataFormatBase::m_Name |
|
private |
The documentation for this class was generated from the following files: