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

void OglGui::TextEdit::PublishChange (  )  [inline]

Definition at line 255 of file TextEdit.h.

References mListener, mListenerData, and OglGui::TextEditListener::TextEditChangedEvent().

Referenced by BackSpace(), Cut(), DeleteKey(), DeleteSelection(), InsertKey(), InsertString(), Paste(), RedoAction(), SetText(), and UndoAction().

00256     {
00257         if (mListener)
00258             mListener->TextEditChangedEvent(this, mListenerData);
00259     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:27:04 2011 for ImpalaSrc by  doxygen 1.5.1