Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:26:15 2011 for ImpalaSrc by  doxygen 1.5.1