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

#include <Glasses/ZList.h>

class SubShellInfo : public ZList {
  MAC_RNR_FRIENDS(SubShellInfo);

private:
  void _init();

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

  Int_t		mDefW;          // X{GS} 7 Value(-range=>[1,256,1], -join=>1)
  Int_t		mDefH;          // X{GS} 7 Value(-range=>[1,256,1])

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


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


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