ROOT logo
// $Id: TimeScreenText.h 2088 2008-11-23 20:26:46Z matevz $

// Copyright (C) 1999-2008, Matevz Tadel. All rights reserved.
// This file is part of GLED, released under GNU General Public License version 2.
// For the licensing terms see $GLEDSYS/LICENSE or http://www.gnu.org/.

#ifndef Geom1_TimeScreenText_H
#define Geom1_TimeScreenText_H

#include <Glasses/ScreenText.h>

#include <Stones/TimeMakerClient.h>

class TimeScreenText : public ScreenText, public TimeMakerClient
{
  MAC_RNR_FRIENDS(TimeScreenText);

private:
  void _init();

protected:
  TString       mFormat; // X{GS} 7 Textor()

public:
  TimeScreenText(const Text_t* n="TimeScreenText", const Text_t* t=0) :
    ScreenText(n,t) { _init(); }

  // TimeMakerClient
  virtual void TimeTick(Double_t t, Double_t dt);

#include "TimeScreenText.h7"
  ClassDef(TimeScreenText, 1);
}; // endclass TimeScreenText


#endif
 TimeScreenText.h:1
 TimeScreenText.h:2
 TimeScreenText.h:3
 TimeScreenText.h:4
 TimeScreenText.h:5
 TimeScreenText.h:6
 TimeScreenText.h:7
 TimeScreenText.h:8
 TimeScreenText.h:9
 TimeScreenText.h:10
 TimeScreenText.h:11
 TimeScreenText.h:12
 TimeScreenText.h:13
 TimeScreenText.h:14
 TimeScreenText.h:15
 TimeScreenText.h:16
 TimeScreenText.h:17
 TimeScreenText.h:18
 TimeScreenText.h:19
 TimeScreenText.h:20
 TimeScreenText.h:21
 TimeScreenText.h:22
 TimeScreenText.h:23
 TimeScreenText.h:24
 TimeScreenText.h:25
 TimeScreenText.h:26
 TimeScreenText.h:27
 TimeScreenText.h:28
 TimeScreenText.h:29
 TimeScreenText.h:30
 TimeScreenText.h:31
 TimeScreenText.h:32
 TimeScreenText.h:33
 TimeScreenText.h:34
 TimeScreenText.h:35
 TimeScreenText.h:36