Loading...
Searching...
No Matches
KeyStrokeActionResult.h
Go to the documentation of this file.
1#ifndef PDFTRON_H_CPPPDFKeyStrokeActionResult
2#define PDFTRON_H_CPPPDFKeyStrokeActionResult
3
4#include <C/PDF/TRN_Action.h>
5#include <SDF/Obj.h>
6
7namespace pdftron {
8 namespace PDF {
9
11{
12public:
14 bool IsValid();
18
19 void Destroy();
20#ifndef SWIGHIDDEN
22 KeyStrokeActionResult(TRN_KeyStrokeActionResult impl);
23 TRN_KeyStrokeActionResult mp_result;
24#endif
25};
26 }
27}
28
29#include<Impl/KeyStrokeActionResult.inl>
30
31#endif
KeyStrokeActionResult(TRN_KeyStrokeActionResult impl)
KeyStrokeActionResult & operator=(const KeyStrokeActionResult &action_result)
KeyStrokeActionResult(const KeyStrokeActionResult &action_result)