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:
|