/headers/Preferences/PSDetailController.h

gehe zur Dokumentation dieser Datei
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 <Preferences/PSViewController.h>
00008 
00009 @class PSEditingPane, UIKeyboard, UIView;
00010 
00011 @interface PSDetailController : PSViewController
00012 {
00013     UIView *_view;
00014     PSEditingPane *_pane;
00015     UIKeyboard *_keyboard;
00016 }
00017 
00018 - (void)_updateNavBarButtons;
00019 - (id)initForContentSize:(struct CGSize)fp8;
00020 - (void)dealloc;
00021 - (void)viewWillRedisplay;
00022 - (void)setPane:(id)fp8;
00023 - (id)pane;
00024 - (void)animator:(id)fp8 stopAnimation:(id)fp12;
00025 - (void)viewWillBecomeVisible:(void *)fp8;
00026 - (id)navigationTitle;
00027 - (void)saveChanges;
00028 - (void)suspend;
00029 - (void)doneButtonClicked:(id)fp8;
00030 - (void)cancelButtonClicked:(id)fp8;
00031 - (void)navigationBarButtonClicked:(int)fp8;
00032 - (void)popController;
00033 - (id)view;
00034 
00035 @end
00036