#ifndef ROOT_TGCommandPlugin
#define ROOT_TGCommandPlugin
#ifndef ROOT_TGFrame
#include "TGFrame.h"
#endif
class TGLabel;
class TGComboBox;
class TGTextEntry;
class TGTextBuffer;
class TGTextView;
class TTimer;
class TGCommandPlugin : public TGMainFrame {
protected:
Int_t fPid;
TGHorizontalFrame *fHf;
TGLabel *fLabel;
TGComboBox *fComboCmd;
TGTextEntry *fCommand;
TGTextBuffer *fCommandBuf;
TGTextView *fStatus;
TTimer *fTimer;
public:
TGCommandPlugin(const TGWindow *p, UInt_t w, UInt_t h);
virtual ~TGCommandPlugin();
void CheckRemote(const char * );
void HandleCommand();
virtual Bool_t HandleTimer(TTimer *t);
ClassDef(TGCommandPlugin, 0)
};
#endif
Last change: Wed Jun 25 08:39:43 2008
Last generated: 2008-06-25 08:39
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.