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 <ShapeReader.h>
Public Slots | |
void | read (PvlObject shapesObj) |
void | read (QStringList shapeFileNames) |
Handle opening cubes by filename. | |
void | setSafeFileOpen (bool safeFileOpen) |
Signals | |
void | shapesReady (ShapeList shapes) |
Public Member Functions | |
ShapeReader (QMutex *cameraMutex, bool requireFootprints=false, QObject *parent=NULL) | |
MosaicWidget constructor. | |
virtual | ~ShapeReader () |
Free the allocated memory by this object. | |
QList< QAction * > | actions (ShapeDisplayProperties::Property relevantDispProperties) |
QProgressBar * | progress () |
Isis::ShapeReader::ShapeReader | ( | QMutex * | cameraMutex, |
bool | requireFootprints = false, | ||
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 |
References shapesReady().
Referenced by shapesReady().
|
virtual |
Free the allocated memory by this object.
QList< QAction * > Isis::ShapeReader::actions | ( | ShapeDisplayProperties::Property | relevantDispProperties | ) |
References setSafeFileOpen().
QProgressBar * Isis::ShapeReader::progress | ( | ) |
|
slot |
References Isis::PvlObject::beginObject(), Isis::PvlObject::endObject(), and read().
|
slot |
Handle opening cubes by filename.
References read().
|
slot |
Referenced by actions().
|
signal |
References ShapeReader().
Referenced by ShapeReader().