#include <Hello.h>
Inheritance diagram for Hello:
Public Member Functions | |
Hello (const char *text="Hello, World!") | |
virtual | ~Hello () |
Bool_t | Notify () |
void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Int_t | DistancetoPrimitive (Int_t, Int_t) |
Float_t | GetWidth () |
void | Paint (Option_t *option="") |
void | Print (Option_t *="") const |
void | ls (Option_t *="") const |
TList * | GetList () |
Private Attributes | |
TList * | fList |
UInt_t | fI |
TPad * | fPad |
Definition at line 43 of file Hello.h.
Hello::Hello | ( | const char * | text = "Hello, World!" |
) |
Definition at line 54 of file Hello.cxx.
References TList::Add(), TSystem::AddTimer(), TQObject::Connect(), TObject::Draw(), fI, fList, fPad, gPad, gSystem, TAttText::Modify(), TVirtualPad::Pad(), Paint(), TAttText::SetTextFont(), and TAttText::SetTextSize().
Hello::~Hello | ( | ) | [virtual] |
Bool_t Hello::Notify | ( | ) | [virtual] |
Reimplemented from TTimer.
Definition at line 155 of file Hello.cxx.
References fPad, kFALSE, TPad::Modified(), TTimer::Reset(), and TPad::Update().
Reimplemented from TObject.
Definition at line 91 of file Hello.cxx.
References kButton1Up, and TTimer::Remove().
Float_t Hello::GetWidth | ( | ) |
void Hello::Paint | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TObject.
Definition at line 114 of file Hello.cxx.
References fI, fList, TChar::GetWidth(), GetWidth(), i, TText::Paint(), TAttText::SetTextColor(), TText::SetX(), TText::SetY(), width, and y.
Referenced by Hello().
void Hello::Print | ( | Option_t * | = "" |
) | const [virtual] |
Reimplemented from TObject.
Definition at line 145 of file Hello.cxx.
References fList, and TCollection::Print().
void Hello::ls | ( | Option_t * | = "" |
) | const [virtual] |
Reimplemented from TObject.
Definition at line 150 of file Hello.cxx.
References fList, and TCollection::ls().
TList* Hello::fList [private] |
TPad* Hello::fPad [private] |