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

void OglGui::ScrollBar::SetCompRoundness ( Comp  comp,
float  r0,
float  r1,
float  r2,
float  r3 
) [inline]

Definition at line 92 of file ScrollBar.h.

References All, Decr, Incr, mButDecr, mButIncr, mButThumb, OglGui::OglWindow::SetRoundness(), and Thumb.

00093     {
00094         Window   *wnd = 0;
00095         switch(comp)
00096         {
00097         case All:
00098             mButIncr->SetRoundness(r0, r1, r2, r3);
00099             mButDecr->SetRoundness(r0, r1, r2, r3);
00100             mButThumb->SetRoundness(r0, r1, r2, r3);
00101         break;
00102         case Incr: wnd = mButIncr; break;
00103         case Thumb: wnd = mButThumb; break;
00104         case Decr: wnd = mButDecr; break;
00105         }
00106         if (wnd && comp != All)
00107             wnd->SetRoundness(r0, r1, r2, r3);
00108     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:04:58 2010 for ImpalaSrc by  doxygen 1.5.1