Inheritance diagram for Event:
Public Member Functions | |
public GdkEvent * | getE () |
Gets the GDK evetn struct. | |
int | getType () |
Gets the event types. | |
public int | getX () |
Gets the event pointer X value or 0 if the event contains no mouse information. | |
public int | getY () |
Gets the event pointer Y value or 0 if the event contains no mouse information. | |
public int | getXRoot () |
Gets the event pointer X value or 0 if the event contains no mouse information. | |
public int | getYRoot () |
Gets the event pointer Y value or 0 if the event contains no mouse information. | |
void | put () |
Puts this event into the queue. | |
Event | createEvent (GdkEventType type) |
Creates a new event from an event type. | |
Event | copy () |
Creates a copy of this event. | |
void | free () |
Frees this event ??? | |
guint32 | getTime () |
Returns the time stamp of this event. | |
gboolean | getState (GdkModifierType *state) |
Gets the state of this event for a given modifier. | |
bit | testState (ModifierType state) |
Gets the state for the modifer masks passed. | |
gboolean | getCoords (gdouble *xWin, gdouble *yWin) |
Gets the event pointer coordinates on the root window. | |
gboolean | getRootCoords (gdouble *xRoot, gdouble *yRoot) |
Gets the event pointer coordinates on the root window. | |
gboolean | getAxis (GdkAxisUse axis_use, gdouble *value) |
Gets the event axis ??? | |
void | setScreen (Screen screen) |
Sets the event screen. | |
Screen | getScreen () |
Gets the event screen. | |
void | setShowEvents (gboolean showEvents) |
Set the show events flag. | |
gboolean | getShowEvents () |
Gets the show events flag. | |
Static Public Member Functions | |
public GdkWindow * | getWindow (GdkEvent *event) |
Gets the window for this event. |
|
Creates a copy of this event.
|
|
Creates a new event from an event type.
|
|
Frees this event ???
|
|
Gets the event axis ???
|
|
Gets the event pointer coordinates on the root window.
|
|
Gets the GDK evetn struct.
|
|
Gets the event pointer coordinates on the root window.
|
|
Gets the event screen.
|
|
Gets the show events flag.
|
|
Gets the state of this event for a given modifier.
|
|
Returns the time stamp of this event.
|
|
Gets the event types.
|
|
Gets the window for this event.
|
|
Gets the event pointer X value or 0 if the event contains no mouse information.
Reimplemented in EventButton. |
|
Gets the event pointer X value or 0 if the event contains no mouse information.
|
|
Gets the event pointer Y value or 0 if the event contains no mouse information.
Reimplemented in EventButton. |
|
Gets the event pointer Y value or 0 if the event contains no mouse information.
|
|
Puts this event into the queue.
|
|
Sets the event screen.
|
|
Set the show events flag.
|
|
Gets the state for the modifer masks passed.
|