Mantid
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
MantidQt::API::RepoModel::UploadForm Class Reference
Inheritance diagram for MantidQt::API::RepoModel::UploadForm:

Public Member Functions

QString author ()
 
QString comment ()
 
QString email ()
 
void lastSaveOption (bool option)
 
bool saveInfo ()
 
void setAuthor (const QString &)
 
void setEmail (const QString &)
 
 UploadForm (const QString &file2upload, QWidget *parent=nullptr)
 
 ~UploadForm () override
 

Protected Attributes

QLineEdit * author_le
 
QTextEdit * comment_te
 
QLineEdit * email_le
 
QCheckBox * save_ck
 

Detailed Description

Definition at line 128 of file RepoModel.h.

Constructor & Destructor Documentation

◆ UploadForm()

RepoModel::UploadForm::UploadForm ( const QString &  file2upload,
QWidget *  parent = nullptr 
)

Definition at line 949 of file RepoModel.cpp.

References author_le, comment_te, email_le, and save_ck.

◆ ~UploadForm()

RepoModel::UploadForm::~UploadForm ( )
overridedefault

Member Function Documentation

◆ author()

QString RepoModel::UploadForm::author ( )

Definition at line 985 of file RepoModel.cpp.

◆ comment()

QString RepoModel::UploadForm::comment ( )

Definition at line 986 of file RepoModel.cpp.

◆ email()

QString RepoModel::UploadForm::email ( )

Definition at line 984 of file RepoModel.cpp.

◆ lastSaveOption()

void RepoModel::UploadForm::lastSaveOption ( bool  option)

Definition at line 990 of file RepoModel.cpp.

◆ saveInfo()

bool RepoModel::UploadForm::saveInfo ( )

Definition at line 987 of file RepoModel.cpp.

◆ setAuthor()

void RepoModel::UploadForm::setAuthor ( const QString &  author)

Definition at line 989 of file RepoModel.cpp.

References MantidQt::API::RepoModel::author().

◆ setEmail()

void RepoModel::UploadForm::setEmail ( const QString &  email)

Definition at line 988 of file RepoModel.cpp.

Member Data Documentation

◆ author_le

QLineEdit* MantidQt::API::RepoModel::UploadForm::author_le
protected

Definition at line 141 of file RepoModel.h.

Referenced by UploadForm().

◆ comment_te

QTextEdit* MantidQt::API::RepoModel::UploadForm::comment_te
protected

Definition at line 144 of file RepoModel.h.

Referenced by UploadForm().

◆ email_le

QLineEdit* MantidQt::API::RepoModel::UploadForm::email_le
protected

Definition at line 142 of file RepoModel.h.

Referenced by UploadForm().

◆ save_ck

QCheckBox* MantidQt::API::RepoModel::UploadForm::save_ck
protected

Definition at line 143 of file RepoModel.h.

Referenced by UploadForm().


The documentation for this class was generated from the following files: