ThreadWeaver
ThreadWeaver::StateImplementation Class Reference
#include <StateImplementation.h>
Inheritance diagram for ThreadWeaver::StateImplementation:

Public Member Functions | |
| StateImplementation (WeaverInterface *weaver) | |
Public Member Functions inherited from ThreadWeaver::State | |
| State (WeaverInterface *weaver) | |
| virtual | ~State () |
| virtual void | activated () |
| virtual Job * | applyForWork (Thread *th, Job *previous)=0 |
| virtual void | resume ()=0 |
| virtual StateId | stateId () const =0 |
| QString | stateName () const |
| virtual void | suspend ()=0 |
| virtual void | waitForAvailableJob (Thread *th)=0 |
Protected Member Functions | |
| WeaverImpl * | weaver () |
Protected Member Functions inherited from ThreadWeaver::State | |
| WeaverInterface * | weaver () |
Additional Inherited Members | |
Protected Attributes inherited from ThreadWeaver::State | |
| Private *const | d |
Detailed Description
Base class for all ThreadWeaver states.
Definition at line 43 of file StateImplementation.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 46 of file StateImplementation.h.
Member Function Documentation
|
protected |
Definition at line 35 of file StateImplementation.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:53 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:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from