Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Side by Side Diff: xfa/include/fwl/theme/monthcalendartp.h

Issue 1087053002: Merge to XFA: Kill CFX_Object. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « xfa/include/fwl/theme/formtp.h ('k') | xfa/include/fwl/theme/pushbuttontp.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 PDFium Authors. All rights reserved. 1 // Copyright 2014 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 6
7 #ifndef _FWL_MONTHCALENDARTP_H 7 #ifndef _FWL_MONTHCALENDARTP_H
8 #define _FWL_MONTHCALENDARTP_H 8 #define _FWL_MONTHCALENDARTP_H
9 class CFWL_WidgetTP; 9 class CFWL_WidgetTP;
10 class CFWL_MonthCalendarTP; 10 class CFWL_MonthCalendarTP;
(...skipping 14 matching lines...) Expand all
25 FX_BOOL DrawHeadBk(CFWL_ThemeBackground *pParams, CFX_Matrix *pM atrix); 25 FX_BOOL DrawHeadBk(CFWL_ThemeBackground *pParams, CFX_Matrix *pM atrix);
26 FX_BOOL DrawLButton(CFWL_ThemeBackground *pParams, CFX_Matrix *p Matrix); 26 FX_BOOL DrawLButton(CFWL_ThemeBackground *pParams, CFX_Matrix *p Matrix);
27 FX_BOOL DrawRButton(CFWL_ThemeBackground *pParams, CFX_Matrix *p Matrix); 27 FX_BOOL DrawRButton(CFWL_ThemeBackground *pParams, CFX_Matrix *p Matrix);
28 FX_BOOL DrawDatesInBK(CFWL_ThemeBackground *pParams, CFX_Matrix *pMatrix); 28 FX_BOOL DrawDatesInBK(CFWL_ThemeBackground *pParams, CFX_Matrix *pMatrix);
29 FX_BOOL DrawDatesInCircle(CFWL_ThemeBackground *pParams, CFX_Mat rix *pMatrix); 29 FX_BOOL DrawDatesInCircle(CFWL_ThemeBackground *pParams, CFX_Mat rix *pMatrix);
30 FX_BOOL DrawTodayCircle(CFWL_ThemeBackground *pParams, CFX_Matri x *pMatrix); 30 FX_BOOL DrawTodayCircle(CFWL_ThemeBackground *pParams, CFX_Matri x *pMatrix);
31 FX_BOOL DrawHSeperator(CFWL_ThemeBackground *pParams, CFX_Matrix *pMatrix); 31 FX_BOOL DrawHSeperator(CFWL_ThemeBackground *pParams, CFX_Matrix *pMatrix);
32 FX_BOOL DrawWeekNumSep(CFWL_ThemeBackground *pParams, CFX_Matrix *pMatrix); 32 FX_BOOL DrawWeekNumSep(CFWL_ThemeBackground *pParams, CFX_Matrix *pMatrix);
33 FWLTHEME_STATE GetState(FX_DWORD dwFWLStates); 33 FWLTHEME_STATE GetState(FX_DWORD dwFWLStates);
34 void SetThemeData(FX_DWORD dwThemeID); 34 void SetThemeData(FX_DWORD dwThemeID);
35 class MCThemeData : public CFX_Object 35 class MCThemeData
36 { 36 {
37 public: 37 public:
38 FX_ARGB clrCaption; 38 FX_ARGB clrCaption;
39 FX_ARGB clrSeperator; 39 FX_ARGB clrSeperator;
40 FX_ARGB clrDatesHoverBK; 40 FX_ARGB clrDatesHoverBK;
41 FX_ARGB clrDatesSelectedBK; 41 FX_ARGB clrDatesSelectedBK;
42 FX_ARGB clrDatesCircle; 42 FX_ARGB clrDatesCircle;
43 FX_ARGB clrToday; 43 FX_ARGB clrToday;
44 FX_ARGB clrBK; 44 FX_ARGB clrBK;
45 } *m_pThemeData; 45 } *m_pThemeData;
46 CFX_WideString wsResource; 46 CFX_WideString wsResource;
47 }; 47 };
48 #endif 48 #endif
OLDNEW
« no previous file with comments | « xfa/include/fwl/theme/formtp.h ('k') | xfa/include/fwl/theme/pushbuttontp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698