00001
00002
00003
00004
00005
00006
00007 #import "UIView.h"
00008
00009 @class PSSpecifier;
00010
00011 @interface PSEditingPane : UIView
00012 {
00013 PSSpecifier *_specifier;
00014 id _delegate;
00015 unsigned int _requiresKeyboard:1;
00016 }
00017
00018 + (struct CGSize)defaultSize;
00019 + (struct CGColor *)defaultBackgroundColor;
00020 - (id)initWithFrame:(struct CGRect)fp8;
00021 - (BOOL)drawLabel;
00022 - (struct CGRect)contentRect;
00023 - (void)dealloc;
00024 - (void)setDelegate:(id)fp8;
00025 - (void)setPreferenceSpecifier:(id)fp8;
00026 - (id)preferenceSpecifier;
00027 - (void)setPreferenceValue:(id)fp8;
00028 - (id)preferenceValue;
00029 - (BOOL)requiresKeyboard;
00030 - (void)drawPinstripesInRect:(struct CGRect)fp8;
00031 - (id)specifierLabel;
00032 - (void)drawLabelInRect:(struct CGRect)fp8;
00033 - (void)drawRect:(struct CGRect)fp8;
00034 - (BOOL)wantsNewButton;
00035 - (void)addNewValue;
00036 - (void)editMode;
00037 - (void)doneEditing;
00038 - (BOOL)handlesDoneButton;
00039 - (BOOL)changed;
00040
00041 @end
00042