17 #ifndef QGSCOMPOSERVIEW_H
18 #define QGSCOMPOSERVIEW_H
20 #include <QGraphicsView>
71 QgsComposerView( QWidget* parent = 0,
const char* name = 0, Qt::WFlags f = 0 );
88 QMainWindow* composerWindow();
100 void mousePressEvent( QMouseEvent* );
101 void mouseReleaseEvent( QMouseEvent* );
102 void mouseMoveEvent( QMouseEvent* );
103 void mouseDoubleClickEvent( QMouseEvent* e );
105 void keyPressEvent( QKeyEvent * e );
107 void wheelEvent( QWheelEvent* event );
109 void paintEvent( QPaintEvent* event );
111 void hideEvent( QHideEvent* e );
112 void showEvent( QShowEvent* e );
114 void resizeEvent( QResizeEvent* event );
115 void scrollContentsBy(
int dx,
int dy );
137 void addShape(
Tool currentTool );
148 void actionFinished();