|
Isis Developer Reference
|
Go to the documentation of this file.
13 #include <QRadioButton>
55 QRadioButton *p_fullImage;
56 QRadioButton *p_exportAsIs;
57 QRadioButton *p_exportFullRes;
Class for browsing cubes.
Definition: FileDialog.h:32
int getSaveAsType()
Get user chosen save type.
Definition: SaveAsDialog.cpp:86
@ ExportFullRes
Definition: SaveAsDialog.h:45
SaveAsDialog(QString pTitle, QStringList &pFilterList, QDir &pDir, QWidget *pParent=0)
Constructor - Displays FileDialog with different save options.
Definition: SaveAsDialog.cpp:24
@ ExportAsIs
Definition: SaveAsDialog.h:45
Widget to save(Save As) Isis cubes(used in qview) to display the FileDialog to select the output cube...
Definition: SaveAsDialog.h:38
void setFullResolution(bool)
Check ExportFullRes radio button and if checked set the saveAsType to ExportFullRes.
Definition: SaveAsDialog.cpp:133
saveAsType
Definition: SaveAsDialog.h:45
void setAsIs(bool)
Check ExportAsIs radio button and if checked set the saveAsType to ExportAsIs.
Definition: SaveAsDialog.cpp:118
Namespace for the standard library.
void setFullImage(bool)
Check FullImage radio button and if checked set the saveAsType to FullImage.
Definition: SaveAsDialog.cpp:103
@ FullImage
Definition: SaveAsDialog.h:45
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16