12#ifndef ROOT_TGCommandPlugin
13#define ROOT_TGCommandPlugin
#define ClassDef(name, id)
Class used to redirect the command line input/output.
void SetHistAdd(Bool_t add=kTRUE)
The function SetHistAdd() is needed for a standalone TApplication to log the TGCommandPlugin commands...
TGTextBuffer * fCommandBuf
void HandleCommand()
Handle command line from the "command" combo box.
void HandleTextChanged(const char *)
Handle the text changed events.
void HandleTab()
Handle the 'TAB' key events.
virtual Bool_t HandleTimer(TTimer *t)
Handle timer event.
virtual ~TGCommandPlugin()
Destructor.
void CheckRemote(const char *)
Check if actual ROOT session is a remote one or a local one.
void HandleArrows(Int_t keysym)
Handle the 'up' and 'down' arrow key events.
Handles synchronous and a-synchronous timer events.