PDA

View Full Version : Re-implementing blit() of QScreen class



node_ex
16th February 2009, 07:36
Hi,

I want to re-implement blit function of QScreen class. I have gone through source code of QScreen, there he used

"d_ptr->blit(this, img, topLeft - offset(),(reg & bound).translated(-topLeft));"

How to reimplement for my device(N810) for which Maemo hasn't given QScreen class. What is the underlying code for that function.

Thanks & Regards,
node_ex.