ROOT
v6-26
Reference Guide
Loading...
Searching...
No Matches
TGIdleHandler.h
Go to the documentation of this file.
1
// @(#)root/gui:$Id$
2
// Author: Fons Rademakers 2/8/2004
3
4
/*************************************************************************
5
* Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
#ifndef ROOT_TGIdleHandler
13
#define ROOT_TGIdleHandler
14
15
16
#include "
TObject.h
"
17
18
class
TGWindow
;
19
20
21
class
TGIdleHandler
:
public
TObject
{
22
23
private
:
24
TGWindow
*
fWindow
;
25
26
public
:
27
TGIdleHandler
(
TGWindow
*w);
28
virtual
~TGIdleHandler
();
29
30
virtual
Bool_t
HandleEvent
();
31
32
ClassDef
(
TGIdleHandler
,0)
// Idle event handler
33
};
34
35
#endif
ClassDef
#define ClassDef(name, id)
Definition
Rtypes.h:325
TObject.h
TGIdleHandler
Handle idle events, i.e.
Definition
TGIdleHandler.h:21
TGIdleHandler::~TGIdleHandler
virtual ~TGIdleHandler()
Delete idle handler.
Definition
TGIdleHandler.cxx:44
TGIdleHandler::HandleEvent
virtual Bool_t HandleEvent()
Handle the idle event.
Definition
TGIdleHandler.cxx:54
TGIdleHandler::fWindow
TGWindow * fWindow
Definition
TGIdleHandler.h:24
TGWindow
ROOT GUI Window base class.
Definition
TGWindow.h:23
TObject
Mother of all ROOT objects.
Definition
TObject.h:41
bool
gui
gui
inc
TGIdleHandler.h
ROOT v6-26 - Reference Guide Generated on Mon Sep 11 2023 21:02:27 (GVA Time) using Doxygen 1.9.8