Remove frontrow plugin

This commit is contained in:
Jean-Baptiste Kempf 2012-08-24 12:37:48 +02:00
parent 4a47fcb16f
commit f76f40b29f
625 changed files with 0 additions and 14982 deletions

2
.gitignore vendored
View File

@ -60,7 +60,5 @@ contrib-*
install-*
# Ignore autogenerated files
projects/macosx/framework/MobileVLCKit/vlc-plugins.h
projects/macosx/framework/MobileVLCKit/vlc-plugins.xcconfig
extras/contrib/.*

1
README
View File

@ -50,7 +50,6 @@ include/ - Header files.
lib/ - libVLC source code.
modules/ - VLC plugins and modules. Most of the code is here.
po/ - VLC translations.
projects/ - projects that uses libVLC
share/ - Common Resources files.
src/ - libvlccore source code.
test/ - testing system.

View File

@ -1,3 +0,0 @@
build
*.mode*
*.pbxuser

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 KiB

View File

@ -1,16 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRAC3ConfigurationManager.h>
@interface BRAC3ConfigurationManager (Internal)
+ (long)_setShouldPerformSoftwareDecode:(BOOL)fp8 onTrack:(struct TrackType **)fp12;
+ (long)_getSoftwareDecodePreference:(char *)fp8 forTrack:(struct TrackType **)fp12;
- (long)_setMirroringEnabled:(BOOL)fp8;
- (long)_setPassthruEnabled:(BOOL)fp8;
- (long)_cloneTrack:(struct TrackType **)fp8 cloneShouldPerformSoftwareDecode:(BOOL)fp12 outputTrack:(struct TrackType ***)fp16;
@end

View File

@ -1,23 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@interface BRAC3ConfigurationManager : NSObject
{
struct MovieType **_movie;
unsigned int _playbackMode;
struct TrackType **_playthroughTrack;
struct TrackType **_softwareDecodeTrack;
}
- (id)init;
- (id)initWithQTMovie:(id)fp8 returningErrorCode:(int *)fp12;
- (void)dealloc;
- (long)setPlaybackMode:(unsigned long)fp8;
@end

View File

@ -1,33 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@class NSMutableDictionary, NSNumber, NSString;
@interface BRAccount : NSObject
{
NSString *_accountName;
NSString *_password;
NSMutableDictionary *_metadata;
NSNumber *_automaticAuthentication;
}
- (id)initWithAccountName:(id)fp8;
- (void)dealloc;
- (id)type;
- (id)accountName;
- (id)password;
- (void)setPassword:(id)fp8;
- (id)metadataValueForKey:(id)fp8;
- (void)setMetadataValue:(id)fp8 forKey:(id)fp12;
- (void)authenticate;
- (BOOL)isPasswordRequired;
- (BOOL)automaticAuthentication;
- (void)setAutomaticAuthentication:(BOOL)fp8;
@end

View File

@ -1,32 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRSingleton.h>
@class NSMutableArray, NSMutableDictionary;
@interface BRAccountManager : BRSingleton
{
NSMutableArray *_accounts;
NSMutableDictionary *_accountTypes;
NSMutableDictionary *_preferredAccounts;
}
+ (id)singleton;
+ (void)setSingleton:(id)fp8;
- (void)dealloc;
- (id)preferredAccountForType:(id)fp8;
- (void)setPreferredAccount:(id)fp8 forType:(id)fp12;
- (id)accountWithName:(id)fp8 ofType:(id)fp12;
- (id)accountWithName:(id)fp8 ofType:(id)fp12 create:(BOOL)fp16;
- (id)allAccounts;
- (id)accountsOfType:(id)fp8;
- (void)manageAccount:(id)fp8;
- (void)removeAccount:(id)fp8;
- (void)registerClass:(Class)fp8 forType:(id)fp12;
@end

View File

@ -1,19 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRBaseMenuItemLayerPopulator.h>
@interface BRAccountMenuItemPopulator : BRBaseMenuItemLayerPopulator
{
}
+ (BOOL)canHandleObject:(id)fp8;
- (id)menuItemLayer;
- (id)textMenuItemLayer;
- (id)title;
@end

View File

@ -1,29 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRCenteredMenuController.h>
#import "BRMenuListItemProviderProtocol.h"
@class BRAccountType, NSArray;
@interface BRAccountSelectionController : BRCenteredMenuController <BRMenuListItemProvider>
{
NSArray *_accounts;
BRAccountType *_accountType;
}
- (id)initWithAccountType:(id)fp8;
- (void)dealloc;
- (void)itemSelected:(long)fp8;
- (id)itemForRow:(long)fp8;
- (long)itemCount;
- (id)titleForRow:(long)fp8;
- (float)heightForRow:(long)fp8;
- (BOOL)rowSelectable:(long)fp8;
@end

View File

@ -1,12 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRAccountSelector.h>
@interface BRAccountSelector (NotificationHandlers)
- (void)_accountSelected:(id)fp8;
@end

View File

@ -1,12 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRAccountSelector.h>
@interface BRAccountSelector (Private)
- (void)_promptForNewAccountNameOfType:(id)fp8;
@end

View File

@ -1,25 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@class BRAccount, BRControllerStack, NSObject<BRTextEntryDelegate>;
@interface BRAccountSelector : NSObject
{
BRAccount *_account;
BRControllerStack *_stack;
NSObject<BRTextEntryDelegate> *_accountNameCollector;
NSObject<BRTextEntryDelegate> *_passwordCollector;
}
- (id)initWithParentController:(id)fp8;
- (void)dealloc;
- (void)selectAccountOfType:(id)fp8;
- (void)qualifyAccount:(id)fp8;
@end

View File

@ -1,24 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
#import "BRTextEntryDelegateProtocol.h"
@class BRAccount;
@interface BRAccountSelectorPasswordCollector : NSObject <BRTextEntryDelegate>
{
BRAccount *_account;
}
- (id)initWithAccount:(id)fp8;
- (void)textDidChange:(id)fp8;
- (void)textDidEndEditing:(id)fp8;
- (void)dealloc;
@end

View File

@ -1,25 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
#import "BRTextEntryDelegateProtocol.h"
@class BRAccountSelector, BRAccountType;
@interface BRAccountSelectorUserNameCollector : NSObject <BRTextEntryDelegate>
{
BRAccountType *_type;
BRAccountSelector *_accountSelector;
}
- (id)initWithType:(id)fp8 accountSelector:(id)fp12;
- (void)textDidChange:(id)fp8;
- (void)textDidEndEditing:(id)fp8;
- (void)dealloc;
@end

View File

@ -1,14 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRType.h>
@interface BRAccountType : BRType
{
}
@end

View File

@ -1,27 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@class NSDictionary;
@interface BRAirportNetwork : NSObject
{
NSDictionary *_data;
}
+ (id)networkWithName:(id)fp8 error:(id *)fp12;
+ (id)networkWithDictionary:(id)fp8;
+ (BOOL)openApple80211Ref:(struct _Apple80211 **)fp8 error:(int *)fp12;
+ (void)checkAirportPower;
- (id)init;
- (void)dealloc;
- (id)name;
- (int)securityType;
- (BOOL)associateUsingPassword:(id)fp8 error:(id *)fp12;
@end

