#include <DataWin.h>
Shows the colourscale image, reports on mouse position and passes click events to GreyLabWindow.
Definition at line 41 of file DataWin.h.
Public Types | |
| enum | { ID_LS_SELREQ = FXMainWindow::ID_LAST, ID_LAST } |
Public Member Functions | |
| DataWinDialog (FXApp *app, FXWindow *win) | |
| Colourscale window class constructor. | |
| virtual | ~DataWinDialog () |
Public Attributes | |
| ImageView * | dataImageview |
| Image display widget. | |
| FXLabel * | positionLabel |
| Mouse x, y position label. | |
Private Member Functions | |
| DataWinDialog () | |
| DataWinDialog::DataWinDialog | ( | FXApp * | app, | |
| FXWindow * | win | |||
| ) |
Colourscale window class constructor.
| app | Application object. | |
| win | Parent window object. |
Definition at line 49 of file DataWin.cpp.
References dataImageview, ic_gs16, ic_gs32, ID_LS_SELREQ, and positionLabel.
1.5.3