#include <RE_GLDrawable.h>
GL drawable for Qt5. It's basically a plain Qt widget that manages a GL context.
Definition at line 84 of file RE_GLDrawable.h.
RE_GLDrawable::RE_GLDrawable |
( |
const QSurfaceFormat & |
format | ) |
|
RE_GLDrawable::RE_GLDrawable |
( |
const QSurfaceFormat & |
format, |
|
|
QWidget * |
parent, |
|
|
QOpenGLContext * |
sharedContext |
|
) |
| |
RE_GLDrawable::~RE_GLDrawable |
( |
| ) |
|
|
override |
static const char* RE_GLDrawable::drawableSurfaceTag |
( |
| ) |
|
|
inlinestatic |
Return the string tag used to identify whether a QWindow is used a drawable surface for Houdini.
Definition at line 112 of file RE_GLDrawable.h.
void RE_GLDrawable::mousePressEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotected |
QPaintEngine* RE_GLDrawable::paintEngine |
( |
| ) |
const |
|
inlineoverride |
void RE_GLDrawable::paintEvent |
( |
QPaintEvent * |
event | ) |
|
|
overrideprotected |
void RE_GLDrawable::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
overrideprotected |
static const char* RE_GLDrawable::widgetTag |
( |
| ) |
|
|
inlinestatic |
static const char* RE_GLDrawable::widgetWrapperTag |
( |
| ) |
|
|
inlinestatic |
Return the string tag used to identify whether a QWidget is the wrapper widget of a GL drawable in Houdini.
Definition at line 117 of file RE_GLDrawable.h.
The documentation for this class was generated from the following file: