Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef TGO4STATUS_H
00015 #define TGO4STATUS_H
00016
00017 #include "TNamed.h"
00018
00019 class TGo4Status : public TNamed {
00020 public:
00021
00022 TGo4Status();
00023
00024 TGo4Status(const char* name);
00025
00026 TGo4Status(const char* name, const char* title);
00027
00028 virtual ~TGo4Status();
00029
00035 virtual Int_t PrintStatus(Text_t* buffer=0, Int_t buflen=0);
00036
00037 virtual void Print(Option_t * dummy="") const;
00038
00045 static Text_t* PrintIndent(Text_t* buffer, Int_t& buflen);
00046
00054 static Text_t* PrintBuffer(char* buffer, Int_t& buflen, const char* text,...);
00055
00056
00059 enum {
00060 kGo4NoReset = BIT(20),
00061 kGo4CanDelete = BIT(21),
00062 kGo4BackStoreReset = BIT(22)
00063 };
00064
00065 ClassDef(TGo4Status,2)
00066 };
00067
00068 #endif //TGO4STATUS_H