aboutsummaryrefslogtreecommitdiffstats
path: root/softwarecontext/context.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2014-08-08 20:32:41 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2014-08-08 22:39:13 +0300
commit7d516abb39081c7ce58bb78a644f5bb5ff88f98a (patch)
treeb2aaa681ded6f3b09bd7bf4e2f5ebfa1b8768608 /softwarecontext/context.h
parent2b04743d352d8793057ec94bb1a64df1ee0fcc45 (diff)
Add a simple rectangle node
This gets text cursor and selections working properly together with the corresponding change in qtdeclarative. Change-Id: I53acc39c959f9cde875ef5e8d1bcd4d660269d5e Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'softwarecontext/context.h')
-rw-r--r--softwarecontext/context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/softwarecontext/context.h b/softwarecontext/context.h
index c319b9a2ab..75d75ac369 100644
--- a/softwarecontext/context.h
+++ b/softwarecontext/context.h
@@ -88,6 +88,7 @@ public:
QSGRenderContext *createRenderContext() { return new RenderContext(this); }
+ virtual QSGSimpleRectangleNode *createSimpleRectangleNode(const QRectF &rect, const QColor &color);
virtual QSGRectangleNode *createRectangleNode();
virtual QSGImageNode *createImageNode();
virtual QSGGlyphNode *createGlyphNode(QSGRenderContext *rc, bool preferNativeGlyphNode);