11#ifndef InConstructionState_H
12#define InConstructionState_H
14#include "weaverimplstate.h"
InConstructionState handles the calls to the Weaver object until the constructor has finished.
Definition inconstructionstate.h:25
StateId stateId() const override
reimpl
void suspend() override
Suspend job processing.
void resume() override
Resume job processing.
JobPointer applyForWork(Thread *th, bool wasBusy) override
Assign a job to an idle thread.
QueueSignals declares the Qt signals shared by the Queue and Weaver classes.
Definition queuesignals.h:24
Thread represents a worker thread in a Queue's inventory.
Definition thread.h:28
Base class for all WeaverImpl states.
Definition weaverimplstate.h:21
Weaver * weaver() override
Provide correct return type for WeaverImpl states.