]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAutoScrollingTextLayer.h
18ecb81fe75cf02e57b36d417bc16d0418f9e579
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRAutoScrollingTextLayer.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/BRScrollableTextLayer.h>
8
9 @class BRTextLayer, NSTimer;
10
11 @interface BRAutoScrollingTextLayer : BRScrollableTextLayer
12 {
13     BRTextLayer *_pursuitTextLayer;
14     NSTimer *_scrollTimer;
15     BOOL _scrolling;
16 }
17
18 - (id)init;
19 - (void)dealloc;
20 - (void)setAttributedString:(id)fp8;
21 - (struct CGRect)scrollableBounds;
22 - (void)_beginScroll:(id)fp8;
23 - (void)layoutSublayers;
24 - (float)maxScrollPosition;
25 - (void)startScrolling;
26 - (void)stopScrolling;
27 - (float)repeatInterval;
28
29 @end
30