#include <stats.h>

Public Slots | |
| void | clearJobListing () |
| void | refresh () |
| void | onJobsReceived (QStringList) |
Public Member Functions | |
| Stats (QWidget *parent=0) | |
| void | addJobEntry (const QString &jobname, const QString &username, const QString &state, const QString &proc, const QString &remaining, const QString &starttime) |
Private Attributes | |
| QAbstractItemModel * | model |
| StatsDelegate * | delegate |
La classe permet d'afficher diverses informations concernant les jobs qui sont executes sur le cluster
Definition at line 22 of file stats.h.
| Stats::Stats | ( | QWidget * | parent = 0 |
) |
| void Stats::addJobEntry | ( | const QString & | jobname, | |
| const QString & | username, | |||
| const QString & | state, | |||
| const QString & | proc, | |||
| const QString & | remaining, | |||
| const QString & | starttime | |||
| ) |
| void Stats::clearJobListing | ( | ) | [slot] |
| void Stats::refresh | ( | ) | [slot] |
Definition at line 68 of file stats.cpp.
References Myssh::isConnected(), and onJobsReceived().
Referenced by Stats().
| void Stats::onJobsReceived | ( | QStringList | outerr | ) | [slot] |
Definition at line 85 of file stats.cpp.
References addJobEntry(), and clearJobListing().
Referenced by refresh().
QAbstractItemModel* Stats::model [private] |
StatsDelegate* Stats::delegate [private] |
1.5.4