PageRenderTime 33ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/iOS7.1.1/System/Library/Frameworks/UIKit.framework/UIKBKeyView.h

https://gitlab.com/edelmaks/iOS-iphoneheaders
C Header | 83 lines | 69 code | 7 blank | 7 comment | 0 complexity | 4bd75230249d475e1620acb615ab714f MD5 | raw file
  1. /*
  2. * This header is generated by classdump-dyld 0.2
  3. * on Sunday, June 29, 2014 at 1:21:58 PM Japan Standard Time
  4. * Operating System: Version 7.1.1 (Build 11D201)
  5. * Image Source: /System/Library/Frameworks/UIKit.framework/UIKit
  6. * classdump-dyld is licensed under GPLv3, Copyright © 2013 by Elias Limneos.
  7. */
  8. #import <UIKit/UIKit-Structs.h>
  9. #import <UIKit/UIView.h>
  10. #import <UIKit/UIKBCacheableView.h>
  11. @class UIKBTree, UIKBRenderConfig, CALayer, NSString, UIKeyboardMenuView;
  12. @interface UIKBKeyView : UIView <UIKBCacheableView> {
  13. UIKBTree* m_keyplane;
  14. UIKBTree* m_key;
  15. CGRect m_drawFrame;
  16. CFBooleanRef m_allowsCaching;
  17. UIKBRenderConfig* m_renderConfig;
  18. CALayer* _keyBorders;
  19. CALayer* _keyBackgrounds;
  20. CALayer* _keyForegrounds;
  21. CALayer* _keyCaps;
  22. CALayer* _keyCapHint;
  23. int _renderedKeyState;
  24. NSString* _cachedTraitsHashString;
  25. bool _renderAsMask;
  26. UIKeyboardMenuView* _popupMenu;
  27. }
  28. @property (nonatomic,readonly) UIKBTree * keyplane;
  29. @property (nonatomic,readonly) UIKBTree * key;
  30. @property (assign,nonatomic) CGRect drawFrame;
  31. @property (nonatomic,retain) UIKBRenderConfig * renderConfig;
  32. @property (assign,nonatomic) UIKeyboardMenuView * popupMenu; //@synthesize popupMenu=_popupMenu - In the implementation block
  33. @property (assign,nonatomic) bool renderAsMask; //@synthesize renderAsMask=_renderAsMask - In the implementation block
  34. @property (readonly) long long cachedRenderFlags;
  35. @property (nonatomic,readonly) UIEdgeInsets displayInsets;
  36. @property (nonatomic,retain) NSString * cachedTraitsHashString; //@synthesize cachedTraitsHashString=_cachedTraitsHashString - In the implementation block
  37. @property (nonatomic,readonly) NSString * cacheKey;
  38. @property (nonatomic,readonly) bool cacheDeferable;
  39. @property (nonatomic,readonly) double cachedWidth;
  40. @property (nonatomic,readonly) bool keepNonPersistent;
  41. -(void)dealloc;
  42. -(void)drawRect:(CGRect)arg1 ;
  43. -(void)layoutSubviews;
  44. -(void)touchesEnded:(id)arg1 withEvent:(id)arg2 ;
  45. -(id)_generateBackdropMaskImage;
  46. -(void)_applyAppearanceInvocations;
  47. -(int)textEffectsVisibilityLevel;
  48. -(id)renderConfig;
  49. -(void)setRenderConfig:(id)arg1 ;
  50. -(id)initWithFrame:(CGRect)arg1 keyplane:(id)arg2 key:(id)arg3 ;
  51. -(void)updateForKeyplane:(id)arg1 key:(id)arg2 ;
  52. -(id)key;
  53. -(void)displayLayer:(id)arg1 ;
  54. -(void)setDrawFrame:(CGRect)arg1 ;
  55. -(id)keyplane;
  56. -(id)cacheKey;
  57. -(double)cachedWidth;
  58. -(id)cacheKeysForRenderFlags:(id)arg1 ;
  59. -(void)drawContentsOfRenderers:(id)arg1 ;
  60. -(bool)cacheDeferable;
  61. -(bool)keepNonPersistent;
  62. -(void)setPopupMenu:(id)arg1 ;
  63. -(void)dimKeyCaps:(double)arg1 duration:(double)arg2 ;
  64. -(void)_popuplateLayer:(id)arg1 withContents:(id)arg2 ;
  65. -(bool)_viewShouldBeOpaque;
  66. -(CGRect)drawFrame;
  67. -(long long)cachedRenderFlags;
  68. -(bool)renderAsMask;
  69. -(UIEdgeInsets)displayInsets;
  70. -(id)cachedTraitsHashString;
  71. -(bool)requiresSublayers;
  72. -(bool)_shouldUpdateLayers;
  73. -(void)setCachedTraitsHashString:(id)arg1 ;
  74. -(id)popupMenu;
  75. -(void)setRenderAsMask:(bool)arg1 ;
  76. @end