Logo ROOT  
Reference Guide
TSessionLogView.h
Go to the documentation of this file.
1// @(#)root/sessionviewer:$Id$
2// Author: Bertrand Bellenot, Gerri Ganis 15/09/2005
3
4/*************************************************************************
5 * Copyright (C) 1995-2005, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef ROOT_TSessionLogView
13#define ROOT_TSessionLogView
14
15#include "TGFrame.h"
16
17#include "TGButton.h"
18
19#include "TGTextView.h"
20
21class TSessionViewer;
22
24
25private:
26 TSessionViewer *fViewer; // pointer on main viewer
27 TGTextView *fTextView; // Text view widget
28 TGTextButton *fClose; // OK button
29 TGLayoutHints *fL1; // layout of TGTextEdit
30 TGLayoutHints *fL2; // layout of OK button
31
32public:
34 virtual ~TSessionLogView();
35
36 void AddBuffer(const char *buffer);
37 void LoadBuffer(const char *buffer);
38 void LoadFile(const char *file);
39
40 Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
41
42 void CloseWindow();
43 void ClearLogView();
44 void Popup();
45 void SetTitle();
46
47 ClassDef(TSessionLogView, 0) // PROOF progress dialog
48};
49
50#endif
#define h(i)
Definition: RSha256.hxx:106
unsigned int UInt_t
Definition: RtypesCore.h:42
long Long_t
Definition: RtypesCore.h:50
bool Bool_t
Definition: RtypesCore.h:59
#define ClassDef(name, id)
Definition: Rtypes.h:326
TGLayoutHints * fL1
TSessionLogView(TSessionViewer *viewer, UInt_t w, UInt_t h)
Create an editor in a dialog.
void LoadFile(const char *file)
Load a file in the editor.
TGTextButton * fClose
void LoadBuffer(const char *buffer)
Load a text buffer in the editor.
TSessionViewer * fViewer
void AddBuffer(const char *buffer)
Load a text buffer in the editor.
virtual ~TSessionLogView()
TGTextView * fTextView
TGLayoutHints * fL2
void Popup()
Show editor.
void SetTitle()
Set title in editor window.
void CloseWindow()
Called when closed via window manager action.
void ClearLogView()
Clear log window.
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
Process OK button.
Definition: file.py:1