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

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

Definition at line 338 of file TableWindow.h.

References Impala::Application::VideoExcel::TableDataSource::DoUpdateSelectionEvent(), mSource, and Impala::Application::VideoExcel::TableDataSource::TransformMarkedTo().

Referenced by KeyboardFunc().

00339     {
00340         mSource->TransformMarkedTo(sourcemask, targetmask);
00341         mSource->DoUpdateSelectionEvent();
00342     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:50 2011 for ImpalaSrc by  doxygen 1.5.1