Home | History | Annotate | Download | only in include

Lines Matching refs:CPDFSDK_PageView

24 class CPDFSDK_PageView;

413 void AddPageView(CPDF_Page* pPDFPage, CPDFSDK_PageView* pPageView);
414 CPDFSDK_PageView* GetPageView(CPDF_Page* pPDFPage, FX_BOOL ReNew = TRUE);
415 CPDFSDK_PageView* GetPageView(int nIndex);
416 CPDFSDK_PageView* GetCurrentView();
418 void UpdateAllViews(CPDFSDK_PageView* pSender, CPDFSDK_Annot* pAnnot);
448 //CFX_ArrayTemplate<CPDFSDK_PageView*> m_pageArray;
449 CFX_MapPtrTemplate<CPDF_Page*, CPDFSDK_PageView*> m_pageMap;
459 class CPDFSDK_PageView
462 CPDFSDK_PageView(CPDFSDK_Document* pSDKDoc,CPDF_Page* page);
463 ~CPDFSDK_PageView();