SubmitDialog Class Reference

Implements a Dialog for submitting jobs. More...

#include <submitdialog.h>

List of all members.

Public Member Functions

 SubmitDialog (QWidget *parent=0)
 SubmitDialog (QString path, QStringList opaths)
 ~SubmitDialog ()

Private Slots

void accept ()
void browse ()
void newDescriptionFile ()
void errorControl (int, QProcess::ExitStatus)
void setFileEdit (QString)

Private Attributes

Ui::submitDialog ui
 contains the ui designed by QtDesigner
QProcess * m_proc
 QProcess variable to execute condor_submit command.
QStringList m_dirBrowse
 the path of the directory where usually are the job descriptions
QString m_path
 the path of the command condor_submit


Detailed Description

Implements a Dialog for submitting jobs.

Author:
Author
Nuria Fernández
Version:
Revision
1.0
Date:
2007/01/11 14:16:20
Implements the command condor_submit as a dialog and accept the same params than the command
See also:
http://www.cs.wisc.edu/condor/manual/v6.8.0/condor_submit.html


Constructor & Destructor Documentation

SubmitDialog::SubmitDialog ( QWidget *  parent = 0  ) 

Construct an empty dialog

SubmitDialog::SubmitDialog ( QString  path,
QStringList  opaths 
)

Construct a dialog

Parameters:
path specify the path of the command
opaths 

SubmitDialog::~SubmitDialog (  ) 

Destructor


Member Function Documentation

void SubmitDialog::accept (  )  [private, slot]

Execute the command with the arguments specify in the dialog

void SubmitDialog::browse (  )  [private, slot]

Open a dialog to browse a job description and, if it exist, show a SubmitDescriptionDialog with the configuration of the file.

void SubmitDialog::errorControl ( int  exitCode,
QProcess::ExitStatus  exitStatus 
) [private, slot]

Report the output of the command.

Parameters:
exitCode 
exitStatus 

void SubmitDialog::newDescriptionFile (  )  [private, slot]

Open a dialog to edit a new Job description file

void SubmitDialog::setFileEdit ( QString  file  )  [private, slot]

Set the path of the file into dialog.


The documentation for this class was generated from the following files:
Generated on Sun Jan 14 23:38:42 2007 for QCondor by  doxygen 1.4.7