summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/engine/q3dwindow.h
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-06-12 12:55:47 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-06-12 13:15:01 +0300
commit317f3f15fed855cfaa31a9b558bf1279583832e6 (patch)
tree458e2731abb52e97af9c18af3299d8135c3dbee7 /src/datavis3d/engine/q3dwindow.h
parent05ac561f2a501cfc720b6b2b3cd199cff9c156b8 (diff)
Documentation added
Draft. Still a lot missing. Change-Id: I7b3ebc15bf4bf6dbcf5aa014acac1d500ead8448 Reviewed-by: Pasi Keränen <pasi.keranen@digia.com>
Diffstat (limited to 'src/datavis3d/engine/q3dwindow.h')
-rw-r--r--src/datavis3d/engine/q3dwindow.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/datavis3d/engine/q3dwindow.h b/src/datavis3d/engine/q3dwindow.h
index edabcf76..bf7d8f74 100644
--- a/src/datavis3d/engine/q3dwindow.h
+++ b/src/datavis3d/engine/q3dwindow.h
@@ -56,21 +56,20 @@ class Q3DWindowPrivate;
class QTENTERPRISE_DATAVIS3D_EXPORT Q3DWindow : public QWindow, protected QOpenGLFunctions
{
Q_OBJECT
+
public:
explicit Q3DWindow(QWindow *parent = 0);
~Q3DWindow();
- virtual void render();
-
- virtual void initialize();
-
- void setAnimating(bool animating);
-
-public slots:
+private slots:
void renderLater();
void renderNow();
protected:
+ virtual void render();
+ virtual void initialize();
+
+ void setAnimating(bool animating);
bool event(QEvent *event);
void exposeEvent(QExposeEvent *event);