Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
BrowseDialog.h
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
QStringList
Isis::FileDialog
Class for browsing cubes.
Definition:
FileDialog.h:32
Isis::BrowseDialog::p_dir
QDir & p_dir
The directory to open the dialog with.
Definition:
BrowseDialog.h:38
Isis::FileDialog::done
void done()
Called when the user presses OK.
Definition:
FileDialog.cpp:122
Isis::BrowseDialog::displayCube
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
Isis::BrowseDialog::BrowseDialog
BrowseDialog(QString title, QStringList &filterList, QDir &dir, QWidget *parent=0)
BrowseDialog constructor.
Definition:
BrowseDialog.cpp:20
Isis::BrowseDialog
Class for browsing cubes.
Definition:
BrowseDialog.h:28
QWidget
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
ISIS Support Center
File Modified: 07/12/2023 23:14:55