golib
0.5
|
#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 |
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.