21 #ifndef GRANTLEE_RENDERCONTEXT_H
22 #define GRANTLEE_RENDERCONTEXT_H
24 #include "grantlee_core_export.h"
26 #include <QtCore/QVariantHash>
37 class RenderContextPrivate;
53 QVariant& data(
Node *
const scopeNode );
58 bool contains(
Node *
const scopeNode )
const;
74 friend class ContextPrivate;
75 friend class TemplateImpl;
79 RenderContextPrivate *
const d_ptr;