QProgressBar * m_progressBar
The mainwindow's progress bar.
void saveSettings2()
This overriden method is called when the MosaicMainWindow is closed or hidden to write the size and l...
void setupMenus()
Sets up the menus on the menu bar for the qmos window.
ToolPad * m_toolpad
Tool pad on this mainwindow.
void openList()
Opens a list of cube files instead of one at a time.
QToolBar * m_permToolbar
Tool bar attached to mainwindow.
void readSettings(QSize defaultSize=QSize(800, 600))
This overriden method is called from the constructor so that when the Mosaicmainwindow is created...
QToolBar * m_activeToolbar
The active toolbar.
void saveProject()
Called from the file menu to save a project file.
void open()
Calles MosaicWidget's open method which opens a cube file and displays the footprint in the graphics ...
bool eventFilter(QObject *o, QEvent *e)
This event filter is installed in the constructor.
Base class for the Qisis main windows.
void loadProject()
Allows users to select a project which is then read in and displayed in the qmos window.
void saveProjectAs()
Allows the user to save a project file.