/headers/Message/MimeEnrichedReader.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 "NSObject.h"
00008 
00009 @class NSMutableString;
00010 
00011 @interface MimeEnrichedReader : NSObject
00012 {
00013     struct {
00014         unsigned short buffer;
00015         struct __CFString *theString;
00016         unsigned short *directBuffer;
00017         struct {
00018             int location;
00019             int length;
00020         } rangeToBuffer;
00021         int bufferedRangeStart;
00022         int bufferedRangeEnd;
00023     } _inputBuffer;
00024     int _currentIndex;
00025     int _inputLength;
00026     unsigned int _noFillLevel:30;
00027     unsigned int _eatOneNewline:1;
00028     unsigned int _insideComment:1;
00029     unsigned int _wantsPlainText:1;
00030     int _lastQuoteLevel;
00031     struct __CFArray *_commandStack;
00032     id _outputString;
00033     NSMutableString *_outputBuffer;
00034     struct __CFString *_prependHTML;
00035     struct __CFString *_postpendHTML;
00036     float _indentWidth;
00037 }
00038 
00039 + (struct __CFCharacterSet *)punctuationSet;
00040 + (struct __CFCharacterSet *)parenSet;
00041 - (void)setWantsHTML:(BOOL)fp8;
00042 - (void)mismatchError:(id)fp8;
00043 - (void)dealloc;
00044 - (void)appendStringToBuffer:(id)fp8;
00045 - (void)resetStateWithString:(id)fp8 outputString:(id)fp12;
00046 - (void)nowWouldBeAGoodTimeToAppendToTheAttributedString;
00047 - (void)closeUpQuoting;
00048 - (void)handleNoParameterCommand:(const CDAnonymousStruct7 *)fp8;
00049 - (void)setupFontStackEntry:(struct _CommandStackEntry *)fp8;
00050 - (void)beginCommand:(id)fp8;
00051 - (void)endCommand:(id)fp8;
00052 - (void)parseParameterString:(id)fp8;
00053 - (id)currentFont;
00054 - (void)appendNewLine:(id)fp8;
00055 - (int)readTokenInto:(id *)fp8;
00056 - (void)convertRichTextString:(id)fp8 intoOutputString:(id)fp12;
00057 - (void)convertEnrichedString:(id)fp8 intoOutputString:(id)fp12;
00058 - (id)description;
00059 
00060 @end
00061