Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:07:55 2010 for ImpalaSrc by  doxygen 1.5.1