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

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

Definition at line 88 of file LayoutComponent.h.

References mLayoutLeaders.

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

00089     {
00090         for (unsigned int i=0 ; i<mLayoutLeaders.size() ; i++)
00091         {
00092             if (mLayoutLeaders[i] == listener)
00093             {
00094                 mLayoutLeaders.erase(mLayoutLeaders.begin() + i);
00095                 break;
00096             }
00097         }
00098     }


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