You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/examples/opengl/overlay
Michele Calgaro fb401a891f
Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT
4 months ago
..
README Automated update from Qt3 9 years ago
globjwin.cpp Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT 4 months ago
globjwin.h Automated update from Qt3 12 years ago
glteapots.cpp Automated update from Qt3 11 years ago
glteapots.h Automated update from Qt3 12 years ago
main.cpp Automated conversion from qt3 12 years ago
overlay.doc qt -> tqt conversion: 6 years ago
overlay.pro Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago

README

The overlay example

This example program shows how to use OpenGL overlays with the TQt OpenGL
Extension. It contains a QGLWidget with a relatively expensive
redrawing operation, and rubber-band drawing in the overlay plane.
Using the overlay has the advantage that the rubber-band may be drawn
and erased without damaging the image in the main plane, so costly
redraws are avoided.