#include <TGo4MonitoredObject.h>
Public Methods | |
TGo4MonitoredObject (const char *Name, TObject *Object,QWidget *Panel, TCanvas *Canvas, TPad *pad) | |
virtual | ~TGo4MonitoredObject () |
TCanvas * | GetCanvas () const |
QWidget * | GetPreViewPanel () const |
TPad * | GetPad () const |
TObject * | GetMonitoredObject () const |
void | SetCanvas (TCanvas *Canvas) |
void | SetPreViewPanel (QWidget *Panel) |
void | SetPad (TPad *pad) |
void | SetMonitoredObject (TObject *monitored) |
void | Draw (const char *fxOption=0) |
void | SetMonObjItem (TGo4QItem *Item) |
TGo4QItem * | GetMonObjItem () const |
Private Attributes | |
QWidget * | fxPanel |
TObject * | fxObject |
TCanvas * | fxCanvas |
TPad * | fxPad |
TGo4QItem * | fxMonObjItem |
Definition at line 30 of file TGo4MonitoredObject.h.
|
Definition at line 20 of file TGo4MonitoredObject.cxx. References fxMonObjItem. |
|
Definition at line 26 of file TGo4MonitoredObject.cxx. References fxObject. |
|
Definition at line 36 of file TGo4MonitoredObject.h. References fxCanvas. Referenced by TGo4QItem::UpdateDrawPad(). |
|
Definition at line 37 of file TGo4MonitoredObject.h. References fxPanel. Referenced by TGo4MonitoredListSlots::MonitorVisible(). |
|
Definition at line 38 of file TGo4MonitoredObject.h. References fxPad. Referenced by TGo4QItem::UpdateDrawPad(). |
|
Definition at line 39 of file TGo4MonitoredObject.h. References fxObject. Referenced by TGo4MonitoredListSlots::AddObject(), TGo4MainWindow::CheckHistogram(), TGo4FitPanelSlots::GetDropedObject(), TGo4MonitoredListStatus::GetMonitoredObject(), TGo4QItem::GetWorkObject(), TGo4MonitoredListStatus::RemoveMonitoredObject(), and TGo4MonitoredListSlots::SendToLocalList(). |
|
Definition at line 40 of file TGo4MonitoredObject.h. References fxCanvas. Referenced by TGo4QItem::AssignDrawPanel(), and TGo4QItem::UpdateDrawPad(). |
|
Definition at line 41 of file TGo4MonitoredObject.h. References fxPanel. Referenced by TGo4QItem::AssignDrawPanel(), and TGo4QItem::UpdateDrawPad(). |
|
Definition at line 42 of file TGo4MonitoredObject.h. References fxPad. Referenced by TGo4QItem::AssignDrawPanel(), and TGo4QItem::UpdateDrawPad(). |
|
Definition at line 43 of file TGo4MonitoredObject.h. References fxObject. Referenced by TGo4QItem::UpdateOnline(), and TGo4QCanvasItem::UpdateOnline(). |
|
Definition at line 31 of file TGo4MonitoredObject.cxx. References fxObject. |
|
Definition at line 45 of file TGo4MonitoredObject.h. References fxMonObjItem. Referenced by TGo4MonitoredListSlots::AddObject(), TGo4QItem::UpdateOnline(), and TGo4QCanvasItem::UpdateOnline(). |
|
Definition at line 46 of file TGo4MonitoredObject.h. References fxMonObjItem. Referenced by TGo4MonitoredListSlots::AddObject(). |
|
Definition at line 48 of file TGo4MonitoredObject.h. Referenced by GetPreViewPanel(), and SetPreViewPanel(). |
|
Definition at line 49 of file TGo4MonitoredObject.h. Referenced by Draw(), GetMonitoredObject(), SetMonitoredObject(), and ~TGo4MonitoredObject(). |
|
Definition at line 50 of file TGo4MonitoredObject.h. |
|
Definition at line 51 of file TGo4MonitoredObject.h. |
|
Definition at line 52 of file TGo4MonitoredObject.h. Referenced by GetMonObjItem(), SetMonObjItem(), and TGo4MonitoredObject(). |