|
Krita Source Code Documentation
|
#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... | |