#include <DataWin.h>
Shows the linescan image, reports on mouse position and passes click events to GreyLabWindow.
Definition at line 65 of file DataWin.h.
Public Types | |
| enum | { ID_LS_ZOOM = DataWinDialog::ID_LAST, ID_LAST } |
Public Member Functions | |
| LineWinDialog (FXApp *app, FXWindow *win) | |
| Linescan window class constructor. | |
| virtual | ~LineWinDialog () |
Public Attributes | |
| ImageView * | lineImageview |
| Image display widget. | |
| FXLabel * | positionLabel |
| Mouse x, y position label. | |
Private Member Functions | |
| LineWinDialog () | |
| LineWinDialog::LineWinDialog | ( | FXApp * | app, | |
| FXWindow * | win | |||
| ) |
Linescan window class constructor.
| app | Application object. | |
| win | Parent window object. |
Definition at line 80 of file DataWin.cpp.
References ic_ls16, ic_ls32, ID_LS_ZOOM, lineImageview, and positionLabel.
1.5.3