]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRProgressBarLayer.h
a46eba4c1a80cdbd010f19ab4fae220eea65c00e
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRProgressBarLayer.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/BRLayer.h>
8
9 @interface BRProgressBarLayer : BRLayer
10 {
11     double _maxValue;
12     double _value;
13     double _fillPercent;
14 }
15
16 - (id)init;
17 - (float)inset;
18 - (void)drawInContext:(struct CGContext *)fp8;
19 - (double)maxValue;
20 - (double)value;
21 - (void)setValue:(double)fp8 maxValue:(double)fp16;
22
23 @end
24