vlc/projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRDisplayManager.h

54 lines
1.4 KiB
Objective-C

/*
* 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