NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CReportEditingDialog |
Namespaces | |
NEditingStats | |
NMacroStats | |
Functions | |
void | NEditingStats::ReportUsage (const wxString &dialog_name) |
Report opening & accepting events in the editing package. More... | |
void | NEditingStats::ReportSubWizardUsage (const string &action_name) |
Report usage of the submission wizard dialog. More... | |
void | NMacroStats::ReportUsage (const wxString &dialog_name, const string &action_name) |
Report events in the macro_flow_editor and in the macro_editor. More... | |
void | NMacroStats::ReportMacroExecution () |
Report when a macro is executed. More... | |
void | NMacroStats::SaveScriptCreated (const string ¯o) |
Save macro created by the editor. More... | |
void | NMacroStats::SaveScriptFromLibrary (const string ¯o) |
Save macro obtained from the library. More... | |
void | NMacroStats::SaveScriptToFile (const string ¯o, const string &filename) |
Save macro to a file. More... | |
void | NMacroStats::ReportMacroToBeUpdated (const string &username, const string &filename, const string &action) |
Report attempt to update a local macro script. More... | |