#include "GuiTypes.h"

Event_t


class description - source file - inheritance tree (.pdf)

class Event_t

Inheritance Chart:
Event_t

    public:
Event_t() Event_t(const Event_t&) ~Event_t() Event_t& operator=(const Event_t&)

Data Members


    public:
EGEventType fType of event (see EGEventTypes) Window_t fWindow window reported event is relative to Time_t fTime time event event occured in ms Int_t fX Int_t fY pointer x, y coordinates in event window Int_t fXRoot Int_t fYRoot coordinates relative to root UInt_t fCode key or button code UInt_t fState key or button mask UInt_t fWidth UInt_t fHeight width and height of exposed area Int_t fCount if non-zero, at least this many more exposes Bool_t fSendEvent true if event came from SendEvent Handle_t fHandle general resource handle (used for atoms or windows) Int_t fFormat Next fields only used by kClientMessageEvent Long_t fUser[5] 5 longs can be used by client message events

Class Description

                                                                      
 GuiTypes                                                             
                                                                      
 Types used by the GUI classes.                                       
                                                                      




Inline Functions


            void ~Event_t()
         Event_t Event_t()
         Event_t Event_t(const Event_t&)
        Event_t& operator=(const Event_t&)


Last update: Thu Aug 12 14:48:45 2004
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

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.