21 #ifndef _Tulip_SNAPSHOTDIALOG_H 
   22 #define _Tulip_SNAPSHOTDIALOG_H 
   26 #include <tulip/tulipconf.h> 
   29 class SnapshotDialogData;
 
   33 class QGraphicsPixmapItem;
 
   40 class TLP_QT_SCOPE SnapshotDialog : 
public QDialog {
 
   48   SnapshotDialog(
const View *v,QWidget *parent=NULL);
 
   57   void widthSpinBoxValueChanged(
int value);
 
   58   void heightSpinBoxValueChanged(
int value);
 
   60   void fileNameTextChanged(
const QString &);
 
   65   void resizeEvent(QResizeEvent *);
 
   67   void sizeSpinBoxValueChanged();
 
   69   Ui::SnapshotDialogData *ui;
 
   72   QGraphicsScene *scene;
 
   73   QGraphicsPixmapItem *pixmapItem;
 
   78   bool inSizeSpinBoxValueChanged;