#include <TGo4ComSetCanvas.h>
Inheritance diagram for TGo4ComSetCanvas:
Public Methods | |
TGo4ComSetCanvas () | |
TGo4ComSetCanvas (const char *obname) | |
virtual | ~TGo4ComSetCanvas () |
Int_t | ExeCom () |
Do the command action. More... | |
void | SetCanvasStatus (TGo4CanvasStatus *stat) |
void | SetCanvasStatus (TCanvas *can) |
extract status from external canvas can. More... | |
Private Attributes | |
TGo4CanvasStatus * | fxStatus |
Status containing the canvas infos. More... |
If canvas of that name exists, it will be replaced by a new one.
Definition at line 30 of file TGo4ComSetCanvas.h.
|
Definition at line 33 of file TGo4ComSetCanvas.cxx. References kGo4ComModeController, TGo4Command::SetProtection(), TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 24 of file TGo4ComSetCanvas.cxx. References kGo4ComModeController, TGo4Command::SetProtection(), TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 43 of file TGo4ComSetCanvas.cxx. |
|
Do the command action.
Reimplemented from TGo4Command. Definition at line 48 of file TGo4ComSetCanvas.cxx. References TGo4Log::Debug(), fxStatus, TGo4AnalysisObjectCommand::GetObjectName(), TGo4Analysis::Instance(), TGo4Slave::SendStatusMessage(), TGo4Analysis::SetCanvas(), TGo4AnalysisObjectCommand::SetObjectName(), and TRACE. |
|
Definition at line 37 of file TGo4ComSetCanvas.h. References fxStatus. |
|
extract status from external canvas can.
Definition at line 94 of file TGo4ComSetCanvas.cxx. References fxStatus. |
|
Status containing the canvas infos.
Definition at line 45 of file TGo4ComSetCanvas.h. Referenced by ExeCom(), SetCanvasStatus(), and ~TGo4ComSetCanvas(). |