summaryrefslogtreecommitdiffstats
path: root/examples/widget/chart.h
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-06-05 13:56:59 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-06-06 06:17:56 +0300
commit4f5546e028c346537df65e3f5977ab7922ccedf2 (patch)
treeaf1e34e9d9104c3bf01b65722a610f063f5a1f93 /examples/widget/chart.h
parent8cd166fe789fa2aa3a40442a31df015f645d32b8 (diff)
Added API for disabling/enabling background
Still to do: new bar objects are needed for disabled background, as current ones do not have bottom (to save in polygon count). Change-Id: I9689fc57314b48b8a6929886d04416bd513ea3dc Change-Id: I9689fc57314b48b8a6929886d04416bd513ea3dc Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/widget/chart.h')
-rw-r--r--examples/widget/chart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/widget/chart.h b/examples/widget/chart.h
index 81b123e5..f4ef747b 100644
--- a/examples/widget/chart.h
+++ b/examples/widget/chart.h
@@ -67,6 +67,7 @@ public:
void changeFontSize(int fontsize);
void rotateX(int rotation);
void rotateY(int rotation);
+ void setBackgroundEnabled(int enabled);
void setGridEnabled(int enabled);
void setSpecsX(int barwidth);
void setSpecsZ(int bardepth);