20#ifndef DDT_DATAVISUALISATION_DDTWIDGETS_CURSORINFOWIDGET_HPP
21#define DDT_DATAVISUALISATION_DDTWIDGETS_CURSORINFOWIDGET_HPP
23#include <QtUiPlugin/QDesignerExportWidget>
37 Q_PROPERTY(
bool show_radec READ get_show_radec WRITE set_show_radec)
38 Q_PROPERTY(
bool show_xy READ get_show_xy WRITE set_show_xy)
57 void set_show_radec(const
bool show_radec);
63 bool get_show_radec() const;
70 void set_show_xy(const
bool show_xy);
76 bool get_show_xy() const;
83 bool show_radec = false;
92 const
int LABELS_WIDTH = 40;
94 QLabel* x_coordinate_label;
95 QLabel* y_coordinate_label;
96 QLabel* pixel_value_label;
97 QLabel* ra_coordinate_label;
98 QLabel* dec_coordinate_label;
107 void UpdateCoordinateDisplay();
119 void CursorInfo(
double x,
double y,
double pixelvalue, QString ra,
Definition ddtDatavisualisationUtils.hpp:27
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...