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

void Impala::Application::MediaTable::TableWindow::TransformMarkedSelectionTo ( int  sourcemask,
int  targetmask 
) [inline]

Definition at line 484 of file TableWindow.h.

References Impala::Application::MediaTable::TableDataView::DoUpdateSelectionEvent(), Impala::Application::MediaTable::TableDataViewController::GetTableDataView(), ILOG_SYSTEM, and Impala::Application::MediaTable::TableDataView::TransformMarkedTo().

00485     {
00486                 ILOG_SYSTEM("transform marked from " << sourcemask << " to " << targetmask);
00487         GetTableDataView()->TransformMarkedTo(sourcemask, targetmask);
00488         GetTableDataView()->DoUpdateSelectionEvent();
00489     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:38 2011 for ImpalaSrc by  doxygen 1.5.1