PageRenderTime 43ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/Frameworks/UIKit.framework/UIKBKeyView.h

https://bitbucket.org/insanj/ios-runtime-headers
C Header | 46 lines | 38 code | 5 blank | 3 comment | 0 complexity | 390f272a85f69c7b22ca68e98169aef7 MD5 | raw file
  1. /* Generated by RuntimeBrowser
  2. Image: /System/Library/Frameworks/UIKit.framework/UIKit
  3. */
  4. @class UIKBTree;
  5. @interface UIKBKeyView : UIView <UIKBCacheableView> {
  6. struct CGPoint {
  7. float x;
  8. float y;
  9. struct __CFBoolean { } *m_allowsCaching;
  10. int m_clipCorners;
  11. } m_drawOrigin;
  12. UIKBTree *m_key;
  13. UIKBTree *m_keyboard;
  14. int m_state;
  15. }
  16. @property(readonly) BOOL cacheDeferable;
  17. @property(readonly) float cachedWidth;
  18. @property int clipCorners;
  19. @property struct CGPoint { float x1; float x2; } drawOrigin;
  20. @property(readonly) UIKBTree * key;
  21. @property(readonly) UIKBTree * keyboard;
  22. @property(readonly) BOOL shouldCache;
  23. @property(readonly) int state;
  24. - (BOOL)cacheDeferable;
  25. - (id)cacheKey;
  26. - (float)cachedWidth;
  27. - (int)clipCorners;
  28. - (void)dealloc;
  29. - (void)displayLayer:(id)arg1;
  30. - (struct CGPoint { float x1; float x2; })drawOrigin;
  31. - (void)drawRect:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1;
  32. - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1 keyboard:(id)arg2 key:(id)arg3 state:(int)arg4;
  33. - (id)key;
  34. - (id)keyboard;
  35. - (void)setClipCorners:(int)arg1;
  36. - (void)setDrawOrigin:(struct CGPoint { float x1; float x2; })arg1;
  37. - (BOOL)shouldCache;
  38. - (int)state;
  39. - (int)textEffectsVisibilityLevel;
  40. - (void)updateForKeyboard:(id)arg1 key:(id)arg2;
  41. @end