Viewer
display a stack of images
|
#include <gl_image_panel.h>
Public Slots | |
void | set_current_z_index (int index) |
Public Member Functions | |
GLImagePanelXY (QWidget *parent, const char *name) | |
void | set_imgblock (jwsc::Imgblock_f *img_blk) |
void | set_draw_x_line (bool b) |
void | set_draw_y_line (bool b) |
Protected Member Functions | |
void | paintGL () |
void | resizeGL (int w, int h) |
void | mouseMoveEvent (QMouseEvent *event) |
Protected Attributes | |
float * | xy_img |
int | update_xy_img |
bool | draw_x_line |
bool | draw_y_line |
Definition at line 105 of file gl_image_panel.h.
GLImagePanelXY::GLImagePanelXY | ( | QWidget * | parent, |
const char * | name | ||
) |
Definition at line 104 of file gl_image_panel.cpp.
void GLImagePanelXY::set_imgblock | ( | jwsc::Imgblock_f * | img_blk | ) | [virtual] |
Reimplemented from GLImagePanel.
void GLImagePanelXY::set_draw_x_line | ( | bool | b | ) |
Definition at line 120 of file gl_image_panel.cpp.
void GLImagePanelXY::set_draw_y_line | ( | bool | b | ) |
Definition at line 125 of file gl_image_panel.cpp.
void GLImagePanelXY::set_current_z_index | ( | int | index | ) | [virtual, slot] |
Reimplemented from GLImagePanel.
Definition at line 113 of file gl_image_panel.cpp.
void GLImagePanelXY::paintGL | ( | ) | [protected, virtual] |
Implements GLImagePanel.
Definition at line 149 of file gl_image_panel.cpp.
void GLImagePanelXY::resizeGL | ( | int | w, |
int | h | ||
) | [protected, virtual] |
Implements GLImagePanel.
Definition at line 205 of file gl_image_panel.cpp.
void GLImagePanelXY::mouseMoveEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
Implements GLImagePanel.
Definition at line 227 of file gl_image_panel.cpp.
float* GLImagePanelXY::xy_img [protected] |
Definition at line 124 of file gl_image_panel.h.
int GLImagePanelXY::update_xy_img [protected] |
Definition at line 126 of file gl_image_panel.h.
bool GLImagePanelXY::draw_x_line [protected] |
Definition at line 128 of file gl_image_panel.h.
bool GLImagePanelXY::draw_y_line [protected] |
Definition at line 129 of file gl_image_panel.h.