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

virtual void Impala::Application::VideoExcel::TableControlBarWindow::CheckBoxEvent ( CheckBox src,
bool  checked,
void *  userData 
) [inline, virtual]

Reimplemented from OglGui::CheckBoxListener.

Definition at line 38 of file TableControlBarWindow.h.

References CHECK_GRID, CHECK_PREVIEW, CHECK_ZOOM, mTable, Impala::Application::VideoExcel::TableWindow::SetAutoZoom(), Impala::Application::VideoExcel::TableWindow::SetShowPreview(), and SwitchMode().

00039     {
00040         int idx = (long long)userData;
00041         switch (idx)
00042         {
00043             case CHECK_GRID:
00044                 SwitchMode(checked);
00045                 break;
00046             case CHECK_ZOOM:
00047                 mTable->SetAutoZoom(checked);
00048                 break;
00049             case CHECK_PREVIEW:
00050                 mTable->SetShowPreview(checked);
00051                 break;
00052         }
00053     }

Here is the call graph for this function:


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