Public Methods |
| vtkQtRenderWindow (QWidget *parent = 0, const char* name = 0, const QGLWidget *shareWidget = 0, WFlags f = 0) |
| vtkQtRenderWindow (const QGLFormat &format, QWidget *parent = 0, const char *name = 0, const QGLWidget *shareWidget = 0, WFlags f = 0) |
| ~vtkQtRenderWindow () |
virtual const char* | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream& os, vtkIndent indent) |
virtual void* | GetGenericDisplayId () |
virtual void* | GetGenericWindowId () |
virtual void* | GetGenericDrawable () |
Display* | GetDisplayId () |
void | SetDisplayId (Display *) |
void | SetDisplayId (void *) |
Window | GetWindowId () |
void | SetWindowId (Window) |
void | SetWindowId (void *) |
void | SetWindowInfo (char *info) |
virtual void | SetMultiSamples ( int ) |
virtual int | GetMultiSamples () |
unsigned char* | GetPixelData (int x,int y,int x2,int y2,int front) |
void | SetPixelData (int x,int y,int x2,int y2,unsigned char *, int front) |
float* | GetRGBAPixelData (int x,int y,int x2,int y2,int front) |
void | SetRGBAPixelData (int x,int y,int x2,int y2,float *,int front, int blend=0) |
float* | GetZbufferData ( int x1, int y1, int x2, int y2 ) |
void | SetZbufferData ( int x1, int y1, int x2, int y2, float *buffer ) |
void | Render () |
void | MakeCurrent () |
void | SetSize (int w,int h) |
void | SetSize (int a[2]) |
virtual int* | GetSize () |
virtual void | GetSize ( int &, int &) |
virtual void | GetSize ( int [2]) |
vtkRenderWindowInteractor* | MakeRenderWindowInteractor () |
void | SetInteractor (vtkQtRenderWindowInteractor*) |
QSizePolicy | sizePolicy () const |
QSize | sizeHint () const |
QSize | minimumSizeHint () const |
void | initializeGL () |
void | paintGL () |
void | resizeGL (int, int) |
virtual void | mousePressEvent (QMouseEvent*) |
virtual void | mouseReleaseEvent (QMouseEvent*) |
virtual void | mouseMoveEvent (QMouseEvent*) |
virtual void | keyPressEvent (QKeyEvent*) |
virtual void | keyReleaseEvent (QKeyEvent*) |
virtual void | enterEvent ( QEvent * ) |
virtual void | leaveEvent ( QEvent * ) |
Static Public Methods |
vtkQtRenderWindow* | New () |
void | initApp () |
int | IsTypeOf (const char *type) |
vtkQtRenderWindow* | SafeDownCast (vtkObject *o) |
void | SetGlobalMaximumNumberOfMultiSamples (int val) |
int | GetGlobalMaximumNumberOfMultiSamples () |
Protected Attributes |
int | MultiSamples |
long | OldMonitorSetting |