PageRenderTime 44ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://gitlab.com/edelmaks/iOS-iphoneheaders
C Header | 89 lines | 75 code | 7 blank | 7 comment | 0 complexity | 212c9d9f8ceedc7f2a5a6f224b944ba7 MD5 | raw file
  1. /*
  2. * This header is generated by classdump-dyld 0.1
  3. * on Thursday, November 28, 2013 at 3:53:44 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/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 (nonatomic,readonly) NSString * cacheKey;
  34. @property (nonatomic,readonly) BOOL cacheDeferable;
  35. @property (nonatomic,readonly) float cachedWidth;
  36. @property (nonatomic,readonly) BOOL keepNonPersistent;
  37. -(void)dealloc;
  38. -(void)drawRect:(CGRect)arg1 ;
  39. -(id)hitTest:(CGPoint)arg1 withEvent:(id)arg2 ;
  40. -(void)layoutSubviews;
  41. -(void)removeFromSuperview;
  42. -(id)renderConfig;
  43. -(void)setRenderConfig:(id)arg1 ;
  44. -(void)displayLayer:(id)arg1 ;
  45. -(void)setKeyplane:(id)arg1 ;
  46. -(id)keyplane;
  47. -(id)cacheKey;
  48. -(float)cachedWidth;
  49. -(id)cacheKeysForRenderFlags:(id)arg1 ;
  50. -(void)drawContentsOfRenderers:(id)arg1 ;
  51. -(BOOL)cacheDeferable;
  52. -(BOOL)keepNonPersistent;
  53. -(void)purgeSubviews;
  54. -(void)purgeKeyViews;
  55. -(void)setState:(int)arg1 forKey:(id)arg2 ;
  56. -(int)stateForKey:(id)arg1 ;
  57. -(BOOL)validForKeyplane:(id)arg1 withVisualStyle:(int)arg2 ;
  58. -(id)initWithFrame:(CGRect)arg1 keyplane:(id)arg2 ;
  59. -(void)setDefaultKeyplane:(id)arg1 ;
  60. -(void)setCacheToken:(id)arg1 ;
  61. -(void)updateDecorationViewsIfNeeded;
  62. -(void)deactivateKeys;
  63. -(id)viewForKey:(id)arg1 ;
  64. -(void)deactivateAdaptiveKey:(id)arg1 ;
  65. -(void)addKeyToDelayedDeactivationSet:(id)arg1 ;
  66. -(void)dimKeyCaps:(float)arg1 duration:(float)arg2 ;
  67. -(id)cacheToken;
  68. -(id)defaultKeyplane;
  69. -(int)cornerMaskForKey:(id)arg1 recursive:(BOOL)arg2 ;
  70. -(BOOL)_shouldDrawLowResBackground;
  71. -(void)cancelDelayedDeactivation;
  72. -(void)performDelayedDeactivation:(id)arg1 ;
  73. -(void)scheduleDelayedDeactivation;
  74. -(void)removeKeyFromDelayedDeactivationSet:(id)arg1 ;
  75. -(void)deactivateKey:(id)arg1 previousState:(int)arg2 ;
  76. -(id)containingViewForKey:(id)arg1 withState:(int)arg2 ;
  77. -(id)cacheIdentifierForKey:(id)arg1 withState:(int)arg2 ;
  78. -(Class)classForKey:(id)arg1 ;
  79. -(id)cacheIdentifierForKey:(id)arg1 ;
  80. -(id)viewForKey:(id)arg1 state:(int)arg2 ;
  81. -(void)activateKeys;
  82. @end