Class for program main window. More...
#include <mainboard.hpp>
Public Member Functions | |
MainBoard () | |
Default constructor. More... | |
virtual | ~MainBoard () |
Destructor. | |
Protected Slots | |
void | on_actionOpen_triggered () |
Get the name of the file to be opened. | |
void | on_actionLoadWorldFile_triggered () |
Load a world file. | |
void | on_actionLoadReferencePoints_triggered () |
Load reference points. | |
void | on_actionLoadDataFile_triggered () |
Load a data file. | |
void | on_actionZoomIn_triggered () |
Zooms in an image. | |
void | on_actionZoomOut_triggered () |
Zooms out an image. | |
void | on_actionNormalSize_triggered () |
Gets the image back to its normal size. | |
void | on_actionSaveReferencePoints_triggered () |
Save reference points, used for image geo-referencing. | |
void | on_actionSaveReferencePointsAs_triggered () |
Save reference points in a new file. | |
void | on_actionSaveWorldFile_triggered () |
Save a world file associated to an image. More... | |
void | on_actionSaveDataFile_triggered () |
Save data which have been set by user. | |
void | on_actionSaveDataFileAs_triggered () |
Save data in a new file. | |
void | on_actionGeoreferenceImage_triggered () |
Give reference points for image geo-reference. | |
void | on_actionSetData_triggered () |
Enable setting of geo-referenced data. | |
void | on_actionSampleIsobath_triggered () |
Sampling an isobath. | |
Protected Member Functions | |
virtual void | mousePressEvent (QMouseEvent *event) |
What to do when mouse is clicked. More... | |
Class for program main window.
Definition at line 97 of file mainboard.hpp.
|
inlineexplicit |
Default constructor.
Definition at line 102 of file mainboard.hpp.
|
protectedvirtual |
What to do when mouse is clicked.
event | The event that indicates mouse button is clicked. |
Definition at line 408 of file mainboard.cpp.
|
protectedslot |
Save a world file associated to an image.
Information about world file format can be found at: http://en.wikipedia.org/wiki/World_file
Definition at line 290 of file mainboard.cpp.