File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
BrowseDialog.h
1#ifndef BrowseDialog_h
2#define BrowseDialog_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "FileDialog.h"
13
14namespace Isis {
36 class BrowseDialog : public FileDialog {
37 Q_OBJECT
38 public:
39 BrowseDialog(QString title, QStringList &filterList, QDir &dir, QWidget *parent = 0);
40
41 public slots:
42 void displayCube();
43 void done(int r);
44
45 private:
46 QDir &p_dir;
47
48 };
49};
50
51#endif
Class for browsing cubes.
void displayCube()
This method is called after the user has selected a file either by double clicking on the file name o...
QDir & p_dir
The directory to open the dialog with.
BrowseDialog(QString title, QStringList &filterList, QDir &dir, QWidget *parent=0)
BrowseDialog constructor.
Class for browsing cubes.
Definition FileDialog.h:32
void done()
Called when the user presses OK.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/24/2025 16:14:50