]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRControl.h
macosx: replaced deprecated 'UpdateSystemActivity' call with a modern, IOKit-based...
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRControl.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 <Foundation/Foundation.h>
8
9 @class BRLayer;
10
11 @interface BRControl : NSObject
12 {
13     id _parent;
14     BOOL _controlActive;
15     BRLayer *_defaultLayer;
16 }
17
18 + (id)control;
19 + (id)controlWithBackingLayer:(id)fp8;
20 - (id)init;
21 - (id)initWithBackingLayer:(id)fp8;
22 - (void)dealloc;
23 - (void)setParent:(id)fp8;
24 - (id)parent;
25 - (BOOL)active;
26 - (void)controlWillActivate;
27 - (void)controlWasActivated;
28 - (void)controlWillDeactivate;
29 - (void)controlWasDeactivated;
30 - (id)layer;
31 - (BOOL)brEventAction:(id)fp8;
32 - (void)setFrame:(CGRect)fp8;
33 - (CGRect)frame;
34 - (void)setName:(id)fp8;
35 - (id)name;
36 - (void)setHidden:(BOOL)fp8;
37 - (BOOL)isHidden;
38 - (void)setActions:(id)fp8;
39 - (id)actions;
40 - (void)setAutoresizingMask:(unsigned int)fp8;
41 - (unsigned int)autoresizingMask;
42
43 @end
44