ReactOS 0.4.16-dev-752-g47bae01
|
Definition at line 99 of file monthcal.c.
HBRUSH MONTHCAL_INFO::brushes[BrushLast] |
Definition at line 105 of file monthcal.c.
Referenced by MONTHCAL_Create(), MONTHCAL_Destroy(), MONTHCAL_EraseBkgnd(), MONTHCAL_PaintCalendar(), MONTHCAL_PaintTitle(), and MONTHCAL_SetColor().
CALENDAR_INFO* MONTHCAL_INFO::calendars |
Definition at line 142 of file monthcal.c.
Referenced by MONTHCAL_Create(), MONTHCAL_Destroy(), MONTHCAL_EditYear(), MONTHCAL_GetCalendarFromPoint(), MONTHCAL_GetDayFromPos(), MONTHCAL_GetDayPos(), MONTHCAL_GetDayRect(), MONTHCAL_GetDayRectI(), MONTHCAL_GetMaxDate(), MONTHCAL_GetMinDate(), MONTHCAL_GetMinReqRect(), MONTHCAL_GetMonthRange(), MONTHCAL_HitTest(), MONTHCAL_LButtonDown(), MONTHCAL_PaintCalendar(), MONTHCAL_PaintFocusAndCircle(), MONTHCAL_PaintLeadTrailMonths(), MONTHCAL_PaintTitle(), MONTHCAL_Scroll(), MONTHCAL_SetCurSel(), MONTHCAL_SetSelRange(), and MONTHCAL_UpdateSize().
COLORREF MONTHCAL_INFO::colors[MCSC_TRAILINGTEXT+1] |
Definition at line 104 of file monthcal.c.
Referenced by MONTHCAL_Create(), MONTHCAL_GetColor(), MONTHCAL_PaintCalendar(), MONTHCAL_PaintLeadTrailMonths(), MONTHCAL_PaintTitle(), MONTHCAL_PaintTodayTitle(), and MONTHCAL_SetColor().
INT MONTHCAL_INFO::delta |
Definition at line 113 of file monthcal.c.
Referenced by MONTHCAL_GetMonthDelta(), and MONTHCAL_SetMonthDelta().
SIZE MONTHCAL_INFO::dim |
Definition at line 143 of file monthcal.c.
Referenced by MONTHCAL_Create(), MONTHCAL_GetCalCount(), MONTHCAL_PaintTodayTitle(), and MONTHCAL_UpdateSize().
DWORD MONTHCAL_INFO::dwStyle |
Definition at line 102 of file monthcal.c.
Referenced by MONTHCAL_Create(), MONTHCAL_GetCurSel(), MONTHCAL_GetMinReqRect(), MONTHCAL_GetSelRange(), MONTHCAL_LButtonDown(), MONTHCAL_MouseMove(), MONTHCAL_NotifyDayState(), MONTHCAL_NotifySelect(), MONTHCAL_NotifySelectionChange(), MONTHCAL_PaintFocusAndCircle(), MONTHCAL_PaintLeadTrailMonths(), MONTHCAL_PaintTodayTitle(), MONTHCAL_RButtonUp(), MONTHCAL_Scroll(), MONTHCAL_SetCurSel(), MONTHCAL_SetDayState(), MONTHCAL_SetMaxSelCount(), MONTHCAL_SetSelRange(), and MONTHCAL_UpdateSize().
WNDPROC MONTHCAL_INFO::EditWndProc |
Definition at line 140 of file monthcal.c.
Referenced by EditWndProc(), and MONTHCAL_EditYear().
int MONTHCAL_INFO::firstDay |
Definition at line 115 of file monthcal.c.
Referenced by MONTHCAL_GetDayFromPos(), MONTHCAL_GetDayPos(), MONTHCAL_GetFirstDayOfWeek(), MONTHCAL_GetMaxDate(), MONTHCAL_GetMinDate(), MONTHCAL_PaintCalendar(), and MONTHCAL_SetFirstDayOfWeek().
BOOL MONTHCAL_INFO::firstDaySet |
Definition at line 117 of file monthcal.c.
Referenced by MONTHCAL_GetFirstDayOfWeek(), and MONTHCAL_SetFirstDayOfWeek().
SYSTEMTIME MONTHCAL_INFO::firstSel |
Definition at line 125 of file monthcal.c.
Referenced by MONTHCAL_LButtonDown(), and MONTHCAL_MouseMove().
SYSTEMTIME MONTHCAL_INFO::focusedSel |
Definition at line 129 of file monthcal.c.
Referenced by MONTHCAL_PaintFocusAndCircle(), and MONTHCAL_SetDayFocus().
HFONT MONTHCAL_INFO::hBoldFont |
Definition at line 109 of file monthcal.c.
Referenced by MONTHCAL_EditYear(), MONTHCAL_PaintTitle(), and MONTHCAL_PaintTodayTitle().
int MONTHCAL_INFO::height_increment |
Definition at line 111 of file monthcal.c.
Referenced by MONTHCAL_GetDayFromPos(), MONTHCAL_GetDayRectI(), and MONTHCAL_UpdateSize().
HFONT MONTHCAL_INFO::hFont |
Definition at line 108 of file monthcal.c.
Referenced by MONTHCAL_PaintCalendar(), and MONTHCAL_UpdateSize().
HWND MONTHCAL_INFO::hwndNotify |
Definition at line 137 of file monthcal.c.
Referenced by MONTHCAL_Create(), MONTHCAL_LButtonUp(), MONTHCAL_NotifyDayState(), MONTHCAL_NotifySelect(), and MONTHCAL_NotifySelectionChange().
HWND MONTHCAL_INFO::hwndSelf |
Definition at line 101 of file monthcal.c.
Referenced by MONTHCAL_Create(), MONTHCAL_Destroy(), MONTHCAL_EditYear(), MONTHCAL_GetDayFromPos(), MONTHCAL_LButtonDown(), MONTHCAL_LButtonUp(), MONTHCAL_MouseMove(), MONTHCAL_NotifyDayState(), MONTHCAL_NotifySelect(), MONTHCAL_NotifySelectionChange(), MONTHCAL_Paint(), MONTHCAL_PrintClient(), MONTHCAL_RButtonUp(), MONTHCAL_SetColor(), MONTHCAL_SetCurSel(), MONTHCAL_SetDayFocus(), MONTHCAL_SetFirstDayOfWeek(), MONTHCAL_SetFocus(), MONTHCAL_SetSelRange(), MONTHCAL_Timer(), MONTHCAL_UpdateSize(), MONTHCAL_UpdateToday(), and theme_changed().
HWND MONTHCAL_INFO::hWndYearEdit |
Definition at line 138 of file monthcal.c.
Referenced by MONTHCAL_EditYear().
HWND MONTHCAL_INFO::hWndYearUpDown |
Definition at line 139 of file monthcal.c.
Referenced by EditWndProc(), MONTHCAL_EditYear(), MONTHCAL_LButtonDown(), and MONTHCAL_Notify().
BOOL MONTHCAL_INFO::isUnicode |
Definition at line 119 of file monthcal.c.
Referenced by MONTHCAL_Create(), MONTHCAL_GetUnicodeFormat(), and MONTHCAL_SetUnicodeFormat().
SYSTEMTIME MONTHCAL_INFO::maxDate |
Definition at line 132 of file monthcal.c.
Referenced by MONTHCAL_GetRange(), MONTHCAL_IsDateInValidRange(), and MONTHCAL_SetRange().
SYSTEMTIME MONTHCAL_INFO::maxSel |
Definition at line 128 of file monthcal.c.
Referenced by MONTHCAL_Create(), MONTHCAL_GetSelRange(), MONTHCAL_NotifySelect(), MONTHCAL_NotifySelectionChange(), MONTHCAL_SetCurSel(), and MONTHCAL_SetSelRange().
INT MONTHCAL_INFO::maxSelCount |
Definition at line 126 of file monthcal.c.
Referenced by MONTHCAL_Create(), MONTHCAL_GetMaxSelCount(), MONTHCAL_IsSelRangeValid(), and MONTHCAL_SetMaxSelCount().
SYSTEMTIME MONTHCAL_INFO::minDate |
Definition at line 131 of file monthcal.c.
Referenced by MONTHCAL_GetRange(), MONTHCAL_IsDateInValidRange(), and MONTHCAL_SetRange().
SYSTEMTIME MONTHCAL_INFO::minSel |
Definition at line 127 of file monthcal.c.
Referenced by MONTHCAL_Create(), MONTHCAL_GetCurSel(), MONTHCAL_GetSelRange(), MONTHCAL_LButtonUp(), MONTHCAL_NotifySelect(), MONTHCAL_NotifySelectionChange(), MONTHCAL_Scroll(), MONTHCAL_SetCurSel(), and MONTHCAL_SetSelRange().
MONTHDAYSTATE* MONTHCAL_INFO::monthdayState |
Definition at line 121 of file monthcal.c.
Referenced by MONTHCAL_Create(), MONTHCAL_Destroy(), MONTHCAL_NotifyDayState(), MONTHCAL_PaintCalendar(), MONTHCAL_PaintLeadTrailMonths(), MONTHCAL_SetDayState(), and MONTHCAL_UpdateSize().
HPEN MONTHCAL_INFO::pens[PenLast] |
Definition at line 106 of file monthcal.c.
Referenced by MONTHCAL_Circle(), MONTHCAL_Create(), MONTHCAL_Destroy(), MONTHCAL_PaintCalendar(), and MONTHCAL_SetColor().
DWORD MONTHCAL_INFO::rangeValid |
Definition at line 130 of file monthcal.c.
Referenced by MONTHCAL_GetRange(), MONTHCAL_IsDateInValidRange(), and MONTHCAL_SetRange().
int MONTHCAL_INFO::status |
Definition at line 124 of file monthcal.c.
Referenced by MONTHCAL_LButtonDown(), MONTHCAL_LButtonUp(), MONTHCAL_MouseMove(), and MONTHCAL_Timer().
int MONTHCAL_INFO::textHeight |
Definition at line 110 of file monthcal.c.
Referenced by MONTHCAL_EditYear(), MONTHCAL_GetDayRectI(), MONTHCAL_PaintCalendar(), and MONTHCAL_UpdateSize().
RECT MONTHCAL_INFO::titlebtnnext |
Definition at line 134 of file monthcal.c.
Referenced by MONTHCAL_HitTest(), MONTHCAL_LButtonUp(), and MONTHCAL_UpdateSize().
RECT MONTHCAL_INFO::titlebtnprev |
Definition at line 135 of file monthcal.c.
Referenced by MONTHCAL_HitTest(), MONTHCAL_LButtonUp(), and MONTHCAL_UpdateSize().
RECT MONTHCAL_INFO::todayrect |
Definition at line 136 of file monthcal.c.
Referenced by MONTHCAL_GetMaxTodayWidth(), MONTHCAL_GetMinReqRect(), MONTHCAL_HitTest(), MONTHCAL_PaintCalendar(), MONTHCAL_UpdateSize(), and MONTHCAL_UpdateToday().
SYSTEMTIME MONTHCAL_INFO::todaysDate |
Definition at line 122 of file monthcal.c.
Referenced by MONTHCAL_Create(), MONTHCAL_GetToday(), MONTHCAL_LButtonDown(), MONTHCAL_PaintFocusAndCircle(), MONTHCAL_PaintTodayTitle(), MONTHCAL_RButtonUp(), MONTHCAL_SetRange(), MONTHCAL_SetSelRange(), and MONTHCAL_UpdateToday().
BOOL MONTHCAL_INFO::todaySet |
Definition at line 123 of file monthcal.c.
Referenced by MONTHCAL_SetToday(), and MONTHCAL_Timer().
int MONTHCAL_INFO::width_increment |
Definition at line 112 of file monthcal.c.
Referenced by MONTHCAL_GetDayFromPos(), MONTHCAL_GetDayRectI(), MONTHCAL_PaintCalendar(), MONTHCAL_PaintTodayTitle(), and MONTHCAL_UpdateSize().