File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
13 #include <QRadioButton>
14 #include "FileDialog.h"
saveAsType p_saveAsType
Current Save Type.
Class for browsing cubes.
int getSaveAsType()
Get user chosen save type.
SaveAsDialog(QString pTitle, QStringList &pFilterList, QDir &pDir, QWidget *pParent=0)
Constructor - Displays FileDialog with different save options.
Widget to save(Save As) Isis cubes(used in qview) to display the FileDialog to select the output cube...
void setFullResolution(bool)
Check ExportFullRes radio button and if checked set the saveAsType to ExportFullRes.
void setAsIs(bool)
Check ExportAsIs radio button and if checked set the saveAsType to ExportAsIs.
QRadioButton * p_exportFullRes
ExportFullRes Button.
QRadioButton * p_exportAsIs
ExportAsIs Button.
QDir & p_dir
The directory to open the dialog with.
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.
QRadioButton * p_fullImage
FullImage Button.