View File

@ -1,12 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRAlertController.h>
@interface BRAlertController (Private)
- (id)_imageForType:(int)fp8;
@end

View File

@ -1,39 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRController.h>
@class BRHeaderControl, BRImageControl, BRTextControl;
@interface BRAlertController : BRController
{
id _eventDelegate;
SEL _eventSelector;
BRHeaderControl *_header;
int _type;
BRTextControl *_primary;
BRTextControl *_secondary;
BRImageControl *_image;
}
+ (id)alertForError:(id)fp8;
+ (id)alertOfType:(int)fp8 titled:(id)fp12 primaryText:(id)fp16 secondaryText:(id)fp20;
- (id)initWithType:(int)fp8 titled:(id)fp12 primaryText:(id)fp16 secondaryText:(id)fp20;
- (void)dealloc;
- (BOOL)brEventAction:(id)fp8;
- (void)controlWasActivated;
- (void)wasPushed;
- (void)setTitle:(id)fp8;
- (void)setPrimaryText:(id)fp8;
- (void)setPrimaryText:(id)fp8 withAttributes:(id)fp12;
- (id)primaryText;
- (void)setSecondaryText:(id)fp8;
- (id)secondaryText;
- (void)setSecondaryText:(id)fp8 withAttributes:(id)fp12;
- (void)setEventDelegate:(id)fp8 selector:(SEL)fp12;
@end

View File

@ -1,16 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@interface BRAlertLayoutManager : NSObject
{
}
- (void)layoutSublayersOfLayer:(id)fp8;
@end

View File

@ -1,29 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@interface BRAppManager : NSObject
{
id _delegate;
struct __CFRunLoop *_mainRunLoop;
BOOL _isTerminating;
}
+ (id)sharedApplication;
- (id)init;
- (void)dealloc;
- (void)terminate;
- (BOOL)isTerminating;
- (BOOL)enableITMS;
- (void)run;
- (void)postNotificationOnMainThread:(id)fp8;
- (id)delegate;
- (void)setDelegate:(id)fp8;
- (void)_postNotification:(id)fp8;
@end

View File

@ -1,25 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
@class NSBundle;
@interface BRAppliance : NSObject
{
NSBundle *_myBundle;
}
- (id)initWithSettings:(id)fp8;
- (void)dealloc;
- (id)version;
- (id)applianceKey;
- (id)applianceName;
- (float)applianceIconReflectionOffset;
- (float)applianceIconHorizontalOffset;
- (float)applianceIconKerningFactor;
- (id)applianceController;
@end

View File

@ -1,13 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRApplianceManager.h>
@interface BRApplianceManager (ApplianceLoading)
- (void)_loadAppliancesInFolder:(id)fp8;
- (void)_loadApplianceInfoAtPath:(id)fp8;
@end

View File

@ -1,24 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@class NSMutableArray;
@interface BRApplianceManager : NSObject
{
NSMutableArray *_applianceList;
}
+ (id)sharedManager;
- (void)dealloc;
- (void)loadAppliances;
- (id)applianceInfoList;
- (BOOL)applianceInfo:(id)fp8 appliesToMediaHost:(id)fp12;
- (id)instantiateApplianceForInfo:(id)fp8;
@end

View File

@ -1,14 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRAsyncTask.h>
@interface BRAsyncTask (Private)
- (id)_initWithSelector:(SEL)fp8 onTarget:(id)fp12 withObject:(id)fp16;
- (void)_run;
- (void)_threadDeath:(id)fp8;
@end

View File

@ -1,29 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@class NSThread;
@interface BRAsyncTask : NSObject
{
NSThread *_callingThread;
id _target;
SEL _selector;
id _object;
BOOL _oneWay;
int _state;
}
+ (void)initialize;
+ (id)createTaskWithSelector:(SEL)fp8 onTarget:(id)fp12 withObject:(id)fp16;
- (void)dealloc;
- (void)run;
- (void)cancel;
- (void)setFireAndForget:(BOOL)fp8;
@end

View File

@ -1,14 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRAudioDeviceManager.h>
@interface BRAudioDeviceManager (Internal)
+ (unsigned long)_defaultAudioDevice;
+ (long)_getStreams:(unsigned int **)fp8 streamCount:(unsigned int *)fp12 forAudioDevice:(unsigned long)fp16;
+ (void)_logSupportedFormatsForStreamID:(unsigned long)fp8;
@end

View File

@ -1,19 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@interface BRAudioDeviceManager : NSObject
{
}
+ (BOOL)setDefaultAudioDeviceSampleRate:(double)fp8;
+ (double)defaultAudioDeviceSampleRate;
+ (void)debugLogASBD:(struct AudioStreamBasicDescription *)fp8;
+ (void)debugLogAllStreamsOnDefaultAudioDevice;
@end

View File

@ -1,17 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRBaseMetadataPopulator.h>
@interface BRAudiobookMetadataPopulator : BRBaseMetadataPopulator
{
}
- (id)axMetadataFromAsset:(id)fp8;
- (void)populateMetadataLabels:(id *)fp8 andValues:(id *)fp12 forAsset:(id)fp16;
@end

View File

@ -1,16 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRAutoScrollingTextLayer.h>
@interface BRAutoScrollingTextLayer (Private)
- (void)animationDidStart:(id)fp8;
- (void)animationDidStop:(id)fp8 finished:(BOOL)fp12;
- (void)_resetScrollTimer;
- (void)_clearScrollTimer;
- (void)_createPursuitLayerIfNecessary;
@end

View File

@ -1,30 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRScrollableTextLayer.h>
@class BRTextLayer, NSTimer;
@interface BRAutoScrollingTextLayer : BRScrollableTextLayer
{
BRTextLayer *_pursuitTextLayer;
NSTimer *_scrollTimer;
BOOL _scrolling;
}
- (id)init;
- (void)dealloc;
- (void)setAttributedString:(id)fp8;
- (struct CGRect)scrollableBounds;
- (void)_beginScroll:(id)fp8;
- (void)layoutSublayers;
- (float)maxScrollPosition;
- (void)startScrolling;
- (void)stopScrolling;
- (float)repeatInterval;
@end

View File

@ -1,12 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRBackgroundTaskManager.h>
@interface BRBackgroundTaskManager (ActivityUpdates)
- (void)_updateActivity:(id)fp8;
@end

View File

@ -1,20 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRBackgroundTaskManager.h>
@interface BRBackgroundTaskManager (PrivateMethods)
- (void)_holdOffBackgroundTasks;
- (void)_setOKToDoBackgroundProcessing:(id)fp8;
- (BOOL)_okToDoBackgroundProcessing;
- (void)_sendStopBackgroundProcessingNotification;
- (void)_sendResumeBackgroundProcessingNotification;
- (void)_startingBackgroundProcessing;
- (void)_finishedBackgroundProcessing;
- (BOOL)_backgroundTasksRunning;
- (double)_timeSinceLastUserAction;
@end

View File

@ -1,35 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRSingleton.h>
@class NSTimer;
@interface BRBackgroundTaskManager : BRSingleton
{
int _numberOfCurrentBackgroundProcesses;
double _lastUserActivity;
NSTimer *_backgroundProcessSuppressionTimer;
}
+ (void)holdOffBackgroundTasks;
+ (BOOL)okToDoBackgroundProcessing;
+ (void)startingBackgroundProcessing;
+ (void)finishedBackgroundProcessing;
+ (void)startingMediaSyncing;
+ (void)finishedMediaSyncing;
+ (BOOL)mediaSyncInProgress;
+ (void)startedFileCopy:(id)fp8;
+ (void)finishedFileCopy:(id)fp8;
+ (BOOL)backgroundTasksRunning;
+ (double)timeSinceLastUserAction;
+ (id)singleton;
+ (void)setSingleton:(id)fp8;
- (id)init;
- (void)dealloc;
@end

View File

@ -1,25 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <Foundation/Foundation.h>
@interface BRBacktracingException : NSException
{
}
+ (void)install;
+ (void)setSignificantRaiseHandler:(void *)fp8;
+ (id)backtraceSkippingFrames:(int)fp8;
+ (void)logBacktraceSkippingFrames:(int)fp8 withMessage:(id)fp12;
+ (id)backtrace;
+ (void)logBacktraceWithMessage:(id)fp8;
- (id)initWithName:(id)fp8 reason:(id)fp12 userInfo:(id)fp16;
- (id)backtrace;
- (void)raise;
- (void)raiseWithoutReporting;
@end

View File

@ -1,26 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRBaseMediaAsset.h>
@class NSString;
@interface BRBackupPhotoAsset : BRBaseMediaAsset
{
NSString *_artPath;
}
- (id)initWithPath:(id)fp8;
- (void)dealloc;
- (id)assetID;
- (BOOL)isLocal;
- (BOOL)hasCoverArt;
- (id)coverArt;
- (id)coverArtID;
- (id)mediaType;
@end

View File

@ -1,104 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
#import "BRMediaAssetProtocol.h"
@interface BRBaseMediaAsset : NSObject <BRMediaAsset>
{
id <BRMediaProvider> _provider;
}
+ (id)defaultImageForMediaType:(id)fp8;
- (id)initWithMediaProvider:(id)fp8;
- (void)dealloc;
- (id)provider;
- (id)assetID;
- (id)artist;
- (id)artistForSorting;
- (id)title;
- (id)titleForSorting;
- (id)mediaSummary;
- (id)mediaDescription;
- (id)copyright;
- (long)duration;
- (long)performanceCount;
- (id)cast;
- (id)directors;
- (id)producers;
- (void)incrementPerformanceCount;
- (void)incrementPerformanceOrSkipCount:(unsigned int)fp8;
- (BOOL)hasBeenPlayed;
- (void)setHasBeenPlayed:(BOOL)fp8;
- (id)mediaURL;
- (id)previewURL;
- (id)mediaUTI;
- (BOOL)hasCoverArt;
- (id)coverArtID;
- (id)thumbnailArtID;
- (id)coverArt;
- (id)thumbnailArt;
- (id)coverArtForBookmarkTimeInMS:(unsigned int)fp8;
- (id)dateAcquired;
- (id)datePublished;
- (id)mediaType;
- (id)primaryGenre;
- (id)genres;
- (int)primaryCollectionOrder;
- (int)physicalMediaID;
- (id)seriesName;
- (id)seriesNameForSorting;
- (id)broadcaster;
- (id)episodeNumber;
- (unsigned int)season;
- (unsigned int)episode;
- (id)mediaCollections;
- (float)userStarRating;
- (void)setUserStarRating:(float)fp8;
- (id)rating;
- (float)starRating;
- (id)publisher;
- (id)composer;
- (id)composerForSorting;
- (BOOL)hasVideoContent;
- (BOOL)isDisabled;
- (BOOL)isProtectedContent;
- (id)playbackRightsOwner;
- (void)setBookmarkTimeInSeconds:(unsigned int)fp8;
- (void)setBookmarkTimeInMS:(unsigned int)fp8;
- (unsigned int)bookmarkTimeInSeconds;
- (unsigned int)bookmarkTimeInMS;
- (unsigned int)startTimeInSeconds;
- (unsigned int)startTimeInMS;
- (unsigned int)stopTimeInSeconds;
- (unsigned int)stopTimeInMS;
- (id)primaryCollection;
- (id)primaryCollectionTitle;
- (id)collections;
- (id)dateAcquiredString;
- (id)datePublishedString;
- (void)logDescription;
- (id)resolution;
- (id)authorName;
- (id)keywords;
- (id)viewCount;
- (id)category;
- (BOOL)isInappropriate;
- (int)grFormat;
- (BOOL)canBePlayedInShuffle;
- (BOOL)isLocal;
- (id)coverArtNoDefault;
- (void)skip;
- (id)imageID;
- (void)registerAsPendingImageProvider:(id)fp8;
- (void)loadImage:(id)fp8;
- (void)willBeDeleted;
- (BOOL)isEqual:(id)fp8;
- (unsigned int)hash;
@end

View File

@ -1,41 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
#import "BRMediaCollectionProtocol.h"
@interface BRBaseMediaCollection : NSObject <BRMediaCollection>
{
id <BRMediaProvider> _provider;
}
+ (id)defaultImageForMediaType:(id)fp8;
- (id)initWithMediaProvider:(id)fp8;
- (void)dealloc;
- (id)provider;
- (id)childCollections;
- (id)parentCollection;
- (id)collectionType;
- (id)collectionID;
- (id)coverArt;
- (BOOL)hasCoverArt;
- (int)count;
- (id)mediaAssets;
- (BOOL)isCompilation;
- (BOOL)isSingleArtistCompilation;
- (id)artist;
- (id)artistForSorting;
- (id)title;
- (id)titleForSorting;
- (long)duration;
- (id)mediaType;
- (BOOL)isLocal;
- (id)coverArtNoDefault;
- (void)willBeDeleted;
@end

View File

@ -1,39 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
#import "BRMediaLoadingProtocol.h"
#import "BRMediaProviderProtocol.h"
@interface BRBaseMediaProvider : NSObject <BRMediaProvider, BRMediaLoading>
{
int _providerStatus;
BOOL _passwordProtected;
}
+ (id)errorStateOfProvider:(id)fp8;
+ (id)mediaProvider;
- (void)dealloc;
- (id)providerID;
- (id)machineID;
- (id)providerName;
- (id)mediaTypes;
- (id)mediaForEntityName:(id)fp8;
- (id)objectsWithEntityName:(id)fp8 qualifiedByPredicate:(id)fp12 sortDescriptors:(id)fp16 error:(id *)fp20;
- (int)status;
- (int)errorCodeForProvider;
- (void)setStatus:(int)fp8;
- (int)load;
- (int)loadWithUsername:(id)fp8 password:(id)fp12;
- (int)unload;
- (BOOL)autoload;
- (void)reset;
- (BOOL)isPasswordProtected;
- (void)setIsPasswordProtected:(BOOL)fp8;
@end

View File

