#include <pcwidget.h>
Public Slots | |
void | set_pc_data (VolumeBuffer *vb1) |
void | setSlice (int slice) |
void | sedSelectionQuad (QPair< QPointF, QPointF > &sel_quad) |
void | setTFtexture (QImage &tfimg) |
void | setTFtexture1 (QImage &tfimg) |
void | setTFtexture2 (QImage &tfimg) |
void | setTFtexture3 (QImage &tfimg) |
Public Member Functions | |
pcWidget (QWidget *parent=0) | |
~pcWidget () | |
QSize | minimumSizeHint () const |
QSize | sizeHint () const |
void | readPCLines () |
Protected Member Functions | |
void | initializeGL () |
void | paintGL () |
void | resizeGL (int width, int height) |
void | mousePressEvent (QMouseEvent *event) |
void | mouseMoveEvent (QMouseEvent *event) |
Definition at line 57 of file pcwidget.h.
pcWidget::pcWidget | ( | QWidget * | parent = 0 |
) |
Definition at line 13 of file pcwidget.cpp.
pcWidget::~pcWidget | ( | ) |
Definition at line 28 of file pcwidget.cpp.
void pcWidget::initializeGL | ( | ) | [protected] |
Definition at line 43 of file pcwidget.cpp.
QSize pcWidget::minimumSizeHint | ( | ) | const |
Definition at line 33 of file pcwidget.cpp.
void pcWidget::mouseMoveEvent | ( | QMouseEvent * | event | ) | [protected] |
Definition at line 356 of file pcwidget.cpp.
void pcWidget::mousePressEvent | ( | QMouseEvent * | event | ) | [protected] |
Definition at line 352 of file pcwidget.cpp.
void pcWidget::paintGL | ( | ) | [protected] |
Definition at line 53 of file pcwidget.cpp.
void pcWidget::readPCLines | ( | ) |
Definition at line 171 of file pcwidget.cpp.
void pcWidget::resizeGL | ( | int | width, | |
int | height | |||
) | [protected] |
Definition at line 162 of file pcwidget.cpp.
void pcWidget::sedSelectionQuad | ( | QPair< QPointF, QPointF > & | sel_quad | ) | [slot] |
Definition at line 382 of file pcwidget.cpp.
void pcWidget::set_pc_data | ( | VolumeBuffer * | vb1 | ) | [slot] |
Definition at line 360 of file pcwidget.cpp.
void pcWidget::setSlice | ( | int | slice | ) | [slot] |
Definition at line 374 of file pcwidget.cpp.
void pcWidget::setTFtexture | ( | QImage & | tfimg | ) | [slot] |
Definition at line 391 of file pcwidget.cpp.
void pcWidget::setTFtexture1 | ( | QImage & | tfimg | ) | [slot] |
Definition at line 403 of file pcwidget.cpp.
void pcWidget::setTFtexture2 | ( | QImage & | tfimg | ) | [slot] |
Definition at line 415 of file pcwidget.cpp.
void pcWidget::setTFtexture3 | ( | QImage & | tfimg | ) | [slot] |
Definition at line 427 of file pcwidget.cpp.
QSize pcWidget::sizeHint | ( | ) | const |
Definition at line 38 of file pcwidget.cpp.