KTextTemplate
templateloader.h
An retrieval interface to a storage location for Template objects.
Definition templateloader.h:38
virtual ~AbstractTemplateLoader()
Destructor.
virtual bool canLoadTemplate(const QString &name) const =0
Return true if a Template identified by name exists and can be loaded.
virtual std::pair< QString, QString > getMediaUri(const QString &fileName) const =0
Return a complete URI for media identified by fileName.
virtual Template loadByName(const QString &name, Engine const *engine) const =0
Load a Template called name.
KTextTemplate::Engine is the main entry point for creating KTextTemplate Templates.
Definition engine.h:110
The FileSystemTemplateLoader loads Templates from the file system.
Definition templateloader.h:125
The InMemoryTemplateLoader loads Templates set dynamically in memory.
Definition templateloader.h:181
The Template class is a tree of nodes which may be rendered.
Definition template.h:85
The KTextTemplate namespace holds all public KTextTemplate API.
Definition Mainpage.dox:8
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:29 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:29 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.