library: libProofGui
#include "TProofProgressLog.h"

TProofProgressLog


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

class TProofProgressLog : public TGTransientFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
<-
TGMainFrame
<-
TGTransientFrame
<-
TProofProgressLog

    public:
TProofProgressLog(TProofProgressDialog* d, Int_t w = 700, Int_t h = 300) TProofProgressLog(const TProofProgressLog&) virtual ~TProofProgressLog() void AddBuffer(const char* buffer) static TClass* Class() virtual void Clear(Option_t* = "0") virtual void CloseWindow() virtual TClass* IsA() const void LoadBuffer(const char* buffer) void LoadFile(const char* file) void Popup() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TGTextView* fText text widget TGTextButton* fClose close button TProofProgressDialog* fDialog owner dialog

Class Description

TProofProgressLog(TProofProgressDialog *d, Int_t w, Int_t h)
 Create a window frame for log messages.
~TProofProgressLog()
 Delete log window.
void Popup()
 Show log window.
void Clear(Option_t *)
 Clear log window.
void LoadBuffer(const char *buffer)
 Load a text buffer in the window.
void LoadFile(const char *file)
 Load a file in the window.
void AddBuffer(const char *buffer)
 Add text to the window.
void CloseWindow()
 Handle close button or when closed via window manager action.
TProofProgressLog(TProofProgressDialog *d, Int_t w = 700, Int_t h = 300)

Author: G Ganis, Jul 2005
Last update: root/proof:$Name: $:$Id: TProofProgressLog.cxx,v 1.2 2006/06/13 20:48:54 rdm Exp $
Copyright (C) 1995-2005, Rene Brun and Fons Rademakers. *


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.