Reimplemented from Impala::Core::Database::DataDocumentListener. Definition at line 109 of file SegmentationDocumentGuiStills.h. References HandleNewFile(), and mForceUpdate. Referenced by Impala::Application::WindowTrecSearch::KeyEvent(). 00110 { 00111 // ILOG_DEBUG("HandleNewKey: " << c); 00112 if (c == 'u') 00113 { 00114 mForceUpdate = true; 00115 HandleNewFile(); 00116 } 00117 }
Here is the call graph for this function:
|