ROOT
Version v6.30
master
v6.34
v6.32
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
#include "
TObject.h
"
16
17
class
TGWindow
;
18
19
class
TGIdleHandler
:
public
TObject
{
20
21
private
:
22
TGWindow
*
fWindow
;
23
24
public
:
25
TGIdleHandler
(
TGWindow
*
w
);
26
~TGIdleHandler
()
override
;
27
28
virtual
Bool_t
HandleEvent
();
29
30
ClassDefOverride
(
TGIdleHandler
,0)
// Idle event handler
31
};
32
33
#endif
ClassDefOverride
#define ClassDefOverride(name, id)
Definition
Rtypes.h:341
w
winID w
Definition
TGWin32VirtualGLProxy.cxx:39
TObject.h
TGIdleHandler
Handle idle events, i.e.
Definition
TGIdleHandler.h:19
TGIdleHandler::HandleEvent
virtual Bool_t HandleEvent()
Handle the idle event.
Definition
TGIdleHandler.cxx:54
TGIdleHandler::fWindow
TGWindow * fWindow
Definition
TGIdleHandler.h:22
TGIdleHandler::~TGIdleHandler
~TGIdleHandler() override
Delete idle handler.
Definition
TGIdleHandler.cxx:44
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-30 - Reference Guide Generated on Thu Dec 12 2024 06:11:57 (GVA Time) using Doxygen 1.9.8