summaryrefslogtreecommitdiffstats
path: root/qgraphicssystem_dd.h
diff options
context:
space:
mode:
Diffstat (limited to 'qgraphicssystem_dd.h')
-rw-r--r--qgraphicssystem_dd.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/qgraphicssystem_dd.h b/qgraphicssystem_dd.h
index c17224d..4abbcb2 100644
--- a/qgraphicssystem_dd.h
+++ b/qgraphicssystem_dd.h
@@ -52,17 +52,15 @@ public:
void setVisible(bool visible);
void raise();
void lower();
-
- // event handlers
- //void handleMouseEvent(const Event &event);
- //void handleKeyEvent(const Event &event);
- //void handleGeometryChanged(const Event &event);
+ Qt::WindowFlags setWindowFlags(Qt::WindowFlags type);
+ Qt::WindowFlags windowFlags() const;
private:
QDevDaysGraphicsSystem *m_system;
quint32 m_id;
QSharedMemory m_shared;
QImage m_image;
+ Qt::WindowFlags window_flags;
};
class QDevDaysGraphicsSystemScreen : public QGraphicsSystemScreen