src/job_editor_widget/jobeditorwidget.h

Go to the documentation of this file.
00001 #ifndef __JOBEDITORWIDGET_H__
00002 #define __JOBEDITORWIDGET_H__
00003 
00010 #include <QWidget>
00011 #include <QStringList>
00012 
00013 #include "ui_jobeditorwidget.h"
00014 #include "../ssh/myssh.hpp"
00015 
00019 class JobEditorWidget : public QWidget, public Ui::JobEditorWidget
00020 {
00021     Q_OBJECT
00022 private :
00023         QString _filename;
00024         void saveToFile();
00025 public:
00026     JobEditorWidget(QWidget *parent = 0);
00027 
00028 
00029 public slots :
00030     void open();
00031     void save();
00032     void saveAs();
00033     void executeJob();
00034     void onJobSent(QStringList);
00035 
00036 };
00037 #endif // __JOBEDITORWIDGET_H__

Generated on Mon Mar 16 18:46:05 2009 for QCJM by  doxygen 1.5.4