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

OGLIMAGE* OglGui::WindowTimeLine::LoadViewImage ( long long  id  )  [inline]

Definition at line 107 of file WindowTimeLine.h.

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

Referenced by LayoutViews().

00108     {
00109         if (!mOglImageCache || !mGetOglImageByIdI)
00110             return 0;
00111 
00112         OGLIMAGE* im = mOglImageCache->GetImage(id);
00113 
00114         if (!im && (im = mGetOglImageByIdI->GetOglImageById(id)))
00115             mOglImageCache->Add(im, id);
00116         return im;
00117     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:27:25 2011 for ImpalaSrc by  doxygen 1.5.1