22#ifndef _SOPRANO_SIGNALCACHE_MODEL_H_
23#define _SOPRANO_SIGNALCACHE_MODEL_H_
A FilterModel is a virtual model that wraps another Model.
A Model is the central class in Soprano. It is a queryable collection of RDF quadruples,...
Caches multiple signals into one to avoid slowdown when adding or removing many statements.
virtual ~SignalCacheModel()
virtual void parentStatementsAdded()
void setCacheTime(int msec)
virtual void parentStatementsRemoved()
void timerEvent(QTimerEvent *event)
SignalCacheModel(Model *parent=0)