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

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

Reimplemented from OglGui::CheckBoxListener.

Definition at line 36 of file TableControlBarWindow.h.

References CHECK_PREVIEW, CHECK_VZOOM, CHECK_ZOOM, mTable, Impala::Application::MediaTable::TableWindow::SetAutoZoom(), Impala::Application::MediaTable::TableWindow::SetColumnCondense(), and Impala::Application::MediaTable::TableWindow::SetShowPreview().

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

Here is the call graph for this function:


Generated on Fri Mar 19 10:44:54 2010 for ImpalaSrc by  doxygen 1.5.1