@ -1,12 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRBaseMenuItemLayerPopulator.h>
@interface BRBaseMenuItemLayerPopulator (MatchOrder)
- (unsigned int)matchOrder;
@end

View File

@ -1,34 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@interface BRBaseMenuItemLayerPopulator : NSObject
{
id _object;
unsigned int _matchOrder;
}
+ (BOOL)canHandleObject:(id)fp8;
- (id)init;
- (void)dealloc;
- (id)menuItemLayerForObject:(id)fp8;
- (float)menuItemHeightForObject:(id)fp8;
- (void)setObject:(id)fp8;
- (id)menuItemLayer;
- (id)dividerLayer;
- (id)textMenuItemLayer;
- (id)comboMenuItemLayer;
- (id)title;
- (id)subtitle;
- (id)lowerLeftString;
- (id)lowerCenteredString;
- (id)thumbnailImage;
- (id)upperRightImage;
- (id)lowerRightImage;
@end

View File

@ -1,25 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
#import "BRMetadataPopulatorProtocol.h"
@interface BRBaseMetadataPopulator : NSObject <BRMetadataPopulator>
{
}
- (id)axMetadataFromAsset:(id)fp8;
- (id)titleForAsset:(id)fp8;
- (id)ratingForAsset:(id)fp8;
- (id)starRatingForAsset:(id)fp8;
- (id)summaryForAsset:(id)fp8;
- (id)copyrightForAsset:(id)fp8;
- (void)populateMetadataLabels:(id *)fp8 andValues:(id *)fp12 forAsset:(id)fp16;
- (void)populateLayer:(id)fp8 fromAsset:(id)fp12;
@end

View File

@ -1,13 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRBaseParserDelegate.h>
@interface BRBaseParserDelegate (Private)
- (SEL)_startSelectorForElementName:(id)fp8;
- (SEL)_endSelectorForElementName:(id)fp8;
@end

View File

@ -1,24 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@class NSString;
@interface BRBaseParserDelegate : NSObject
{
NSString *_characters;
}
- (void)dealloc;
- (void)parser:(id)fp8 didStartElement:(id)fp12 namespaceURI:(id)fp16 qualifiedName:(id)fp20 attributes:(id)fp24;
- (void)parser:(id)fp8 didEndElement:(id)fp12 namespaceURI:(id)fp16 qualifiedName:(id)fp20;
- (void)parser:(id)fp8 foundCharacters:(id)fp12;
- (void)parser:(id)fp8 parseErrorOccurred:(id *)fp12;
- (id)characters;
@end

View File

@ -1,40 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRControl.h>
@class BRLayer, BRSelectionLozengeLayer, BRTextLayer;
@interface BRButtonControl : BRControl
{
BRLayer *_layer;
BRTextLayer *_title;
BRSelectionLozengeLayer *_lozenge;
SEL _action;
id _target;
int _alignment;
int _textAlignment;
}
- (id)initWithMasterLayerSize:(struct CGSize)fp8;
- (void)dealloc;
- (id)layer;
- (void)setTitle:(id)fp8;
- (id)title;
- (void)setAction:(SEL)fp8;
- (SEL)action;
- (void)setTarget:(id)fp8;
- (id)target;
- (void)setAlignment:(int)fp8;
- (int)alignment;
- (void)setTextAlignment:(int)fp8;
- (int)textAlignment;
- (BOOL)brEventAction:(id)fp8;
- (void)setWidth:(float)fp8;
- (void)setYPosition:(float)fp8;
@end

View File

@ -1,17 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@interface BRCCLayoutManager : NSObject
{
}
- (void)_positionSublayer:(id)fp8 inDisplayAreaFrame:(struct CGRect)fp12;
- (void)layoutSublayersOfLayer:(id)fp8;
@end

View File

@ -1,32 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRLayer.h>
@class NSAttributedString;
@interface BRCCTextLayer : BRLayer
{
struct CGRect _CCDisplayFrame;
NSAttributedString *_wholeAttributedString;
struct CGPoint _attributedStringLocation;
char *_characterPopulationArray;
BOOL _isCompletelyErased;
}
- (id)init;
- (void)_createSublayers;
- (id)initWithAttributedString:(id)fp8 atLocation:(struct CGPoint)fp12 withCCDisplayFrame:(struct CGRect)fp20;
- (void)dealloc;
- (void)layoutSublayers;
- (id)attributedString;
- (struct CGPoint)stringLocation;
- (struct CGRect)CCDisplayFrame;
- (void)eraseCharactersAtLocation:(struct CGPoint)fp8 length:(int)fp16;
- (BOOL)isCompletelyErased;
@end

View File

@ -1,32 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRMenuController.h>
@class BRCenteredMenuLayoutManager, BRTextControl;
@interface BRCenteredMenuController : BRMenuController
{
BRCenteredMenuLayoutManager *_layoutManager;
BRTextControl *_primaryTextControl;
BRTextControl *_secondaryTextControl;
BRTextControl *_labelControl;
}
- (id)init;
- (void)dealloc;
- (void)setTitle:(id)fp8;
- (void)setIcon:(id)fp8 horizontalOffset:(float)fp12 kerningFactor:(float)fp16;
- (void)setPrimaryInfoText:(id)fp8;
- (void)setPrimaryInfoText:(id)fp8 withAttributes:(id)fp12;
- (void)setSecondaryInfoText:(id)fp8;
- (void)setSecondaryInfoText:(id)fp8 withAttributes:(id)fp12;
- (void)setLabel:(id)fp8;
- (void)setLabel:(id)fp8 withAttributes:(id)fp12;
- (void)setMenuWidthFactor:(float)fp8;
@end

View File

@ -1,16 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRMenuLayoutManager.h>
@interface BRCenteredMenuLayoutManager : BRMenuLayoutManager
{
}
- (void)layoutSublayersOfLayer:(id)fp8;
@end

View File

@ -1,16 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRCharacterSelectionLayer.h>
@interface BRCharacterSelectionLayer (Framing)
- (void)layoutSublayers;
- (float)_cellAlignedWidthForFrame:(struct CGRect)fp8;
- (id)_buildGlyphRows;
- (BOOL)_usesAlphaNumericLayout;
- (void)_setWidgetAnimationDuration:(float)fp8;
@end

View File

@ -1,18 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRCharacterSelectionLayer.h>
@interface BRCharacterSelectionLayer (GlyphBuilding)
- (id)_loadPickableItems:(int)fp8;
- (id)_buildGlyphUIFromPickableItems:(id)fp8 includeSpace:(BOOL)fp12;
- (id)_buildBackArrow;
- (id)_buildSpaceLabel;
- (id)_buildDoneLabel;
- (id)_buildMoreLabel;
- (id)_buildDeleteLabel;
@end

View File

