Home
last modified time | relevance | path

Searched refs:fullPathFilename (Results 1 – 2 of 2) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/common/
H A Dmeshmodel.h576 QString fullPathFilename; variable
587 QString pathName() const {QFileInfo fi(fullPathFilename); return fi.absolutePath();} in pathName()
588 void setFileName(const QString& newFileName) {fullPathFilename = newFileName;} in setFileName()
H A Dmeshmodel.cpp225 QFileInfo info(fullPathFilename); in addNewRaster()