21#ifndef CUTELEE_CACHINGLOADERDECORATOR_H
22#define CUTELEE_CACHINGLOADERDECORATOR_H
24#include "templateloader.h"
26#include "cutelee_templates_export.h"
An retrieval interface to a storage location for Template objects.
CachingLoaderDecorator(std::shared_ptr< AbstractTemplateLoader > loader)
std::pair< QString, QString > getMediaUri(const QString &fileName) const override
Template loadByName(const QString &name, const Cutelee::Engine *engine) const override
bool canLoadTemplate(const QString &name) const override
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.