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