KTextTemplate
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼NKTextTemplate | The KTextTemplate namespace holds all public KTextTemplate API |
CAbstractLocalizer | Interface for implementing an internationalization system |
CAbstractNodeFactory | Base class for all NodeFactories |
CAbstractTemplateLoader | An retrieval interface to a storage location for Template objects |
CCachingLoaderDecorator | Implements a loader decorator which caches compiled Template objects |
CContext | The Context class holds the context to render a Template with |
CEngine | KTextTemplate::Engine is the main entry point for creating KTextTemplate Templates |
CException | An exception for use when implementing template tags |
CFileSystemTemplateLoader | The FileSystemTemplateLoader loads Templates from the file system |
CFilter | Base class for all filters |
CFilterExpression | A FilterExpression object represents a filter expression in a template |
CInMemoryTemplateLoader | The InMemoryTemplateLoader loads Templates set dynamically in memory |
CNode | Base class for all nodes |
CNodeList | A list of Nodes with some convenience API for rendering them |
COutputStream | The OutputStream class is used to render templates to a QTextStream |
CParser | The Parser class processes a string template into a tree of nodes |
CQtLocalizer | Provides internationalization based on QLocale and QTranslator |
CRenderContext | Provides storage facility for state while rendering a template |
▼CSafeString | A QString wrapper class for containing whether a string is safe or needs to be escaped |
CNestedString | The NestedString is a QString whose methods always return a SafeString |
CTagLibraryInterface | The TagLibraryInterface returns available tags and filters from libraries |
CTemplate | The Template class is a tree of nodes which may be rendered |
CToken | A token in a parse stream for a template |
CVariable | 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 Fri Nov 22 2024 12:12:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:12:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.