]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRImageLayer.h
macosx: replaced deprecated 'UpdateSystemActivity' call with a modern, IOKit-based...
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRImageLayer.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 @class BRImage;
10
11 @interface BRImageLayer : BRLayer
12 {
13     BRImage *_image;
14     struct CGSize _lastDownsample;
15     BOOL _autoDownsample;
16 }
17
18 - (void)dealloc;
19 - (void)setImage:(id)fp8;
20 - (id)image;
21 - (struct CGSize)pixelBounds;
22 - (float)aspectRatio;
23 - (void)setAutomaticDownsample:(BOOL)fp8;
24 - (BOOL)automaticDownsample;
25 - (void)layoutSublayers;
26
27 @end
28