]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRSlideshowSettingsTransitionsController.h
5d7dfce61e03064069277259e0f7a39065b4a5b3
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRSlideshowSettingsTransitionsController.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/BRMediaMenuController.h>
8
9 #import "BRMenuListItemProviderProtocol.h"
10
11 @class BRIconPreviewController, NSArray;
12
13 @interface BRSlideshowSettingsTransitionsController : BRMediaMenuController <BRMenuListItemProvider>
14 {
15     NSArray *_transitionNames;
16     long _currentSavedSelection;
17     BRIconPreviewController *_slideshowSettingsIconController;
18 }
19
20 - (id)init;
21 - (void)dealloc;
22 - (long)defaultIndex;
23 - (void)itemSelected:(long)fp8;
24 - (id)itemForRow:(long)fp8;
25 - (long)itemCount;
26 - (id)titleForRow:(long)fp8;
27 - (float)heightForRow:(long)fp8;
28 - (BOOL)rowSelectable:(long)fp8;
29 - (id)previewControlForItem:(long)fp8;
30
31 @end
32