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

void OglGui::Transition::DoBlock ( int  mode,
int  x,
int  y,
int  w,
int  h 
) [inline]

Definition at line 119 of file Transition.h.

References BlockSlide(), and OpenCircle().

Referenced by DisplayFunc().

00120     {
00121         if (!mode)
00122             return;
00123         if (mode > 0 && mode < 16)
00124             BlockSlide(mode,x,y,w,h);
00125         else //if (mode < 18)
00126             OpenCircle(mode-16,x,y,w,h);
00127     }

Here is the call graph for this function:


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