/xbmc/visualizations/Goom/goom2k4-0/mac/StandAlone/GoomFXParam.h
http://github.com/xbmc/xbmc · C++ Header · 26 lines · 13 code · 6 blank · 7 comment · 0 complexity · 13b49719dfebe17da0949c94fbcba24c MD5 · raw file
- //
- // GoomFXParam.h
- // iGoom copie
- //
- // Created by Guillaume Borios on Sun Jul 20 2003.
- // Copyright (c) 2003 iOS. All rights reserved.
- //
- #import <Cocoa/Cocoa.h>
- #include "src/goom.h"
- @interface GoomFXParam : NSObject {
- PluginParam * parametres;
- NSProgressIndicator * progress;
- NSSlider * slider;
- NSButton * button;
- NSTextField * value;
- }
- - (GoomFXParam*)initWithParam:(PluginParam*)p;
- - (NSView*)makeViewAtHeight:(float)h;
- - (void)setValue:(id)sender;
- @end