summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/3DChartObjects.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/inc/3DChartObjects.hxx')
-rw-r--r--chart2/source/view/inc/3DChartObjects.hxx17
1 files changed, 17 insertions, 0 deletions
diff --git a/chart2/source/view/inc/3DChartObjects.hxx b/chart2/source/view/inc/3DChartObjects.hxx
index ec56ad82b0cf..f7eed23e8733 100644
--- a/chart2/source/view/inc/3DChartObjects.hxx
+++ b/chart2/source/view/inc/3DChartObjects.hxx
@@ -12,6 +12,8 @@
#include <tools/color.hxx>
#include <vcl/bitmapex.hxx>
+#include <vcl/OpenGLContext.hxx>
+
namespace chart {
namespace opengl3D {
@@ -64,6 +66,21 @@ private:
Color maLineColor; // RGBA line color
};
+namespace temporary {
+
+class TemporaryContext
+{
+public:
+
+ void init();
+ void render();
+
+private:
+ OpenGLContext maContext;
+};
+
+}
+
}
}