All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
KeyStrokeEventData.h
Go to the documentation of this file.
1 #ifndef PDFTRON_H_CPPPDFKeyStrokeEventData
2 #define PDFTRON_H_CPPPDFKeyStrokeEventData
3 
4 #include <C/PDF/TRN_Action.h>
5 
6 namespace pdftron {
7  namespace PDF {
8 
10 {
11 public:
12  KeyStrokeEventData(const UString& field_name, const UString& current_value, const UString& change, int selection_start, int selection_end);
16 
17  void Destroy();
18 
19 #ifndef SWIGHIDDEN
20  KeyStrokeEventData(TRN_KeyStrokeEventData impl);
21  TRN_KeyStrokeEventData mp_data;
22 #endif
23 };
24 
25  }
26 }
27 
28 #include<Impl/KeyStrokeEventData.inl>
29 
30 #endif
KeyStrokeEventData & operator=(const KeyStrokeEventData &data)
KeyStrokeEventData(const UString &field_name, const UString &current_value, const UString &change, int selection_start, int selection_end)