#include <QVTKWidget3.h>
|
virtual void | MakeCurrent () |
| Slot to make this vtk render window current. More...
|
|
virtual void | IsCurrent (vtkObject *caller, unsigned long vtk_event, void *client_data, void *call_data) |
| Slot called when vtk wants to know if the context is current. More...
|
|
virtual void | Frame () |
| Slot called when vtk wants to frame the window. More...
|
|
virtual void | Start () |
| Slot called when vtk wants to start the render. More...
|
|
virtual void | End () |
| Slot called when vtk wants to end the render. More...
|
|
virtual void | IsDirect (vtkObject *caller, unsigned long vtk_event, void *client_data, void *call_data) |
| Slot called when vtk wants to know if a window is direct. More...
|
|
virtual void | SupportsOpenGL (vtkObject *caller, unsigned long vtk_event, void *client_data, void *call_data) |
| Slot called when vtk wants to know if a window supports OpenGL. More...
|
|
|
| QVTKWidget3 (QWidget *parent=NULL, Qt::WindowFlags f=0, QSurfaceFormat format=QSurfaceFormat::defaultFormat()) |
|
virtual | ~QVTKWidget3 () |
|
virtual void | SetRenderWindow (vtkGenericOpenGLRenderWindow *) |
| Set a custom render window. More...
|
|
virtual vtkGenericOpenGLRenderWindow * | GetRenderWindow () |
| Returns the curren render window (creates one if none exists) More...
|
|
virtual QVTKInteractor * | GetInteractor () |
| Returns interactor of the current render window. More...
|
|
Definition at line 14 of file QVTKWidget3.h.
◆ QVTKWidget3()
QVTKWidget3::QVTKWidget3 |
( |
QWidget * |
parent = NULL , |
|
|
Qt::WindowFlags |
f = 0 , |
|
|
QSurfaceFormat |
format = QSurfaceFormat::defaultFormat() |
|
) |
| |
◆ ~QVTKWidget3()
QVTKWidget3::~QVTKWidget3 |
( |
| ) |
|
|
virtual |
◆ contextMenuEvent()
void QVTKWidget3::contextMenuEvent |
( |
QContextMenuEvent * |
e | ) |
|
|
protectedvirtual |
◆ dragEnterEvent()
void QVTKWidget3::dragEnterEvent |
( |
QDragEnterEvent * |
e | ) |
|
|
protectedvirtual |
◆ dragLeaveEvent()
void QVTKWidget3::dragLeaveEvent |
( |
QDragLeaveEvent * |
e | ) |
|
|
protectedvirtual |
◆ dragMoveEvent()
void QVTKWidget3::dragMoveEvent |
( |
QDragMoveEvent * |
e | ) |
|
|
protectedvirtual |
◆ dropEvent()
void QVTKWidget3::dropEvent |
( |
QDropEvent * |
e | ) |
|
|
protectedvirtual |
◆ End
void QVTKWidget3::End |
( |
| ) |
|
|
virtualslot |
Slot called when vtk wants to end the render.
Definition at line 178 of file QVTKWidget3.cpp.
◆ enterEvent()
void QVTKWidget3::enterEvent |
( |
QEvent * |
e | ) |
|
|
protectedvirtual |
◆ focusNextPrevChild()
bool QVTKWidget3::focusNextPrevChild |
( |
bool |
| ) |
|
|
protectedvirtual |
◆ Frame
void QVTKWidget3::Frame |
( |
| ) |
|
|
virtualslot |
Slot called when vtk wants to frame the window.
Definition at line 208 of file QVTKWidget3.cpp.
◆ GetInteractor()
QVTKInteractor * QVTKWidget3::GetInteractor |
( |
| ) |
|
|
virtual |
Returns interactor of the current render window.
Definition at line 108 of file QVTKWidget3.cpp.
◆ GetRenderWindow()
vtkGenericOpenGLRenderWindow * QVTKWidget3::GetRenderWindow |
( |
| ) |
|
|
virtual |
Returns the curren render window (creates one if none exists)
Definition at line 31 of file QVTKWidget3.cpp.
◆ initializeGL()
void QVTKWidget3::initializeGL |
( |
| ) |
|
|
protectedvirtual |
◆ IsCurrent
void QVTKWidget3::IsCurrent |
( |
vtkObject * |
caller, |
|
|
unsigned long |
vtk_event, |
|
|
void * |
client_data, |
|
|
void * |
call_data |
|
) |
| |
|
virtualslot |
Slot called when vtk wants to know if the context is current.
Definition at line 190 of file QVTKWidget3.cpp.
◆ IsDirect
void QVTKWidget3::IsDirect |
( |
vtkObject * |
caller, |
|
|
unsigned long |
vtk_event, |
|
|
void * |
client_data, |
|
|
void * |
call_data |
|
) |
| |
|
virtualslot |
Slot called when vtk wants to know if a window is direct.
Definition at line 196 of file QVTKWidget3.cpp.
◆ keyPressEvent()
void QVTKWidget3::keyPressEvent |
( |
QKeyEvent * |
e | ) |
|
|
protectedvirtual |
◆ keyReleaseEvent()
void QVTKWidget3::keyReleaseEvent |
( |
QKeyEvent * |
e | ) |
|
|
protectedvirtual |
◆ leaveEvent()
void QVTKWidget3::leaveEvent |
( |
QEvent * |
e | ) |
|
|
protectedvirtual |
◆ MakeCurrent
void QVTKWidget3::MakeCurrent |
( |
| ) |
|
|
virtualslot |
Slot to make this vtk render window current.
Definition at line 183 of file QVTKWidget3.cpp.
◆ mouseMoveEvent()
void QVTKWidget3::mouseMoveEvent |
( |
QMouseEvent * |
e | ) |
|
|
protectedvirtual |
◆ mousePressEvent()
void QVTKWidget3::mousePressEvent |
( |
QMouseEvent * |
e | ) |
|
|
protectedvirtual |
◆ mouseReleaseEvent()
void QVTKWidget3::mouseReleaseEvent |
( |
QMouseEvent * |
e | ) |
|
|
protectedvirtual |
◆ moveEvent()
void QVTKWidget3::moveEvent |
( |
QMoveEvent * |
event | ) |
|
|
protectedvirtual |
◆ paintGL()
void QVTKWidget3::paintGL |
( |
| ) |
|
|
protectedvirtual |
◆ resizeGL()
void QVTKWidget3::resizeGL |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
|
protectedvirtual |
◆ SetRenderWindow()
void QVTKWidget3::SetRenderWindow |
( |
vtkGenericOpenGLRenderWindow * |
w | ) |
|
|
virtual |
◆ Start
void QVTKWidget3::Start |
( |
| ) |
|
|
virtualslot |
Slot called when vtk wants to start the render.
Definition at line 171 of file QVTKWidget3.cpp.
◆ SupportsOpenGL
void QVTKWidget3::SupportsOpenGL |
( |
vtkObject * |
caller, |
|
|
unsigned long |
vtk_event, |
|
|
void * |
client_data, |
|
|
void * |
call_data |
|
) |
| |
|
virtualslot |
Slot called when vtk wants to know if a window supports OpenGL.
Definition at line 202 of file QVTKWidget3.cpp.
◆ wheelEvent()
void QVTKWidget3::wheelEvent |
( |
QWheelEvent * |
e | ) |
|
|
protectedvirtual |
◆ m_connect
vtkSmartPointer<vtkEventQtSlotConnect> QVTKWidget3::m_connect |
|
protected |
◆ m_irenAdapter
QVTKInteractorAdapter* QVTKWidget3::m_irenAdapter |
|
protected |
◆ m_renWin
vtkGenericOpenGLRenderWindow* QVTKWidget3::m_renWin |
|
protected |
The documentation for this class was generated from the following files:
- /mnt/bamboo/bamboo/buildagent/xml-data/build-dir/NN-RE-BU2/CX/CX/source/resource/view/View/internal/ViewWidget/QVTKWidget3.h
- /mnt/bamboo/bamboo/buildagent/xml-data/build-dir/NN-RE-BU2/CX/CX/source/resource/view/View/internal/ViewWidget/QVTKWidget3.cpp