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

OGLIMAGE* Impala::Application::MediaTable::RandomImageWindow::LoadViewImage ( long long  id  )  [inline, protected]

Definition at line 71 of file RandomImageWindow.h.

References OglGui::OglImageCache::Add(), OglGui::OglImageCache::GetImage(), OglGui::GetOglImageByIdInterface::GetOglImageById(), mGetOglImageByIdI, and mOglImageCache.

Referenced by ShowImages().

00072     {
00073         if (!mOglImageCache || !mGetOglImageByIdI)
00074             return 0;
00075                 
00076         OGLIMAGE* im = mOglImageCache->GetImage(id);
00077                 
00078         if (!im && (im = mGetOglImageByIdI->GetOglImageById(id)))
00079             mOglImageCache->Add(im, id);
00080         return im;
00081     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:43:58 2010 for ImpalaSrc by  doxygen 1.5.1