ReactOS 0.4.16-dev-106-g10b08aa
|
Go to the source code of this file.
Classes | |
struct | _CLOCKDATA |
Macros | |
#define | TWOPI (2 * 3.14159) |
Typedefs | |
typedef struct _CLOCKDATA | CLOCKDATA |
typedef struct _CLOCKDATA * | PCLOCKDATA |
Functions | |
static VOID | RotatePoint (POINT pt[], INT iNum, INT iAngle) |
static INT | DrawClock (HDC hdc, PCLOCKDATA pClockData) |
static VOID | DrawHands (HDC hdc, SYSTEMTIME *pst, BOOL fChange, INT Radius) |
static LRESULT CALLBACK | ClockWndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
BOOL | RegisterClockControl (VOID) |
VOID | UnregisterClockControl (VOID) |
Variables | |
static const WCHAR | szClockWndClass [] = L"ClockWndClass" |
typedef struct _CLOCKDATA CLOCKDATA |
typedef struct _CLOCKDATA * PCLOCKDATA |
Definition at line 135 of file clock.c.
Referenced by RegisterClockControl().
|
static |
Definition at line 52 of file clock.c.
Referenced by ClockWndProc().
|
static |
Definition at line 105 of file clock.c.
Referenced by ClockWndProc().
Definition at line 283 of file clock.c.
Referenced by Applet().
Definition at line 33 of file clock.c.
Referenced by DrawClock(), and DrawHands().
Definition at line 30 of file clock.c.
Referenced by RegisterClockControl(), and UnregisterClockControl().