Mantid
Loading...
Searching...
No Matches
Public Attributes | List of all members
Mantid::API::ScriptInfo Struct Reference

Information about the files inside the repository. More...

#include <ScriptRepository.h>

Public Attributes

std::string author
 Identification of the author of the script.
 
bool auto_update
 Whether the file is marked for auto-update.
 
bool directory
 Flag to indicate whether the entry is a directory.
 
Types::Core::DateAndTime pub_date
 Time of the last (remote) update of this file.
 

Detailed Description

Information about the files inside the repository.

Definition at line 19 of file ScriptRepository.h.

Member Data Documentation

◆ author

std::string Mantid::API::ScriptInfo::author

Identification of the author of the script.

Definition at line 21 of file ScriptRepository.h.

◆ auto_update

bool Mantid::API::ScriptInfo::auto_update

Whether the file is marked for auto-update.

Definition at line 25 of file ScriptRepository.h.

Referenced by MantidQt::API::RepoModel::data().

◆ directory

bool Mantid::API::ScriptInfo::directory

Flag to indicate whether the entry is a directory.

Definition at line 27 of file ScriptRepository.h.

Referenced by MantidQt::API::RepoModel::data(), and MantidQt::API::RepoModel::filePath().

◆ pub_date

Types::Core::DateAndTime Mantid::API::ScriptInfo::pub_date

Time of the last (remote) update of this file.

Definition at line 23 of file ScriptRepository.h.


The documentation for this struct was generated from the following file: