Inheritance diagram for MyApplication:
Public Member Functions | |
MyApplication (const TGWindow *p, UInt_t w, UInt_t h) | |
virtual | ~MyApplication () |
void | DoExit () |
void | DoEnteredCommand () |
Private Attributes | |
TGTextButton * | fExit |
IDList | fIDs |
TGComboBox * | fComboCmd |
TGTextBuffer * | fCommandBuf |
TGTextEntry * | fCommand |
TGTextView * | fTextView |
TString | fName |
Definition at line 35 of file guiWithCINT.C.
Definition at line 55 of file guiWithCINT.C.
References TGCompositeFrame::AddFrame(), TQObject::Connect(), TGMainFrame::DontCallClose(), fclose(), fComboCmd, fCommand, fCommandBuf, fExit, fIDs, fName, fopen, Form(), fTextView, gClient, TGClient::GetColorByName(), TGFrame::GetDefaultHeight(), TGCompositeFrame::GetDefaultSize(), TGComboBox::GetTextEntry(), IDList::GetUnID(), gSystem, hist, TSystem::HomeDirectory(), TGComboBox::InsertEntry(), kDeepCleanup, kFixedHeight, kFixedWidth, kLHintsCenterX, kLHintsCenterY, kLHintsExpandX, kLHintsNormal, TGCompositeFrame::MapSubwindows(), TGFrame::MapWindow(), TGFrame::Resize(), TGTextView::SetBackground(), TGCompositeFrame::SetCleanup(), TGMainFrame::SetWindowName(), TSystem::UnixPathName(), and TSystem::WorkingDirectory().
MyApplication::~MyApplication | ( | ) | [virtual] |
void MyApplication::DoExit | ( | ) |
Definition at line 114 of file guiWithCINT.C.
References TString::Data(), fName, gApplication, gSystem, TApplication::Terminate(), and TSystem::Unlink().
void MyApplication::DoEnteredCommand | ( | ) |
Definition at line 122 of file guiWithCINT.C.
References TGTextEntry::Clear(), command, TString::Data(), fclose(), fComboCmd, fCommand, fIDs, fName, fopen, Form(), fTextView, TROOT::GetApplication(), TGTextEntry::GetTitle(), IDList::GetUnID(), Gl_histadd(), gROOT, gSystem, TGComboBox::InsertEntry(), TGTextView::LoadFile(), TROOT::ProcessLine(), TSystem::RedirectOutput(), TGTextView::ReturnLineCount(), TGTextView::SetVsbPosition(), and TGTextView::ShowBottom().
TGTextButton* MyApplication::fExit [private] |
IDList MyApplication::fIDs [private] |
TGComboBox* MyApplication::fComboCmd [private] |
TGTextBuffer* MyApplication::fCommandBuf [private] |
TGTextEntry* MyApplication::fCommand [private] |
TGTextView* MyApplication::fTextView [private] |
TString MyApplication::fName [private] |
Reimplemented from TGWindow.
Definition at line 44 of file guiWithCINT.C.
Referenced by DoEnteredCommand(), DoExit(), and MyApplication().