Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:15:37 2011 for ImpalaSrc by  doxygen 1.5.1