Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:26:34 2011 for ImpalaSrc by  doxygen 1.5.1