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

virtual void Impala::Application::SDash::CameraEventList::ButtonSelectionEvent ( Button src,
void *  userData 
) [inline, virtual]

Reimplemented from OglGui::ButtonListener.

Definition at line 144 of file CameraEventList.h.

References mBtnListener, mBtnListenerData, mCurrentButton, and OglGui::Button::SetSelected().

00145     {
00146         if (mCurrentButton)
00147             mCurrentButton->SetSelected(false);
00148         src->SetSelected(true);
00149         mCurrentButton = (CameraEventButton*) src;
00150 
00151         if (mBtnListener)
00152             mBtnListener->ButtonSelectionEvent(mCurrentButton,mBtnListenerData);
00153     }

Here is the call graph for this function:


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