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

void OglGui::LayoutComponent::RemoveLayoutFollower ( LayoutListener listener  )  [inline]

Definition at line 76 of file LayoutComponent.h.

References mLayoutFollowers.

Referenced by OglGui::LayoutListener::~LayoutListener().

00077     {
00078         for (unsigned int i=0 ; i<mLayoutFollowers.size() ; i++)
00079         {
00080             if (mLayoutFollowers[i] == listener)
00081             {
00082                 mLayoutFollowers.erase(mLayoutFollowers.begin() + i);
00083                 break;
00084             }
00085         }
00086     }


Generated on Fri Mar 19 12:02:23 2010 for ImpalaSrc by  doxygen 1.5.1