Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_deferred_signal.h File Reference
#include <QObject>
#include <functional>

Go to the source code of this file.

Classes

class  KisDeferredSignal
 This class is used for calling a specified callback function (which is a std::function) after a specified time delay. The callback is called from the QTimer event, so the usage of the class does not block the Qt's event loop. More...