PageRenderTime 22ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://gitlab.com/edelmaks/iOS-iphoneheaders
C Header | 79 lines | 65 code | 7 blank | 7 comment | 0 complexity | e76a0cbd4cbcda5b4e6238d103d17913 MD5 | raw file
  1. /*
  2. * This header is generated by classdump-dyld 0.1
  3. * on Thursday, November 28, 2013 at 3:53:36 AM Eastern European Standard Time
  4. * Operating System: Version 7.0.3 (Build 11B511)
  5. * Image Source: /System/Library/Frameworks/UIKit.framework/UIKit
  6. * classdump-dyld is free of use, 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, UIKeyboardMenuView, NSString;
  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* _keyCaps;
  21. int _renderedKeyState;
  22. BOOL _usesControlOpacities;
  23. BOOL _renderAsMask;
  24. UIKeyboardMenuView* _popupMenu;
  25. }
  26. @property (nonatomic,readonly) UIKBTree * keyplane;
  27. @property (nonatomic,readonly) UIKBTree * key;
  28. @property (assign,nonatomic) CGRect drawFrame;
  29. @property (nonatomic,retain) UIKBRenderConfig * renderConfig;
  30. @property (assign,nonatomic) UIKeyboardMenuView * popupMenu; //@synthesize popupMenu=_popupMenu - In the implementation block
  31. @property (assign,nonatomic) BOOL usesControlOpacities; //@synthesize usesControlOpacities=_usesControlOpacities - In the implementation block
  32. @property (assign,nonatomic) BOOL renderAsMask; //@synthesize renderAsMask=_renderAsMask - In the implementation block
  33. @property (readonly) int cachedRenderFlags;
  34. @property (nonatomic,readonly) UIEdgeInsets displayInsets;
  35. @property (nonatomic,readonly) NSString * cacheKey;
  36. @property (nonatomic,readonly) BOOL cacheDeferable;
  37. @property (nonatomic,readonly) float cachedWidth;
  38. @property (nonatomic,readonly) BOOL keepNonPersistent;
  39. -(void)dealloc;
  40. -(void)drawRect:(CGRect)arg1 ;
  41. -(void)layoutSubviews;
  42. -(id)_generateBackdropMaskImage;
  43. -(void)_applyAppearanceInvocations;
  44. -(int)textEffectsVisibilityLevel;
  45. -(id)renderConfig;
  46. -(void)setRenderConfig:(id)arg1 ;
  47. -(id)initWithFrame:(CGRect)arg1 keyplane:(id)arg2 key:(id)arg3 ;
  48. -(void)updateForKeyplane:(id)arg1 key:(id)arg2 ;
  49. -(id)key;
  50. -(void)displayLayer:(id)arg1 ;
  51. -(void)setDrawFrame:(CGRect)arg1 ;
  52. -(id)keyplane;
  53. -(id)cacheKey;
  54. -(float)cachedWidth;
  55. -(id)cacheKeysForRenderFlags:(id)arg1 ;
  56. -(void)drawContentsOfRenderers:(id)arg1 ;
  57. -(BOOL)cacheDeferable;
  58. -(BOOL)keepNonPersistent;
  59. -(void)setPopupMenu:(id)arg1 ;
  60. -(void)dimKeyCaps:(float)arg1 duration:(float)arg2 ;
  61. -(void)_popuplateLayer:(id)arg1 withContents:(id)arg2 ;
  62. -(BOOL)_viewShouldBeOpaque;
  63. -(CGRect)drawFrame;
  64. -(int)cachedRenderFlags;
  65. -(BOOL)renderAsMask;
  66. -(UIEdgeInsets)displayInsets;
  67. -(BOOL)_shouldUpdateLayers;
  68. -(void)setUsesControlOpacities:(BOOL)arg1 ;
  69. -(id)popupMenu;
  70. -(BOOL)usesControlOpacities;
  71. -(void)setRenderAsMask:(BOOL)arg1 ;
  72. @end