SimCenter Agave Client Interface
0.0.0
This repo is to be used for other SimCenter Projects which communicate with an Agave server.
|
Public Member Functions | |
FileMetaData & | operator= (const FileMetaData &toCopy) |
void | copyDataFrom (const FileMetaData &toCopy) |
void | setFullFilePath (QString fullPath) |
void | setSize (int newSize) |
void | setType (FileType newType) |
QString | getFullPath () const |
QString | getFileName () const |
QString | getContainingPath () const |
int | getSize () const |
FileType | getFileType () const |
QString | getFileTypeString () const |
bool | isNil () const |
Static Public Member Functions | |
static QStringList | getPathNameList (QString fullPath) |
static QString | cleanPathSlashes (QString fullPath) |