A plain QtWidget.
More...
#include <qtplainwidget.hpp>
A plain QtWidget.
Extends QGLWidget class to include common methods for using ShaderLib This widget is empty, only has initialization methods, such as GLEW.
Tucano::QtPlainWidget::QtPlainWidget |
( |
QWidget * |
parent | ) |
|
|
inlineexplicit |
virtual Tucano::QtPlainWidget::~QtPlainWidget |
( |
| ) |
|
|
inlinevirtual |
virtual void Tucano::QtPlainWidget::initializeGL |
( |
void |
| ) |
|
|
inlinevirtual |
Initializes openGL and GLEW.
void Tucano::QtPlainWidget::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
inlineprotected |
Callback for key press event.
- Parameters
-
event | The key event that triggered the callback. |
virtual void Tucano::QtPlainWidget::resizeGL |
( |
void |
| ) |
|
|
inlinevirtual |
Resize callback for the widget.
The documentation for this class was generated from the following file: