library: libTreeViewer
#include "TSessionLogView.h"

TSessionLogView


class description - header file - source file - inheritance tree (.pdf)

class TSessionLogView : public TGTransientFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
<-
TGMainFrame
<-
TGTransientFrame
<-
TSessionLogView
    public:
TSessionLogView(TSessionViewer* viewer, UInt_t w, UInt_t h) TSessionLogView(const TSessionLogView&) virtual ~TSessionLogView() void AddBuffer(const char* buffer) static TClass* Class() void ClearLogView() virtual void CloseWindow() virtual TClass* IsA() const void LoadBuffer(const char* buffer) void LoadFile(const char* file) void Popup() virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2) void SetTitle() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TSessionViewer* fViewer pointer on main viewer TGTextView* fTextView Text view widget TGTextButton* fClose OK button TGLayoutHints* fL1 layout of TGTextEdit TGLayoutHints* fL2 layout of OK button

Class Description

TSessionLogView(TSessionViewer *viewer, UInt_t w, UInt_t h)
virtual ~TSessionLogView()
void AddBuffer(const char *buffer)
void LoadBuffer(const char *buffer)
void LoadFile(const char *file)
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
void CloseWindow()
void ClearLogView()
void Popup()
void SetTitle()

Last update: Tue Jul 11 11:59:22 2006


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.