Grantlee 0.2.0
|
Grantlee::AbstractLocalizer | Interface for implementing an internationalization system |
Grantlee::AbstractMarkupBuilder | Serves as a base class for creating marked up plain text output |
Grantlee::AbstractNodeFactory | Base class for all NodeFactories |
Grantlee::AbstractTemplateLoader | An retrieval interface to a storage location for Template objects |
Grantlee::BBCodeBuilder | Builder to create BBCode from a QTextDocument |
Grantlee::CachingLoaderDecorator | Implements a loader decorator which caches compiled Template objects |
Grantlee::Context | Holds the context to render a template with |
CoverageObject | |
Grantlee::Engine | Grantlee::Engine is the main entry point for creating Grantlee Templates |
Grantlee::Exception | An exception for use when implementing template tags |
Grantlee::FileSystemTemplateLoader | The FileSystemTemplateLoader loads Templates from the file system |
Grantlee::Filter | Base class for all filters |
Grantlee::FilterExpression | A FilterExpression object represents a filter expression in a template |
Grantlee::Getter< Container_ > | |
Grantlee::InMemoryTemplateLoader | The InMemoryTemplateLoader loads Templates set dynamically in memory |
Grantlee::KeyGetter< Container > | |
Grantlee::LocalizedFileSystemTemplateLoader | The LocalizedFileSystemTemplateLoader loads templates and l10n catalogs from the filesystem |
Grantlee::MappedValueGetter< Container > | |
Grantlee::MarkupDirector | Controls and instructs a builder object to create markup output |
Grantlee::MediaWikiMarkupBuilder | Creates MediaWiki markup from a QTextDocument |
Grantlee::SafeString::NestedString | The NestedString is a QString whose methods always return a SafeString |
Grantlee::Node | Base class for all nodes |
Grantlee::NodeList | A list of Nodes with some convenience API for rendering them |
Grantlee::OutputStream | Used to render templates to a QTextStream |
Grantlee::Parser | Processes a string template into a tree of nodes |
Grantlee::PlainTextMarkupBuilder | The PlainTextHTMLMarkupBuilder creates a simple marked up plain text document |
Grantlee::QtLocalizer | Provides internationalization based on QLocale and QTranslator |
Grantlee::RenderContext | Provides storage facility for state while rendering a template |
Grantlee::SafeString | A QString wrapper class for containing whether a string is safe or needs to be escaped |
Grantlee::TagLibraryInterface | The TagLibraryInterface returns available tags and filters from libraries |
Grantlee::Template | Tree of nodes which may be rendered |
Grantlee::TextHTMLBuilder | The TextHTMLBuilder creates a clean html markup output |
Grantlee::Token | |
Grantlee::Variable | A container for static variables defined in Templates |