Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

virtual void Impala::Application::IDash::ScreenPlay::ButtonSelectionEvent ( Button *  src,
void *  vData 
) [inline, virtual]

Definition at line 104 of file ScreenPlay.h.

References BTN_PLAY, BTN_REWIND, BTN_STOP, BTN_TOBROWSER, ILOG_USER, Play(), Rewind(), Stop(), and ToBrowser().

00105     {
00106         int userData = (long long) vData;
00107         switch (userData) {
00108             case BTN_PLAY:
00109                 ILOG_USER("BTN: play");
00110                 Play();
00111             break;
00112             case BTN_STOP:
00113                 ILOG_USER("BTN: stop");
00114                 Stop();
00115             break;
00116             case BTN_REWIND:
00117                 ILOG_USER("BTN: rewind");
00118                 Rewind();
00119             break;
00120             case BTN_TOBROWSER:
00121                 ILOG_USER("BTN: to browser");
00122                 ToBrowser();
00123             break;
00124         }
00125     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:05 2011 for ImpalaSrc by  doxygen 1.5.1