11#ifndef DDT_DATAVISUALISATION_DDTWIDGETS_CURSORINFOWIDGET_HPP
12#define DDT_DATAVISUALISATION_DDTWIDGETS_CURSORINFOWIDGET_HPP
14#include <QtUiPlugin/QDesignerExportWidget>
83 const
int LABELS_WIDTH = 40;
85 QLabel* x_coordinate_label;
86 QLabel* y_coordinate_label;
87 QLabel* pixel_value_label;
88 QLabel* ra_coordinate_label;
89 QLabel* dec_coordinate_label;
98 void UpdateCoordinateDisplay();
110 void CursorInfo(
double x,
double y,
double pixelvalue, QString ra,
Definition ddtDatavisualisationUtils.hpp:18
DDT Utils. Helper classes for DDT Datavisualisation. Utilities for the DDT Datavisualisation.
Image Handling class, offers access to image handling functions. This file is part of the DDT Image H...