NSTextAttachmentCell
テキストアタッチメントをセットします -(void)setAttachment:(NSTextAttachment *)anAttachment: 解説 テキストアタッチメントをセットします。 返り値 ( void ) なし 引数 ( NSTextAttachment * )anAttachment テキストアタッチメント フレームワーク Appl…
テキストアタッチメントセルを所有する、テキストアタッチメントを返します 解説 テキストアタッチメントセルを所有する、テキストアタッチメントを返します。 返り値 ( NSTextAttachment * ) テキスト・アタッチメント・オブジェクト 引数 フレームワーク A…
調査中 -(BOOL)wantsToTrackMouseForEvent:(NSEvent *)theEvent: inRect:(NSRect)cellFrame: ofView:(NSView *)controlView: atCharacterIndex:(unsigned)charIndex: 解説 調査中 マウスの動きを追跡するかを返します。 返り値 ( BOOL ) YES/NO 引数 ( NSEve…
マウスの動きを追跡するかを返します 解説 マウスの動きを追跡するかを返します。 返り値 ( BOOL ) YES/NO 引数 フレームワーク ApplicationKit クラス NSTextAttachmentCell Instance Methods 使用可能 10.0 参照 例文 #import "MyObject.h" @implementatio…
調査中 -(BOOL)trackMouse:(NSEvent *)theEvent: inRect:(NSRect)cellFrame: ofView:(NSView *)aTextView: untilMouseUp:(BOOL)flag: 解説 調査中 マウスを追跡します。 返り値 ( BOOL ) YES/NO 引数 ( NSEvent * )theEvent イベント ( NSRect )cellFrame セ…
調査中 -(BOOL)trackMouse:(NSEvent *)theEvent: inRect:(NSRect)cellFrame: ofView:(NSView *)controlView: atCharacterIndex:(unsigned)charIndex: untilMouseUp:(BOOL)flag: 解説 調査中 マウスを追跡します。 返り値 ( BOOL ) YES/NO 引数 ( NSEvent * )…
テキストアタッチメントセルのサイズを返します 解説 テキストアタッチメントセルのサイズを返します。 返り値 ( NSSize ) サイズ 引数 フレームワーク ApplicationKit クラス NSTextAttachmentCell Instance Methods 使用可能 10.0 参照 例文 #import "MyOb…
調査中 -(NSRect)cellFrameForTextContainer:(NSTextContainer *)textContainer: proposedLineFragment:(NSRect)lineFrag: glyphPosition:(NSPoint)position: characterIndex:(unsigned)charIndex: 解説 テキストアタッチメントセルのフレームを返します。 …
ベースラインオフセットを返します 解説 ベースラインオフセットを返します。 返り値 ( NSPoint ) 位置 引数 フレームワーク ApplicationKit クラス NSTextAttachmentCell Instance Methods 使用可能 10.0 参照 - icon (NSFileWrapper) 例文 #import "MyObje…
ハイライトをセットします -(void)highlight:(BOOL)flag: withFrame:(NSRect)cellFrame: inView:(NSView *)aView: 解説 ハイライトをセットします。 返り値 ( void ) なし 引数 ( BOOL )flag YES/NO ( NSRect )cellFrame セル矩形 ( NSView * )aView ビュー …
フォーカスしているビューにテキストアタッチメントセルを描画します -(void)drawWithFrame:(NSRect)cellFrame: inView:(NSView *)controlView: characterIndex:(unsigned)charIndex: layoutManager:(NSLayoutManager *)layoutManager: 解説 フォーカスして…
フォーカスしているビューにテキストアタッチメントセルを描画します -(void)drawWithFrame:(NSRect)cellFrame: inView:(NSView *)controlView: characterIndex:(unsigned)charIndex: 解説 フォーカスしているビューにテキストアタッチメントセルを描画しま…
フォーカスしているビューにテキストアタッチメントセルを描画します -(void)drawWithFrame:(NSRect)cellFrame: inView:(NSView *)aView: 解説 フォーカスしているビューにテキストアタッチメントセルを描画します。 返り値 ( void ) なし 引数 ( NSRect )ce…
調査中 -(BOOL)wantsToTrackMouseForEvent:(NSEvent *)theEvent: inRect:(NSRect)cellFrame: ofView:(NSView *)controlView: atCharacterIndex:(unsigned)charIndex: 解説 調査中 マウスイベントを追跡するかを返します。 返り値 ( BOOL ) YES/NO 引数 ( NSE…
マウスを追跡するかを返します 解説 マウスを追跡するかを返します。 返り値 ( BOOL ) YES/NO 引数 フレームワーク ApplicationKit クラス NSTextAttachmentCell Instance Methods 使用可能 10.0 参照 例文 ([[theAttachment attachmentCell] wantsToTrackMo…
調査中 -(BOOL)trackMouse:(NSEvent *)theEvent: inRect:(NSRect)cellFrame: ofView:(NSView *)controlView: atCharacterIndex:(unsigned)charIndex: untilMouseUp:(BOOL)flag: 解説 調査中 マウスを追跡します。 返り値 ( BOOL ) YES/NO 引数 ( NSEvent * )…
調査中 -(BOOL)trackMouse:(NSEvent *)theEvent: inRect:(NSRect)cellFrame: ofView:(NSView *)aTextView: untilMouseUp:(BOOL)flag: 解説 調査中 トラックモードを返します。 返り値 ( BOOL ) YES/NO 引数 ( NSEvent * )theEvent イベント ( NSRect )cellFr…
調査中 -(void)setAttachment:(NSTextAttachment *)anAttachment: 解説 調査中 テキストアタッチメントをセットします。 返り値 ( void ) なし 引数 ( NSTextAttachment * )anAttachment テキストアタッチメント フレームワーク ApplicationKit クラス NSTex…
調査中 -(void)highlight:(BOOL)flag: withFrame:(NSRect)cellFrame: inView:(NSView *)aView: 解説 調査中 ハイライトします。 返り値 ( void ) なし 引数 ( BOOL )flag YES/NO ( NSRect )cellFrame セル矩形 ( NSView * )aView ビュー フレームワーク Appl…
調査中 -(void)drawWithFrame:(NSRect)cellFrame: inView:(NSView *)controlView: characterIndex:(unsigned)charIndex: layoutManager:(NSLayoutManager *)layoutManager: 解説 調査中 描画します。 返り値 ( void ) なし 引数 ( NSRect )cellFrame セル矩…
調査中 -(void)drawWithFrame:(NSRect)cellFrame: inView:(NSView *)controlView: characterIndex:(unsigned)charIndex: 解説 調査中 描画します。 返り値 ( void ) なし 引数 ( NSRect )cellFrame セル矩形 ( NSView * )controlView 内容ビュー ( unsigned …
調査中 -(void)drawWithFrame:(NSRect)cellFrame: inView:(NSView *)aView: 解説 調査中 指定したフレームに描画します。 返り値 ( void ) なし 引数 ( NSRect )cellFrame セルの矩形 ( NSView * )aView ビュー フレームワーク ApplicationKit クラス NSText…
調査中 解説 調査中 セルのサイズを返します。 返り値 ( NSSize ) アイコンのサイズ 引数 フレームワーク ApplicationKit クラス NSTextAttachmentCell Instance Methods 使用可能 10.0 参照 - icon (NSFileWrapper) - fileWrapper (NSTextAttachment) 例文
描画される矩形を返します -(NSRect)cellFrameForTextContainer:(NSTextContainer *)textContainer: proposedLineFragment:(NSRect)lineFrag: glyphPosition:(NSPoint)position: characterIndex:(unsigned)charIndex: 解説 描画される矩形を返します。 返り…
ベースラインオフセットを返します 解説 ベースラインオフセットを返します。 返り値 ( NSPoint ) 位置 引数 フレームワーク ApplicationKit クラス NSTextAttachmentCell Instance Methods 使用可能 10.0 参照 - icon (NSFileWrapper) 例文 NSLog([NSString…
レシーバーを所有するテキストアタッチメントオブジェクトを返します 解説 レシーバーを所有するテキストアタッチメントオブジェクトを返します。 返り値 ( NSTextAttachment * ) テキスト・アタッチメント・オブジェクト 引数 フレームワーク ApplicationKi…