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

Side by Side Diff: fpdfsdk/include/pdfwindow/PWL_Signature.h

Issue 1171733003: Remove typdefs for pointer types in fx_system.h (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Manual fixes. Created 5 years, 6 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 | « fpdfsdk/include/pdfwindow/PWL_Note.h ('k') | fpdfsdk/include/pdfwindow/PWL_Wnd.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 FPDFSDK_INCLUDE_PDFWINDOW_PWL_SIGNATURE_H_ 7 #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_SIGNATURE_H_
8 #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_SIGNATURE_H_ 8 #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_SIGNATURE_H_
9 9
10 #include "PWL_Icon.h" 10 #include "PWL_Icon.h"
(...skipping 20 matching lines...) Expand all
31 private: 31 private:
32 CFX_DIBSource* m_pImage; 32 CFX_DIBSource* m_pImage;
33 }; 33 };
34 34
35 class PWL_CLASS CPWL_Signature : public CPWL_Wnd 35 class PWL_CLASS CPWL_Signature : public CPWL_Wnd
36 { 36 {
37 public: 37 public:
38 CPWL_Signature(); 38 CPWL_Signature();
39 virtual ~CPWL_Signature(); 39 virtual ~CPWL_Signature();
40 40
41 » void» » » » » » » » SetText( FX_LPCWSTR sText); 41 » void» » » » » » » » SetText( const FX_WCHAR* sText);
42 » void» » » » » » » » SetDescr iption(FX_LPCWSTR string); 42 » void» » » » » » » » SetDescr iption(const FX_WCHAR* string);
43 void SetImage (CFX_DIBSource* pImage); 43 void SetImage (CFX_DIBSource* pImage);
44 » void» » » » » » » » SetImage Stream(CPDF_Stream * pStream, FX_LPCSTR sImageAlias); 44 » void» » » » » » » » SetImage Stream(CPDF_Stream * pStream, const FX_CHAR* sImageAlias);
45 45
46 void SetTextF lag(FX_BOOL bTextExist); 46 void SetTextF lag(FX_BOOL bTextExist);
47 void SetImage Flag(FX_BOOL bImageExist); 47 void SetImage Flag(FX_BOOL bImageExist);
48 void SetFoxit Flag(FX_BOOL bFlagExist); 48 void SetFoxit Flag(FX_BOOL bFlagExist);
49 49
50 protected: 50 protected:
51 virtual void RePosChildWnd(); 51 virtual void RePosChildWnd();
52 virtual void CreateChildWnd(c onst PWL_CREATEPARAM & cp); 52 virtual void CreateChildWnd(c onst PWL_CREATEPARAM & cp);
53 53
54 virtual void DrawThisAppearan ce(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device); 54 virtual void DrawThisAppearan ce(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device);
55 virtual void GetThisAppearanc eStream(CFX_ByteTextBuf & sAppStream); 55 virtual void GetThisAppearanc eStream(CFX_ByteTextBuf & sAppStream);
56 56
57 private: 57 private:
58 CPWL_Label* m_pText; 58 CPWL_Label* m_pText;
59 CPWL_Label* m_pDescr iption; 59 CPWL_Label* m_pDescr iption;
60 CPWL_Signature_Image* m_pImage; 60 CPWL_Signature_Image* m_pImage;
61 61
62 FX_BOOL m_bTextE xist; 62 FX_BOOL m_bTextE xist;
63 FX_BOOL m_bImage Exist; 63 FX_BOOL m_bImage Exist;
64 FX_BOOL m_bFlagE xist; 64 FX_BOOL m_bFlagE xist;
65 }; 65 };
66 66
67 #endif // FPDFSDK_INCLUDE_PDFWINDOW_PWL_SIGNATURE_H_ 67 #endif // FPDFSDK_INCLUDE_PDFWINDOW_PWL_SIGNATURE_H_
OLDNEW
« no previous file with comments | « fpdfsdk/include/pdfwindow/PWL_Note.h ('k') | fpdfsdk/include/pdfwindow/PWL_Wnd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698