macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

NSTextAttachmentCell

setAttachment:

テキストアタッチメントをセットします -(void)setAttachment:(NSTextAttachment *)anAttachment: 解説 テキストアタッチメントをセットします。 返り値 ( void ) なし 引数 ( NSTextAttachment * )anAttachment テキストアタッチメント フレームワーク Appl…

attachment

テキストアタッチメントセルを所有する、テキストアタッチメントを返します 解説 テキストアタッチメントセルを所有する、テキストアタッチメントを返します。 返り値 ( NSTextAttachment * ) テキスト・アタッチメント・オブジェクト 引数 フレームワーク A…

wantsToTrackMouseForEvent:inRect:ofView:atCharacterIndex:

調査中 -(BOOL)wantsToTrackMouseForEvent:(NSEvent *)theEvent: inRect:(NSRect)cellFrame: ofView:(NSView *)controlView: atCharacterIndex:(unsigned)charIndex: 解説 調査中 マウスの動きを追跡するかを返します。 返り値 ( BOOL ) YES/NO 引数 ( NSEve…

wantsToTrackMouse

マウスの動きを追跡するかを返します 解説 マウスの動きを追跡するかを返します。 返り値 ( BOOL ) YES/NO 引数 フレームワーク ApplicationKit クラス NSTextAttachmentCell Instance Methods 使用可能 10.0 参照 例文 #import "MyObject.h" @implementatio…

trackMouse:inRect:ofView:untilMouseUp:

調査中 -(BOOL)trackMouse:(NSEvent *)theEvent: inRect:(NSRect)cellFrame: ofView:(NSView *)aTextView: untilMouseUp:(BOOL)flag: 解説 調査中 マウスを追跡します。 返り値 ( BOOL ) YES/NO 引数 ( NSEvent * )theEvent イベント ( NSRect )cellFrame セ…

trackMouse:inRect:ofView:atCharacterIndex:untilMouseUp:

調査中 -(BOOL)trackMouse:(NSEvent *)theEvent: inRect:(NSRect)cellFrame: ofView:(NSView *)controlView: atCharacterIndex:(unsigned)charIndex: untilMouseUp:(BOOL)flag: 解説 調査中 マウスを追跡します。 返り値 ( BOOL ) YES/NO 引数 ( NSEvent * )…

cellSize

テキストアタッチメントセルのサイズを返します 解説 テキストアタッチメントセルのサイズを返します。 返り値 ( NSSize ) サイズ 引数 フレームワーク ApplicationKit クラス NSTextAttachmentCell Instance Methods 使用可能 10.0 参照 例文 #import "MyOb…

cellFrameForTextContainer:proposedLineFragment:glyphPosition:characterIndex:

調査中 -(NSRect)cellFrameForTextContainer:(NSTextContainer *)textContainer: proposedLineFragment:(NSRect)lineFrag: glyphPosition:(NSPoint)position: characterIndex:(unsigned)charIndex: 解説 テキストアタッチメントセルのフレームを返します。 …

cellBaselineOffset

ベースラインオフセットを返します 解説 ベースラインオフセットを返します。 返り値 ( NSPoint ) 位置 引数 フレームワーク ApplicationKit クラス NSTextAttachmentCell Instance Methods 使用可能 10.0 参照 - icon (NSFileWrapper) 例文 #import "MyObje…

highlight:withFrame:inView:

ハイライトをセットします -(void)highlight:(BOOL)flag: withFrame:(NSRect)cellFrame: inView:(NSView *)aView: 解説 ハイライトをセットします。 返り値 ( void ) なし 引数 ( BOOL )flag YES/NO ( NSRect )cellFrame セル矩形 ( NSView * )aView ビュー …

drawWithFrame:inView:characterIndex:layoutManager:

フォーカスしているビューにテキストアタッチメントセルを描画します -(void)drawWithFrame:(NSRect)cellFrame: inView:(NSView *)controlView: characterIndex:(unsigned)charIndex: layoutManager:(NSLayoutManager *)layoutManager: 解説 フォーカスして…

drawWithFrame:inView:characterIndex:

フォーカスしているビューにテキストアタッチメントセルを描画します -(void)drawWithFrame:(NSRect)cellFrame: inView:(NSView *)controlView: characterIndex:(unsigned)charIndex: 解説 フォーカスしているビューにテキストアタッチメントセルを描画しま…

drawWithFrame:inView:

フォーカスしているビューにテキストアタッチメントセルを描画します -(void)drawWithFrame:(NSRect)cellFrame: inView:(NSView *)aView: 解説 フォーカスしているビューにテキストアタッチメントセルを描画します。 返り値 ( void ) なし 引数 ( NSRect )ce…

wantsToTrackMouseForEvent:inRect:ofView:atCharacterIndex:

調査中 -(BOOL)wantsToTrackMouseForEvent:(NSEvent *)theEvent: inRect:(NSRect)cellFrame: ofView:(NSView *)controlView: atCharacterIndex:(unsigned)charIndex: 解説 調査中 マウスイベントを追跡するかを返します。 返り値 ( BOOL ) YES/NO 引数 ( NSE…

wantsToTrackMouse

マウスを追跡するかを返します 解説 マウスを追跡するかを返します。 返り値 ( BOOL ) YES/NO 引数 フレームワーク ApplicationKit クラス NSTextAttachmentCell Instance Methods 使用可能 10.0 参照 例文 ([[theAttachment attachmentCell] wantsToTrackMo…

trackMouse:inRect:ofView:atCharacterIndex:untilMouseUp:

調査中 -(BOOL)trackMouse:(NSEvent *)theEvent: inRect:(NSRect)cellFrame: ofView:(NSView *)controlView: atCharacterIndex:(unsigned)charIndex: untilMouseUp:(BOOL)flag: 解説 調査中 マウスを追跡します。 返り値 ( BOOL ) YES/NO 引数 ( NSEvent * )…

trackMouse:inRect:ofView:untilMouseUp:

調査中 -(BOOL)trackMouse:(NSEvent *)theEvent: inRect:(NSRect)cellFrame: ofView:(NSView *)aTextView: untilMouseUp:(BOOL)flag: 解説 調査中 トラックモードを返します。 返り値 ( BOOL ) YES/NO 引数 ( NSEvent * )theEvent イベント ( NSRect )cellFr…

setAttachment:

調査中 -(void)setAttachment:(NSTextAttachment *)anAttachment: 解説 調査中 テキストアタッチメントをセットします。 返り値 ( void ) なし 引数 ( NSTextAttachment * )anAttachment テキストアタッチメント フレームワーク ApplicationKit クラス NSTex…

highlight:withFrame:inView:

調査中 -(void)highlight:(BOOL)flag: withFrame:(NSRect)cellFrame: inView:(NSView *)aView: 解説 調査中 ハイライトします。 返り値 ( void ) なし 引数 ( BOOL )flag YES/NO ( NSRect )cellFrame セル矩形 ( NSView * )aView ビュー フレームワーク Appl…

drawWithFrame:inView:characterIndex:layoutManager:

調査中 -(void)drawWithFrame:(NSRect)cellFrame: inView:(NSView *)controlView: characterIndex:(unsigned)charIndex: layoutManager:(NSLayoutManager *)layoutManager: 解説 調査中 描画します。 返り値 ( void ) なし 引数 ( NSRect )cellFrame セル矩…

drawWithFrame:inView:characterIndex:

調査中 -(void)drawWithFrame:(NSRect)cellFrame: inView:(NSView *)controlView: characterIndex:(unsigned)charIndex: 解説 調査中 描画します。 返り値 ( void ) なし 引数 ( NSRect )cellFrame セル矩形 ( NSView * )controlView 内容ビュー ( unsigned …

drawWithFrame:inView:

調査中 -(void)drawWithFrame:(NSRect)cellFrame: inView:(NSView *)aView: 解説 調査中 指定したフレームに描画します。 返り値 ( void ) なし 引数 ( NSRect )cellFrame セルの矩形 ( NSView * )aView ビュー フレームワーク ApplicationKit クラス NSText…

cellSize

調査中 解説 調査中 セルのサイズを返します。 返り値 ( NSSize ) アイコンのサイズ 引数 フレームワーク ApplicationKit クラス NSTextAttachmentCell Instance Methods 使用可能 10.0 参照 - icon (NSFileWrapper) - fileWrapper (NSTextAttachment) 例文

cellFrameForTextContainer:proposedLineFragment:glyphPosition:characterIndex:

描画される矩形を返します -(NSRect)cellFrameForTextContainer:(NSTextContainer *)textContainer: proposedLineFragment:(NSRect)lineFrag: glyphPosition:(NSPoint)position: characterIndex:(unsigned)charIndex: 解説 描画される矩形を返します。 返り…

cellBaselineOffset

ベースラインオフセットを返します 解説 ベースラインオフセットを返します。 返り値 ( NSPoint ) 位置 引数 フレームワーク ApplicationKit クラス NSTextAttachmentCell Instance Methods 使用可能 10.0 参照 - icon (NSFileWrapper) 例文 NSLog([NSString…

attachment

レシーバーを所有するテキストアタッチメントオブジェクトを返します 解説 レシーバーを所有するテキストアタッチメントオブジェクトを返します。 返り値 ( NSTextAttachment * ) テキスト・アタッチメント・オブジェクト 引数 フレームワーク ApplicationKi…