KTextTemplate
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
▼CKTextTemplate::AbstractLocalizer | Interface for implementing an internationalization system |
CKTextTemplate::QtLocalizer | Provides internationalization based on QLocale and QTranslator |
▼CKTextTemplate::AbstractTemplateLoader | An retrieval interface to a storage location for Template objects |
CKTextTemplate::CachingLoaderDecorator | Implements a loader decorator which caches compiled Template objects |
CKTextTemplate::FileSystemTemplateLoader | The FileSystemTemplateLoader loads Templates from the file system |
CKTextTemplate::InMemoryTemplateLoader | The InMemoryTemplateLoader loads Templates set dynamically in memory |
CKTextTemplate::Context | The Context class holds the context to render a Template with |
CKTextTemplate::Exception | An exception for use when implementing template tags |
CKTextTemplate::Filter | Base class for all filters |
CKTextTemplate::FilterExpression | A FilterExpression object represents a filter expression in a template |
CKTextTemplate::OutputStream | The OutputStream class is used to render templates to a QTextStream |
▼CQList< KTextTemplate::Node * > [external] | |
CKTextTemplate::NodeList | A list of Nodes with some convenience API for rendering them |
▼CQObject [external] | |
CKTextTemplate::AbstractNodeFactory | Base class for all NodeFactories |
CKTextTemplate::Engine | KTextTemplate::Engine is the main entry point for creating KTextTemplate Templates |
CKTextTemplate::Node | Base class for all nodes |
CKTextTemplate::Parser | The Parser class processes a string template into a tree of nodes |
CKTextTemplate::Template | The Template class is a tree of nodes which may be rendered |
▼CQString [external] | |
CKTextTemplate::SafeString::NestedString | The NestedString is a QString whose methods always return a SafeString |
CKTextTemplate::RenderContext | Provides storage facility for state while rendering a template |
CKTextTemplate::SafeString | A QString wrapper class for containing whether a string is safe or needs to be escaped |
CKTextTemplate::TagLibraryInterface | The TagLibraryInterface returns available tags and filters from libraries |
CKTextTemplate::Token | A token in a parse stream for a template |
CKTextTemplate::Variable | A container for static variables defined in Templates |
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.