1#ifndef KISROLLINGSUMACCUMULATORWRAPPER_H
2#define KISROLLINGSUMACCUMULATORWRAPPER_H
5#include <QScopedPointer>
6#include "kritaglobal_export.h"
25 void operator()(qreal
value);
30 qreal rollingSum()
const;
36 int rollingCount()
const;
41 void reset(
int windowSize);
45 const QScopedPointer<Private>
m_d;
float value(const T *src, size_t ch)
A simple wrapper class that hides boost includes from QtCreator preventing it from crashing when one ...
const QScopedPointer< Private > m_d