@ -1,20 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRCharacterSelectionLayer.h>
@interface BRCharacterSelectionLayer (GlyphSelection)
- (BOOL)_glyphExistsDirectlyAbove:(struct BRGlyphLocation)fp8 newLocation:(struct BRGlyphLocation *)fp16;
- (BOOL)_glyphExistsDirectlyBelow:(struct BRGlyphLocation)fp8 newLocation:(struct BRGlyphLocation *)fp16;
- (struct CGRect)_selectionWidgetFrameForLocation:(struct BRGlyphLocation)fp8;
- (struct BRGlyphLocation)_glyphClosestTo:(struct BRGlyphLocation)fp8 inRow:(int)fp16;
- (struct BRGlyphLocation)_glyphClosestToFrame:(struct CGRect)fp8 inRow:(int)fp24;
- (id)_cellContentsAtLocation:(struct BRGlyphLocation)fp8;
- (id)_glyphAtLocation:(struct BRGlyphLocation)fp8;
- (void)_setSelection:(struct BRGlyphLocation)fp8;
- (id)_stringForSelection:(struct BRGlyphLocation)fp8;
@end

View File

@ -1,56 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRLayer.h>
@class BRFrameAnimation, BRImageLayer, BRRoundRectOutlineLayer, BRTextEntrySelectionWidget, NSArray, NSTimer;
@interface BRCharacterSelectionLayer : BRLayer
{
BRLayer *_roundRectBackground;
BRRoundRectOutlineLayer *_roundRectOutline;
NSArray *_glyphs;
NSArray *_glyphRows;
BRImageLayer *_backArrow;
BRTextEntrySelectionWidget *_selectionWidget;
struct CGRect _vertScrollStartFrame;
BRFrameAnimation *_horizSelectionAnimation;
struct CGSize _cellSize;
struct BRGlyphLocation _selectionLocation;
int _maxGlyphsPerRow;
int _textEntryStyle;
struct CGRect _preferredFrame;
struct CGSize _previousScreenSize;
NSTimer *_continuousScrollTimer;
}
- (id)init;
- (id)initWithHexInputOnly:(BOOL)fp8;
- (id)initWithTextEntryStyle:(int)fp8;
- (void)dealloc;
- (BOOL)moveLeft;
- (void)startContinuousScrollWithHorizontalDirection:(int)fp8 verticalDirection:(int)fp12;
- (void)stopContinuousScroll;
- (void)updateSelectorPosition:(id)fp8;
- (BOOL)startContinuousLeft;
- (BOOL)moveRight;
- (BOOL)startContinuousRight;
- (BOOL)moveDown;
- (BOOL)startContinuousDown;
- (BOOL)moveUp;
- (BOOL)startContinuousUp;
- (id)pickCurrentCharacter;
- (struct CGRect)preferredFrameForScreenSize:(struct CGSize)fp8;
- (struct CGSize)previousScreenSize;
- (struct CGRect)textFieldFrame;
- (void)reset;
- (void)selectGlyphOfType:(int)fp8;
- (void)setDisplaysSelectionWidget:(BOOL)fp8;
- (BOOL)displaysSelectionWidget;
- (void)setMaxGlyphsPerRow:(int)fp8;
@end

View File

@ -1,15 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRClosedCaptionControl.h>
@interface BRClosedCaptionControl (ClosedCaptioning)
- (void)_handleCCBeginUpdate:(id)fp8;
- (void)_handleCCEndUpdate:(id)fp8;
- (void)_handleCCEraseRow:(id)fp8;
- (void)_handleCCDisplayRow:(id)fp8;
@end

View File

@ -1,22 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRControl.h>
@class NSMutableArray;
@interface BRClosedCaptionControl : BRControl
{
NSMutableArray *_CCTextLayers;
}
- (void)controlWasActivated;
- (void)controlWasDeactivated;
- (id)init;
- (void)dealloc;
@end

View File

@ -1,28 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@interface BRColumnLayoutManager : NSObject
{
float _verticalGap;
float _horizontalBorder;
float _verticalBorder;
int _alignment;
}
- (id)init;
- (void)layoutSublayersOfLayer:(id)fp8;
- (void)setVerticalGap:(float)fp8;
- (float)verticalGap;
- (void)setHorizontalBorder:(float)fp8;
- (float)horizontalBorder;
- (void)setVerticalBorder:(float)fp8;
- (float)verticalBorder;
- (void)setColumnAlignment:(int)fp8;
@end

View File

@ -1,48 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRLayer.h>
#import "BRMenuItemLayerProtocol.h"
@class BRAutoScrollingTextLayer, BRImageLayer, BRTextLayer, NSString;
@interface BRComboMenuItemLayer : BRLayer <BRMenuItemLayer>
{
BRImageLayer *_thumbnailLayer;
BRAutoScrollingTextLayer *_titleLayer;
BRTextLayer *_subtitleLayer;
BRTextLayer *_leftTextLayer;
BRTextLayer *_middleTextLayer;
BRImageLayer *_bottomRightImageLayer;
BRImageLayer *_topRightImageLayer;
NSString *_thumbnailIdentifier;
}
- (id)init;
- (void)dealloc;
- (float)defaultRowHeight;
- (void)setTitle:(id)fp8;
- (id)title;
- (void)setSubtitle:(id)fp8;
- (id)subtitle;
- (void)setLeftText:(id)fp8;
- (void)setMiddleText:(id)fp8;
- (void)setThumbnailImage:(id)fp8;
- (void)setThumbnailIdentifier:(id)fp8;
- (id)thumbnailIdentifier;
- (void)setBottomRightImage:(id)fp8;
- (void)setTopRightImage:(id)fp8;
- (void)highlight;
- (void)unHighlight;
- (void)scrollItemIfNecessary;
- (void)stopScrollingItem;
- (struct CGRect)frameForCellBounds:(struct CGSize)fp8;
- (void)layoutSublayers;
- (id)axItemText;
@end

View File

@ -1,44 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <Foundation/Foundation.h>
@class BRLayer;
@interface BRControl : NSObject
{
id _parent;
BOOL _controlActive;
BRLayer *_defaultLayer;
}
+ (id)control;
+ (id)controlWithBackingLayer:(id)fp8;
- (id)init;
- (id)initWithBackingLayer:(id)fp8;
- (void)dealloc;
- (void)setParent:(id)fp8;
- (id)parent;
- (BOOL)active;
- (void)controlWillActivate;
- (void)controlWasActivated;
- (void)controlWillDeactivate;
- (void)controlWasDeactivated;
- (id)layer;
- (BOOL)brEventAction:(id)fp8;
- (void)setFrame:(CGRect)fp8;
- (CGRect)frame;
- (void)setName:(id)fp8;
- (id)name;
- (void)setHidden:(BOOL)fp8;
- (BOOL)isHidden;
- (void)setActions:(id)fp8;
- (id)actions;
- (void)setAutoresizingMask:(unsigned int)fp8;
- (unsigned int)autoresizingMask;
@end

View File

@ -1,19 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRController.h>
@interface BRController (Deprecated)
- (void)willBePushed;
- (void)wasPushed;
- (void)willBePopped;
- (void)wasPopped;
- (void)willBeBuried;
- (void)wasBuriedByPushingController:(id)fp8;
- (void)willBeExhumed;
- (void)wasExhumedByPoppingController:(id)fp8;
@end

View File

@ -1,12 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRController.h>
@interface BRController (ModalAlerts)
- (void)_handleModalAlert:(id)fp8;
@end

