#include "qglviewer.h"
#include "ui_VRenderInterface.h"
#include "VRender/VRender.h"
#include "ui_ImageInterface.h"
#include <QImageWriter>
#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.
|
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) |
|
static bool checkFileName |
( |
QString & |
fileName, |
|
|
QWidget * |
widget, |
|
|
const QString & |
snapshotFormat |
|
) |
| |
|
static |
void drawVectorial |
( |
void * |
param | ) |
|
static int saveVectorialSnapshot |
( |
const QString & |
fileName, |
|
|
QGLWidget * |
widget, |
|
|
const QString & |
snapshotFormat |
|
) |
| |
|
static |
QMap<QString, QString> extension |
|
static |
QMap<QString, QString> FDFormatString |
|
static |
QMap<QString, QString> Qtformat |
|
static |