Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:47:04 2010 for ImpalaSrc by  doxygen 1.5.1