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

Public Member Functions | |
StateImplementation (WeaverInterface *weaver) | |
![]() | |
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 () |
![]() | |
WeaverInterface * | weaver () |
Additional Inherited Members | |
![]() | |
Private *const | d |
Detailed Description
Base class for all ThreadWeaver states.
Definition at line 43 of file StateImplementation.h.
Constructor & Destructor Documentation
◆ StateImplementation()
|
inline |
Definition at line 46 of file StateImplementation.h.
Member Function Documentation
◆ weaver()
|
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.