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

void OglGui::CheckBox::PublishSelection (  )  [inline]

Definition at line 42 of file CheckBox.h.

References OglGui::CheckBoxListener::CheckBoxEvent(), mCheckBoxListener, mCheckBoxListenerData, and mSelected.

Referenced by DoSelect(), and MouseFunc().

00043     {
00044         if (!mCheckBoxListener)
00045             return;
00046         mCheckBoxListener->CheckBoxEvent(this,mSelected,mCheckBoxListenerData);
00047     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:59:02 2010 for ImpalaSrc by  doxygen 1.5.1