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