#include <submitdescriptiondialog.h>
Signals | |
| void | sendFile (QString) |
| Send the name of job description file. | |
Public Member Functions | |
| SubmitDescriptionDialog (QWidget *parent=0) | |
| SubmitDescriptionDialog (QStringList) | |
| SubmitDescriptionDialog (QString filename, QStringList) | |
Private Slots | |
| void | accept () |
| void | save () |
| void | saveAs () |
| void | changeWhenToTransfer (int index) |
| void | executableButton () |
| void | inputButton () |
| void | outputButton () |
| void | errorButton () |
| void | initialdirButton () |
| void | transferInputButton () |
| void | transferOutputButton () |
| void | logButton () |
| void | jar_filesButton () |
| void | compress_filesButton () |
| void | fetch_filesButton () |
| void | append_filesButton () |
| void | local_filesButton () |
| void | renderzvousdirButton () |
| void | x509userProxyButton () |
| void | remote_initialdirButton () |
Private Member Functions | |
| QStringList | validateArgs () |
Private Attributes | |
| Ui::submitDescriptionDialog | ui |
| contains the ui designed by QtDesigner | |
| QString | m_file |
| contains the address of the job description file | |
| QStringList | m_dirBrowse |
| Path where usually are the job description files. | |
| SubmitDescriptionDialog::SubmitDescriptionDialog | ( | QWidget * | parent = 0 |
) |
Construct an empty dialog
| SubmitDescriptionDialog::SubmitDescriptionDialog | ( | QStringList | dirBrowse | ) |
Construct an empty dialog
| SubmitDescriptionDialog::SubmitDescriptionDialog | ( | QString | filename, | |
| QStringList | dirBrowse | |||
| ) |
Construct a dialog with the configuration specify by job description file
| void SubmitDescriptionDialog::accept | ( | ) | [private, slot] |
close the dialog
| void SubmitDescriptionDialog::append_filesButton | ( | ) | [private, slot] |
Open a dialog to browse the append files
| void SubmitDescriptionDialog::changeWhenToTransfer | ( | int | index | ) | [private, slot] |
Controls part of dialog
| void SubmitDescriptionDialog::compress_filesButton | ( | ) | [private, slot] |
Open a dialog to browse compress files
| void SubmitDescriptionDialog::errorButton | ( | ) | [private, slot] |
Open a dialog to browse an error file
| void SubmitDescriptionDialog::executableButton | ( | ) | [private, slot] |
Open a dialog to browse the executable file
| void SubmitDescriptionDialog::fetch_filesButton | ( | ) | [private, slot] |
Open a dialog to browse fetch files
| void SubmitDescriptionDialog::initialdirButton | ( | ) | [private, slot] |
Open a dialog to browse an initial directory
| void SubmitDescriptionDialog::inputButton | ( | ) | [private, slot] |
Open a dialog to browse an input file
| void SubmitDescriptionDialog::jar_filesButton | ( | ) | [private, slot] |
Open a dialog to browse jar files
| void SubmitDescriptionDialog::local_filesButton | ( | ) | [private, slot] |
Open a dialog to browse the local files
| void SubmitDescriptionDialog::logButton | ( | ) | [private, slot] |
Open a dialog to browse log file
| void SubmitDescriptionDialog::outputButton | ( | ) | [private, slot] |
Open a dialog to browse an output file
| void SubmitDescriptionDialog::remote_initialdirButton | ( | ) | [private, slot] |
Open a dialog to browse the remote initial dir
| void SubmitDescriptionDialog::renderzvousdirButton | ( | ) | [private, slot] |
Open a dialog to browse the renderzvousdir
| void SubmitDescriptionDialog::save | ( | ) | [private, slot] |
save the new configuration into file
| void SubmitDescriptionDialog::saveAs | ( | ) | [private, slot] |
Save the configuration changing the name of the file
| void SubmitDescriptionDialog::transferInputButton | ( | ) | [private, slot] |
Open a dialog to browse transferInput files
| void SubmitDescriptionDialog::transferOutputButton | ( | ) | [private, slot] |
Open a dialog to browse transferOutput files
| QStringList SubmitDescriptionDialog::validateArgs | ( | ) | [private] |
validate if the arguments seems to be correct
| void SubmitDescriptionDialog::x509userProxyButton | ( | ) | [private, slot] |
Open a dialog to browse the x509userProxy
1.4.7