Public Member Functions | |
| AutoEventTimer (Float_t delay) | |
| Bool_t | Notify () |
Public Attributes | |
| Float_t | fAutoNextDelay |
Private Member Functions | |
| Bool_t | Notify () |
|
|
Definition at line 56 of file TridPageDisplay.cxx. 00056 : 00057 fAutoNextDelay(delay) {}; Bool_t Notify() {
|
|
|
Definition at line 58 of file TridPageDisplay.cxx. References gMint, and Mint::Next(). 00058 {
00059 //cout << "Auto-advancing..." << endl;
00060 gMint->Next();
00061 Start((Long_t)(fAutoNextDelay*1000.),true);
00062 return true;
00063 };
|
|
|
Definition at line 129 of file stat/trid.cxx. References autoNextDelay, gMint, and Mint::Next(). 00129 {
00130 cout << "Auto-advancing..." << endl;
00131 gMint->Next();
00132 Start((Long_t)(autoNextDelay*1000.),true);
00133 return true;
00134 };
|
|
|
Definition at line 65 of file TridPageDisplay.cxx. Referenced by TridPageDisplay::SetAutoRun(), and TridPageDisplay::SetAutoTime(). |
1.3.9.1