View File

@ -1,12 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRController.h>
@interface BRController (StatusAlert)
- (void)_handleStatusAlert:(id)fp8;
@end

View File

@ -1,32 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRPanel.h>
@class BRControllerStack, NSMutableDictionary;
@interface BRController : BRPanel
{
NSMutableDictionary *_labels;
BRControllerStack *_stack;
}
- (id)init;
- (void)dealloc;
- (id)description;
- (CGRect)controllerFrame;
- (void)setStack:(id)fp8;
- (id)stack;
- (BOOL)firstResponder;
- (void)addLabel:(id)fp8;
- (void)removeLabel:(id)fp8;
- (BOOL)isLabelled:(id)fp8;
- (BOOL)isNetworkDependent;
- (BOOL)isParentalControlsPasscodeRequired:(id *)fp8;
- (BOOL)popsOnBury;
@end

View File

@ -1,13 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRControllerStack.h>
@interface BRControllerStack (ControllerRefresh)
- (void)_refreshControllersNotification:(id)fp8;
- (void)_databaseObjectModified:(id)fp8;
@end

View File

@ -1,12 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRControllerStack.h>
@interface BRControllerStack (ParentalControlsPasscodeEntry)
- (id)_buildPasscodeController:(id)fp8 userInfo:(id)fp12;
@end

View File

@ -1,13 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRControllerStack.h>
@interface BRControllerStack (PendingControl)
- (void)_removeController:(id)fp8;
- (void)_pendingControlDeactivated:(id)fp8;
@end

View File

@ -1,13 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRControllerStack.h>
@interface BRControllerStack (StateMachine)
- (void)_performControllerActivationAction:(id)fp8;
- (void)_performControllerDeactivationAction:(id)fp8;
@end

View File

@ -1,22 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRControllerStack.h>
@interface BRControllerStack (TransactionEngine)
- (void)_addTransaction:(id)fp8;
- (void)_retireTransaction;
- (void)_processNextTransaction;
- (void)_processPushTransaction:(id)fp8;
- (void)_processPopTransaction:(id)fp8;
- (void)_processSwapTransaction:(id)fp8;
- (void)_processPopToTransaction:(id)fp8;
- (void)_processPopToClassTransaction:(id)fp8;
- (void)_processPopToLabelTransaction:(id)fp8;
- (void)_processRemoveTransaction:(id)fp8;
- (void)_processReplaceControllersAboveLabelTransaction:(id)fp8;
@end

View File

@ -1,37 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRPanel.h>
@class BRController, NSMutableArray;
@interface BRControllerStack : BRPanel
{
NSMutableArray *_stack;
NSMutableArray *_transactions;
BRController *_poppedController;
int _stackState;
BOOL _dumpStack;
}
- (id)init;
- (void)dealloc;
- (void)pushController:(id)fp8;
- (void)popController;
- (void)popToController:(id)fp8;
- (void)popToControllerOfClass:(Class)fp8;
- (void)popToControllerWithLabel:(id)fp8;
- (void)removeController:(id)fp8;
- (void)swapController:(id)fp8;
- (void)replaceControllersAboveLabel:(id)fp8 withController:(id)fp12;
- (id)peekController;
- (id)controllerLabelled:(id)fp8 deepest:(BOOL)fp12;
- (long)countOfControllersLabelled:(id)fp8;
- (int)count;
- (BOOL)brEventAction:(id)fp8;
@end

View File

@ -1,13 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRCoverArtImageLayer.h>
@interface BRCoverArtImageLayer (ImageUpdates)
- (void)_updateCoverArt;
- (void)_setCoverArtImage:(id)fp8;
@end

View File

@ -1,12 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRCoverArtImageLayer.h>
@interface BRCoverArtImageLayer (Notifications)
- (void)_coverArtChanged:(id)fp8;
@end

View File

@ -1,26 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRImageLayer.h>
@interface BRCoverArtImageLayer : BRImageLayer
{
id _asset;
BOOL _deletterboxImage;
BOOL _showsDefaultCoverArt;
}
- (id)init;
- (void)dealloc;
- (void)setAsset:(id)fp8;
- (id)asset;
- (void)setDeletterboxImage:(BOOL)fp8;
- (BOOL)deletterboxImage;
- (void)setShowsDefaultCoverArt:(BOOL)fp8;
- (BOOL)showsDefaultCoverArt;
@end

View File

@ -1,12 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRCoverArtPreviewControl.h>
@interface BRCoverArtPreviewControl (AnimationDelegate)
- (void)animationDidStop:(id)fp8 finished:(BOOL)fp12;
@end

View File

@ -1,17 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRCoverArtPreviewControl.h>
@interface BRCoverArtPreviewControl (Private)
- (void)_addImageFromMedia:(id)fp8 toCollection:(id)fp12;
- (void)_loadImage:(id)fp8;
- (void)_crossFadeToNextImage:(id)fp8;
- (void)_cleanupTimer;
- (void)_scheduleTimerOnMainThread;
- (void)_updateCoverArt:(id)fp8;
@end

View File

@ -1,35 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRControl.h>
@class BRMediaType, NSArray, NSDictionary, NSMutableArray, NSTimer;
@interface BRCoverArtPreviewControl : BRControl
{
NSArray *_imageProviders;
NSMutableArray *_availableImages;
BRMediaType *_mediaType;
NSDictionary *_layerActions;
NSTimer *_crossfadeTimer;
long _imageIndex;
BOOL _artworkNeedsDeletterboxing;
}
- (id)init;
- (void)dealloc;
- (void)setImageProvider:(id)fp8;
- (void)setImageProviders:(id)fp8;
- (void)setAsset:(id)fp8;
- (void)setAssets:(id)fp8;
- (void)setMissingAssetType:(id)fp8;
- (void)controlWasActivated;
- (void)controlWillDeactivate;
- (void)controlWasDeactivated;
- (void)setDeletterboxAssetArtwork:(BOOL)fp8;
@end

View File

@ -1,17 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@interface BRCoverArtPreviewLayoutManager : NSObject
{
}
- (struct CGRect)frameFor:(id)fp8 inBounds:(struct CGRect)fp12;
- (void)layoutSublayersOfLayer:(id)fp8;
@end

View File

@ -1,19 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRMediaHost.h>
@interface BRDAAPMediaHost : BRMediaHost
{
}
+ (id)daapMediaHostWithHostInfo:(id)fp8;
- (id)init;
- (id)initWithHostInfo:(id)fp8;
- (id)hostname;
@end

View File

@ -1,19 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRDAAPServerListController.h>
@interface BRDAAPServerListController (Private)
- (id)_menuItems;
- (void)_reloadMenuItems;
- (void)_checkIfReadyToPopToLocalHost:(id)fp8;
- (void)_willSleep:(id)fp8;
- (void)_mediaHostsChanged:(id)fp8;
- (void)_networkChanged:(id)fp8;
- (id)_iTunesImagePreviewController;
- (id)_wirelessPreviewController;
@end

View File

