Public Member Functions | |
Spy () | |
~Spy () | |
void | Connect () |
void | DoButton () |
Private Attributes | |
TGMainFrame * | fMain |
TRootEmbeddedCanvas * | fCanvas |
TGHorizontalFrame * | fHorz |
TGHorizontalFrame * | fHorz2 |
TGLayoutHints * | fLbut |
TGLayoutHints * | fLhorz |
TGLayoutHints * | fLcan |
TGButton * | fHpx |
TGButton * | fHpxpy |
TGButton * | fHprof |
TGButton * | fConnect |
TGButton * | fQuit |
TSocket * | fSock |
TH1 * | fHist |
Definition at line 22 of file spy.C.
Spy::Spy | ( | ) |
Definition at line 99 of file spy.C.
References TGCompositeFrame::AddFrame(), TQObject::Connect(), fCanvas, fConnect, fHist, fHorz, fHorz2, fHprof, fHpx, fHpxpy, fLbut, fLcan, fLhorz, fMain, fQuit, TGCompositeFrame::GetDefaultSize(), kButtonDisabled, kDeepCleanup, kLHintsCenterX, kLHintsCenterY, kLHintsExpandX, TGCompositeFrame::MapSubwindows(), TGFrame::MapWindow(), TGFrame::Resize(), TGCompositeFrame::SetCleanup(), TGWidget::SetCommand(), TGButton::SetState(), and TGMainFrame::SetWindowName().
Spy::~Spy | ( | ) |
void Spy::Connect | ( | ) |
Definition at line 89 of file spy.C.
References fConnect, fHprof, fHpx, fHpxpy, fSock, kButtonDisabled, kButtonUp, and TGButton::SetState().
void Spy::DoButton | ( | ) |
Definition at line 50 of file spy.C.
References xmlio::Class, TH1::Draw(), Error, fCanvas, fHist, fSock, TRootEmbeddedCanvas::GetCanvas(), TMessage::GetClass(), gTQSender, TClass::InheritsFrom(), TSocket::IsValid(), TPad::Modified(), TBufferFile::ReadObject(), TSocket::Recv(), TSocket::Send(), TCanvas::Update(), and TGWidget::WidgetId().
TGMainFrame* Spy::fMain [private] |
TRootEmbeddedCanvas* Spy::fCanvas [private] |
TGHorizontalFrame* Spy::fHorz [private] |
TGHorizontalFrame* Spy::fHorz2 [private] |
TGLayoutHints* Spy::fLbut [private] |
TGLayoutHints* Spy::fLhorz [private] |
TGLayoutHints* Spy::fLcan [private] |
TGButton* Spy::fHpxpy [private] |
TGButton* Spy::fHprof [private] |
TGButton* Spy::fConnect [private] |
TGButton* Spy::fQuit [private] |
TSocket* Spy::fSock [private] |
TH1* Spy::fHist [private] |