#include "qglviewer.h"#include <qcheckbox.h>#include <qcombobox.h>#include "VRenderInterface.Qt3.h"#include "VRender/VRender.h"#include <qspinbox.h>#include "ImageInterface.Qt3.h"#include <qimage.h>#include <qfileinfo.h>#include <qfiledialog.h>#include <qmessagebox.h>#include <qapplication.h>#include <qmap.h>#include <qinputdialog.h>#include <qprogressdialog.h>#include <qcursor.h>
Go to the source code of this file.
| Classes | |
| class | ProgressDialog | 
| Functions | |
| static bool | checkFileName (QString &fileName, QWidget *widget, const QString &snapshotFormat) | 
| void | drawVectorial (void *param) | 
| static int | saveVectorialSnapshot (const QString &fileName, QGLWidget *widget, const QString &snapshotFormat) | 
| Variables | |
| static QMap< QString, QString > | extension | 
| static QMap< QString, QString > | FDFormatString | 
| static QString | formats | 
| static QMap< QString, QString > | Qtformat | 
| static bool checkFileName | ( | QString & | fileName, | 
| QWidget * | widget, | ||
| const QString & | snapshotFormat | ||
| ) |  [static] | 
Definition at line 182 of file saveSnapshot.cpp.
| void drawVectorial | ( | void * | param | ) | 
Definition at line 239 of file saveSnapshot.cpp.
| static int saveVectorialSnapshot | ( | const QString & | fileName, | 
| QGLWidget * | widget, | ||
| const QString & | snapshotFormat | ||
| ) |  [static] | 
Definition at line 304 of file saveSnapshot.cpp.
| QMap<QString, QString> extension  [static] | 
Definition at line 70 of file saveSnapshot.cpp.
| QMap<QString, QString> FDFormatString  [static] | 
Definition at line 68 of file saveSnapshot.cpp.
| QString formats  [static] | 
Definition at line 64 of file saveSnapshot.cpp.
| QMap<QString, QString> Qtformat  [static] | 
Definition at line 66 of file saveSnapshot.cpp.