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

/iOS7.0.3/System/Library/AccessibilityBundles/UIKit.axbundle/UIAccessibilityElementKBKey.h

https://gitlab.com/edelmaks/iOS-iphoneheaders
C Header | 55 lines | 41 code | 7 blank | 7 comment | 0 complexity | 8d7ffde7d5e1746466d15f1ff8fb6f26 MD5 | raw file
  1. /*
  2. * This header is generated by classdump-dyld 0.1
  3. * on Thursday, November 28, 2013 at 4:02:45 AM Eastern European Standard Time
  4. * Operating System: Version 7.0.3 (Build 11B511)
  5. * Image Source: /System/Library/AccessibilityBundles/UIKit.axbundle/UIKit
  6. * classdump-dyld is free of use, Copyright © 2013 by Elias Limneos.
  7. */
  8. #import <UIKit/UIKit-Structs.h>
  9. #import <UIKit/UIAccessibilityElement.h>
  10. @class UIKBTree;
  11. @interface UIAccessibilityElementKBKey : UIAccessibilityElement {
  12. UIKBTree* _key;
  13. BOOL _changesOnShiftDown;
  14. }
  15. @property (nonatomic,retain) UIKBTree * key; //@synthesize key=_key - In the implementation block
  16. @property (assign,nonatomic) BOOL changesOnShiftDown; //@synthesize changesOnShiftDown=_changesOnShiftDown - In the implementation block
  17. -(BOOL)_accessibilityIsDeleteKey;
  18. -(BOOL)_allowCachingAccessibilityLabel;
  19. -(id)_accessibilityLabel;
  20. -(void)_applyCapitalLetterTransform;
  21. -(BOOL)allowsCaseChangeOnShift;
  22. -(BOOL)changesOnShiftDown;
  23. -(BOOL)isUnaffectedByShiftLock;
  24. -(void)setChangesOnShiftDown:(BOOL)arg1 ;
  25. -(id)_accessibilityLocalizedStringForKeyboardLocale:(id)arg1 ;
  26. -(BOOL)_axIsDictationKey;
  27. -(BOOL)_accessibilityWasForcedToUseForeignKB;
  28. -(id)initWithAccessibilityContainer:(id)arg1 key:(id)arg2 ;
  29. -(BOOL)isButtonType;
  30. -(void)dealloc;
  31. -(id)accessibilityLabel;
  32. -(id)key;
  33. -(CGRect)accessibilityFrame;
  34. -(id)accessibilityValue;
  35. -(id)accessibilityHint;
  36. -(CGPoint)accessibilityActivationPoint;
  37. -(unsigned long long)accessibilityTraits;
  38. -(BOOL)isAccessibilityElement;
  39. -(id)accessibilityIdentifier;
  40. -(BOOL)accessibilityActivate;
  41. -(void)setKey:(id)arg1 ;
  42. -(BOOL)_accessibilitySupportsActivateAction;
  43. -(id)_accessibilityKeyboardKeyEnteredString;
  44. -(BOOL)_accessibilityKeyboardKeyAllowsTouchTyping;
  45. -(BOOL)_accessibilityAllowsAlternativeCharacterActivation;
  46. -(id)_accessibilityVariantKeys;
  47. -(BOOL)_accessibilityHasVariantKeys;
  48. @end