
Get output data file name. All functions are static. More...
#include "us_datafiles.h"
Static Public Member Functions | |
| static QString | get_filename (const QString &, const QString &, const QString &, const QString &, const QString &, bool &) |
| Get an output data file name: existing or next available name. More... | |
| static QString | get_filename (const QString &, const QString &, const QString &, const QString &, const QString &) |
| Get an output data file name. Version with no newFile return. More... | |
Get output data file name. All functions are static.
Get a file name for a data file. If a file exists in which the GUID for the data is found, that file's name is used. Otherwise, a new file path is returned, based on a file name with the next available numeric part.
Definition at line 15 of file us_datafiles.h.
|
static |
Get an output data file name: existing or next available name.
| path | Full path to data files directory |
| guid | Global ID of object to match |
| lfchar | Leading file character ("M", "S", ...) |
| lkupTag | Look-up XML tag ("model", "analyte", ...) |
| lkupAtt | Look-up Attribute ("guid", "modelGUID", ...) |
| newFile | Reference for returned flag if file is new |
Definition at line 15 of file us_datafiles.cpp.
|
static |
Get an output data file name. Version with no newFile return.
| path | Full path to data files directory |
| guid | Global ID of object to match |
| lfchar | Leading file character ("M", "S", ...) |
| lkupTag | Look-up XML tag ("model", "analyte", ...) |
| lkupAtt | Look-up Attribute ("guid", "modelGUID", ...) |
Definition at line 96 of file us_datafiles.cpp.
1.8.3.1-20130324