]> git.cworth.org Git - apitrace/commit
Display captured snapshots as thumbnails.
authorDan McCabe <zen3d.linux@gmail.com>
Tue, 6 Mar 2012 01:20:40 +0000 (17:20 -0800)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 11 Mar 2012 14:23:59 +0000 (14:23 +0000)
commit10bd424f3acbbf4275c160302898018ce795d17d
tree3e58a543384265bde20a040ec26e8197f1ab1e7b
parent66dfdda1767b11e132c259adb6c1872dc2e1fff6
Display captured snapshots as thumbnails.

Once snapshots are captured after being generated by glretrace, they are
then displayed in the GUI app, qapitrace.

The retracer passes a list of thumbnails to the main window. The main
window in turn binds those thumbnails to the ApiTraceFrames for later
display.

When the ApiTrace events are displayed, if a frame is being display, its
thumbnail is queried. That thumbnail is then displayed at the
front of the line for a frame.
gui/apicalldelegate.cpp
gui/apitrace.cpp
gui/apitrace.h
gui/apitracecall.cpp
gui/apitracecall.h
gui/apitracemodel.cpp
gui/apitracemodel.h
gui/mainwindow.cpp
gui/mainwindow.h