00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @class ABRingtoneManager, AVController, NSMutableArray, NSString;
00010
00011 @interface ABRingtoneTableController : NSObject
00012 {
00013 id _delegate;
00014 NSMutableArray *_systemRingtoneIdentifiers;
00015 NSMutableArray *_customRingtoneIdentifiers;
00016 int _selectedRingtoneIndex;
00017 BOOL _showsNone;
00018 BOOL _showsDefault;
00019 NSString *_noneString;
00020 struct CPRecord *_person;
00021 ABRingtoneManager *_ringtoneManager;
00022 AVController *_avController;
00023 BOOL _startedInteruption;
00024 BOOL _customAVController;
00025 }
00026
00027 - (id)init;
00028 - (id)initWithAVController:(id)fp8;
00029 - (void)dealloc;
00030 - (void)addRingtonesInDirectory:(id)fp8 toArray:(id)fp12 fileExtension:(id)fp16;
00031 - (int)compareRingtoneWithIdentifier:(id)fp8 toRingtoneWithIdentifier:(id)fp12;
00032 - (int)tableGroupTypeAtIndex:(int)fp8;
00033 - (id)identifierOfRingtoneAtIndex:(int)fp8 isCustomRingtone:(char *)fp12;
00034 - (int)indexOfRingtoneWithIdentifier:(id)fp8;
00035 - (int)indexOfRingtoneInGroup:(int)fp8 atRow:(int)fp12;
00036 - (int)rowIndexForRingtoneAtIndex:(int)fp8 inTable:(id)fp12;
00037 - (void)reloadRingtones;
00038 - (void)setDelegate:(id)fp8;
00039 - (void)setSelectedRingtoneIdentifier:(id)fp8;
00040 - (id)selectedRingtoneIdentifier;
00041 - (int)indexOfSelectedRingtone;
00042 - (id)ringtoneManager;
00043 - (void)setShowsDefault:(BOOL)fp8;
00044 - (void)setShowsNone:(BOOL)fp8;
00045 - (void)setNoneString:(id)fp8;
00046 - (void)setPerson:(struct CPRecord *)fp8;
00047 - (struct CPRecord *)person;
00048 - (void)processNewRingtoneSelected:(id)fp8;
00049 - (void)tableRowSelected:(id)fp8;
00050 - (int)numberOfGroupsInPreferencesTable:(id)fp8;
00051 - (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12;
00052 - (id)copyCurrentPhoneRingtoneName;
00053 - (id)copyCurrentPhoneRingtoneIdentifier;
00054 - (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16;
00055 - (BOOL)preferencesTable:(id)fp8 isRadioGroup:(int)fp12;
00056 - (id)preferencesTable:(id)fp8 titleForGroup:(int)fp12;
00057 - (void)setAVController:(id)fp8;
00058 - (id)avController;
00059 - (void)togglePlayWithRingtoneWithIdentifier:(id)fp8;
00060 - (void)playRingtoneWithIdentifier:(id)fp8;
00061 - (void)stopPlayingWithFadeOut:(BOOL)fp8;
00062 - (void)stopPlaying;
00063 - (void)finishedWithPicker;
00064
00065 @end
00066