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

virtual void Impala::Visualization::GUI::PreviewBar::CheckBoxEvent ( CheckBox src,
bool  checked,
void *  userData 
) [inline, protected, virtual]

Reimplemented from OglGui::CheckBoxListener.

Definition at line 105 of file PreviewBar.h.

References mChecked, mListener, mListenerData, mName, Impala::Visualization::GUI::PreviewBarSelectionListener::PreviewBarSelectionEvent(), and UpdateBackgroundColor().

00106     {
00107         mChecked = checked;
00108         if (mListener)
00109             mListener->PreviewBarSelectionEvent(this, mName, checked,
00110                                                 mListenerData);
00111         UpdateBackgroundColor();
00112     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:52:07 2010 for ImpalaSrc by  doxygen 1.5.1