]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRDisplayManager.h
macosx: replaced deprecated 'UpdateSystemActivity' call with a modern, IOKit-based...
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRDisplayManager.h
1 /*
2  *     Generated by class-dump 3.1.1.
3  *
4  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
5  */
6
7 #import <BackRow/BRSingleton.h>
8
9 @class NSTimer;
10
11 @interface BRDisplayManager : BRSingleton
12 {
13     unsigned int _display;
14     struct CGSize _renderingSize;
15     unsigned int _listenForEvents:1;
16     unsigned int _fadeToken;
17     NSTimer *_fadeInTimer;
18 }
19
20 + (id)singleton;
21 + (void)setSingleton:(id)fp8;
22 + (id)currentDisplayModeUIString;
23 + (id)uiStringForDisplayMode:(id)fp8;
24 - (id)init;
25 - (void)dealloc;
26 - (unsigned int)display;
27 - (int)connectionType;
28 - (id)connectionTypeDescriptionForDisplay:(unsigned int)fp8;
29 - (float)refreshRate;
30 - (BOOL)interlaced;
31 - (BOOL)displayOnline;
32 - (BOOL)displayConfigured;
33 - (struct CGSize)renderingSize;
34 - (BOOL)needsGLUpscaling;
35 - (BOOL)setDisplayMode:(id)fp8;
36 - (id)displayMode;
37 - (id)stringForDisplayMode:(id)fp8;
38 - (id)displayModeMostLikelySafeForCurrentDisplay;
39 - (id)displayModeForString:(id)fp8 modeSafe:(char *)fp12;
40 - (id)displayModeNearString:(id)fp8 mustBeSafe:(BOOL)fp12;
41 - (BOOL)displayModeSafe:(id)fp8;
42 - (id)listOfSafeSupportedModes;
43 - (BOOL)displayModeSupported:(id)fp8;
44 - (id)listOfAllSupportedModes;
45 - (void)checkDisplayConfiguration:(char *)fp8;
46 - (void)captureAllDisplays;
47 - (void)releaseAllDisplays;
48 - (void)releaseAllDisplaysUsingFade:(BOOL)fp8;
49 - (void)fadeOutDisplay;
50 - (void)fadeInDisplay;
51
52 @end
53