PageRenderTime 54ms CodeModel.GetById 26ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://gitlab.com/edelmaks/iOS-iphoneheaders
C Header | 56 lines | 42 code | 7 blank | 7 comment | 0 complexity | ee97576c5dcc06d65228d8497d5d0385 MD5 | raw file
  1. /*
  2. * This header is generated by classdump-dyld 0.2
  3. * on Sunday, June 29, 2014 at 1:21:56 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/UIKBSplitImageView.h>
  10. #import <UIKit/UIKBCacheableView.h>
  11. @class NSString, UIKBTree, UITextInputTraits, NSObject, UIKBRenderConfig;
  12. @interface UIKBBackgroundView : UIKBSplitImageView <UIKBCacheableView> {
  13. UIKBTree* _keyplane;
  14. UITextInputTraits* _inputTraits;
  15. int _visualStyle;
  16. NSObject* _geometryCacheKey;
  17. CGRect _splitLeftRect;
  18. CGRect _splitLeftCacheRect;
  19. CGRect _splitRightRect;
  20. CGRect _splitRightCacheRect;
  21. int _topCorners;
  22. bool _isSplit;
  23. bool _centerFilled;
  24. bool _hasCandidateKeys;
  25. UIKBRenderConfig* _renderConfig;
  26. }
  27. @property (nonatomic,retain) UIKBRenderConfig * renderConfig; //@synthesize renderConfig=_renderConfig - In the implementation block
  28. @property (nonatomic,retain) NSObject * geometryCacheKey; //@synthesize geometryCacheKey=_geometryCacheKey - In the implementation block
  29. @property (nonatomic,readonly) NSString * cacheKey;
  30. @property (nonatomic,readonly) bool cacheDeferable;
  31. @property (nonatomic,readonly) double cachedWidth;
  32. @property (nonatomic,readonly) bool keepNonPersistent;
  33. -(id)initWithFrame:(CGRect)arg1 ;
  34. -(void)dealloc;
  35. -(void)drawRect:(CGRect)arg1 ;
  36. -(void)layoutSubviews;
  37. -(id)renderConfig;
  38. -(void)setRenderConfig:(id)arg1 ;
  39. -(void)displayLayer:(id)arg1 ;
  40. -(void)setGeometryCacheKey:(id)arg1 ;
  41. -(id)cacheKey;
  42. -(double)cachedWidth;
  43. -(id)cacheKeysForRenderFlags:(id)arg1 ;
  44. -(void)drawContentsOfRenderers:(id)arg1 ;
  45. -(bool)cacheDeferable;
  46. -(bool)keepNonPersistent;
  47. -(void)refreshStyleForKeyplane:(id)arg1 inputTraits:(id)arg2 ;
  48. -(id)geometryCacheKey;
  49. @end