1#ifndef MosaicWidgetController_H
2#define MosaicWidgetController_H
10template <
typename A>
class QList;
110 void changeMaxThreads();
111 void imageClosed(
QObject * image);
116 void applyMaxThreadCount();
117 void convertV1ToV2(Pvl &project);
122 QPointer<ImageFileListWidget> m_fileList;
123 QPointer<MosaicSceneWidget> m_scene;
124 QPointer<MosaicSceneWidget> m_worldScene;
125 QPointer<ImageReader> m_imageReader;
a control network
Definition ControlNet.h:257
Internalizes a list of images and allows for operations on the entire list.
Definition ImageList.h:52
Definition ImageReader.h:42
void imagesAdded(ImageList *images)
void openProjectImages(PvlObject projectImages)
Definition MosaicController.cpp:163
MosaicController(QStatusBar *status, QSettings &settings)
MosaicWidget constructor.
Definition MosaicController.cpp:45
QProgressBar * getProgress()
Definition MosaicController.cpp:110
MosaicSceneWidget * getMosaicWorldScene()
Definition MosaicController.h:78
void openImages(QStringList filenames)
Handle opening cubes by filename.
Definition MosaicController.cpp:158
void addExportActions(QMenu &fileMenu)
Add actions that are export-related to the menu.
Definition MosaicController.cpp:92
ImageFileListWidget * getImageFileList()
Definition MosaicController.h:82
MosaicSceneWidget * getMosaicScene()
Definition MosaicController.h:74
void imagesAdded(ImageList images)
Emitted when new images are available.
void saveSettings(QSettings &settings)
Definition MosaicController.cpp:147
void readProject(QString filename)
Definition MosaicController.cpp:236
virtual ~MosaicController()
Free the allocated memory by this object.
Definition MosaicController.cpp:81
QList< QAction * > getSettingsActions()
Definition MosaicController.cpp:132
Definition ProgressBar.h:15
This is free and unencumbered software released into the public domain.
Definition AbstractTableModel.h:24
This is free and unencumbered software released into the public domain.
Definition BoxcarCachingAlgorithm.h:13
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16