Public Member Functions | |
DieTimer (CmsShowMain *app) | |
virtual Bool_t | Notify () |
Protected Attributes | |
CmsShowMain * | fApp |
Definition at line 361 of file CmsShowMain.cc.
DieTimer::DieTimer | ( | CmsShowMain * | app | ) | [inline] |
Definition at line 366 of file CmsShowMain.cc.
: TTimer(), fApp(app) { Start(0, kTRUE); }
virtual Bool_t DieTimer::Notify | ( | ) | [inline, virtual] |
Definition at line 371 of file CmsShowMain.cc.
References CmsShowMain::doExit(), and fApp.
CmsShowMain* DieTimer::fApp [protected] |
Definition at line 364 of file CmsShowMain.cc.
Referenced by Notify().