Inheritance diagram for MyMainFrame:
Definition at line 14 of file buttonChangelabel.C.
Definition at line 63 of file buttonChangelabel.C.
References TGCompositeFrame::AddFrame(), TQObject::Connect(), fCframe, fExit, fPause, fStart, TGCompositeFrame::GetDefaultSize(), kFALSE, kFixedWidth, kHorizontalFrame, kLHintsCenterX, kLHintsExpandX, kLHintsTop, TGCompositeFrame::MapSubwindows(), TGFrame::MapWindow(), pause, TGFrame::Resize(), TGButton::SetToolTipText(), TGMainFrame::SetWindowName(), start, and TGCompositeFrame::TGCompositeFrame().
MyMainFrame::~MyMainFrame | ( | ) | [virtual] |
Definition at line 96 of file buttonChangelabel.C.
References TGCompositeFrame::Cleanup(), and fCframe.
virtual MyMainFrame::~MyMainFrame | ( | ) | [virtual] |
virtual MyMainFrame::~MyMainFrame | ( | ) | [virtual] |
virtual MyMainFrame::~MyMainFrame | ( | ) | [virtual] |
virtual MyMainFrame::~MyMainFrame | ( | ) | [virtual] |
virtual MyMainFrame::~MyMainFrame | ( | ) | [virtual] |
virtual MyMainFrame::~MyMainFrame | ( | ) | [virtual] |
virtual MyMainFrame::~MyMainFrame | ( | ) | [virtual] |
virtual MyMainFrame::~MyMainFrame | ( | ) | [virtual] |
void MyMainFrame::ChangeStartLabel | ( | ) |
Definition at line 31 of file buttonChangelabel.C.
References fStart, kButtonDown, kButtonUp, kFALSE, kTRUE, TGButton::SetState(), TGTextButton::SetText(), and start.
void MyMainFrame::ChangePauseLabel | ( | ) |
Definition at line 47 of file buttonChangelabel.C.
References fPause, kButtonDown, kButtonUp, kFALSE, kTRUE, pause, TGButton::SetState(), and TGTextButton::SetText().
void MyMainFrame::DoExit | ( | ) |
Definition at line 47 of file guilabels.C.
References gApplication, Printf(), and TApplication::Terminate().
void MyMainFrame::DoSwitch | ( | ) |
Definition at line 30 of file guilabels.C.
References TGLabel::Disable(), TGLabel::Enable(), fLbl1, fLbl2, fLbl3, fLbl4, and TGLabel::IsDisabled().
void MyMainFrame::DoExit | ( | ) |
void MyMainFrame::DoExit | ( | ) |
void MyMainFrame::HandleButtons | ( | ) |
Definition at line 99 of file listBox.C.
References fCheckMulti, fListBox, TGButton::GetState(), gTQSender, id, TGListBox::SetMultipleSelections(), and TGWidget::WidgetId().
void MyMainFrame::PrintSelected | ( | ) |
Definition at line 113 of file listBox.C.
References TList::Clear(), fListBox, fSelected, TGListBox::GetMultipleSelections(), TGListBox::GetSelected(), TGListBox::GetSelectedEntries(), TCollection::ls(), and Printf().
void MyMainFrame::DoSetlabel | ( | ) |
Definition at line 76 of file numberEntry.C.
References fGframe, fLabel, fNumber, Form(), TGNumberEntryField::GetIntNumber(), TGNumberEntry::GetNumberEntry(), TGCompositeFrame::Layout(), and TGLabel::SetText().
void MyMainFrame::DoSave | ( | ) |
Definition at line 28 of file splitterHorizontal.C.
References Printf(), and TGMainFrame::SaveSource().
void MyMainFrame::CloseWindow | ( | ) | [virtual] |
void MyMainFrame::DoSave | ( | ) |
void MyMainFrame::CloseWindow | ( | ) | [virtual] |
Reimplemented from TGMainFrame.
void MyMainFrame::DoExit | ( | ) |
void MyMainFrame::DoDraw | ( | ) |
Definition at line 42 of file statusBar.C.
References c1, TGraph::Draw(), fEcan, TRootEmbeddedCanvas::GetCanvas(), TPad::GetFrame(), TGraph::GetXaxis(), TGraph::GetYaxis(), gr, i, TPad::Modified(), n, Printf(), TWbox::SetBorderSize(), TAttFill::SetFillColor(), TPad::SetGrid(), TAttLine::SetLineColor(), TAttLine::SetLineWidth(), TAttMarker::SetMarkerColor(), TAttMarker::SetMarkerStyle(), TNamed::SetTitle(), TGraph::SetTitle(), sin(), TCanvas::Update(), x, and y.
void MyMainFrame::SetStatusText | ( | const char * | txt, | |
Int_t | pi | |||
) |
Definition at line 82 of file statusBar.C.
References fStatusBar, and TGStatusBar::SetText().
Referenced by EventInfo().
Definition at line 88 of file statusBar.C.
References TObject::GetName(), TObject::GetObjectInfo(), TObject::GetTitle(), kKeyPress, SetStatusText(), and sprintf().
TGCompositeFrame* MyMainFrame::fCframe [private] |
TGTextButton* MyMainFrame::fStart [private] |
Definition at line 18 of file buttonChangelabel.C.
Referenced by ChangeStartLabel(), and MyMainFrame().
TGTextButton * MyMainFrame::fPause [private] |
Definition at line 18 of file buttonChangelabel.C.
Referenced by ChangePauseLabel(), and MyMainFrame().
TGTextButton * MyMainFrame::fExit [private] |
Bool_t MyMainFrame::start [private] |
Definition at line 19 of file buttonChangelabel.C.
Referenced by ChangeStartLabel(), and MyMainFrame().
Bool_t MyMainFrame::pause [private] |
Definition at line 19 of file buttonChangelabel.C.
Referenced by ChangePauseLabel(), and MyMainFrame().
TGTextButton* MyMainFrame::test [private] |
Definition at line 15 of file buttonsLayout.C.
TGTextButton * MyMainFrame::draw [private] |
Definition at line 15 of file buttonsLayout.C.
TGTextButton * MyMainFrame::help [private] |
Definition at line 15 of file buttonsLayout.C.
TGTextButton * MyMainFrame::ok [private] |
Definition at line 15 of file buttonsLayout.C.
TGTextButton * MyMainFrame::cancel [private] |
Definition at line 15 of file buttonsLayout.C.
TGTextButton * MyMainFrame::exit [private] |
Definition at line 15 of file buttonsLayout.C.
TGLabel* MyMainFrame::fLbl1 [private] |
TGLabel * MyMainFrame::fLbl2 [private] |
TGLabel * MyMainFrame::fLbl3 [private] |
TGLabel * MyMainFrame::fLbl4 [private] |
TGTextButton* MyMainFrame::fToggle [private] |
Definition at line 20 of file guilabels.C.
TGListBox* MyMainFrame::fListBox [private] |
TGCheckButton* MyMainFrame::fCheckMulti [private] |
TList* MyMainFrame::fSelected [private] |
TGCompositeFrame* MyMainFrame::fHor1 [private] |
Definition at line 24 of file numberEntry.C.
TGTextButton* MyMainFrame::fExit [private] |
Definition at line 25 of file numberEntry.C.
TGGroupFrame* MyMainFrame::fGframe [private] |
TGNumberEntry* MyMainFrame::fNumber [private] |
TGLabel* MyMainFrame::fLabel [private] |
TRootEmbeddedCanvas* MyMainFrame::fEcan [private] |
TGStatusBar* MyMainFrame::fStatusBar [private] |