#include <ShapeReader.h>
 | 
| 
void  | shapesReady (int) | 
|   | 
| 
void  | mappedFinished () | 
|   | 
 | 
| 
template<typename Iterator >  | 
| void  | read (Iterator begin, Iterator end) | 
|   | 
| 
void  | initProgress () | 
|   | 
| 
void  | start () | 
|   | 
| 
void  | readSettings () | 
|   | 
| 
void  | writeSettings () | 
|   | 
 | 
| QPointer< QAction >  | m_askAlphaAct | 
|   | Variant Internal Format: (QString|PvlObject).  More...
  | 
|   | 
| 
QList< QVariant >  | m_backlog | 
|   | 
| 
QMutex *  | m_cameraMutex | 
|   | 
| 
QPointer< QAction >  | m_openFilledAct | 
|   | 
| 
QPointer< ProgressBar >  | m_progress | 
|   | 
| 
QPointer< QAction >  | m_safeFileOpenAct | 
|   | 
| 
QFutureWatcher< Shape * > *  | m_watcher | 
|   | 
| 
bool  | m_safeFileOpen | 
|   | 
| 
bool  | m_openFilled | 
|   | 
| 
int  | m_defaultAlpha | 
|   | 
| 
bool  | m_requireFootprints | 
|   | 
| 
bool  | m_mappedRunning | 
|   | 
- Author
 - 2016-07-25 Tracie Sucharski
 
Definition at line 34 of file ShapeReader.h.
 
◆ ShapeReader()
      
        
          | 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.
- Parameters
 - 
  
  
 
Definition at line 35 of file ShapeReader.cpp.
 
 
◆ ~ShapeReader()
  
  
      
        
          | Isis::ShapeReader::~ShapeReader  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Free the allocated memory by this object. 
Definition at line 65 of file ShapeReader.cpp.
 
 
◆ read
  
  
      
        
          | void Isis::ShapeReader::read  | 
          ( | 
          QStringList  | 
          shapeFileNames | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ m_askAlphaAct
  
  
      
        
          | QPointer<QAction> Isis::ShapeReader::m_askAlphaAct | 
         
       
   | 
  
private   | 
  
 
Variant Internal Format: (QString|PvlObject). 
This stores what we haven't started reading yet in QtConcurrent. 
Definition at line 85 of file ShapeReader.h.
 
 
The documentation for this class was generated from the following files: