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

void Impala::Application::MediaTable::TableWindow::SetGetOglImageByIdInterface ( OglGui::GetOglImageByIdInterface i  )  [inline]

Definition at line 120 of file TableWindow.h.

References mColumns.

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

00121     {
00122         std::vector<TableWindowColumn*>::iterator iter;
00123         for(iter = mColumns.begin(); iter != mColumns.end(); iter++)
00124         {
00125                 TableViewCache* cache = (*iter)->GetViewCache();
00126                 if(cache)
00127                         cache->SetGetOglImageByIdInterface(i);
00128         }
00129     }


Generated on Thu Jan 13 09:15:37 2011 for ImpalaSrc by  doxygen 1.5.1