]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRWindowRenderer.h
2ae066ea35ea8257cb4e1bd6b34137fed508f73c
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRWindowRenderer.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/BRRenderer.h>
8
9 @class BRRenderContext, BRRenderScene;
10
11 @interface BRWindowRenderer : BRRenderer
12 {
13     struct CGRect _frame;
14     unsigned int _window;
15     unsigned int _dvdWindow;
16     BRRenderScene *_scene;
17     BRRenderContext *_context;
18     BOOL _captureDisplays;
19     BOOL _draggable;
20     BOOL _opaque;
21 }
22
23 - (id)initCapturingDisplays:(BOOL)fp8;
24 - (void)dealloc;
25 - (id)scene;
26 - (void)orderIn;
27 - (void)orderOut;
28 - (unsigned int)createDVDWindow;
29 - (void)showDVDWindow:(unsigned int)fp8;
30 - (void)hideDVDWindow:(unsigned int)fp8;
31 - (void)destroyDVDWindow:(unsigned int)fp8;
32
33 @end
34