#if !defined HCONVERSION_H
#define HCONVERSION_H
#include "TGListBox.h"
#include "TGTextEntry.h"
#include "TGTextBuffer.h"
#include "TGButton.h"
class HConversion : public TGMainFrame {
protected:
TGCompositeFrame *fFrame, *fF1, *fF2;
TGListBox *fSecList, *fModList, *fRodList;
TGButton *fConvert;
TGTextEntry *fNumber;
TGTextBuffer *fNumberBuf;
public:
static Int_t countConvert;
public:
HConversion(const TGWindow *p, UInt_t w, UInt_t h);
virtual ~HConversion();
virtual void CloseWindow();
virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
public:
ClassDef(HConversion,0)
};
#endif
Last change: Sat May 22 12:54:11 2010
Last generated: 2010-05-22 12:54
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.