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

void Impala::Application::MediaTable::TableWindowColumn::HideCellsFrom ( int  index  )  [inline]

Definition at line 220 of file TableWindowColumn.h.

References mCellCache, and OglGui::OglWindow::SetVisible().

00220                                   {
00221         // ensure the rest is not used/invisible:
00222         for (int i=index; i<mCellCache.size(); i++)
00223                 mCellCache[i]->SetVisible(false);
00224     }

Here is the call graph for this function:


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