#include <tfglwidget.h>
Public Slots | |
void | setTFID (GLuint tfid) |
void | setTFImage (QImage &tfimg) |
Public Member Functions | |
tfGLWidget (QWidget *parent=0) | |
~tfGLWidget () | |
QSize | minimumSizeHint () const |
QSize | sizeHint () const |
Protected Member Functions | |
void | initializeGL () |
void | paintGL () |
void | resizeGL (int width, int height) |
Definition at line 49 of file tfglwidget.h.
tfGLWidget::tfGLWidget | ( | QWidget * | parent = 0 |
) |
Definition at line 12 of file tfglwidget.cpp.
tfGLWidget::~tfGLWidget | ( | ) |
Definition at line 19 of file tfglwidget.cpp.
void tfGLWidget::initializeGL | ( | ) | [protected] |
Definition at line 47 of file tfglwidget.cpp.
QSize tfGLWidget::minimumSizeHint | ( | ) | const |
Definition at line 25 of file tfglwidget.cpp.
void tfGLWidget::paintGL | ( | ) | [protected] |
Definition at line 57 of file tfglwidget.cpp.
void tfGLWidget::resizeGL | ( | int | width, | |
int | height | |||
) | [protected] |
Definition at line 121 of file tfglwidget.cpp.
void tfGLWidget::setTFID | ( | GLuint | tfid | ) | [slot] |
Definition at line 35 of file tfglwidget.cpp.
void tfGLWidget::setTFImage | ( | QImage & | tfimg | ) | [slot] |
Definition at line 41 of file tfglwidget.cpp.
QSize tfGLWidget::sizeHint | ( | ) | const |
Definition at line 30 of file tfglwidget.cpp.