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

virtual OglGui::LayoutListener::~LayoutListener (  )  [inline, virtual]

Definition at line 24 of file LayoutListener.h.

References mFollower, mLeader, OglGui::LayoutComponent::RemoveLayoutFollower(), and OglGui::LayoutComponent::RemoveLayoutLeader().

00025     {
00026         mLeader->RemoveLayoutFollower(this);
00027         mFollower->RemoveLayoutLeader(this);
00028     }

Here is the call graph for this function:


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