#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "ut_assert.h"#include "ut_debugmsg.h"#include "ut_types.h"#include "ev_EditMethod.h"#include "ev_EditBinding.h"#include "ev_NamedVirtualKey.h"Classes | |
| class | ev_EB_MouseTable |
| class | ev_EB_NVK_Table |
| class | ev_EB_Char_Table |
Functions | |
| static EV_EditBits | MakeMouseEditBits (UT_uint32 button, UT_uint32 op, UT_uint32 mod, UT_uint32 context) |
| static EV_EditBits | MakeNVKEditBits (UT_uint32 mod, UT_uint32 nvk) |
| static EV_EditBits | MakeKeyPressEditBits (UT_uint32 mod, UT_uint32 key) |
| static EV_EditBits MakeKeyPressEditBits | ( | UT_uint32 | mod, | |
| UT_uint32 | key | |||
| ) | [static] |
References EV_EMS_FromNumberNoShift.
Referenced by EV_EditBindingMap::findEditBits(), and EV_EditBindingMap::getAll().
| static EV_EditBits MakeMouseEditBits | ( | UT_uint32 | button, | |
| UT_uint32 | op, | |||
| UT_uint32 | mod, | |||
| UT_uint32 | context | |||
| ) | [static] |
References EV_EMO_FromNumber, EV_EMS_FromNumber, UT_ASSERT, and UT_SHOULD_NOT_HAPPEN.
Referenced by EV_EditBindingMap::findEditBits(), and EV_EditBindingMap::getAll().
| static EV_EditBits MakeNVKEditBits | ( | UT_uint32 | mod, | |
| UT_uint32 | nvk | |||
| ) | [static] |
References EV_EMS_FromNumberNoShift.
Referenced by EV_EditBindingMap::findEditBits(), and EV_EditBindingMap::getAll().
1.7.1