PageRenderTime 25ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/iOS8.1.1/System/Library/Frameworks/UIKit.framework/UIKBKeyplaneView.h

https://gitlab.com/edelmaks/iOS-iphoneheaders
C Header | 94 lines | 80 code | 7 blank | 7 comment | 0 complexity | c3d89334dfcf8d2c515fd1e81085873f MD5 | raw file
  1. /*
  2. * This header is generated by classdump-dyld 0.7
  3. * on Tuesday, December 2, 2014 at 7:29:25 PM Japan Standard Time
  4. * Operating System: Version 8.1.1 (Build 12B436)
  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 UIKBTree, UIKBCacheToken, UIKBKeyView, NSMutableDictionary, NSTimer, UIKBRenderConfig, UIKBSplitImageView, NSString;
  12. @interface UIKBKeyplaneView : UIKBSplitImageView <UIKBCacheableView> {
  13. UIKBTree* _keyplane;
  14. UIKBTree* _defaultKeyplane;
  15. UIKBCacheToken* _cacheToken;
  16. UIKBKeyView* _candidateGapView;
  17. NSMutableDictionary* _subviewIndex;
  18. NSMutableDictionary* _activeViewIndex;
  19. NSMutableDictionary* _renderedKeyViews;
  20. NSMutableDictionary* _delayedDeactivationKeys;
  21. NSTimer* _activatedTimer;
  22. BOOL _performingDeactivation;
  23. BOOL _shouldDrawRect;
  24. UIKBRenderConfig* _renderConfig;
  25. UIKBSplitImageView* _keyBorders;
  26. UIKBSplitImageView* _keyBackgrounds;
  27. UIKBSplitImageView* _keyCaps;
  28. }
  29. @property (nonatomic,retain) UIKBTree * keyplane; //@synthesize keyplane=_keyplane - In the implementation block
  30. @property (nonatomic,retain) UIKBTree * defaultKeyplane; //@synthesize defaultKeyplane=_defaultKeyplane - In the implementation block
  31. @property (nonatomic,retain) UIKBCacheToken * cacheToken; //@synthesize cacheToken=_cacheToken - In the implementation block
  32. @property (nonatomic,retain) UIKBRenderConfig * renderConfig; //@synthesize renderConfig=_renderConfig - In the implementation block
  33. @property (readonly) unsigned long long hash;
  34. @property (readonly) Class superclass;
  35. @property (copy,readonly) NSString * description;
  36. @property (copy,readonly) NSString * debugDescription;
  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. -(id)hitTest:(CGPoint)arg1 withEvent:(id)arg2 ;
  44. -(void)layoutSubviews;
  45. -(void)removeFromSuperview;
  46. -(id)viewForKey:(id)arg1 ;
  47. -(UIKBRenderConfig *)renderConfig;
  48. -(void)setRenderConfig:(UIKBRenderConfig *)arg1 ;
  49. -(void)displayLayer:(id)arg1 ;
  50. -(void)setKeyplane:(UIKBTree *)arg1 ;
  51. -(UIKBTree *)keyplane;
  52. -(NSString *)cacheKey;
  53. -(double)cachedWidth;
  54. -(id)cacheKeysForRenderFlags:(id)arg1 ;
  55. -(void)drawContentsOfRenderers:(id)arg1 ;
  56. -(BOOL)cacheDeferable;
  57. -(BOOL)keepNonPersistent;
  58. -(void)purgeSubviews;
  59. -(void)purgeKeyViews;
  60. -(void)setState:(int)arg1 forKey:(id)arg2 ;
  61. -(int)stateForKey:(id)arg1 ;
  62. -(BOOL)validForKeyplane:(id)arg1 withVisualStyle:(int)arg2 ;
  63. -(id)initWithFrame:(CGRect)arg1 keyplane:(id)arg2 ;
  64. -(void)setDefaultKeyplane:(UIKBTree *)arg1 ;
  65. -(void)setCacheToken:(UIKBCacheToken *)arg1 ;
  66. -(void)updateDecorationViewsIfNeeded;
  67. -(void)deactivateKeys;
  68. -(void)deactivateAdaptiveKey:(id)arg1 ;
  69. -(void)addKeyToDelayedDeactivationSet:(id)arg1 ;
  70. -(void)dimKeyCaps:(double)arg1 duration:(double)arg2 ;
  71. -(BOOL)isPasscodeStyle;
  72. -(UIKBCacheToken *)cacheToken;
  73. -(UIKBTree *)defaultKeyplane;
  74. -(int)cornerMaskForKey:(id)arg1 recursive:(BOOL)arg2 ;
  75. -(BOOL)_shouldDrawLowResBackground;
  76. -(void)cancelDelayedDeactivation;
  77. -(void)performDelayedDeactivation:(id)arg1 ;
  78. -(void)scheduleDelayedDeactivation;
  79. -(void)removeKeyFromDelayedDeactivationSet:(id)arg1 ;
  80. -(void)deactivateKey:(id)arg1 previousState:(int)arg2 ;
  81. -(id)containingViewForKey:(id)arg1 withState:(int)arg2 ;
  82. -(id)cacheIdentifierForKey:(id)arg1 withState:(int)arg2 ;
  83. -(Class)classForKey:(id)arg1 ;
  84. -(id)cacheIdentifierForKey:(id)arg1 ;
  85. -(id)viewForKey:(id)arg1 state:(int)arg2 ;
  86. -(void)activateKeys;
  87. @end