Nepomuk-Core
JobModel Class Reference
#include <jobmodel.h>
Inheritance diagram for JobModel:

Public Types | |
| enum | Status { NotStarted, Running, Paused, Finished } |
Signals | |
| void | finished () |
Public Member Functions | |
| JobModel (QObject *parent=0) | |
| virtual | ~JobModel () |
| virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
| void | pause () |
| void | resume () |
| virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const |
| void | start () |
| Status | status () |
Detailed Description
Definition at line 33 of file jobmodel.h.
Member Enumeration Documentation
| enum JobModel::Status |
| Enumerator | |
|---|---|
| NotStarted | |
| Running | |
| Paused | |
| Finished | |
Definition at line 47 of file jobmodel.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 33 of file jobmodel.cpp.
|
virtual |
Definition at line 47 of file jobmodel.cpp.
Member Function Documentation
|
virtual |
Definition at line 56 of file jobmodel.cpp.
|
signal |
| void JobModel::pause | ( | ) |
Definition at line 87 of file jobmodel.cpp.
| void JobModel::resume | ( | ) |
Definition at line 97 of file jobmodel.cpp.
|
virtual |
Definition at line 73 of file jobmodel.cpp.
| void JobModel::start | ( | ) |
Definition at line 81 of file jobmodel.cpp.
| JobModel::Status JobModel::status | ( | ) |
Definition at line 103 of file jobmodel.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference