Advertisement
ichitaso

HNDRocker.h

Sep 30th, 2012
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2.  *     Generated by class-dump 3.3.4 (64 bit).
  3.  *
  4.  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
  5.  */
  6.  
  7. #import "HNDView.h"
  8.  
  9. @class AXTimer, CADisplayLink, HNDFingerView, HNDRockerButton, HNDVolumeBar, NSMutableArray, UIImageView;
  10.  
  11. @interface HNDRocker : HNDView
  12. {
  13.     int _state;
  14.     NSMutableArray *_rockerItems;
  15.     HNDRockerButton *_selectedButton;
  16.     HNDRockerButton *_backButton;
  17.     int _selectedButtonIndex;
  18.     int _backgroundType;
  19.     HNDFingerView *_middleCircle;
  20.     struct CGPoint _initialPoint;
  21.     BOOL _isFullMenuVisible;
  22.     BOOL _isNubbitVisible;
  23.     BOOL _useCircle;
  24.     float _progress;
  25.     BOOL _sentRockers;
  26.     BOOL _linkRunning;
  27.     CADisplayLink *_rockerLink;
  28.     double _startInterval;
  29.     AXTimer *_homeButtonDismissTimer;
  30.     UIImageView *_background;
  31.     int _style;
  32.     BOOL _nubbitDimmed;
  33.     AXTimer *_nubbitFadeTimer;
  34.     UIImageView *_nubbitForeground;
  35.     BOOL _animatingNubbit;
  36.     AXTimer *_volumeHideTimer;
  37.     AXTimer *_volumeUpdateTimer;
  38.     HNDVolumeBar *_volumeBar;
  39.     int _nubbitPosition;
  40. }
  41.  
  42. + (struct CGSize)nubbitSize;
  43. + (struct CGSize)initialRockerSize;
  44. @property(nonatomic) int nubbitPosition; // @synthesize nubbitPosition=_nubbitPosition;
  45. @property(nonatomic) int style; // @synthesize style=_style;
  46. - (void)setNubbitVisible:(BOOL)arg1;
  47. - (void)transitionNubbitToMenu:(struct CGPoint)arg1 animationCompleted:(id)arg2;
  48. - (void)transitionMenuToNubbit:(struct CGPoint)arg1 changeAlpha:(BOOL)arg2 animate:(BOOL)arg3;
  49. - (void)highlightNubbit;
  50. - (void)fadeNubbit;
  51. - (void)_resetVisibility:(BOOL)arg1;
  52. - (void)_initializeNubbit;
  53. - (void)setFullMenuVisible:(BOOL)arg1 atPoint:(struct CGPoint)arg2;
  54. - (BOOL)isFullMenuVisible;
  55. - (struct CGPoint)onScreenLocation;
  56. - (void)_homeButton:(BOOL)arg1;
  57. - (void)_handleRotate:(int)arg1;
  58. - (void)_orientationPressed;
  59. - (void)_shakePressed;
  60. - (void)_ringerPressed;
  61. - (void)_volumeDown:(BOOL)arg1;
  62. - (void)_volumeUp:(BOOL)arg1;
  63. - (void)_updateVolumeDisplay;
  64. - (void)_lockButton:(BOOL)arg1;
  65. - (void)_hardwareButtonPressed;
  66. - (void)_handleTouch:(int)arg1;
  67. - (void)_pinchPressed;
  68. - (void)_gesturesPressed;
  69. - (void)_favoritesPressed;
  70. - (void)_loadMenuItems:(BOOL)arg1;
  71. - (void)_resetHoverCircleLocation;
  72. - (void)setUseCircleMode:(BOOL)arg1;
  73. - (void)_layoutMenuItems:(BOOL)arg1;
  74. - (void)_setBackgroundWithType:(int)arg1;
  75. - (void)_layoutFourRockers;
  76. - (void)_layoutRotationRockers;
  77. - (void)_layoutArbitraryRockers;
  78. - (void)_layoutFiveOrSixRockers;
  79. - (void)_layoutEightRockers;
  80. - (void)_layoutBackButton;
  81. - (struct CGPath *)_pieSlice:(int)arg1 withSlices:(int)arg2;
  82. - (void)_resetRockerButtons;
  83. - (void)_layoutButton:(id)arg1 withPoint:(struct CGPoint)arg2;
  84. - (void)_loadFavoritesMenuItems;
  85. - (void)_swipePressed;
  86. - (void)_addFavoriteBoxPressed;
  87. - (void)_customGesturePressed:(id)arg1;
  88. - (void)_loadHardwareMenuItems;
  89. - (void)updateRingerSwitch;
  90. - (void)_loadRotateMenuItems;
  91. - (void)_loadGesturesMenuItems;
  92. - (void)_loadInitialMenuItems;
  93. - (void)cleanup;
  94. - (void)handleRealUpEvent:(struct CGPoint)arg1;
  95. - (BOOL)isAnimatingNubbit;
  96. - (void)handleRealDownEvent:(struct CGPoint)arg1;
  97. - (void)performPress:(int)arg1 type:(int)arg2;
  98. - (void)_goBackInMenuState:(int)arg1;
  99. - (void)showVolumeBar:(BOOL)arg1 withProgress:(float)arg2;
  100. - (void)volumeChanged;
  101. - (void)modalizeMenu:(BOOL)arg1 modalButton:(id)arg2;
  102. - (void)implodeDisplayLinkFired:(id)arg1;
  103. - (BOOL)hoveredTo:(struct CGPoint)arg1;
  104. - (void)_updateSelectedButton;
  105. - (id)_rockerHitTest:(struct CGPoint)arg1;
  106. - (BOOL)_angleIndicatesReturnToCenter:(float)arg1;
  107. - (void)_highlightRockerButtonAtAngle:(float)arg1;
  108. - (int)_indexForAngle:(float)arg1;
  109. - (void)dealloc;
  110. - (void)_updateProgress:(id)arg1;
  111. - (id)rockerButtons;
  112. - (void)showMiddleCircle:(BOOL)arg1;
  113. - (id)initWithFrame:(struct CGRect)arg1;
  114.  
  115. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement