#include <TGo4CanvasStatus.h>
Inheritance diagram for TGo4CanvasStatus:
Public Methods | |
TGo4CanvasStatus () | |
TGo4CanvasStatus (TCanvas *par, Bool_t shortinfo=kFALSE) | |
Setup canvas status from exisiting canvas. More... | |
virtual | ~TGo4CanvasStatus () |
virtual Int_t | PrintStatus (Text_t *buffer=0, Int_t buflen=0) |
basic method to printout status information on stdout; to be overridden by specific subclass. More... | |
TCanvas * | CreateCanvas () |
GUI will decide from this the type of the remote object baseclass. In return this is used to create TCanvas on analysis from description.
Definition at line 32 of file TGo4CanvasStatus.h.
|
Definition at line 24 of file TGo4CanvasStatus.cxx. |
|
Setup canvas status from exisiting canvas. If shortinfo is true, the subpads are not scanned, but only the histogram names are retrieved. Definition at line 28 of file TGo4CanvasStatus.cxx. |
|
Definition at line 35 of file TGo4CanvasStatus.cxx. |
|
basic method to printout status information on stdout; to be overridden by specific subclass.
Reimplemented from TGo4ObjectStatus. Definition at line 39 of file TGo4CanvasStatus.cxx. References TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), TGo4ObjectStatus::PrintStatus(), and TRACE. |
|
Definition at line 74 of file TGo4CanvasStatus.cxx. Referenced by TGo4AnalysisObjectManager::SetCanvas(). |