summaryrefslogtreecommitdiff
path: root/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-03-03 19:22:10 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-03-03 19:22:10 +0000
commit95d8573be44b40a827f244d920b57d75ecff2a5c (patch)
treee0bc3ffaa4ad4a628965aca16b8551b33c78c46c /macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h
parent655115f51bf9a30a3950f44196f32bde40743e94 (diff)
downloadpcsxr-95d8573be44b40a827f244d920b57d75ecff2a5c.tar.gz
OS X: Check for an RTFD credits in the plug-ins.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89252 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h')
-rwxr-xr-xmacosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h69
1 files changed, 27 insertions, 42 deletions
diff --git a/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h b/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h
index 0e09130e..f5a22943 100755
--- a/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h
+++ b/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h
@@ -8,47 +8,33 @@
#import <Cocoa/Cocoa.h>
@interface NetSfPeopsOpenGLPluginConfigController : NSWindowController
-{
- // buncha controls.
- // most aren't worthy as IBOutlets since the IB interface
- // uses bindings to magically set user defaults.
- // But you can look at their grandness if you like:
-
- IBOutlet NSCell *autoFullScreen;
- IBOutlet NSPopUpButton *ditherMode;
- IBOutlet NSCell *fpsCounter;
- IBOutlet NSCell *frameSkipping;
- IBOutlet NSCell *vSync;
-
- IBOutlet NSControl *proportionalResize;
- IBOutlet NSPopUpButton *fullscreenSize;
- IBOutlet NSFormCell *windowWidth;
- IBOutlet NSFormCell *windowHeighth;
- IBOutlet NSPopUpButton *offscreenDrawing;
-
- IBOutlet NSPopUpButton *texColorDepth;
- IBOutlet NSSlider *texFiltering;
- IBOutlet NSSlider *texEnhancment;
-
- IBOutlet NSPopUpButton *frameBufferEffects;
-
- IBOutlet NSCell *drawScanlines;
- IBOutlet NSCell *advancedBlending;
- IBOutlet NSCell *opaquePass;
- IBOutlet NSCell *zMaskClipping;
- IBOutlet NSCell *wireframeOnly;
- IBOutlet NSCell *blurEffect;
- IBOutlet NSCell *mjpegDecoder;
- IBOutlet NSCell *mjpegDecoder15bit;
- IBOutlet NSCell *gteAccuracy;
- IBOutlet NSColorWell *scanlineColorWell;
-
- IBOutlet NSMatrix *hacksMatrix;
- IBOutlet NSControl *hackEnable;
- IBOutlet NSWindow *hacksWindow;
-
- NSMutableDictionary *keyValues;
-}
+@property (weak) IBOutlet NSCell *autoFullScreen;
+@property (weak) IBOutlet NSPopUpButton *ditherMode;
+@property (weak) IBOutlet NSCell *fpsCounter;
+@property (weak) IBOutlet NSCell *frameSkipping;
+@property (weak) IBOutlet NSCell *vSync;
+@property (weak) IBOutlet NSControl *proportionalResize;
+@property (weak) IBOutlet NSPopUpButton *fullscreenSize;
+@property (weak) IBOutlet NSFormCell *windowWidth;
+@property (weak) IBOutlet NSFormCell *windowHeighth;
+@property (weak) IBOutlet NSPopUpButton *offscreenDrawing;
+@property (weak) IBOutlet NSPopUpButton *texColorDepth;
+@property (weak) IBOutlet NSSlider *texFiltering;
+@property (weak) IBOutlet NSSlider *texEnhancment;
+@property (weak) IBOutlet NSPopUpButton *frameBufferEffects;
+@property (weak) IBOutlet NSCell *drawScanlines;
+@property (weak) IBOutlet NSCell *advancedBlending;
+@property (weak) IBOutlet NSCell *opaquePass;
+@property (weak) IBOutlet NSCell *zMaskClipping;
+@property (weak) IBOutlet NSCell *wireframeOnly;
+@property (weak) IBOutlet NSCell *blurEffect;
+@property (weak) IBOutlet NSCell *mjpegDecoder;
+@property (weak) IBOutlet NSCell *mjpegDecoder15bit;
+@property (weak) IBOutlet NSCell *gteAccuracy;
+@property (weak) IBOutlet NSColorWell *scanlineColorWell;
+@property (weak) IBOutlet NSMatrix *hacksMatrix;
+@property (weak) IBOutlet NSControl *hackEnable;
+@property (weak) IBOutlet NSWindow *hacksWindow;
@property (readwrite, retain) NSMutableDictionary *keyValues;
- (IBAction)cancel:(id)sender;
@@ -65,4 +51,3 @@
@end
void PrepFactoryDefaultPreferences(void);
-