2 #ifndef _sigc_events_h_ 3 #define _sigc_events_h_ 5 #include <vdk/vdkstring.h> 18 GdkEventType GDKType()
const{
return _type;}
34 bool hasFocus()
const{
return Focus;}
60 unsigned int Key()
const;
65 unsigned int Modifier()
const;
70 const char* CString()
const;
95 unsigned int Button()
const;
97 unsigned int Modifier()
const;
137 , _area(eve->area.x, eve->area.y,
138 eve->area.width, eve->area.height){}
152 , _area(eve->x, eve->y,eve->width, eve->height){}
153 const VDKRect& Area()
const{
return _area;}
171 VDKMapState State()
const{
return _state;}
This provides you the baseinformation about the mousepointer.
Definition: sigc_events.h:78
const bool Focus
Tells you if the object hast lost or got the focus.
Definition: sigc_events.h:33
This event telles you which area of an object has to be redrawn.
Definition: sigc_events.h:131
This event is emitted whenever the widget toggels it's state from being hidden or unhidden or partial...
Definition: sigc_events.h:166
unsigned int _state
conversion from gdouble to int -> loose data
Definition: sigc_events.h:82
This class represents the data associated with a keypress or keyrelease event.
Definition: sigc_events.h:40
Indicates a change of the widgets geometry.
Definition: sigc_events.h:146
Implements famous cont referenced string objects.
Definition: vdkstring.h:45
This event tells you if an VDKObject has lost or got the mousefocus.
Definition: sigc_events.h:105
Baseclass for all VDKEvents, not instantied itself.
Definition: sigc_events.h:9
Baseclass for FocusEvents.
Definition: sigc_events.h:26
Provides a simple point object.
Definition: vdkutils.h:94
This event tells you if an VDKObject has lost or got the keyboradfocus.
Definition: sigc_events.h:117
Provides a simple rectangle object.
Definition: vdkutils.h:170
const VDKRect & Area() const
Returns area to be repainted.
Definition: sigc_events.h:140