mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 19:14:42 +00:00
added docLabel member
This commit is contained in:
parent
8407cd23f8
commit
840b97da83
@ -494,7 +494,12 @@ private:
|
||||
*/
|
||||
QString fullPathFilename;
|
||||
|
||||
//it is the label of the document. it should only be something like Project_n (a temporary name for a new empty document) or the fullPathFilename.
|
||||
QString documentLabel;
|
||||
|
||||
public:
|
||||
void setDocLabel(const QString& docLb) {documentLabel = docLb;}
|
||||
QString docLabel() const {return documentLabel;}
|
||||
QString pathName() const {QFileInfo fi(fullPathFilename); return fi.absolutePath();}
|
||||
void setFileName(const QString& newFileName) {fullPathFilename = newFileName;}
|
||||
GLLogStream Log;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user