]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRSelectionLozengeLayer.h
54ea7e0df54a56b65564b23ae6694bec49a439ff
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRSelectionLozengeLayer.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/BRLayer.h>
8
9 @class BRImage;
10
11 @interface BRSelectionLozengeLayer : BRLayer
12 {
13     BRImage *_topImage;
14     BRImage *_topCornerImage;
15     BRImage *_edgeImage;
16     BRImage *_bottomCornerImage;
17     BRImage *_bottomImage;
18 }
19
20 + (id)defaultActionForKey:(id)fp8;
21 - (id)init;
22 - (void)dealloc;
23 - (float)overHeightFactor;
24 - (float)topGlowHeight;
25 - (float)bottomGlowHeight;
26 - (float)edgeGlowWidth;
27 - (float)strokeHeight;
28 - (void)drawInContext:(struct CGContext *)fp8;
29
30 @end
31