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. 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...
 

Detailed Description

Information about the files inside the repository.

Definition at line 20 of file ScriptRepository.h.

Member Data Documentation

◆ author

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

Identification of the author of the script.

Definition at line 22 of file ScriptRepository.h.

◆ auto_update

bool Mantid::API::ScriptInfo::auto_update

Marked for auto update.

Definition at line 26 of file ScriptRepository.h.

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

◆ directory

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().

◆ pub_date

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.


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