Grantlee
5.1.0
|
▼NGrantlee | The Grantlee namespace holds all public Grantlee API |
CAbstractLocalizer | Interface for implementing an internationalization system |
CAbstractMarkupBuilder | Serves as a base class for creating marked up plain text output |
CAbstractNodeFactory | Base class for all NodeFactories |
CAbstractTemplateLoader | An retrieval interface to a storage location for Template objects |
CBBCodeBuilder | Builder to create BBCode from a QTextDocument |
CCachingLoaderDecorator | Implements a loader decorator which caches compiled Template objects |
CContext | Holds the context to render a template with |
CEngine | Grantlee::Engine is the main entry point for creating Grantlee 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 |
CMarkupDirector | Controls and instructs a builder object to create markup output |
CMediaWikiMarkupBuilder | Creates MediaWiki markup from a QTextDocument |
CNode | Base class for all nodes |
CNodeList | A list of Nodes with some convenience API for rendering them |
COutputStream | Used to render templates to a QTextStream |
CParser | Processes a string template into a tree of nodes |
CPlainTextMarkupBuilder | The PlainTextHTMLMarkupBuilder creates a simple marked up plain text document |
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 | Tree of nodes which may be rendered |
CTextHTMLBuilder | The TextHTMLBuilder creates a clean html markup output |
CToken | |
CVariable | A container for static variables defined in Templates |
CCoverageObject |