#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 |
( |
QWidget * |
parent = NULL , |
|
|
Qt::WindowFlags |
f = 0 , |
|
|
QSurfaceFormat |
format = QSurfaceFormat::defaultFormat() |
|
) |
| |
QVTKWidget3::~QVTKWidget3 |
( |
| ) |
|
|
virtual |
void QVTKWidget3::contextMenuEvent |
( |
QContextMenuEvent * |
e | ) |
|
|
protectedvirtual |
void QVTKWidget3::dragEnterEvent |
( |
QDragEnterEvent * |
e | ) |
|
|
protectedvirtual |
void QVTKWidget3::dragLeaveEvent |
( |
QDragLeaveEvent * |
e | ) |
|
|
protectedvirtual |
void QVTKWidget3::dragMoveEvent |
( |
QDragMoveEvent * |
e | ) |
|
|
protectedvirtual |
void QVTKWidget3::dropEvent |
( |
QDropEvent * |
e | ) |
|
|
protectedvirtual |
void QVTKWidget3::End |
( |
| ) |
|
|
virtualslot |
Slot called when vtk wants to end the render.
Definition at line 178 of file QVTKWidget3.cpp.
void QVTKWidget3::enterEvent |
( |
QEvent * |
e | ) |
|
|
protectedvirtual |
bool QVTKWidget3::focusNextPrevChild |
( |
bool |
| ) |
|
|
protectedvirtual |
void QVTKWidget3::Frame |
( |
| ) |
|
|
virtualslot |
Slot called when vtk wants to frame the window.
Definition at line 208 of file QVTKWidget3.cpp.
QVTKInteractor * QVTKWidget3::GetInteractor |
( |
| ) |
|
|
virtual |
Returns interactor of the current render window.
Definition at line 108 of file QVTKWidget3.cpp.
vtkGenericOpenGLRenderWindow * QVTKWidget3::GetRenderWindow |
( |
| ) |
|
|
virtual |
Returns the curren render window (creates one if none exists)
Definition at line 31 of file QVTKWidget3.cpp.
void QVTKWidget3::initializeGL |
( |
| ) |
|
|
protectedvirtual |
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.
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.
void QVTKWidget3::keyPressEvent |
( |
QKeyEvent * |
e | ) |
|
|
protectedvirtual |
void QVTKWidget3::keyReleaseEvent |
( |
QKeyEvent * |
e | ) |
|
|
protectedvirtual |
void QVTKWidget3::leaveEvent |
( |
QEvent * |
e | ) |
|
|
protectedvirtual |
void QVTKWidget3::MakeCurrent |
( |
| ) |
|
|
virtualslot |
Slot to make this vtk render window current.
Definition at line 183 of file QVTKWidget3.cpp.
void QVTKWidget3::mouseMoveEvent |
( |
QMouseEvent * |
e | ) |
|
|
protectedvirtual |
void QVTKWidget3::mousePressEvent |
( |
QMouseEvent * |
e | ) |
|
|
protectedvirtual |
void QVTKWidget3::mouseReleaseEvent |
( |
QMouseEvent * |
e | ) |
|
|
protectedvirtual |
void QVTKWidget3::moveEvent |
( |
QMoveEvent * |
event | ) |
|
|
protectedvirtual |
void QVTKWidget3::paintGL |
( |
| ) |
|
|
protectedvirtual |
void QVTKWidget3::resizeGL |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
|
protectedvirtual |
void QVTKWidget3::SetRenderWindow |
( |
vtkGenericOpenGLRenderWindow * |
w | ) |
|
|
virtual |
void QVTKWidget3::Start |
( |
| ) |
|
|
virtualslot |
Slot called when vtk wants to start the render.
Definition at line 171 of file QVTKWidget3.cpp.
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.
void QVTKWidget3::wheelEvent |
( |
QWheelEvent * |
e | ) |
|
|
protectedvirtual |
vtkSmartPointer<vtkEventQtSlotConnect> QVTKWidget3::m_connect |
|
protected |
QVTKInteractorAdapter* QVTKWidget3::m_irenAdapter |
|
protected |
vtkGenericOpenGLRenderWindow* QVTKWidget3::m_renWin |
|
protected |
The documentation for this class was generated from the following files:
- /media/dev/bamboodrive/b/xml-data/build-dir/CX-TB-JOB1/CX/CX/source/resource/view/View/internal/ViewWidget/QVTKWidget3.h
- /media/dev/bamboodrive/b/xml-data/build-dir/CX-TB-JOB1/CX/CX/source/resource/view/View/internal/ViewWidget/QVTKWidget3.cpp