Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
663058fa
Commit
663058fa
authored
Feb 07, 2008
by
Pierre d'Herbemont
Browse files
macosx: FrontRow plugin initial import. Patch by hyei.
parent
427f0561
Changes
619
Hide whitespace changes
Inline
Side-by-side
projects/macosx/frontrow_plugin/ApplianceIcon.png
0 → 100644
View file @
663058fa
14.7 KB
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAC3ConfigurationManager-Internal.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAC3ConfigurationManager.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAccount.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAccountManager.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAccountMenuItemPopulator.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAccountSelectionController.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAccountSelector-NotificationHandlers.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAccountSelector-Private.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAccountSelector.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAccountSelectorPasswordCollector.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAccountSelectorUserNameCollector.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAccountType.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAirportNetwork.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAlertController-Private.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAlertController.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAlertLayoutManager.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAppManager.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAppliance.h
0 → 100644
View file @
663058fa
/*
* 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
projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRApplianceManager-ApplianceLoading.h
0 → 100644
View file @
663058fa
/*
* 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
Prev
1
2
3
4
5
…
31
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment