#include "TProofProgressLog.h"

TProofProgressLog


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

class TProofProgressLog

Inheritance Chart:
TProofProgressLog

    public:
TProofProgressLog(TProofProgressDialog* d) TProofProgressLog(const TProofProgressLog&) virtual ~TProofProgressLog() void AddBuffer(const char* buffer) static TClass* Class() void Clear() void CloseWindow() void DoClose() virtual TClass* IsA() const void LoadBuffer(const char* buffer) void LoadFile(const char* file) TProofProgressLog& operator=(const TProofProgressLog&) void Popup() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TGTransientFrame* fMain main frame of this widget TGTextView* fText text widget TGTextButton* fClose close button TProofProgressDialog* fDialog owner dialog

Class Description


TProofProgressLog(TProofProgressDialog *d)
 Create a window frame for log messages.

~TProofProgressLog()
 Delete log window.

void Popup()
 Show log window.

void Clear()
 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 DoClose()
 Handle close button.

void CloseWindow()
 Called when closed via window manager action.



Inline Functions


                   TClass* Class()
                   TClass* IsA() const
                      void ShowMembers(TMemberInspector& insp, char* parent)
                      void Streamer(TBuffer& b)
                      void StreamerNVirtual(TBuffer& b)
         TProofProgressLog TProofProgressLog(const TProofProgressLog&)
        TProofProgressLog& operator=(const TProofProgressLog&)


Author: G Ganis, Jul 2005
Last update: root/proof:$Name: $:$Id: TProofProgressLog.cxx,v 1.1 2005/08/30 10:25:29 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.