OGS
|
Creates a window to visualise the stratigraphy of a borehole.
Definition at line 28 of file StratWindow.h.
#include <StratWindow.h>
Public Member Functions | |
StratWindow (GeoLib::StationBorehole *station, std::map< std::string, DataHolderLib::Color > *stratColors=nullptr, QWidget *parent=nullptr) | |
~StratWindow () override | |
Private Slots | |
void | on_closeButton_clicked () |
Private Member Functions | |
void | resizeWindow () |
Automatically resize window based on the measurements of the borehole. | |
|
explicit |
Constructor
station | The borehole object to be visualised. |
stratColors | A color map. |
parent | The parent QWidget. |
Definition at line 19 of file StratWindow.cpp.
References resizeWindow().
|
inlineoverride |
Definition at line 43 of file StratWindow.h.
|
privateslot |
Definition at line 31 of file StratWindow.cpp.
|
private |
Automatically resize window based on the measurements of the borehole.
Definition at line 36 of file StratWindow.cpp.
Referenced by StratWindow().