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

/Frameworks/UIKit.framework/UIKeyboardMenuView.h

https://gitlab.com/akashshinde/iOS-Runtime-Headers
C Header | 133 lines | 124 code | 6 blank | 3 comment | 0 complexity | 9af712aeeef2931110672404f0c9b887 MD5 | raw file
  1. /* Generated by RuntimeBrowser
  2. Image: /System/Library/Frameworks/UIKit.framework/UIKit
  3. */
  4. @class NSString, NSTimer, UIDimmingView, UIInputSwitcherSelectionExtraView, UIInputSwitcherShadowView, UIInputSwitcherTableView, UIKBTree, UIKeyboardLayoutStar;
  5. @interface UIKeyboardMenuView : UIView <UIDimmingViewDelegate, UITableViewDataSource, UITableViewDelegate> {
  6. UIKeyboardLayoutStar *_layout;
  7. UIKBTree *_referenceKey;
  8. BOOL _usesDarkTheme;
  9. BOOL _usesStraightLeftEdge;
  10. UIDimmingView *m_dimmingView;
  11. int m_firstVisibleRow;
  12. int m_mode;
  13. struct CGPoint {
  14. float x;
  15. float y;
  16. } m_point;
  17. float m_pointerOffset;
  18. struct CGRect {
  19. struct CGPoint {
  20. float x;
  21. float y;
  22. } origin;
  23. struct CGSize {
  24. float width;
  25. float height;
  26. } size;
  27. } m_referenceRect;
  28. int m_scrollDirection;
  29. double m_scrollStartTime;
  30. NSTimer *m_scrollTimer;
  31. BOOL m_scrollable;
  32. BOOL m_scrolling;
  33. UIInputSwitcherSelectionExtraView *m_selExtraView;
  34. UIInputSwitcherShadowView *m_shadowView;
  35. BOOL m_shouldFade;
  36. BOOL m_startAutoscroll;
  37. UIInputSwitcherTableView *m_table;
  38. int m_visibleRows;
  39. }
  40. @property(copy,readonly) NSString * debugDescription;
  41. @property(copy,readonly) NSString * description;
  42. @property(readonly) unsigned int hash;
  43. @property UIKeyboardLayoutStar * layout;
  44. @property int mode;
  45. @property UIKBTree * referenceKey;
  46. @property(readonly) Class superclass;
  47. @property BOOL usesDarkTheme;
  48. @property BOOL usesStraightLeftEdge;
  49. @property(readonly) BOOL usesTable;
  50. + (id)viewThatContainsBaseKey;
  51. - (void)_delayedFade;
  52. - (int)_internationalKeyRoundedCornerInLayout:(id)arg1;
  53. - (void)applicationWillSuspend:(id)arg1;
  54. - (void)autoscrollTimerFired:(id)arg1;
  55. - (BOOL)centerPopUpOverKey;
  56. - (void)dealloc;
  57. - (int)defaultSelectedIndex;
  58. - (void)didSelectItemAtIndex:(int)arg1;
  59. - (id)dimmingView;
  60. - (void)dimmingViewWasTapped:(id)arg1;
  61. - (void)endScrolling:(id)arg1;
  62. - (void)fade;
  63. - (void)fadeAnimationDidStop:(id)arg1 finished:(id)arg2 context:(id)arg3;
  64. - (void)fadeWithDelay:(double)arg1;
  65. - (id)font;
  66. - (id)fontForItemAtIndex:(int)arg1;
  67. - (void)hide;
  68. - (void)highlightRow:(int)arg1;
  69. - (int)indexForIndexPath:(id)arg1;
  70. - (id)initWithFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1;
  71. - (void)insertSelExtraView;
  72. - (BOOL)isVisible;
  73. - (id)layout;
  74. - (id)localizedTitleForItemAtIndex:(int)arg1;
  75. - (id)maskForShadowViewBlurredBackground;
  76. - (float)minYOfLastTableCellForSelectionExtraView;
  77. - (int)mode;
  78. - (int)numberOfItems;
  79. - (void)performShowAnimation;
  80. - (struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })popupRect;
  81. - (id)predictiveSwitch;
  82. - (struct CGSize { float x1; float x2; })preferredSize;
  83. - (id)referenceKey;
  84. - (void)removeFromSuperview;
  85. - (void)scrollViewDidScroll:(id)arg1;
  86. - (void)selectItemAtPoint:(struct CGPoint { float x1; float x2; })arg1;
  87. - (void)setFrame:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1;
  88. - (void)setHighlightForRowAtIndexPath:(id)arg1 highlight:(BOOL)arg2;
  89. - (void)setKeyboardDimmed:(BOOL)arg1;
  90. - (void)setLayout:(id)arg1;
  91. - (void)setMode:(int)arg1;
  92. - (void)setNeedsDisplay;
  93. - (void)setNeedsDisplayForCell:(id)arg1;
  94. - (void)setNeedsDisplayForTopBottomCells;
  95. - (void)setReferenceKey:(id)arg1;
  96. - (void)setRenderConfig:(id)arg1;
  97. - (void)setUsesDarkTheme:(BOOL)arg1;
  98. - (void)setUsesStraightLeftEdge:(BOOL)arg1;
  99. - (void)setupShadowViewWithSize:(struct CGSize { float x1; float x2; })arg1;
  100. - (void)show;
  101. - (void)showAsHUD;
  102. - (void)showAsPopupForKey:(id)arg1 inLayout:(id)arg2;
  103. - (void)stopAnyAutoscrolling;
  104. - (id)subtitleFont;
  105. - (id)subtitleFontForItemAtIndex:(int)arg1;
  106. - (id)subtitleForItemAtIndex:(int)arg1;
  107. - (id)table;
  108. - (id)tableView:(id)arg1 cellForRowAtIndexPath:(id)arg2;
  109. - (void)tableView:(id)arg1 didSelectRowAtIndexPath:(id)arg2;
  110. - (float)tableView:(id)arg1 heightForRowAtIndexPath:(id)arg2;
  111. - (int)tableView:(id)arg1 numberOfRowsInSection:(int)arg2;
  112. - (id)tableView:(id)arg1 willDeselectRowAtIndexPath:(id)arg2;
  113. - (void)tableView:(id)arg1 willDisplayCell:(id)arg2 forRowAtIndexPath:(id)arg3;
  114. - (id)tableView:(id)arg1 willSelectRowAtIndexPath:(id)arg2;
  115. - (id)titleForItemAtIndex:(int)arg1;
  116. - (void)toggleKeyboardPredictionPreference;
  117. - (void)touchesBegan:(id)arg1 withEvent:(id)arg2;
  118. - (void)touchesCancelled:(id)arg1 withEvent:(id)arg2;
  119. - (void)touchesEnded:(id)arg1 withEvent:(id)arg2;
  120. - (void)touchesMoved:(id)arg1 withEvent:(id)arg2;
  121. - (void)updateSelectionWithPoint:(struct CGPoint { float x1; float x2; })arg1;
  122. - (BOOL)usesDarkTheme;
  123. - (BOOL)usesDimmingView;
  124. - (BOOL)usesShadowView;
  125. - (BOOL)usesStraightLeftEdge;
  126. - (BOOL)usesTable;
  127. @end