#include <TGo4ComAutosave.h>
Inheritance diagram for TGo4ComAutosave:
Public Methods | |
TGo4ComAutosave () | |
virtual | ~TGo4ComAutosave () |
Int_t | ExeCom () |
Do the command action. More... | |
void | SetAutoSaveCompression (Int_t i=5) |
void | SetAutoSaveOverwrite (Bool_t over=kTRUE) |
void | SetAutoFileName (const char *name) |
const char * | GetAutoFileName () const |
Private Attributes | |
Int_t | fiAutoSaveCompression |
compression level for autosave file. More... | |
Int_t | fbAutoSaveOverwrite |
overwrite mode for autosave (true) or append mode (false). More... | |
TString | fxAutoFileName |
Name of the autosave file. More... |
Definition at line 28 of file TGo4ComAutosave.h.
|
Definition at line 22 of file TGo4ComAutosave.cxx. References kGo4ComModeController, TGo4Command::SetProtection(), TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 32 of file TGo4ComAutosave.cxx. References TRACE. |
|
Do the command action.
Reimplemented from TGo4Command. Definition at line 37 of file TGo4ComAutosave.cxx. References TGo4Analysis::AutoSave(), TGo4Log::Debug(), fbAutoSaveOverwrite, fiAutoSaveCompression, GetAutoFileName(), TGo4Analysis::Instance(), TGo4Analysis::IsAutoSaveOn(), TGo4Slave::SendStatusMessage(), TGo4Analysis::SetAutoSave(), TGo4Analysis::SetAutoSaveFile(), and TRACE. |
|
Definition at line 38 of file TGo4ComAutosave.h. References fiAutoSaveCompression, and i. Referenced by TGo4AnalysisConfigurationSlots::WriteAutoSave(). |
|
Definition at line 41 of file TGo4ComAutosave.h. References fbAutoSaveOverwrite. Referenced by TGo4AnalysisConfigurationSlots::WriteAutoSave(). |
|
Definition at line 51 of file TGo4ComAutosave.h. References fxAutoFileName. Referenced by TGo4AnalysisConfigurationSlots::WriteAutoSave(). |
|
Definition at line 53 of file TGo4ComAutosave.h. References fxAutoFileName. Referenced by ExeCom(). |
|
compression level for autosave file.
Definition at line 58 of file TGo4ComAutosave.h. Referenced by ExeCom(), and SetAutoSaveCompression(). |
|
overwrite mode for autosave (true) or append mode (false).
Definition at line 61 of file TGo4ComAutosave.h. Referenced by ExeCom(), and SetAutoSaveOverwrite(). |
|
Name of the autosave file. Replaces previously set name Definition at line 64 of file TGo4ComAutosave.h. Referenced by GetAutoFileName(), and SetAutoFileName(). |