@ -1,33 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRMediaMenuController.h>
#import "BRMenuListItemProviderProtocol.h"
@class BRImageAndSyncingPreviewController, NSArray;
@interface BRDAAPServerListController : BRMediaMenuController <BRMenuListItemProvider>
{
NSArray *_menuItems;
BRImageAndSyncingPreviewController *_iTunesPreviewController;
}
- (id)init;
- (void)dealloc;
- (id)previewControlForItem:(long)fp8;
- (void)wasPushed;
- (void)wasPopped;
- (id)itemForRow:(long)fp8;
- (long)itemCount;
- (id)titleForRow:(long)fp8;
- (long)rowForTitle:(id)fp8;
- (float)heightForRow:(long)fp8;
- (BOOL)rowSelectable:(long)fp8;
- (void)itemSelected:(long)fp8;
@end

View File

@ -1,12 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRDRMSyncWaitDialog.h>
@interface BRDRMSyncWaitDialog (Private)
- (void)_checkDRMSyncStatus:(id)fp8;
@end

View File

@ -1,26 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRTextWithSpinnerController.h>
@class BRController, BRMediaPlayer;
@interface BRDRMSyncWaitDialog : BRTextWithSpinnerController
{
unsigned int _timerSatisfied:1;
unsigned int _waitingForExistingSyncToComplete:1;
BRController *_layerController;
BRMediaPlayer *_player;
}
- (id)initWithLayerController:(id)fp8;
- (id)initWithLayerController:(id)fp8 player:(id)fp12;
- (void)dealloc;
- (BOOL)brEventAction:(id)fp8;
- (void)willBePushed;
@end

View File

@ -1,25 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRController.h>
@class BRHeaderControl, BRTextControl, BRWaitSpinnerControl;
@interface BRDVDLoadingController : BRController
{
BRWaitSpinnerControl *_spinner;
BRHeaderControl *_header;
BRTextControl *_prompt;
id <BRMediaAsset> _dvdAsset;
}
- (id)initWithAsset:(id)fp8;
- (void)dealloc;
- (void)controlWasActivated;
- (void)wasPushed;
@end

View File

@ -1,12 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRDVDMediaAsset.h>
@interface BRDVDMediaAsset (Private)
- (id)_urlToPreview;
@end

View File

@ -1,34 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRBaseMediaAsset.h>
@class BRImage, NSString;
@interface BRDVDMediaAsset : BRBaseMediaAsset
{
NSString *_pathToDVD;
NSString *_pathToVideoFolder;
NSString *_title;
NSString *_identifier;
BRImage *_coverArt;
}
+ (id)assetFromDiskInfo:(id)fp8;
+ (BOOL)isValidDVDFolder:(id)fp8 pathToVideoFolder:(id *)fp12;
- (id)initWithBRDiskInfo:(id)fp8;
- (id)initWithPath:(id)fp8;
- (void)dealloc;
- (id)assetID;
- (BOOL)hasCoverArt;
- (id)coverArt;
- (id)coverArtID;
- (id)title;
- (id)pathToVideoFolder;
- (id)identifier;
@end

View File

@ -1,35 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRVideoPlayer.h>
@interface BRDVDPlayer : BRVideoPlayer
{
}
- (void)setRenderer:(id)fp8;
- (BOOL)dvdLoadedAndVisible;
- (void)showDVDWindow;
- (void)hideDVDWindow;
- (id)curImage;
- (void)goToInitialPosition;
- (void)playFromCurrentPosition;
- (void)playFromBeginning;
- (BOOL)hasLastPlayedBookmark;
- (void)playFromLastPosition;
- (BOOL)hasDefaultBookmark;
- (void)playFromDefaultBookmark;
- (void)showDVDMenu;
- (BOOL)showingDVDMenu;
- (BOOL)handleMenuButtonClick;
- (BOOL)handlePlayPauseButtonClick;
- (BOOL)handleRightArrowClick;
- (BOOL)handleLeftArrowClick;
- (BOOL)handleUpArrowClick;
- (BOOL)handleDownArrowClick;
@end

View File

@ -1,18 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRDVDPlayerController.h>
#import "BRMenuListItemProviderProtocol.h"
@interface BRDVDPlayerController (ListDataSource) <BRMenuListItemProvider>
- (id)titleForRow:(long)fp8;
- (id)itemForRow:(long)fp8;
- (long)itemCount;
- (float)heightForRow:(long)fp8;
- (BOOL)rowSelectable:(long)fp8;
@end

View File

@ -1,28 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRDVDPlayerController.h>
@interface BRDVDPlayerController (Private)
- (void)_switchToMenu;
- (void)_switchToDVDWindow;
- (void)_diskEjected:(id)fp8;
- (void)_playerErrorOccured:(id)fp8;
- (void)_playerStateChanged:(id)fp8;
- (void)_playerProgressChanged:(id)fp8;
- (void)_handleErrorNotification:(id)fp8;
- (BOOL)_menuIsVisible;
- (void)_addResumeMenu;
- (void)_removeResumeMenu;
- (void)_resumeMenuSelection:(id)fp8;
- (void)_removeTransportControl;
- (void)_addTransportControl;
- (void)_removeBackgroundLayers;
- (void)_replaceBackgroundLayers;
- (id)blurredVideoFrame;
- (void)_suppressBackgroundProcesses:(id)fp8;
@end

View File

@ -1,33 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRMediaPlayerController.h>
@class BRDVDMediaAsset, BRDVDPlayer, BRResumeMenuControl, BRTransportControl, NSDictionary, NSMutableDictionary, NSTimer;
@interface BRDVDPlayerController : BRMediaPlayerController
{
BRDVDPlayer *_player;
BRResumeMenuControl *_resumeMenu;
BRTransportControl *_transport;
NSDictionary *_committedCCLayers;
NSMutableDictionary *_nextCCLayers;
NSTimer *_suppressBackgroundProcessTimer;
BRDVDMediaAsset *_dvdAsset;
BOOL _lastActionWasMenuKeyPressed;
BOOL _hasEjectMenu;
}
- (id)initWithAsset:(id)fp8;
- (void)dealloc;
- (void)willBePushed;
- (void)wasPushed;
- (void)wasPopped;
- (BOOL)brEventAction:(id)fp8;
- (id)player;
@end

View File

@ -1,12 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRDataStore.h>
@interface BRDataStore (Private)
- (id)_loadData:(id *)fp8;
@end

View File

@ -1,31 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@class NSArray, NSLock, NSPredicate, NSSet, NSString;
@interface BRDataStore : NSObject
{
NSLock *_dataLock;
NSString *_entityName;
NSPredicate *_predicate;
NSSet *_mediaTypes;
NSArray *_descriptors;
NSArray *_cache;
BOOL _cacheResults;
}
- (id)initWithEntityName:(id)fp8 predicate:(id)fp12 mediaTypes:(id)fp16;
- (id)initWithEntityName:(id)fp8 predicate:(id)fp12 mediaTypes:(id)fp16 shouldCacheResults:(BOOL)fp20;
- (void)dealloc;
- (void)setSortDescriptors:(id)fp8;
- (void)purge;
- (id)data;
- (id)dataReportingError:(id *)fp8;
@end

View File

