ROOT logo
// $Id: AEVJobRep.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 AliEnViz_AEVJobRep_H
#define AliEnViz_AEVJobRep_H

#include <Glasses/ZGlass.h>

class AEVJobRep : public ZGlass
{
  MAC_RNR_FRIENDS(AEVJobRep);
  friend class AEVMlClient;

private:
  void _init();

protected:
  TString   mJobname;	// X{GS} 7 TextOut()
  TString   mUsername;	// X{GS} 7 TextOut()
  TString   mStatus;	// X{GS} 7 TextOut()
  TString   mDateStr;	// X{GS} 7 TextOut()

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

  void FormatTitle();

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


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