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

TableCell* Impala::Application::VideoExcel::TableColumn::GetCell ( int  index  )  [inline, private]

Definition at line 240 of file TableColumn.h.

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

Referenced by UpdateRows().

00241     {
00242         if (index >= mCellCache.size())
00243         {
00244             TableCell *c = new TableCell(this, mSource, mCache, mColumnName);
00245             oglSys.SetNoMouseInput(c->GetOGLWND(),1);
00246             mCellCache.push_back(c);
00247             return c;
00248         }
00249         return mCellCache[index];
00250     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:53:41 2010 for ImpalaSrc by  doxygen 1.5.1