PageRenderTime 34ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/Telluride9A406a.K66OS/Frameworks/UIKit.framework/Headers/UIKBHandwritingView.h

https://github.com/lechium/appletv-private-headers
C Header | 42 lines | 32 code | 4 blank | 6 comment | 0 complexity | 5f14a722bd0d28e6e78ea708afd87d23 MD5 | raw file
  1. /**
  2. * This header is generated by class-dump-z 0.2a.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/Frameworks/UIKit.framework/UIKit
  6. */
  7. #import "UIKit-Structs.h"
  8. #import "UIKBKeyView.h"
  9. @class UIKBTree;
  10. @protocol UIKBHandwritingDelegateProtocol;
  11. __attribute__((visibility("hidden")))
  12. @interface UIKBHandwritingView : UIKBKeyView {
  13. @private
  14. KBStrokeList *_strokes; // 72 = 0x48
  15. id<UIKBHandwritingDelegateProtocol> _delegate; // 76 = 0x4c
  16. CGColorRef _inkColor; // 80 = 0x50
  17. CGImageRef _inkMask; // 84 = 0x54
  18. UIKBTree *_keyboard; // 88 = 0x58
  19. CGPoint _last; // 92 = 0x5c
  20. int _down; // 100 = 0x64
  21. BOOL _stroked; // 104 = 0x68
  22. BOOL _captureEnabled; // 105 = 0x69
  23. BOOL _inGesture; // 106 = 0x6a
  24. }
  25. - (id)initWithFrame:(CGRect)frame keyboard:(id)keyboard key:(id)key state:(int)state; // 0x35970781
  26. - (id).cxx_construct; // 0x359717dd
  27. - (BOOL)cancelTouchTracking; // 0x35971745
  28. - (BOOL)clear; // 0x35970c99
  29. - (void)dealloc; // 0x35970b41
  30. - (void)drawRect:(CGRect)rect; // 0x35970d95
  31. - (void)send; // 0x35970ce5
  32. - (void)setDelegate:(id)delegate; // 0x35970cd5
  33. - (void)touchesBegan:(id)began withEvent:(id)event; // 0x35971009
  34. - (void)touchesCancelled:(id)cancelled withEvent:(id)event; // 0x359716e9
  35. - (void)touchesEnded:(id)ended withEvent:(id)event; // 0x359712a5
  36. - (void)touchesMoved:(id)moved withEvent:(id)event; // 0x35971111
  37. - (void)updateForKeyboard:(id)keyboard key:(id)key; // 0x35970c29
  38. @end