|
| QtRenderWidget (const QGLFormat &format, QWidget *parent, QGLWidget *share, Core::AbstractViewerHandle viewer) |
|
void | saveSceneOnly (const std::string &name) |
|
void | saveOverlayOnly (const std::string &name) |
|
void | saveComposite (const std::string &name) |
|
ACTIVATE_SIGNAL: This signal is triggered when the mouse is clicked in the widget
void QtUtils::QtRenderWidget::enterEvent |
( |
QEvent * |
event | ) |
|
|
protectedvirtual |
ENTEREVENT: This function is called by Qt when the mouse starts to hover over the widget
void QtUtils::QtRenderWidget::initializeGL |
( |
| ) |
|
|
protectedvirtual |
INITIALIZEGL: This function is called by Qt when the widget is initialized
void QtUtils::QtRenderWidget::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
protectedvirtual |
KEYPRESSEVENT: This function is called by Qt when a key is pressed
void QtUtils::QtRenderWidget::keyReleaseEvent |
( |
QKeyEvent * |
event | ) |
|
|
protectedvirtual |
KEYPRESSEVENT: This function is called by Qt when a key is pressed
void QtUtils::QtRenderWidget::leaveEvent |
( |
QEvent * |
event | ) |
|
|
protectedvirtual |
LEAVEEVENT: This function is called by Qt when the mouse finishes to hover over the widget
virtual void QtUtils::QtRenderWidget::mouseDoubleClickEvent |
( |
QMouseEvent * |
event | ) |
|
|
inlineprotectedvirtual |
MOUSEDOUBLECLICKEVENT: This function is called by Qt to deliver a double mouse click event to the GUI.
void QtUtils::QtRenderWidget::mouseMoveEvent |
( |
QMouseEvent * |
event | ) |
|
|
protectedvirtual |
MOUSEMOVEEVENT: This function is called by Qt to deliver mouse movement event to the GUI.
void QtUtils::QtRenderWidget::mousePressEvent |
( |
QMouseEvent * |
event | ) |
|
|
protectedvirtual |
MOUSEDOUBLECLICKEVENT: This function is called by Qt to deliver a single mouse click event to the GUI.
void QtUtils::QtRenderWidget::mouseReleaseEvent |
( |
QMouseEvent * |
event | ) |
|
|
protectedvirtual |
MOUSERELEASEEVENT: This function is called by Qt to deliver a mouse button release event to the GUI.
void QtUtils::QtRenderWidget::paintGL |
( |
| ) |
|
|
protectedvirtual |
PAINTGL: This function is called whenever Qt has to repaint the contents of the widget displaying the Qt scene
void QtUtils::QtRenderWidget::resizeGL |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
protectedvirtual |
RESIZEGL: This function gets called whenever the Qt widget is resized
void QtUtils::QtRenderWidget::saveTexture |
( |
const std::string & |
name, |
|
|
Core::Texture2DHandle |
texture |
|
) |
| |
|
protected |
SAVETEXTURE: JH: Saves a texture to the specified filename.
void QtUtils::QtRenderWidget::wheelEvent |
( |
QWheelEvent * |
event | ) |
|
|
protectedvirtual |
WHEELEVENT: This function is called by Qt to deliver mouse wheel event to the GUI.
The documentation for this class was generated from the following files: