LibreOffice Module vcl (master) 1
|
#include <gtkframe.hxx>
Public Member Functions | |
PreviousKeyPress (GdkEventKey *event) | |
PreviousKeyPress (const PreviousKeyPress &rPrev) | |
bool | operator== (GdkEventKey const *event) const |
Public Attributes | |
GdkWindow * | window |
gint8 | send_event |
guint32 | time |
guint | state |
guint | keyval |
guint16 | hardware_keycode |
guint8 | group |
Definition at line 79 of file gtkframe.hxx.
|
inline |
Definition at line 89 of file gtkframe.hxx.
References group, hardware_keycode, keyval, send_event, state, time, and window.
|
inline |
Definition at line 110 of file gtkframe.hxx.
|
inline |
Definition at line 120 of file gtkframe.hxx.
References group, hardware_keycode, keyval, send_event, state, time, and window.
guint8 GtkSalFrame::IMHandler::PreviousKeyPress::group |
Definition at line 87 of file gtkframe.hxx.
Referenced by operator==(), and PreviousKeyPress().
guint16 GtkSalFrame::IMHandler::PreviousKeyPress::hardware_keycode |
Definition at line 86 of file gtkframe.hxx.
Referenced by operator==(), and PreviousKeyPress().
guint GtkSalFrame::IMHandler::PreviousKeyPress::keyval |
Definition at line 85 of file gtkframe.hxx.
Referenced by operator==(), and PreviousKeyPress().
gint8 GtkSalFrame::IMHandler::PreviousKeyPress::send_event |
Definition at line 82 of file gtkframe.hxx.
Referenced by operator==(), and PreviousKeyPress().
guint GtkSalFrame::IMHandler::PreviousKeyPress::state |
Definition at line 84 of file gtkframe.hxx.
Referenced by operator==(), and PreviousKeyPress().
guint32 GtkSalFrame::IMHandler::PreviousKeyPress::time |
Definition at line 83 of file gtkframe.hxx.
Referenced by operator==(), and PreviousKeyPress().
GdkWindow* GtkSalFrame::IMHandler::PreviousKeyPress::window |
Definition at line 81 of file gtkframe.hxx.
Referenced by operator==(), and PreviousKeyPress().