An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
#include <ImageReader.h>
Public Slots | |
void | askDefaultAlpha () |
void | read (PvlObject imagesObj) |
void | read (QStringList imageFileNames) |
Handle opening cubes by filename. | |
void | setOpenFilled (bool openFilled) |
void | setSafeFileOpen (bool safeFileOpen) |
Signals | |
void | imagesReady (ImageList images) |
Public Member Functions | |
ImageReader (QMutex *cameraMutex, bool requireFootprints=true, QObject *parent=NULL) | |
MosaicWidget constructor. | |
virtual | ~ImageReader () |
Free the allocated memory by this object. | |
QList< QAction * > | actions (ImageDisplayProperties::Property relevantDispProperties) |
QProgressBar * | progress () |
Isis::ImageReader::ImageReader | ( | QMutex * | cameraMutex, |
bool | requireFootprints = true, | ||
QObject * | parent = NULL ) |
MosaicWidget constructor.
MosaicWidget is derived from QSplitter, the left side of the splitter is a QTreeWidget and the right side of the splitter is a QGraphicsView.
parent |
Referenced by imagesReady().
|
virtual |
Free the allocated memory by this object.
QList< QAction * > Isis::ImageReader::actions | ( | ImageDisplayProperties::Property | relevantDispProperties | ) |
|
slot |
Referenced by actions().
|
signal |
References ImageReader().
QProgressBar * Isis::ImageReader::progress | ( | ) |
|
slot |
References Isis::PvlObject::beginObject(), Isis::PvlObject::endObject(), and read().
|
slot |
Handle opening cubes by filename.
References read().
|
slot |
Referenced by actions().
|
slot |
Referenced by actions().