Grantlee  0.2.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
Grantlee::AbstractLocalizerInterface for implementing an internationalization system
Grantlee::AbstractMarkupBuilderServes as a base class for creating marked up plain text output
Grantlee::AbstractNodeFactoryBase class for all NodeFactories
Grantlee::AbstractTemplateLoaderAn retrieval interface to a storage location for Template objects
Grantlee::BBCodeBuilderBuilder to create BBCode from a QTextDocument
Grantlee::CachingLoaderDecoratorImplements a loader decorator which caches compiled Template objects
Grantlee::ContextHolds the context to render a template with
CoverageObject
Grantlee::EngineGrantlee::Engine is the main entry point for creating Grantlee Templates
Grantlee::ExceptionAn exception for use when implementing template tags
Grantlee::FileSystemTemplateLoaderThe FileSystemTemplateLoader loads Templates from the file system
Grantlee::FilterBase class for all filters
Grantlee::FilterExpressionA FilterExpression object represents a filter expression in a template
Grantlee::Getter
Grantlee::InMemoryTemplateLoaderThe InMemoryTemplateLoader loads Templates set dynamically in memory
Grantlee::KeyGetter
Grantlee::LocalizedFileSystemTemplateLoaderThe LocalizedFileSystemTemplateLoader loads templates and l10n catalogs from the filesystem
Grantlee::MappedValueGetter
Grantlee::MarkupDirectorControls and instructs a builder object to create markup output
Grantlee::MediaWikiMarkupBuilderCreates MediaWiki markup from a QTextDocument
Grantlee::SafeString::NestedStringThe NestedString is a QString whose methods always return a SafeString
Grantlee::NodeBase class for all nodes
Grantlee::NodeListA list of Nodes with some convenience API for rendering them
Grantlee::OutputStreamUsed to render templates to a QTextStream
Grantlee::ParserProcesses a string template into a tree of nodes
Grantlee::PlainTextMarkupBuilderThe PlainTextHTMLMarkupBuilder creates a simple marked up plain text document
Grantlee::QtLocalizerProvides internationalization based on QLocale and QTranslator
Grantlee::RenderContextProvides storage facility for state while rendering a template
Grantlee::SafeStringA QString wrapper class for containing whether a string is safe or needs to be escaped
Grantlee::TagLibraryInterfaceThe TagLibraryInterface returns available tags and filters from libraries
Grantlee::TemplateTree of nodes which may be rendered
Grantlee::TextHTMLBuilderThe TextHTMLBuilder creates a clean html markup output
Grantlee::Token
Grantlee::VariableA container for static variables defined in Templates