]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRButtonControl.h
7fb15815ad22b7b6f35a07a8932d86b0dca62207
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRButtonControl.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/BRControl.h>
8
9 @class BRLayer, BRSelectionLozengeLayer, BRTextLayer;
10
11 @interface BRButtonControl : BRControl
12 {
13     BRLayer *_layer;
14     BRTextLayer *_title;
15     BRSelectionLozengeLayer *_lozenge;
16     SEL _action;
17     id _target;
18     int _alignment;
19     int _textAlignment;
20 }
21
22 - (id)initWithMasterLayerSize:(struct CGSize)fp8;
23 - (void)dealloc;
24 - (id)layer;
25 - (void)setTitle:(id)fp8;
26 - (id)title;
27 - (void)setAction:(SEL)fp8;
28 - (SEL)action;
29 - (void)setTarget:(id)fp8;
30 - (id)target;
31 - (void)setAlignment:(int)fp8;
32 - (int)alignment;
33 - (void)setTextAlignment:(int)fp8;
34 - (int)textAlignment;
35 - (BOOL)brEventAction:(id)fp8;
36 - (void)setWidth:(float)fp8;
37 - (void)setYPosition:(float)fp8;
38
39 @end
40