RmDialog Class Reference

Implements the remove job Dialog. More...

#include <rmdialog.h>

List of all members.

Public Member Functions

 RmDialog (QWidget *parent=0)
 RmDialog (QString path)
 RmDialog (QStringList args, QString path)

Private Slots

void accept ()
void errorControl (int, QProcess::ExitStatus)
void enable (int)

Private Attributes

Ui::rmDialog ui
 Contains the dialog object designed by QtDesigner.
QProcess * m_proc
 Contains the object to execute commands.
QString m_path
 Contains the paths of configuration files.


Detailed Description

Implements the remove job Dialog.

Author:
Author
Nuria Fernández
Version:
Revision
1.0
Date:
2007/01/11 14:16:20
Implements the command condor_rm as a dialog and accept the same params than the command


Constructor & Destructor Documentation

RmDialog::RmDialog ( QWidget *  parent = 0  ) 

Construct an empty dialog

RmDialog::RmDialog ( QString  path  ) 

Construct a dialog

Parameters:
path specify the path of the command

RmDialog::RmDialog ( QStringList  args,
QString  path 
)

Execute the command without showing the dialog.

Parameters:
args QStringList with all necessari arguments to execute the command
path specify the path of the command


Member Function Documentation

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

Execute the command with the arguments specify in the dialog

void RmDialog::enable ( int  state  )  [private, slot]

enable/disable the grupbox designed with QtDesigner

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

Report the output of the command.


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