UNIVERS
15.3
UNIVERS base processing software API
|
#include <seismic_area.hpp>
Public Member Functions | |
CoordAxisVisMode () | |
CoordAxisVisMode (int i_hwId, const QPen &i_scalePen, const QFont &i_scaleFont, const QPen &i_titlePen, const QFont &i_titleFont) | |
Public Attributes | |
int | hwId |
QPen | scalePen |
QFont | scaleFont |
QPen | titlePen |
QFont | titleFont |
Describes one coordinate axis visualization mode.
hds::SeismicArea::CoordAxisVisMode::CoordAxisVisMode | ( | ) |
Default constructor.
hds::SeismicArea::CoordAxisVisMode::CoordAxisVisMode | ( | int | i_hwId, |
const QPen & | i_scalePen, | ||
const QFont & | i_scaleFont, | ||
const QPen & | i_titlePen, | ||
const QFont & | i_titleFont | ||
) |
Initialization.
int hds::SeismicArea::CoordAxisVisMode::hwId |
Id of the header word.
QFont hds::SeismicArea::CoordAxisVisMode::scaleFont |
Font of the scale.
QPen hds::SeismicArea::CoordAxisVisMode::scalePen |
Pen of the scale.
QFont hds::SeismicArea::CoordAxisVisMode::titleFont |
Font of the title.
QPen hds::SeismicArea::CoordAxisVisMode::titlePen |
Pen of the title.