golib  0.5
goQtDisplay Class Reference

#include <goqtdisplay.h>

Public Slots

void repaint ()
 
void update ()
 

Public Member Functions

 goQtDisplay (QWidget *parent=0, const char *name=0, WFlags f=0)
 
void setBufferPtr (int **ptr)
 
void displayBuffer ()
 
void setBufferSize (int x, int y)
 

Protected Member Functions

void paintEvent (QPaintEvent *)
 

Protected Attributes

int ** buffer
 
int sizeX
 
int sizeY
 

Detailed Description

Preliminary Qt display (quick-hack). It is VERY slow, I just needed one fast and didn't care about speed. The next one will be native X11 ;-) You have to call setBufferSize() before you can display the buffer, otherwise you might get a segmentation fault.


The documentation for this class was generated from the following file: