#include <removejobactionfactory.h>
|
virtual void | actionTriggered () |
|
|
enum | Flag { ContextItem = 0x1
} |
|
unsigned int | m_attemptedJobAdditions |
|
bool | m_isMultiJob |
|
Server * | m_server |
|
QList< Job > | m_jobs |
|
Flags | m_flags |
|
JobActionFactory subclass which removes jobs from the Server JobManager.
<molequeue/jobactionfactories/removejobactionfactory.h>
- Author
- David C. Lonie
bool isValidForJob |
( |
const Job & |
job | ) |
const |
|
virtual |
- Returns
- true if the factory's actions are appropriate for job.
Implements JobActionFactory.
QList<QAction*> createActions |
( |
| ) |
|
|
virtual |
unsigned int usefulness |
( |
| ) |
const |
|
virtual |
The "usefulness" of the actions produced by this factory, used to order actions in generated menus, etc. Lower value means higher usefulness.
Implements JobActionFactory.
The documentation for this class was generated from the following file: