#include <ImageReader.h>


Classes | |
| class | VariantToImageFunctor |
| Converts from file name or project representation to Image *. More... | |
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 () |
| void | setQtVersion (int qtVersion) |
Private Slots | |
| void | imageReady (int) |
| void | mappedFinished () |
Private Member Functions | |
| template<typename Iterator> | |
| void | read (Iterator begin, Iterator end) |
| void | initProgress () |
| void | start () |
| void | readSettings () |
| void | writeSettings () |
Private Attributes | |
| QPointer< QAction > | m_askAlphaAct |
| Variant Internal Format: (QString|PvlObject). | |
| QList< QVariant > | m_backlog |
| QMutex * | m_cameraMutex |
| QPointer< QAction > | m_openFilledAct |
| QPointer< ProgressBar > | m_progress |
| QPointer< QAction > | m_safeFileOpenAct |
| QFutureWatcher< Image * > * | m_watcher |
| int | m_qtVersion |
| bool | m_safeFileOpen |
| bool | m_openFilled |
| int | m_defaultAlpha |
| bool | m_requireFootprints |
| bool | m_mappedRunning |
2013-07-01 Tracie Sucharski - Clean up ImageList in mappedFinished method to get rid of Null Image pointers from the list. Fixes #1693, #1696.
2016-07-08 Tracie Sucharski - If the requireFootprints is set to false do not even attempt to create a footprint. This was changed from always initing the footprint, but only throwing error if requireFootprints was true.
Definition at line 42 of file ImageReader.h.
| 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 |
Definition at line 35 of file ImageReader.cpp.
|
virtual |
Free the allocated memory by this object.
Definition at line 65 of file ImageReader.cpp.
| QList< QAction * > Isis::ImageReader::actions | ( | ImageDisplayProperties::Property | relevantDispProperties | ) |
Definition at line 84 of file ImageReader.cpp.
|
slot |
Definition at line 138 of file ImageReader.cpp.
|
privateslot |
Definition at line 230 of file ImageReader.cpp.
|
private |
Definition at line 180 of file ImageReader.cpp.
|
privateslot |
Definition at line 235 of file ImageReader.cpp.
| QProgressBar * Isis::ImageReader::progress | ( | ) |
Definition at line 129 of file ImageReader.cpp.
|
inlineprivate |
Definition at line 73 of file ImageReader.h.
|
slot |
Definition at line 151 of file ImageReader.cpp.
|
slot |
Handle opening cubes by filename.
Definition at line 159 of file ImageReader.cpp.
|
private |
Definition at line 206 of file ImageReader.cpp.
|
slot |
Definition at line 164 of file ImageReader.cpp.
| void Isis::ImageReader::setQtVersion | ( | int | qtVersion | ) |
Definition at line 133 of file ImageReader.cpp.
|
slot |
Definition at line 172 of file ImageReader.cpp.
|
private |
Definition at line 187 of file ImageReader.cpp.
|
private |
Definition at line 218 of file ImageReader.cpp.
|
private |
Variant Internal Format: (QString|PvlObject).
This stores what we haven't started reading yet in QtConcurrent.
Definition at line 97 of file ImageReader.h.
|
private |
Definition at line 98 of file ImageReader.h.
|
private |
Definition at line 99 of file ImageReader.h.
|
private |
Definition at line 109 of file ImageReader.h.
|
private |
Definition at line 112 of file ImageReader.h.
|
private |
Definition at line 108 of file ImageReader.h.
|
private |
Definition at line 100 of file ImageReader.h.
|
private |
Definition at line 101 of file ImageReader.h.
|
private |
Definition at line 105 of file ImageReader.h.
|
private |
Definition at line 110 of file ImageReader.h.
|
private |
Definition at line 107 of file ImageReader.h.
|
private |
Definition at line 102 of file ImageReader.h.
|
private |
Definition at line 103 of file ImageReader.h.