12 #ifndef ROOT_TProofProgressLog 13 #define ROOT_TProofProgressLog 102 void SetUrl(
const char *url) { fSessionUrl = url; }
TGNumberEntry * fLinesFrom
void LoadFile(const char *file)
Load a file in the window.
void Rebuild()
Rebuild the log info for a new entered session.
void CloseWindow()
Handle close button or when closed via window manager action.
void SetUrl(const char *url)
TGTextButton * fUrlButton
TProofProgressDialog * fDialog
virtual ~TProofProgressLog()
Destructor.
TGCheckButton * fAllLines
TGCheckButton * fGrepCheckCmd
void LogMessage(const char *msg, Bool_t all)
Load/append a log msg in the log frame, if open.
#define ClassDef(name, id)
TGCheckButton * fGrepCheckInv
TGTextButton * fGrepButton
void DoLog(Bool_t grep=kFALSE)
Display logs.
void Popup()
Show log window.
void Clear(Option_t *=0)
Clear log window.
void SetGrepView()
Sets the view of grep filters according to the value of checkboxes.
void NoLineEntry()
Enable/disable the line number entry.
TProofProgressLog(TProofProgressDialog *d, Int_t w=700, Int_t h=600)
Create a window frame for log messages.
TGVerticalFrame * fVworkers
TGSplitButton * fAllWorkers
void LoadBuffer(const char *buffer)
Load a text buffer in the window.
void Init(Int_t w=700, Int_t h=600)
Init window frame for log messages.
void SaveToFile()
Save the logs to a file Only the name of the file is taken, no expansion.
void BuildLogList(Bool_t create=kFALSE)
Build the list of workers.
void Select(Int_t id, Bool_t all=kTRUE)
actions of select all/clear all button
void AddBuffer(const char *buffer)
Add text to the window.
TGCheckButton * fRawLines
Implementation of the PROOF session log handler.