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

void OglGui::Tabs::ActivateNextTab (  )  [inline]

Definition at line 159 of file Tabs.h.

References mActiveTabId, mCanvasList, and SetActiveTab().

Referenced by Impala::Application::MediaTable::MediaTable::ActivateLastTab().

00160     {
00161         int sz = mCanvasList.size();
00162 
00163         if (sz > 0)
00164             SetActiveTab((mActiveTabId+1) % sz);
00165     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:07:32 2010 for ImpalaSrc by  doxygen 1.5.1