KTextTemplate::AbstractTemplateLoader
#include <KTextTemplate/TemplateLoader>
Public Member Functions | |
virtual | ~AbstractTemplateLoader () |
virtual bool | canLoadTemplate (const QString &name) const =0 |
virtual std::pair< QString, QString > | getMediaUri (const QString &fileName) const =0 |
virtual Template | loadByName (const QString &name, Engine const *engine) const =0 |
Detailed Description
An retrieval interface to a storage location for Template objects.
This interface can be implemented to define new ways of retrieving the content of Templates.
The interface of this class should not be called directly from applications. TemplateLoaders will typically be created, configured and added to the KTextTemplate::Engine which will call the appropriate API.
Definition at line 37 of file templateloader.h.
Constructor & Destructor Documentation
◆ ~AbstractTemplateLoader()
|
virtualdefault |
Destructor.
Member Function Documentation
◆ canLoadTemplate()
|
pure virtual |
Return true if a Template identified by name
exists and can be loaded.
Implemented in KTextTemplate::CachingLoaderDecorator, KTextTemplate::FileSystemTemplateLoader, and KTextTemplate::InMemoryTemplateLoader.
◆ getMediaUri()
|
pure virtual |
Return a complete URI for media identified by fileName.
Implemented in KTextTemplate::CachingLoaderDecorator, KTextTemplate::FileSystemTemplateLoader, and KTextTemplate::InMemoryTemplateLoader.
◆ loadByName()
|
pure virtual |
Load a Template called name
.
Return an invalid Template if no content by that name exists.
Implemented in KTextTemplate::CachingLoaderDecorator, KTextTemplate::FileSystemTemplateLoader, and KTextTemplate::InMemoryTemplateLoader.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:39:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.