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

void OglGui::LayoutComponent::StopLayoutListening (  ) 

Definition at line 8 of file LayoutComponent.cpp.

References mLayoutFollowers, and mLayoutLeaders.

Referenced by ~LayoutComponent().

00009 {
00010     int i;
00011 
00012     for (i=(int)mLayoutFollowers.size()-1 ; i>=0 ; i--)
00013         delete mLayoutFollowers[i];
00014 
00015     for (i=(int)mLayoutLeaders.size()-1 ; i>=0 ; i--)
00016         delete mLayoutLeaders[i];
00017 }


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