/headers/MessageUI/AtomView.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 "UIDefaultKeyboardInput.h"
00008 
00009 @class NSString;
00010 
00011 @interface AtomView : UIDefaultKeyboardInput
00012 {
00013     NSString *_title;
00014     id _delegate;
00015     unsigned int _selected:1;
00016     unsigned int _drawBackground:1;
00017     unsigned int _drawText:1;
00018     unsigned int _needsCentering:1;
00019     unsigned int _showsDisclosure:1;
00020     float _width;
00021 }
00022 
00023 + (id)backgroundImageWithDisclosure:(BOOL)fp8 selected:(BOOL)fp12;
00024 + (CDAnonymousStruct1)backgroundImageSlicesWithDisclosure:(BOOL)fp8;
00025 + (float)defaultHeight;
00026 + (float)horizontalPadding;
00027 - (id)initWithFrame:(struct CGRect)fp8;
00028 - (void)dealloc;
00029 - (id)title;
00030 - (void)setTitle:(id)fp8;
00031 - (float)preferredWidth;
00032 - (void)setShowsDisclosure:(BOOL)fp8;
00033 - (BOOL)selected;
00034 - (void)setSelected:(BOOL)fp8;
00035 - (void)drawRect:(struct CGRect)fp8;
00036 - (void)setDrawText:(BOOL)fp8;
00037 - (void)setDrawBackground:(BOOL)fp8;
00038 
00039 @end
00040