オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Contents of /bathyscaphe/trunk/application/source/composer/CMRMessageAttributesTemplate.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1358 - (show annotations) (download) (as text)
Sat Aug 27 12:39:53 2011 UTC (12 years, 9 months ago) by tsawada2
File MIME type: text/x-chdr
File size: 1227 byte(s)
First Commit For Lion
1 //:CMRMessageAttributesTemplate.h
2 /**
3 *
4 * スレッドの標準的な書式を管理するオブジェクト
5 *
6 * @author Takanori Ishikawa
7 * encoding="UTF-8"
8 * @version 1.0.0d1 (02/04/21 0:12:41 AM)
9 *
10 */
11 #import <Cocoa/Cocoa.h>
12 #import "CMRMessageAttributesStyling.h"
13
14
15
16 @interface CMRMessageAttributesTemplate : NSObject<CMRMessageAttributesStyling>
17 {
18 NSMutableDictionary *_messageAttributesForAnchor; //リンクの書式
19 NSMutableDictionary *_messageAttributesForName; //名前の書式
20 NSMutableDictionary *_messageAttributesForTitle; //項目のタイトル書式
21 NSMutableDictionary *_messageAttributesForText; //標準の書式
22 NSMutableDictionary *_messageAttributes; //メッセージの書式
23
24 NSMutableDictionary *_messageAttributesForBeProfileLink; //Be プロフィールリンクの書式
25 NSMutableDictionary *_messageAttributesForHost; //Hostの書式
26 }
27 + (NSDictionary *) defaultAttributes;
28 + (id) sharedTemplate;
29 @end
30
31
32
33
34 @interface CMRMessageAttributesTemplate(Attributes)
35 - (void) setMessageHeadIndent : (CGFloat) anIndent;
36 - (void) setHasAnchorUnderline : (BOOL) flag;
37
38 - (void) setMessageIdxSpacingBefore : (CGFloat) beforeValue
39 andSpacingAfter : (CGFloat) afterValue;
40 @end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26