]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRListLayer.h
macosx: replaced deprecated 'UpdateSystemActivity' call with a modern, IOKit-based...
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRListLayer.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 BRScrollingItemLayer, BRSelectionLozengeLayer;
10
11 @interface BRListLayer : BRLayer
12 {
13     BRLayer *_widgetBackingLayer;
14     BRSelectionLozengeLayer *_widget;
15     BRScrollingItemLayer *_list;
16     BOOL _widgetHidden;
17 }
18
19 - (id)init;
20 - (void)dealloc;
21 - (void)setDatasource:(id)fp8;
22 - (id)datasource;
23 - (void)setSelectedRow:(long)fp8;
24 - (long)selectedRow;
25 - (void)refill;
26 - (float)listHeightToMaximum:(float)fp8;
27 - (void)setLastItemCentered:(BOOL)fp8;
28 - (BOOL)lastItemCentered;
29 - (void)setSelectionWidgetHidden:(BOOL)fp8;
30 - (BOOL)selectionWidgetIsHidden;
31 - (void)setShowsWidgetBackingLayer:(BOOL)fp8;
32 - (BOOL)showsWidgetBackingLayer;
33 - (id)visibleRowsAndRange:(struct _NSRange *)fp8;
34 - (void)setAnimationMode:(int)fp8;
35 - (int)animationMode;
36 - (double)scrollDuration;
37 - (void)enterCurrentSelection;
38 - (void)leaveCurrentSelection;
39 - (void)layoutSublayers;
40
41 @end
42