]> git.saurik.com Git - iphone-api.git/blame - AddressBookUI/ABRingtoneTableController.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / AddressBookUI / ABRingtoneTableController.h
CommitLineData
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 "NSObject.h"
8
9@class ABRingtoneManager, AVController, NSMutableArray, NSString;
10
11@interface ABRingtoneTableController : NSObject
12{
13 id _delegate;
14 NSMutableArray *_systemRingtoneIdentifiers;
15 NSMutableArray *_customRingtoneIdentifiers;
16 int _selectedRingtoneIndex;
17 BOOL _showsNone;
18 BOOL _showsDefault;
19 NSString *_noneString;
20 void *_person;
21 ABRingtoneManager *_ringtoneManager;
22 AVController *_avController;
23 BOOL _startedInteruption;
24 BOOL _customAVController;
25}
26
27- (id)init;
28- (id)initWithAVController:(id)fp8;
29- (void)dealloc;
30- (void)addRingtonesInDirectory:(id)fp8 toArray:(id)fp12 fileExtension:(id)fp16;
31- (int)compareRingtoneWithIdentifier:(id)fp8 toRingtoneWithIdentifier:(id)fp12;
32- (int)tableGroupTypeAtIndex:(int)fp8;
33- (id)identifierOfRingtoneAtIndex:(int)fp8 isCustomRingtone:(char *)fp12;
34- (int)indexOfRingtoneWithIdentifier:(id)fp8;
35- (int)indexOfRingtoneInGroup:(int)fp8 atRow:(int)fp12;
36- (int)rowIndexForRingtoneAtIndex:(int)fp8 inTable:(id)fp12;
37- (void)reloadRingtones;
38- (void)setDelegate:(id)fp8;
39- (void)setSelectedRingtoneIdentifier:(id)fp8;
40- (id)selectedRingtoneIdentifier;
41- (int)indexOfSelectedRingtone;
42- (id)ringtoneManager;
43- (void)setShowsDefault:(BOOL)fp8;
44- (void)setShowsNone:(BOOL)fp8;
45- (void)setNoneString:(id)fp8;
46- (void)setPerson:(void *)fp8;
47- (void *)person;
48- (void)processNewRingtoneSelected:(id)fp8;
49- (void)tableRowSelected:(id)fp8;
50- (int)numberOfGroupsInPreferencesTable:(id)fp8;
51- (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12;
52- (id)copyCurrentPhoneRingtoneName;
53- (id)copyCurrentPhoneRingtoneIdentifier;
54- (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16;
55- (BOOL)preferencesTable:(id)fp8 isRadioGroup:(int)fp12;
56- (id)preferencesTable:(id)fp8 titleForGroup:(int)fp12;
57- (void)setAVController:(id)fp8;
58- (id)avController;
59- (void)togglePlayWithRingtoneWithIdentifier:(id)fp8;
60- (void)playRingtoneWithIdentifier:(id)fp8;
61- (void)stopPlayingWithFadeOut:(BOOL)fp8;
62- (void)stopPlaying;
63- (void)finishedWithPicker;
64
65@end
66