@ -1,16 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@interface BRDetailedAssetLayoutManager : NSObject
{
}
- (void)layoutSublayersOfLayer:(id)fp8;
@end

View File

@ -1,17 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRDiskArbHandler.h>
@interface BRDiskArbHandler (BRDiskArbHandlerPrivate)
- (void)_registerWithDiskArb;
- (void)_checkCurrentMounts;
- (void)_cdromInserted:(id)fp8 mountpoint:(char [1024])fp12;
- (void)_diskInsertedCB:(char [1024])fp8 flags:(unsigned int)fp12 mountpoint:(char [1024])fp16 ioContent:(char [1024])fp20;
- (BOOL)_isMusicCD:(char *)fp8;
- (BOOL)_isDVD:(char *)fp8;
@end

View File

@ -1,18 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRDiskArbHandler.h>
@interface BRDiskArbHandler (DiscHandling)
- (id)_mountedDisks;
- (id)_mountedDVDs;
- (id)_mountedCDs;
- (void)_findMountedDVDs;
- (void)_findMountedCDs;
- (void)_diskInserted:(id)fp8;
- (void)_diskEjected:(id)fp8;
@end

View File

@ -1,31 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRSingleton.h>
@class NSArray;
@interface BRDiskArbHandler : BRSingleton
{
NSArray *_mountedDisks;
NSArray *_mountedDVDs;
NSArray *_mountedCDs;
struct __CFRunLoopSource *_diskArbSource;
}
+ (id)singleton;
+ (void)setSingleton:(id)fp8;
+ (id)mountedDVDs;
+ (id)mountedCDs;
+ (void)diskInserted:(id)fp8;
+ (void)diskEjected:(id)fp8;
- (id)init;
- (void)dealloc;
- (void)update;
- (BOOL)ejectDisk:(id)fp8 error:(id *)fp12;
@end

View File

@ -1,38 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@class NSString;
@interface BRDiskInfo : NSObject
{
NSString *_identifier;
NSString *_mountpoint;
int _diskType;
NSString *_finderName;
unsigned int _isBlank:1;
}
+ (id)diskInfoWithIdentifier:(id)fp8 diskType:(int)fp12 isBlank:(BOOL)fp16 mountpoint:(id)fp20;
- (id)initWithIdentifier:(id)fp8 diskType:(int)fp12 isBlank:(BOOL)fp16 mountpoint:(id)fp20;
- (void)dealloc;
- (int)diskInfoCompare:(id)fp8;
- (id)identifier;
- (id)mountpoint;
- (BOOL)isBlank;
- (BOOL)isDisc;
- (BOOL)isCD;
- (BOOL)isDVD;
- (int)diskType;
- (id)displayName;
- (void)setFinderName:(id)fp8;
- (id)finderName;
- (id)path;
- (BOOL)getFSRef:(struct FSRef *)fp8;
@end

View File

@ -1,20 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import "NSObject.h"
@interface BRDisplayChangedData : NSObject
{
unsigned int _display;
unsigned int _flags;
}
- (id)initWithDisplay:(unsigned int)fp8 andFlags:(unsigned int)fp12;
- (unsigned int)display;
- (unsigned int)flags;
@end

View File

@ -1,13 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRDisplayManager.h>
@interface BRDisplayManager (DisplayHandling)
- (unsigned int)_displayIDToUse;
- (BOOL)_displayValid:(unsigned int)fp8;
@end

View File

@ -1,22 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRDisplayManager.h>
@interface BRDisplayManager (DisplayNotifications)
- (void)_windowServerCallbackHandler;
- (int)_connectToWindowServerOnRunLoop:(struct __CFRunLoop *)fp8;
- (struct CGSize)_fetchRenderingSize;
- (void)_updateRenderingSize;
- (void)_displayGoneOffline:(unsigned int)fp8;
- (void)_displayGoneOnline:(unsigned int)fp8;
- (void)_configurationChangedForData:(id)fp8;
- (void)_resetFadeInTimer;
- (void)_fadeInDisplay:(id)fp8;
- (id)_flagsAsString:(unsigned int)fp8;
- (struct BRDisplayStringMappingEntry *)_mappingTable;
@end

View File

@ -1,17 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRDisplayManager.h>
@interface BRDisplayManager (ModeFiltering)
- (id)_supportedModes;
- (id)_safeModesFromModes:(id)fp8;
- (int)_connectionTypeForDisplay:(unsigned int)fp8;
- (void)_nativeSizeForMode:(id)fp8 nativeWidth:(unsigned int *)fp12 nativeHeight:(unsigned int *)fp16 nativeInterlaced:(char *)fp20;
- (BOOL)_modeWithinLimits:(id)fp8;
- (BOOL)_shouldSwitchCurrentModeTo720PMode:(id *)fp8;
@end

View File

@ -1,15 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRDisplayManager.h>
@interface BRDisplayManager (ModeStringMapping)
- (id)_fetchModeForString:(id)fp8;
- (const struct BRDisplayStringMappingEntry *)_mappingEntryForMode:(id)fp8;
- (const struct BRDisplayStringMappingEntry *)_mappingEntryForString:(id)fp8;
- (BOOL)_mappingEntry:(const struct BRDisplayStringMappingEntry *)fp8 matchesMode:(id)fp12;
@end

View File

@ -1,53 +0,0 @@
/*
* Generated by class-dump 3.1.1.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
*/
#import <BackRow/BRSingleton.h>
@class NSTimer;
@interface BRDisplayManager : BRSingleton
{
unsigned int _display;
struct CGSize _renderingSize;
unsigned int _listenForEvents:1;
unsigned int _fadeToken;
NSTimer *_fadeInTimer;
}
+ (id)singleton;
+ (void)setSingleton:(id)fp8;
+ (id)currentDisplayModeUIString;
+ (id)uiStringForDisplayMode:(id)fp8;
- (id)init;
- (void)dealloc;
- (unsigned int)display;
- (int)connectionType;
- (id)connectionTypeDescriptionForDisplay:(unsigned int)fp8;
- (float)refreshRate;
- (BOOL)interlaced;
- (BOOL)displayOnline;
- (BOOL)displayConfigured;
- (struct CGSize)renderingSize;
- (BOOL)needsGLUpscaling;
- (BOOL)setDisplayMode:(id)fp8;
- (id)displayMode;
- (id)stringForDisplayMode:(id)fp8;
- (id)displayModeMostLikelySafeForCurrentDisplay;
- (id)displayModeForString:(id)fp8 modeSafe:(char *)fp12;
- (id)displayModeNearString:(id)fp8 mustBeSafe:(BOOL)fp12;
- (BOOL)displayModeSafe:(id)fp8;
- (id)listOfSafeSupportedModes;
- (BOOL)displayModeSupported:(id)fp8;
- (id)listOfAllSupportedModes;
- (void)checkDisplayConfiguration:(char *)fp8;
- (void)captureAllDisplays;
- (void)releaseAllDisplays;
- (void)releaseAllDisplaysUsingFade:(BOOL)fp8;
- (void)fadeOutDisplay;
- (void)fadeInDisplay;
@end

Some files were not shown because too many files have changed in this diff Show More