All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ViewChangeCollection.h
Go to the documentation of this file.
1 #ifndef PDFTRON_H_CPPPDFViewChangeCollection
2 #define PDFTRON_H_CPPPDFViewChangeCollection
3 
4 #include <C/PDF/TRN_ViewChangeCollection.h>
5 
6 namespace pdftron {
7  namespace PDF {
8 
10 {
11 public:
14  ViewChangeCollection(const ViewChangeCollection& view_change);
16 
17  void Destroy();
18 
19  //for xamarin use only
20  static ViewChangeCollection* CreateInternal(ptrdiff_t impl);
21  ptrdiff_t GetHandleInternal();
22 
23 #ifndef SWIGHIDDEN
24  ViewChangeCollection(TRN_ViewChangeCollection impl);
25  TRN_ViewChangeCollection mp_collection;
26 #endif
27 };
28 
29  }
30 }
31 
32 #include<Impl/ViewChangeCollection.inl>
33 
34 #endif
TRN_ViewChangeCollection mp_collection
static ViewChangeCollection * CreateInternal(ptrdiff_t impl)
ViewChangeCollection & operator=(const ViewChangeCollection &view_change)