▼NCutelee | The Cutelee namespace holds all public Cutelee API |
CAbstractLocalizer | Interface for implementing an internationalization system |
CAbstractMarkupBuilder | Interface for creating marked-up text output |
CAbstractNodeFactory | Base class for all NodeFactories |
CAbstractNodeFactoryPrivate | |
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 |
CCachingLoaderDecoratorPrivate | |
CContext | The Context class holds the context to render a Template with |
CContextPrivate | |
CEngine | Cutelee::Engine is the main entry point for creating Cutelee Templates |
CException | An exception for use when implementing template tags |
CFileSystemTemplateLoader | The FileSystemTemplateLoader loads Templates from the file system |
CFileSystemTemplateLoaderPrivate | |
CFilter | Base class for all filters |
CFilterExpression | A FilterExpression object represents a filter expression in a template |
CFilterExpressionPrivate | |
CInMemoryTemplateLoader | The InMemoryTemplateLoader loads Templates set dynamically in memory |
CMarkupDirector | 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 |
CNodePrivate | |
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 |
CParserPrivate | |
CPlainTextMarkupBuilder | Creates a simple marked up plain text document |
CPlainTextMarkupBuilderPrivate | |
CQtLocalizer | Provides internationalization based on QLocale and QTranslator |
CQtLocalizerPrivate | |
CRenderContext | Provides storage facility for state while rendering a template |
CRenderContextPrivate | |
▼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 |
CScriptableHelperFunctions | |
CScriptableTagLibrary | |
CTagLibraryInterface | The TagLibraryInterface returns available tags and filters from libraries |
CTemplate | The Template class is a tree of nodes which may be rendered |
CTextHTMLBuilder | The TextHTMLBuilder creates a clean html markup output |
CTextHTMLBuilderPrivate | |
CToken | |
CVariable | A container for static variables defined in Templates |
CVariablePrivate | |