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

virtual void Impala::Application::SDash::CameraEventListPane::OnRadioChange ( RadioGroup src,
int  nr,
void *  data 
) [inline, virtual]

Reimplemented from OglGui::RadioGroupListener.

Definition at line 78 of file CameraEventListPane.h.

References mCameraEventList, mScrollWnd, Impala::Application::SDash::CameraEventList::SelectTopCameraEvent(), OglGui::ScrollBar::SetNewPos(), Impala::Application::SDash::CameraEventList::ShowAllCameras(), Impala::Application::SDash::CameraEventList::ShowCameraWithId(), and OglGui::ScrollWnd::VerticalScrollBar().

00079     {
00080         if (nr == 15)
00081             mCameraEventList->ShowAllCameras();
00082         else
00083         {
00084             int camId = nr + 1; // starting at 1
00085             mCameraEventList->ShowCameraWithId(camId);
00086         }
00087         mScrollWnd->VerticalScrollBar()->SetNewPos(0);
00088         mCameraEventList->SelectTopCameraEvent();
00089     }

Here is the call graph for this function:


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