63 title.
Form(
"PROOF Processing Logs: %s", (
fViewer->GetActDesc()->fProof ?
64 fViewer->GetActDesc()->fProof->GetMaster() :
"<dummy>"));
119 if (
fViewer->GetActDesc()->fProof) {
120 fViewer->GetActDesc()->fProof->Disconnect(
121 "LogMessage(const char*,Bool_t)",
fViewer,
122 "LogMessage(const char*,Bool_t)");
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void w
TGDimension GetDefaultSize() const override
std::cout << fWidth << "x" << fHeight << std::endl;
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=nullptr)
Add frame to the composite frame using the specified layout hints.
void MapSubwindows() override
Map all sub windows that are part of the composite frame.
void Resize(UInt_t w=0, UInt_t h=0) override
Resize the frame.
void MapWindow() override
map window
This class describes layout hints used by the layout classes.
void SetIconName(const char *name)
Set window icon name. This is typically done via the window manager.
void SetWindowName(const char *name=nullptr) override
Set window name. This is typically done via the window manager.
Yield an action as soon as it is clicked.
A TGTextView is a text viewer widget.
A TGText is a multi line text buffer.
Bool_t LoadBuffer(const char *txtbuf)
Load a 0 terminated buffer. Lines will be split at ' '.
TGTransientFrame(const TGTransientFrame &)=delete
virtual void DestroyWindow()
destroy window
Dialog used to display session logs from the session viewer.
~TSessionLogView() override
TSessionLogView(TSessionViewer *viewer, UInt_t w, UInt_t h)
Create an editor in a dialog.
Bool_t ProcessMessage(Longptr_t msg, Longptr_t parm1, Longptr_t parm2) override
Process OK button.
void LoadFile(const char *file)
Load a file in the editor.
void LoadBuffer(const char *buffer)
Load a text buffer in the editor.
void AddBuffer(const char *buffer)
Load a text buffer in the editor.
void SetTitle()
Set title in editor window.
void CloseWindow() override
Called when closed via window manager action.
void ClearLogView()
Clear log window.
Widget used to manage PROOF or local sessions, PROOF connections, queries construction and results ha...
void Form(const char *fmt,...)
Formats a string using a printf style format descriptor.