Called when Execute member function encounters the end of the NEXUS data file, or the special comment [&LEAVE] is found between NEXUS blocks. Override this virtual base class function if your application needs to do anything at this point in the execution of a NEXUS data file (e.g. good opportunity to hide or destroy a dialog box showing progress). Be sure to call the Execute function with the `notifyStartStop' argument set to true, otherwise ExecuteStopping will not be called. Definition at line 1021 of file nxsreader.cpp. |