]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BROptionDialog.h
4a92dd189489fd47ec2290405c7e82b6294c9108
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BROptionDialog.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/BRCenteredMenuController.h>
8
9 #import "BRMenuListItemProviderProtocol.h"
10
11 @class NSDictionary, NSMutableArray;
12
13 @interface BROptionDialog : BRCenteredMenuController <BRMenuListItemProvider>
14 {
15     int _tag;
16     int _currentSelection;
17     int _defaultIndex;
18     NSMutableArray *_options;
19     id _delegate;
20     SEL _actionSelector;
21     NSDictionary *_userInfo;
22 }
23
24 - (id)init;
25 - (void)dealloc;
26 - (void)setActionSelector:(SEL)fp8 target:(id)fp12;
27 - (void)addOptionText:(id)fp8;
28 - (void)addOptionText:(id)fp8 isDefault:(BOOL)fp12;
29 - (long)selectedIndex;
30 - (id)selectedText;
31 - (id)itemForRow:(long)fp8;
32 - (long)itemCount;
33 - (float)heightForRow:(long)fp8;
34 - (BOOL)rowSelectable:(long)fp8;
35 - (void)itemSelected:(long)fp8;
36 - (id)titleForRow:(long)fp8;
37 - (void)setTag:(int)fp8;
38 - (int)tag;
39 - (void)setUserInfo:(id)fp8;
40 - (id)userInfo;
41
42 @end
43