Mantid
|
Information about the files inside the repository. More...
#include <ScriptRepository.h>
Public Attributes | |
std::string | author |
Identification of the author of the script. More... | |
bool | auto_update |
Marked for auto update. More... | |
bool | directory |
Directory Flag to indicate if the entry is a directory. More... | |
Types::Core::DateAndTime | pub_date |
Time of the last update of this file (remotelly) More... | |
Information about the files inside the repository.
Definition at line 20 of file ScriptRepository.h.
std::string Mantid::API::ScriptInfo::author |
Identification of the author of the script.
Definition at line 22 of file ScriptRepository.h.
bool Mantid::API::ScriptInfo::auto_update |
Marked for auto update.
Definition at line 26 of file ScriptRepository.h.
Referenced by MantidQt::API::RepoModel::data().
bool Mantid::API::ScriptInfo::directory |
Directory Flag to indicate if the entry is a directory.
Definition at line 28 of file ScriptRepository.h.
Referenced by MantidQt::API::RepoModel::data(), and MantidQt::API::RepoModel::filePath().
Types::Core::DateAndTime Mantid::API::ScriptInfo::pub_date |
Time of the last update of this file (remotelly)
Definition at line 24 of file ScriptRepository.h.