]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRDocumentController.h
2824bec885f92d04d8acee89d5f093343e74a2c4
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRDocumentController.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/BRController.h>
8
9 @class BRButtonControl, BRHeaderControl, BRVerticalScrollControl;
10
11 @interface BRDocumentController : BRController
12 {
13     BRHeaderControl *_header;
14     BRVerticalScrollControl *_verticalScroll;
15     BRButtonControl *_button;
16 }
17
18 - (id)init;
19 - (void)dealloc;
20 - (void)setButtonTitle:(id)fp8 action:(SEL)fp12 target:(id)fp16;
21 - (void)setHeaderTitle:(id)fp8;
22 - (struct CGSize)_scrollSizeForMasterFrame:(struct CGRect)fp8;
23 - (void)setHeaderIcon:(id)fp8 horizontalOffset:(float)fp12 kerningFactor:(float)fp16;
24 - (void)setDocumentPath:(id)fp8 encoding:(unsigned int)fp12;
25 - (void)setDocumentPath:(id)fp8;
26 - (void)setFrame:(struct CGRect)fp8;
27
28 @end
29