]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <UIKit/UIToolbar.h> | |
8 | ||
9 | @interface UIToolbar (UIButtonBarPrivate) | |
10 | + (Class)defaultButtonClass; | |
11 | + (Class)defaultTextButtonClass; | |
12 | + (id)defaultButtonFont; | |
13 | + (float)defaultHeight; | |
14 | + (float)defaultSelectionModeHeight; | |
15 | + (float)defaultHeightForBarSize:(int)fp8; | |
16 | - (id)initInView:(id)fp8 withFrame:(struct CGRect)fp12 withItemList:(id)fp28; | |
17 | - (id)initInView:(id)fp8 withItemList:(id)fp12; | |
18 | - (id)createButtonWithDescription:(id)fp8; | |
19 | - (void)positionButtons:(id)fp8 tags:(int *)fp12 count:(int)fp16 group:(int)fp20; | |
20 | - (void)_buttonBarFinishedAnimating; | |
21 | - (void)showButtons:(int *)fp8 withCount:(int)fp12 withDuration:(double)fp16; | |
22 | - (void)registerButtonGroup:(int)fp8 withButtons:(int *)fp12 withCount:(int)fp16; | |
23 | - (void)showButtonGroup:(int)fp8 withDuration:(double)fp12; | |
24 | - (int)currentButtonGroup; | |
25 | - (void)getVisibleButtonTags:(int *)fp8 count:(unsigned int *)fp12 maxItems:(unsigned int)fp16; | |
26 | - (void)setButtonBarTrackingMode:(int)fp8; | |
27 | - (void)customize:(const int *)fp8 withCount:(int)fp12; | |
28 | - (void)dismissCustomizeSheet:(BOOL)fp8; | |
29 | - (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16; | |
30 | - (id)hitTest:(struct CGPoint)fp8 withEvent:(id)fp16; | |
31 | - (void)mouseDown:(struct __GSEvent *)fp8; | |
32 | - (void)mouseDragged:(struct __GSEvent *)fp8; | |
33 | - (void)mouseUp:(struct __GSEvent *)fp8; | |
34 | - (void)touchesBegan:(id)fp8 withEvent:(id)fp12; | |
35 | - (void)touchesMoved:(id)fp8 withEvent:(id)fp12; | |
36 | - (void)touchesEnded:(id)fp8 withEvent:(id)fp12; | |
37 | - (int)selectedButton; | |
38 | - (void)showSelectionForButton:(int)fp8; | |
39 | - (void)setBadgeValue:(id)fp8 forButton:(int)fp12; | |
40 | - (void)setBadgeGlyph:(id)fp8 forButton:(int)fp12; | |
41 | - (void)setBadgeAnimated:(BOOL)fp8 forButton:(int)fp12; | |
42 | - (BOOL)onStateForButton:(int)fp8; | |
43 | - (void)setOnStateForButton:(BOOL)fp8 forButton:(int)fp12; | |
44 | - (void)animateWithDuration:(float)fp8 forButton:(int)fp12; | |
45 | - (void)setBounds:(struct CGRect)fp8; | |
46 | - (void)setFrame:(struct CGRect)fp8; | |
47 | - (void)drawRect:(struct CGRect)fp8; | |
48 | - (id)buttonItems; | |
49 | - (void)setButtonItems:(id)fp8; | |
50 | @end | |
51 |