#include <stdio.h>#include <windows.h>#include "ut_types.h"#include "ut_assert.h"#include "ut_debugmsg.h"#include "ut_Win32OS.h"#include "ap_Win32LeftRuler.h"#include "gr_Win32Graphics.h"#include "xap_Win32App.h"#include "ap_Win32Frame.h"#include "ut_Win32LocaleString.h"Defines | |
| #define | GWL(hwnd) (AP_Win32LeftRuler*)GetWindowLongPtrW((hwnd), GWLP_USERDATA) |
| #define | SWL(hwnd, f) (AP_Win32LeftRuler*)SetWindowLongPtrW((hwnd), GWLP_USERDATA,(LONG_PTR)(f)) |
| #define | ENSUREP(p) do { UT_ASSERT_HARMLESS(p); if (!p) goto Cleanup; } while (0) |
Functions | |
| static EV_EditModifierState | s_GetEMS (WPARAM fwKeys) |
Variables | |
| static wchar_t | s_LeftRulerWndClassName [256] |
| #define ENSUREP | ( | p | ) | do { UT_ASSERT_HARMLESS(p); if (!p) goto Cleanup; } while (0) |
| #define GWL | ( | hwnd | ) | (AP_Win32LeftRuler*)GetWindowLongPtrW((hwnd), GWLP_USERDATA) |
Referenced by AP_Win32LeftRuler::_LeftRulerWndProc().
| #define SWL | ( | hwnd, | ||
| f | ||||
| ) | (AP_Win32LeftRuler*)SetWindowLongPtrW((hwnd), GWLP_USERDATA,(LONG_PTR)(f)) |
Referenced by AP_Win32LeftRuler::createWindow().
| static EV_EditModifierState s_GetEMS | ( | WPARAM | fwKeys | ) | [static] |
Referenced by AP_Win32LeftRuler::_LeftRulerWndProc().
wchar_t s_LeftRulerWndClassName[256] [static] |
Referenced by AP_Win32LeftRuler::createWindow(), and AP_Win32LeftRuler::registerClass().
1.7.1