Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Developer Reference
BrowseDialog.h
Go to the documentation of this file.
1 #ifndef BrowseDialog_h
2 #define BrowseDialog_h
3 
4 #include "FileDialog.h"
5 
6 namespace Isis {
28  class BrowseDialog : public FileDialog {
29  Q_OBJECT
30  public:
31  BrowseDialog(QString title, QStringList &filterList, QDir &dir, QWidget *parent = 0);
32 
33  public slots:
34  void displayCube();
35  void done(int r);
36 
37  private:
38  QDir &p_dir;
39 
40  };
41 };
42 
43 #endif
Class for browsing cubes.
Definition: FileDialog.h:32
void done()
Called when the user presses OK.
Definition: FileDialog.cpp:122
void displayCube()
This method is called after the user has selected a file either by double clicking on the file name o...
Definition: BrowseDialog.cpp:46
BrowseDialog(QString title, QStringList &filterList, QDir &dir, QWidget *parent=0)
BrowseDialog constructor.
Definition: BrowseDialog.cpp:20
Class for browsing cubes.
Definition: BrowseDialog.h:28
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31

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: 07/12/2023 23:15:04