]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRMarchingIconControl.h
macosx: replaced deprecated 'UpdateSystemActivity' call with a modern, IOKit-based...
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRMarchingIconControl.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/BRControl.h>
8
9 @class BRMarchingIconLayer;
10
11 @interface BRMarchingIconControl : BRControl
12 {
13     BRMarchingIconLayer *_march;
14 }
15
16 - (id)init;
17 - (void)dealloc;
18 - (void)setIconSource:(id)fp8;
19 - (id)iconSource;
20 - (void)reload;
21 - (void)setSelection:(long)fp8;
22 - (long)selection;
23 - (void)setFrontIconHidden:(BOOL)fp8;
24 - (BOOL)frontIconHidden;
25 - (id)selectedIcon;
26 - (id)selectedIconReflection;
27 - (id)layer;
28
29 @end
30