13#include <QRadioButton>
14#include "FileDialog.h"
Class for browsing cubes.
Widget to save(Save As) Isis cubes(used in qview) to display the FileDialog to select the output cube...
QRadioButton * p_exportFullRes
ExportFullRes Button.
int getSaveAsType()
Get user chosen save type.
QRadioButton * p_exportAsIs
ExportAsIs Button.
SaveAsDialog(QString pTitle, QStringList &pFilterList, QDir &pDir, QWidget *pParent=0)
Constructor - Displays FileDialog with different save options.
saveAsType p_saveAsType
Current Save Type.
void setAsIs(bool)
Check ExportAsIs radio button and if checked set the saveAsType to ExportAsIs.
QDir & p_dir
The directory to open the dialog with.
QRadioButton * p_fullImage
FullImage Button.
void setFullResolution(bool)
Check ExportFullRes radio button and if checked set the saveAsType to ExportFullRes.
void setFullImage(bool)
Check FullImage radio button and if checked set the saveAsType to FullImage.
This is free and unencumbered software released into the public domain.