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

OGLVIEW* Impala::Application::VideoExcel::TableViewCache::GetViewFromCache ( int  id  )  [inline]

Definition at line 19 of file TableViewCache.h.

References mViews, and UpdateLRU().

Referenced by ProcessDelayLoad(), Impala::Application::VideoExcel::TableWindow::SetZoomView(), Impala::Application::VideoExcel::GridWindow::SetZoomView(), and ShowView().

00020     {
00021         for (int i=0; i<mViews.size(); i++)
00022         {
00023             if ((void*)id == (mViews[i]->UserData1))
00024             {
00025                 UpdateLRU(i);
00026                 return mViews[i];
00027             }
00028         }
00029         return 0;
00030     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:54:31 2010 for ImpalaSrc by  doxygen 1.5.1