]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRComboMenuItemLayer.h
c848f26cf217c5f73eaf7420e9059e5d0d306267
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRComboMenuItemLayer.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 #import "BRMenuItemLayerProtocol.h"
10
11 @class BRAutoScrollingTextLayer, BRImageLayer, BRTextLayer, NSString;
12
13 @interface BRComboMenuItemLayer : BRLayer <BRMenuItemLayer>
14 {
15     BRImageLayer *_thumbnailLayer;
16     BRAutoScrollingTextLayer *_titleLayer;
17     BRTextLayer *_subtitleLayer;
18     BRTextLayer *_leftTextLayer;
19     BRTextLayer *_middleTextLayer;
20     BRImageLayer *_bottomRightImageLayer;
21     BRImageLayer *_topRightImageLayer;
22     NSString *_thumbnailIdentifier;
23 }
24
25 - (id)init;
26 - (void)dealloc;
27 - (float)defaultRowHeight;
28 - (void)setTitle:(id)fp8;
29 - (id)title;
30 - (void)setSubtitle:(id)fp8;
31 - (id)subtitle;
32 - (void)setLeftText:(id)fp8;
33 - (void)setMiddleText:(id)fp8;
34 - (void)setThumbnailImage:(id)fp8;
35 - (void)setThumbnailIdentifier:(id)fp8;
36 - (id)thumbnailIdentifier;
37 - (void)setBottomRightImage:(id)fp8;
38 - (void)setTopRightImage:(id)fp8;
39 - (void)highlight;
40 - (void)unHighlight;
41 - (void)scrollItemIfNecessary;
42 - (void)stopScrollingItem;
43 - (struct CGRect)frameForCellBounds:(struct CGSize)fp8;
44 - (void)layoutSublayers;
45 - (id)axItemText;
46
47 @end
48