Render Class Reference
Event called in the render thread of a 3D scene. It's safe to make rendering calls in this event's callback. More...
#include <GuiEvents.hh>
Public Member Functions | |
Render () | |
Static Public Attributes | |
static const QEvent::Type | kType = QEvent::Type(QEvent::User + 3) |
Unique type for this event. More... | |
Detailed Description
Event called in the render thread of a 3D scene. It's safe to make rendering calls in this event's callback.
Constructor & Destructor Documentation
◆ Render()
|
inline |
Member Data Documentation
◆ kType
|
static |
Unique type for this event.
The documentation for this class was generated from the following file: