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

void Impala::Application::MediaTable::TableWindow::ColumnCondense ( int  column  )  [inline]

Definition at line 204 of file TableWindow.h.

References HandleColumnPositions(), and mColumnCondense.

Referenced by MouseFunc().

00205     {
00206         if (column != mColumnCondense)
00207         {
00208             mColumnCondense = column;
00209             HandleColumnPositions();
00210         }
00211     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:46:51 2010 for ImpalaSrc by  doxygen 1.5.1