]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAlertController.h
macosx: replaced deprecated 'UpdateSystemActivity' call with a modern, IOKit-based...
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRAlertController.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 BRHeaderControl, BRImageControl, BRTextControl;
10
11 @interface BRAlertController : BRController
12 {
13     id _eventDelegate;
14     SEL _eventSelector;
15     BRHeaderControl *_header;
16     int _type;
17     BRTextControl *_primary;
18     BRTextControl *_secondary;
19     BRImageControl *_image;
20 }
21
22 + (id)alertForError:(id)fp8;
23 + (id)alertOfType:(int)fp8 titled:(id)fp12 primaryText:(id)fp16 secondaryText:(id)fp20;
24 - (id)initWithType:(int)fp8 titled:(id)fp12 primaryText:(id)fp16 secondaryText:(id)fp20;
25 - (void)dealloc;
26 - (BOOL)brEventAction:(id)fp8;
27 - (void)controlWasActivated;
28 - (void)wasPushed;
29 - (void)setTitle:(id)fp8;
30 - (void)setPrimaryText:(id)fp8;
31 - (void)setPrimaryText:(id)fp8 withAttributes:(id)fp12;
32 - (id)primaryText;
33 - (void)setSecondaryText:(id)fp8;
34 - (id)secondaryText;
35 - (void)setSecondaryText:(id)fp8 withAttributes:(id)fp12;
36 - (void)setEventDelegate:(id)fp8 selector:(SEL)fp12;
37
38 @end
39