All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
7 namespace pdftron {
8  namespace PDF {
9 
11 {
12 public:
14  bool IsValid();
15  UString GetText();
16  KeyStrokeActionResult(const KeyStrokeActionResult& action_result);
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 & operator=(const KeyStrokeActionResult &action_result)