Reimplemented from OglGui::OglWindow. Definition at line 991 of file TextEdit.h. References EmptyChangeInfoDeque(), OglGui::OglWindow::ExitFunc(), redoDeque, and undoDeque. 00992 { 00993 EmptyChangeInfoDeque(undoDeque); 00994 EmptyChangeInfoDeque(redoDeque); 00995 Window::ExitFunc(); 00996 }
Here is the call graph for this function:
|