00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "UIThreePartButton.h" 00008 00009 @class NSMutableArray, UIImageView, UIView; 00010 00011 @interface CameraButton : UIThreePartButton 00012 { 00013 UIView *_rotationHolder; 00014 UIImageView *_cameraIcon; 00015 NSMutableArray *_buttonImages; 00016 BOOL _lockEnabled; 00017 BOOL _isLandscape; 00018 } 00019 00020 - (id)initWithDefaultSize; 00021 - (BOOL)pointInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16; 00022 - (void)dealloc; 00023 - (void)updateButtonBackgrounds; 00024 - (void)setDeviceOrientation:(int)fp8; 00025 - (void)lockEnabled:(BOOL)fp8; 00026 - (void)setEnabled:(BOOL)fp8; 00027 - (void)_setHighlightOnMouseDown:(BOOL)fp8; 00028 00029 @end 00030