21 #ifndef CUTELEE_CACHINGLOADERDECORATOR_H
22 #define CUTELEE_CACHINGLOADERDECORATOR_H
24 #include "templateloader.h"
26 #include "cutelee_templates_export.h"
31 class CachingLoaderDecoratorPrivate;
84 bool canLoadTemplate(
const QString &name)
const override;
86 std::pair<QString, QString> getMediaUri(
const QString &fileName)
const override;
104 bool isEmpty()
const;
An retrieval interface to a storage location for Template objects.
Implements a loader decorator which caches compiled Template objects.
Cutelee::Engine is the main entry point for creating Cutelee Templates.
The Template class is a tree of nodes which may be rendered.
The Cutelee namespace holds all public Cutelee API.