Loading...
Searching...
No Matches
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
6namespace pdftron {
7 namespace PDF {
8
10{
11public:
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
static ViewChangeCollection * CreateInternal(ptrdiff_t impl)
ViewChangeCollection(const ViewChangeCollection &view_change)
ViewChangeCollection & operator=(const ViewChangeCollection &view_change)
ViewChangeCollection(TRN_ViewChangeCollection impl)