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

TableWindowCell* Impala::Application::MediaTable::TableWindowColumn::GetCell ( int  index  )  [inline]

Definition at line 208 of file TableWindowColumn.h.

References mCache, mCellCache, mColumnName, mSource, and OglGui::OglWindow::SetNoMouseInput().

00209     {
00210         if (index >= mCellCache.size())
00211         {
00212             TableWindowCell *c = new TableWindowCell(this, mSource, mCache, mColumnName);
00213             oglSys.SetNoMouseInput(c->GetOGLWND(),1);
00214             mCellCache.push_back(c);
00215             return c;
00216         }
00217         return mCellCache[index];
00218     }

Here is the call graph for this function:


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